flx:修复安全/质量责任人不消除bug
This commit is contained in:
parent
b831705172
commit
60c95934f8
@ -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(','))
|
||||
|
||||
@ -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(','))
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user