二楼检测项为空问题

This commit is contained in:
caozehui
2025-07-18 14:33:12 +08:00
parent d2f0382bd9
commit 9e8e44b886
2 changed files with 5 additions and 1 deletions

View File

@@ -1052,6 +1052,7 @@ const handleTest = async (val: string) => {
})
checkStore.setSelectTestItems({preTest: false, timeTest: false, channelsTest: false, test: true})
} else {
checkStore.setReCheckType(1)
openTestDialog(true)
}
}