update code
parent
316b0d3fe3
commit
a29d861b3e
|
@ -544,6 +544,7 @@ export default {
|
||||||
if ((this.prjInfo?.id||0) == 0) {
|
if ((this.prjInfo?.id||0) == 0) {
|
||||||
postData.id = this.dept?.id||0;
|
postData.id = this.dept?.id||0;
|
||||||
} else {
|
} else {
|
||||||
|
postData.id = this.dept?.id||0;
|
||||||
postData.projectId = this.prjInfo.id;
|
postData.projectId = this.prjInfo.id;
|
||||||
}
|
}
|
||||||
this.$api.buildNode.selectScheduledAlerts(postData).then(d => {
|
this.$api.buildNode.selectScheduledAlerts(postData).then(d => {
|
||||||
|
|
Loading…
Reference in New Issue