diff --git a/src/views/projectFront/quality/inspectionLedger.vue b/src/views/projectFront/quality/inspectionLedger.vue index 99e3cdda..e5530299 100644 --- a/src/views/projectFront/quality/inspectionLedger.vue +++ b/src/views/projectFront/quality/inspectionLedger.vue @@ -2374,7 +2374,7 @@ export default { }else { this.getReviewPeopleList(this.addForm1.regionId); } - this.addForm1.reviewId = "" + // this.addForm1.reviewId = "" }, deep:true, }, @@ -2385,7 +2385,7 @@ export default { }else { this.getReviewPeopleList(newVal); } - this.addForm2.reviewId = "" + // this.addForm2.reviewId = "" }, deep:true, } @@ -3233,7 +3233,8 @@ export default { let data = { projectSn: this.projectSn, // enterpriseTypeId: 7, - qualityRegionId: regionId[0].toString(), + // qualityRegionId: regionId[0].toString(), + qualityRegionId: regionId.toString(), qualityRegionBindType: 2, isSupervisingRoleName: 1, }; diff --git a/src/views/projectFront/safeSame/inspectionLedger.vue b/src/views/projectFront/safeSame/inspectionLedger.vue index 0f717973..cf28abc1 100644 --- a/src/views/projectFront/safeSame/inspectionLedger.vue +++ b/src/views/projectFront/safeSame/inspectionLedger.vue @@ -2356,7 +2356,7 @@ export default { }else { this.getReviewPeopleList(newVal); } - this.addForm1.reviewId = "" + // this.addForm1.reviewId = "" }, deep:true, }, @@ -2367,7 +2367,7 @@ export default { }else { this.getReviewPeopleList(newVal); } - this.addForm2.reviewId = "" + // this.addForm2.reviewId = "" }, deep:true, } @@ -2425,7 +2425,10 @@ export default { }) .catch(() => {}); }, - editRow(obj){ // 编辑撤回数据(重新提交) + async editRow(obj){ // 编辑撤回数据(重新提交) + console.log("77777777777777777777777777777") + // await this.getReviewPeopleList(obj.regionId) + console.log("77777777777777777777777777777") console.log(this.addForm1,777) this.addTitle = "编辑"; this.recordType = obj.recordType; @@ -3187,7 +3190,8 @@ export default { let data = { projectSn: this.projectSn, // enterpriseTypeId: 7, - qualityRegionId: regionId[0].toString(), + // qualityRegionId: regionId[0].toString(), + qualityRegionId: regionId.toString(), qualityRegionBindType: 2, isSupervisingRoleName: 1, };