From 46160fa7d127a6f2cc6e2d5f3fca3d0b3bbf8a74 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=94=A1=E7=8E=B2?= <8702040+cai-ling@user.noreply.gitee.com> Date: Tue, 29 Oct 2024 09:46:16 +0800 Subject: [PATCH] no message --- pages/management/in-storage_new.vue | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/pages/management/in-storage_new.vue b/pages/management/in-storage_new.vue index 35b3b24..a6ec141 100644 --- a/pages/management/in-storage_new.vue +++ b/pages/management/in-storage_new.vue @@ -448,6 +448,8 @@ let res = await addAssignDtl(this.popData) if (res.code === 1) { this.show = false + this.checkData = [] + this.subCheckData = [] this._easOutInBillPage() } uni.showToast({ @@ -471,6 +473,8 @@ try { let res = await inWarehouseCommit(this.subCheckData, this.crType) if (res.code === 1) { + this.checkData = [] + this.subCheckData = [] this._easOutInBillPage() } uni.showToast({ @@ -493,6 +497,7 @@ if (res.code === 1) { this.disabled1 = false this.checkData = [] + this.subCheckData = [] this._easOutInBillPage() } else { this.disabled1 = false