From f2fd0b078ecf4c59c54295144d8aba548ec80660 Mon Sep 17 00:00:00 2001 From: sjl <1716605279@qq.com> Date: Wed, 26 Feb 2025 19:05:56 +0800 Subject: [PATCH] =?UTF-8?q?=E6=97=A5=E5=BF=97=E6=B5=8B=E8=AF=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- frontend/src/views/home/components/factorTest.vue | 2 ++ 1 file changed, 2 insertions(+) diff --git a/frontend/src/views/home/components/factorTest.vue b/frontend/src/views/home/components/factorTest.vue index bdc7250..532c550 100644 --- a/frontend/src/views/home/components/factorTest.vue +++ b/frontend/src/views/home/components/factorTest.vue @@ -715,6 +715,8 @@ const handleSubmit = async () => { operateType: '0' // '0'为预检测、‘1‘为正式检测 }) active.value++; + + console.log('开始检测active.value', active.value) }; // 提取初始化并填充 currentTableData 的函数