From 4acf408253e7366f30885196ac63e077616270d6 Mon Sep 17 00:00:00 2001 From: “linengliang” <vanSuperEnergy@163.com> Date: 星期三, 13 三月 2024 11:43:07 +0800 Subject: [PATCH] xg --- src/views/eam/modules/dailyInspectionStandard/AuditApprovalModal.vue | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/src/views/eam/modules/dailyInspectionStandard/AuditApprovalModal.vue b/src/views/eam/modules/dailyInspectionStandard/AuditApprovalModal.vue index 8f89e78..5d3d0eb 100644 --- a/src/views/eam/modules/dailyInspectionStandard/AuditApprovalModal.vue +++ b/src/views/eam/modules/dailyInspectionStandard/AuditApprovalModal.vue @@ -178,7 +178,7 @@ } requestPut(this.url.auditApproval, formData, { id: this.model.id }).then((res) => { if (res.success) { - that.$message.success(res.message); + that.$message.success("椹冲洖鎴愬姛锛�"); that.$emit('ok'); } else { that.$message.warning(res.message); -- Gitblit v1.9.3