From 86b480185353d6dd47c7f14de2bb09356b4354a1 Mon Sep 17 00:00:00 2001 From: 董国庆 <364620639@qq.com> Date: 星期二, 01 七月 2025 11:43:41 +0800 Subject: [PATCH] 删除无用打印提示 --- laboratory/src/views/chemistQa/projectTesting/components/approval/index.vue | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/laboratory/src/views/chemistQa/projectTesting/components/approval/index.vue b/laboratory/src/views/chemistQa/projectTesting/components/approval/index.vue index 4518995..d8cf378 100644 --- a/laboratory/src/views/chemistQa/projectTesting/components/approval/index.vue +++ b/laboratory/src/views/chemistQa/projectTesting/components/approval/index.vue @@ -285,7 +285,7 @@ this.$emit("close"); } }).catch(err => { - this.$message.error(err.message || '审核失败'); + // this.$message.error(err.message || '审核失败'); }); }, handleReject() { -- Gitblit v1.7.1