From 8185e71825f1fcf18e532c10112f5a09ab4d25fc Mon Sep 17 00:00:00 2001 From: bb_pan Date: Mon, 31 Mar 2025 16:13:56 +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/queryReturn.vue | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/views/material/back/component/queryReturn.vue b/src/views/material/back/component/queryReturn.vue index 7d4f39dd..55a4ba4d 100644 --- a/src/views/material/back/component/queryReturn.vue +++ b/src/views/material/back/component/queryReturn.vue @@ -645,6 +645,9 @@ export default { // 获取 任务详情数据 async GetViewByApply(params) { const res = await getBackApplyInfo(this.rowId) + if (res.msg) { + this.$message.warning(res.msg) + } console.log(res) const data = res.data console.log(data)