二楼检测项为空问题

This commit is contained in:
caozehui
2025-07-14 15:02:07 +08:00
parent c8f3b4eddc
commit 6e10b0c645
2 changed files with 5 additions and 1 deletions

View File

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