From 00876424e5cdcd2fe306378588646221ae23bc86 Mon Sep 17 00:00:00 2001 From: lijuncheng Date: Wed, 24 Jan 2024 11:57:15 +0800 Subject: [PATCH] =?UTF-8?q?=E7=94=9F=E4=BA=A7=E5=90=88=E6=A0=BC=E9=80=80?= =?UTF-8?q?=E6=96=99=E7=A7=BB=E9=99=A4=E6=B8=85=E9=99=A4=E6=95=B0=E6=8D=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages/productionReturn/record/returnToStore.vue | 2 ++ 1 file changed, 2 insertions(+) diff --git a/pages/productionReturn/record/returnToStore.vue b/pages/productionReturn/record/returnToStore.vue index 491fc8db..70a0c112 100644 --- a/pages/productionReturn/record/returnToStore.vue +++ b/pages/productionReturn/record/returnToStore.vue @@ -297,6 +297,8 @@ var item = this.detailSource[i]; if (item.subList.length == 0) { this.detailSource.splice(i, 1) + this.clearData(); + this.$refs.scanPopup.initData(); } } this.updateData();