update code

prv
haha 2024-04-21 01:22:26 +08:00
parent 316b0d3fe3
commit a29d861b3e
1 changed files with 1 additions and 0 deletions

View File

@ -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 => {