From e515df970b5cac3f73e6f00a903c20a9f6c58234 Mon Sep 17 00:00:00 2001 From: qb <1191961160@qq.com> Date: Mon, 11 Nov 2024 16:27:02 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BC=98=E5=8C=96=E8=A1=A8=E5=A4=B4=E7=BC=93?= =?UTF-8?q?=E5=AD=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/edittablehead/index.vue | 1 + src/views/finance/WaybillAudit.vue | 14 +------------- 2 files changed, 2 insertions(+), 13 deletions(-) diff --git a/src/components/edittablehead/index.vue b/src/components/edittablehead/index.vue index 83fa232f..2f75d76d 100644 --- a/src/components/edittablehead/index.vue +++ b/src/components/edittablehead/index.vue @@ -162,6 +162,7 @@ const initTable = async () => { const value = _oldArr[i]; if (item.prop + item.label + item.type !== value.prop + value.label + value.type) continue; + item.checkarr = value.checkarr || []; _setArr.push(item); _oldArr.splice(i, 1); break; diff --git a/src/views/finance/WaybillAudit.vue b/src/views/finance/WaybillAudit.vue index 5e6a507d..2def481e 100644 --- a/src/views/finance/WaybillAudit.vue +++ b/src/views/finance/WaybillAudit.vue @@ -72,12 +72,7 @@