预检测不显示温度框

This commit is contained in:
sjl
2025-06-04 16:38:02 +08:00
parent 15f2c1ee41
commit bc0de34c15
2 changed files with 11 additions and 5 deletions

View File

@@ -90,6 +90,7 @@ const handleStart = () => {
checkStore.setCheckType(0)
checkStore.setSelectTestItems({...formContent})
handleClose()
emit('openTestDialog',checkStore.selectTestItems.test)
}
}