diff --git a/src/views/projectFront/quality/inspectionLedger.vue b/src/views/projectFront/quality/inspectionLedger.vue index 2e867c43..b363b69b 100644 --- a/src/views/projectFront/quality/inspectionLedger.vue +++ b/src/views/projectFront/quality/inspectionLedger.vue @@ -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(',')) diff --git a/src/views/projectFront/safeSame/inspectionLedger.vue b/src/views/projectFront/safeSame/inspectionLedger.vue index a5d246f5..a3710771 100644 --- a/src/views/projectFront/safeSame/inspectionLedger.vue +++ b/src/views/projectFront/safeSame/inspectionLedger.vue @@ -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(','))