From 0bb1823d793405c3469912f9785768e8ed494c5e Mon Sep 17 00:00:00 2001 From: bb_pan Date: Mon, 31 Mar 2025 16:32:43 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BC=98=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/material/back/component/addReturn.vue | 2 +- src/views/material/back/component/queryReturn.vue | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/views/material/back/component/addReturn.vue b/src/views/material/back/component/addReturn.vue index 14b1c8c5..e7d1290b 100644 --- a/src/views/material/back/component/addReturn.vue +++ b/src/views/material/back/component/addReturn.vue @@ -866,7 +866,7 @@ export default { // 获取 任务详情数据 async GetViewByApply(params) { const res = await getBackApplyInfo(this.rowId) - if (res.msg) { + if (res.msg && res.msg != '操作成功') { this.$message.warning(res.msg) } console.log(res) diff --git a/src/views/material/back/component/queryReturn.vue b/src/views/material/back/component/queryReturn.vue index 55a4ba4d..d452d2b4 100644 --- a/src/views/material/back/component/queryReturn.vue +++ b/src/views/material/back/component/queryReturn.vue @@ -645,7 +645,7 @@ export default { // 获取 任务详情数据 async GetViewByApply(params) { const res = await getBackApplyInfo(this.rowId) - if (res.msg) { + if (res.msg && res.msg != '操作成功') { this.$message.warning(res.msg) } console.log(res)