From 517ee901246004ca24566ab8189026a5f690f1ea Mon Sep 17 00:00:00 2001 From: caill <815519168@qq.com> Date: Thu, 31 Aug 2023 15:23:54 +0800 Subject: [PATCH] =?UTF-8?q?=E5=AD=90=E5=8D=B7=E8=BF=9B=E7=AB=99=E5=87=BA?= =?UTF-8?q?=E7=AB=99?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages/ProductManage/ZjInStore.vue | 2 ++ pages/ProductManage/ZjOutStore.vue | 4 ++++ 2 files changed, 6 insertions(+) diff --git a/pages/ProductManage/ZjInStore.vue b/pages/ProductManage/ZjInStore.vue index ba9b5e3..2d059b3 100644 --- a/pages/ProductManage/ZjInStore.vue +++ b/pages/ProductManage/ZjInStore.vue @@ -155,6 +155,8 @@ this.disabled = false this.pkId = '' this.pkObj = {} + this.index1 = '' + this.index3 = '' this._queryMaterialInfo() uni.showToast({ title: res.message, diff --git a/pages/ProductManage/ZjOutStore.vue b/pages/ProductManage/ZjOutStore.vue index e4daec6..8ac9d23 100644 --- a/pages/ProductManage/ZjOutStore.vue +++ b/pages/ProductManage/ZjOutStore.vue @@ -221,6 +221,8 @@ this.disabled1 = false this.checkArr = [] this.isV = '0' + this.index1 = '' + this.index5 = '' this._queryMaterialInfo() uni.showToast({ title: res.message, @@ -249,6 +251,8 @@ let res = await disuseConfirm(this.index1) this.disabled3 = false this.checkArr = [] + this.index1 = '' + this.index5 = '' this._queryMaterialInfo() uni.showToast({ title: res.message,