flx:修复安全/质量责任人不消除bug

This commit is contained in:
X_Rian 2024-08-02 11:31:37 +08:00
parent b831705172
commit 60c95934f8
2 changed files with 17 additions and 15 deletions

View File

@ -2719,12 +2719,13 @@ export default {
text = pathLabels[i];
}
}
if (data.dutyId) {
this.addForm1.changeId = data.dutyId;
console.log(" this.addForm1.changeId================", this.addForm1.changeId);
} else {
this.addForm1.changeId = "";
}
// if (data.dutyId) {
// this.addForm1.changeId = data.dutyId;
// console.log(" this.addForm1.changeId================", this.addForm1.changeId);
// } else {
// this.addForm1.changeId = "";
// }
this.addForm1.changeId = "";
this.addForm1.regionName = text;
this.getReviewPeopleList(this.addForm1.regionId);
// console.log(data.intendanceIds.split(','))

View File

@ -2815,15 +2815,16 @@ export default {
text = pathLabels[i];
}
}
if (data.dutyId) {
this.addForm1.changeId = data.dutyId;
console.log(
" this.addForm1.changeId================",
this.addForm1.changeId
);
} else {
this.addForm1.changeId = "";
}
// if (data.dutyId) {
// this.addForm1.changeId = data.dutyId;
// console.log(
// " this.addForm1.changeId================",
// this.addForm1.changeId
// );
// } else {
// this.addForm1.changeId = "";
// }
this.addForm1.changeId = "";
this.addForm1.regionName = text;
this.getReviewPeopleList(this.addForm1.regionId);
// console.log(data.intendanceIds.split(','))