调整开始检测接口

This commit is contained in:
sjl
2025-08-14 15:02:58 +08:00
parent b1ddf540ca
commit 83c8dc5f19
9 changed files with 90 additions and 40 deletions

View File

@@ -850,7 +850,7 @@ const handleTest = async (val: string) => {
if (appSceneStore.currentScene === '0') {
writeTHPopupRef.value?.open()
} else {
selectTestItemPopupRef.value?.open([])
selectTestItemPopupRef.value?.open()
}
})
.catch((action: Action) => {
@@ -860,14 +860,14 @@ const handleTest = async (val: string) => {
if (appSceneStore.currentScene === '0') {
writeTHPopupRef.value?.open()
} else {
selectTestItemPopupRef.value?.open([])
selectTestItemPopupRef.value?.open()
}
}
})
checkStore.setSelectTestItems({ preTest: false, timeTest: false, channelsTest: false, test: true })
} else {
selectTestItemPopupRef.value?.open([])
selectTestItemPopupRef.value?.open()
checkStore.setReCheckType(1)
}
} else {