调整开始检测接口
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user