diff --git a/pages/ProductManage/ZjOutStore.vue b/pages/ProductManage/ZjOutStore.vue index 1d0db4c..e12529d 100644 --- a/pages/ProductManage/ZjOutStore.vue +++ b/pages/ProductManage/ZjOutStore.vue @@ -123,7 +123,7 @@ return } try { - let res = await outConfirm(this.checkArr) + let res = await outConfirm(this.val1, this.checkArr) uni.showToast({ title: res.desc, icon: 'none' diff --git a/pages/login/login.vue b/pages/login/login.vue index 4346e31..af10dc2 100644 --- a/pages/login/login.vue +++ b/pages/login/login.vue @@ -1,7 +1,7 @@