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,