From 6e9878b1d62d196513da36d1c58f94fa9bcfaec3 Mon Sep 17 00:00:00 2001 From: jinna Date: Thu, 26 Mar 2026 10:35:12 +0800 Subject: [PATCH] =?UTF-8?q?=E6=A3=80=E9=AA=8C=E9=A1=B9=E7=9B=AE=E6=A0=87?= =?UTF-8?q?=E5=87=86=E7=BC=BA=E9=99=B7=E4=BF=AE=E5=A4=8D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/productionTesting/components/trialStandard.vue | 2 ++ src/views/qualityManagement/tankSolutionSystem/info.vue | 4 ++-- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/src/views/productionTesting/components/trialStandard.vue b/src/views/productionTesting/components/trialStandard.vue index 018c60a..eba49ae 100644 --- a/src/views/productionTesting/components/trialStandard.vue +++ b/src/views/productionTesting/components/trialStandard.vue @@ -257,6 +257,7 @@ export default { }, insertEvent() { const record = { _select: false }; + this.fileList = [] this.tidList.push(record) }, searchChange(params, done){ @@ -321,6 +322,7 @@ export default { handleEdit(row,index) { getDetail({id:row.id}).then(res =>{ console.log('res--------------',res) + this.fileList = [] if(res.data.data.attach && JSON.stringify(res.data.data.attach) != '{}'){ this.fileList = [ { diff --git a/src/views/qualityManagement/tankSolutionSystem/info.vue b/src/views/qualityManagement/tankSolutionSystem/info.vue index e7b717f..f6f57ff 100644 --- a/src/views/qualityManagement/tankSolutionSystem/info.vue +++ b/src/views/qualityManagement/tankSolutionSystem/info.vue @@ -188,7 +188,7 @@ export default { }, { label: '作业槽', - prop: 'workTankName', + prop: 'workTankId', search: true, type: 'select', sortable: true, @@ -842,7 +842,7 @@ export default { current:this.page.currentPage, size:this.page.pageSize, workCenterId:this.search.wcName ? this.search.wcName : '', - workTankId:this.search.workTankName ? this.search.workTankName : '', + workTankId:this.search.workTankId ? this.search.workTankId : '', testElement:this.search.testElement ? this.search.testElement : '' }).then(res =>{ this.data = res.data.data.records