From 7c42ffcbddac98da9eac679b501c4869aa7641c4 Mon Sep 17 00:00:00 2001 From: sjl <1716605279@qq.com> Date: Tue, 28 Oct 2025 13:58:53 +0800 Subject: [PATCH] =?UTF-8?q?=E4=B8=80=E9=94=AE=E6=A3=80=E6=B5=8B?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- frontend/src/views/home/components/table.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/src/views/home/components/table.vue b/frontend/src/views/home/components/table.vue index c43e338..affc338 100644 --- a/frontend/src/views/home/components/table.vue +++ b/frontend/src/views/home/components/table.vue @@ -958,7 +958,7 @@ const handleTest = async (val: string) => { checkStore.setCheckType(1) checkStore.initSelectTestItems() // 一键检测 - if (testType === 'reTest') { + if (testType === 'reTest' && modeStore.currentMode != '比对式') { ElMessageBox.confirm('请选择复检检测方式', '设备复检', { distinguishCancelAndClose: true, confirmButtonText: '不合格项复检',