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/itemApproval.vue | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/laboratory/src/views/chemistQa/projectTesting/components/itemApproval.vue b/laboratory/src/views/chemistQa/projectTesting/components/itemApproval.vue index 4fbb4db..d02040d 100644 --- a/laboratory/src/views/chemistQa/projectTesting/components/itemApproval.vue +++ b/laboratory/src/views/chemistQa/projectTesting/components/itemApproval.vue @@ -164,11 +164,11 @@ this.reportTableData = res.qaTestItemReportList.filter(item=> item.status!='-1') } } else { - this.$message.error(res.msg || '获取详情失败') + // this.$message.error(res.msg || '获取详情失败') } }).catch(err => { - console.error('获取详情失败:', err) - this.$message.error('获取详情失败') + // console.error('获取详情失败:', err) + // this.$message.error('获取详情失败') }) }, handleClose() { -- Gitblit v1.7.1