From 9fe59a8f0d1d426cb1b6404a05d4f34d6f942bdb 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, 24 Dec 2024 09:58:53 +0800 Subject: [PATCH] =?UTF-8?q?=E7=89=A9=E6=96=99=E7=BB=84=E7=9B=98=E5=85=A5?= =?UTF-8?q?=E5=BA=93=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages/entry/mater-group-to-store.vue | 18 +++++------------- 1 file changed, 5 insertions(+), 13 deletions(-) diff --git a/pages/entry/mater-group-to-store.vue b/pages/entry/mater-group-to-store.vue index a039e8d..1d8fe18 100644 --- a/pages/entry/mater-group-to-store.vue +++ b/pages/entry/mater-group-to-store.vue @@ -153,19 +153,11 @@ try { this.currentData.stor_code = this.index let res = await groupMaterIn(this.index, this.currentData) - if (res.code === '200') { - uni.showToast({ - title: res.msg, - icon: 'none' - }) - this.toEmpty() - } else { - uni.showToast({ - title: res.msg, - icon: 'none' - }) - this.disabled = false - } + uni.showToast({ + title: res.msg, + icon: 'none' + }) + this.disabled = false } catch (e) { this.disabled = false }