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