修改正式检测逻辑

This commit is contained in:
guanj
2025-08-21 09:33:13 +08:00
parent bc03ba88f0
commit 8e3368bd29
3 changed files with 42 additions and 30 deletions

View File

@@ -367,13 +367,10 @@ watch(TestStatus, function (newValue, oldValue) {
})
watch(stepsActiveIndex, function (newValue, oldValue) {
console.log(
'🚀 ~ checkStore.selectTestItems.test && checkStore.selectTestItems.preTest && newValue == 2:',
checkStore.selectTestItems.test && checkStore.selectTestItems.preTest && newValue == 2
)
if (checkStore.selectTestItems.test && checkStore.selectTestItems.preTest && newValue == 2) {
setTimeout(() => {
console.log(1);
testRef.value.initializeParameters()
testRef.value.showTestLog()
testRef.value.startTimeCount()