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 的函数