日志测试

This commit is contained in:
sjl
2025-02-26 19:05:56 +08:00
parent f71963ea3b
commit f2fd0b078e

View File

@@ -715,6 +715,8 @@ const handleSubmit = async () => {
operateType: '0' // '0'为预检测、1为正式检测 operateType: '0' // '0'为预检测、1为正式检测
}) })
active.value++; active.value++;
console.log('开始检测active.value', active.value)
}; };
// 提取初始化并填充 currentTableData 的函数 // 提取初始化并填充 currentTableData 的函数