From 3f42eef7f18cc52cc47da64b98b66071b1f097fd Mon Sep 17 00:00:00 2001 From: lijuncheng Date: Wed, 4 Sep 2024 15:13:11 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E5=8F=91=E6=96=99=E7=94=B3?= =?UTF-8?q?=E8=AF=B7=E6=8F=90=E7=A4=BA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/pages/issue/request/issueRequestCreate.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/pages/issue/request/issueRequestCreate.vue b/src/pages/issue/request/issueRequestCreate.vue index a3c553dc..b36f57d0 100644 --- a/src/pages/issue/request/issueRequestCreate.vue +++ b/src/pages/issue/request/issueRequestCreate.vue @@ -190,7 +190,7 @@ if (res.data) { this.showCommitSuccessMessage("提交成功\n生成发料申请" + res.data) } else { - this.showErrorMessage("提交失败[" + res.msg + "]") + this.showCommitSuccessMessage("提交成功") } }).catch(error => { uni.hideLoading()