From bd795a8ee27a1d929730780b5e7caf2ad3c8ac36 Mon Sep 17 00:00:00 2001 From: jinna Date: Thu, 26 Mar 2026 11:23:45 +0800 Subject: [PATCH] =?UTF-8?q?=E6=A7=BD=E6=B6=B2=E6=A3=80=E6=B5=8B=E4=BF=AE?= =?UTF-8?q?=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../tankSolutionSystem/tankSolutionTaskDispose.vue | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/src/views/qualityManagement/tankSolutionSystem/tankSolutionTaskDispose.vue b/src/views/qualityManagement/tankSolutionSystem/tankSolutionTaskDispose.vue index 6d7e7e9..fa900ed 100644 --- a/src/views/qualityManagement/tankSolutionSystem/tankSolutionTaskDispose.vue +++ b/src/views/qualityManagement/tankSolutionSystem/tankSolutionTaskDispose.vue @@ -588,6 +588,7 @@ export default { } this.batchList = this.selectionList + console.log('this.batchList',this.batchList) this.batchDialog = true }, // 查看详情 @@ -611,6 +612,7 @@ export default { }, // 多选 selectionChange(list) { + console.log('list--------------',list) this.selectionList = list; }, selectionClear() { @@ -743,9 +745,9 @@ export default { workCenterId: params?.workCenterId || this.search.workCenterId, id: params?.id || this.taskId, // 添加 id 参数 }).then(res =>{ - res.data.data.records.map(item =>{ - item.liquidTank = null - }) + // res.data.data.records.map(item =>{ + // item.liquidTank = null + // }) this.data = res.data.data.records this.data.map(item =>{