From b314e87e7292bfcc31b5b884af158a65da646c83 Mon Sep 17 00:00:00 2001 From: zouyu <2723363702@qq.com> Date: 星期一, 22 一月 2024 15:26:07 +0800 Subject: [PATCH] 原材料检验修改 --- src/views/quality/Packaging_ledger/index.vue | 2 -- 1 files changed, 0 insertions(+), 2 deletions(-) diff --git a/src/views/quality/Packaging_ledger/index.vue b/src/views/quality/Packaging_ledger/index.vue index 0804a04..6c357ae 100644 --- a/src/views/quality/Packaging_ledger/index.vue +++ b/src/views/quality/Packaging_ledger/index.vue @@ -424,7 +424,6 @@ }); }, handleSelectionChange(val){ - console.log(val,"====="); this.multipleSelection = val let lastRow = val[val.length - 1] this.handleCurrentChange(lastRow) @@ -442,7 +441,6 @@ packageBoxId:item.id, createUser:item.createUser } - console.log(obj); this.qrData.push(obj) }) }, -- Gitblit v1.9.3