From 9e7b3170f8441baa718bf0d31b15e7699c1fae58 Mon Sep 17 00:00:00 2001 From: Vce Date: Tue, 11 Jun 2024 21:38:28 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9bug?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/projectFront/quality/inspectionLedger.vue | 7 ++++--- src/views/projectFront/safeSame/inspectionLedger.vue | 12 ++++++++---- 2 files changed, 12 insertions(+), 7 deletions(-) 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, };