From 81d706e443a438c691cfe36e66588cd0a3386b6b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=9B=BE=E5=BA=86=E6=BA=90?= Date: Mon, 3 Mar 2025 17:52:12 +0800 Subject: [PATCH] =?UTF-8?q?=E5=A4=87=E4=BB=B6=E5=8F=B0=E8=B4=A6=E5=AE=A1?= =?UTF-8?q?=E6=89=B9=E8=AE=A2=E5=8D=95=E5=85=B3=E9=97=AD=E6=8F=90=E7=A4=BA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/eam/item/applicationRecord/index.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/views/eam/item/applicationRecord/index.vue b/src/views/eam/item/applicationRecord/index.vue index 6ee69c7..50f48b7 100644 --- a/src/views/eam/item/applicationRecord/index.vue +++ b/src/views/eam/item/applicationRecord/index.vue @@ -325,7 +325,7 @@ await message.confirm("您确认要关闭此工单嘛?","关闭工单") ApplicationRecordMainApi.updateRequestStatus(row.number).then(res=>{ if(!res.flag){ - message.error(res.message); + message.error(res.msg); }else{ message.success("工单关闭成功!") getList()