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/index.vue | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/laboratory/src/views/chemistQa/projectTesting/index.vue b/laboratory/src/views/chemistQa/projectTesting/index.vue index 55bd262..8a21ab7 100644 --- a/laboratory/src/views/chemistQa/projectTesting/index.vue +++ b/laboratory/src/views/chemistQa/projectTesting/index.vue @@ -537,9 +537,9 @@ await this.getList(); } catch (error) { // 如果是校验失败,error会是false,此时不做任何处理,因为el-form会展示错误信息 - if (error !== false) { - this.$message.error('查询失败,请重试'); - } + // if (error !== false) { + // this.$message.error('查询失败,请重试'); + // } } finally { this.loading = false; } -- Gitblit v1.7.1