From 6af824ad2665692b49b1e47cdf89e9b2327c8e6c Mon Sep 17 00:00:00 2001 From: jinna Date: Sat, 28 Mar 2026 17:22:15 +0800 Subject: [PATCH] =?UTF-8?q?=E5=A4=96=E5=8D=8F=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../oem/performanceApplication/components/addQuality.vue | 4 ++++ src/views/oem/performanceReview/index.vue | 1 + 2 files changed, 5 insertions(+) diff --git a/src/views/oem/performanceApplication/components/addQuality.vue b/src/views/oem/performanceApplication/components/addQuality.vue index c88d7b8..a513402 100644 --- a/src/views/oem/performanceApplication/components/addQuality.vue +++ b/src/views/oem/performanceApplication/components/addQuality.vue @@ -508,6 +508,10 @@ export default { this.$message.error('请先勾选数据') return } + this.selectionList.map(item =>{ + if(item.id) delete item.id + }) + console.log('this.selectionList==========',this.selectionList) let params = { date:this.submitForm.date, oemMeritsEntities:this.selectionList diff --git a/src/views/oem/performanceReview/index.vue b/src/views/oem/performanceReview/index.vue index bbfaa68..99b2be1 100644 --- a/src/views/oem/performanceReview/index.vue +++ b/src/views/oem/performanceReview/index.vue @@ -641,6 +641,7 @@ export default { this.query = { statusList:"3,4", } + this.isOk = true this.onLoad() }, processSubmitData() {