This commit is contained in:
caozehui
2025-03-25 15:49:32 +08:00
parent 862251b83c
commit 39f4cfa670

View File

@@ -1121,7 +1121,7 @@ const handleClick = (item: any, chnNum: number, scriptType: string) => {
}) })
} }
if (flag === -1 || flag === 1) { if (flag === -1 || flag === 1) {
checkStore.setShowDetailType(0) checkStore.setShowDetailType(2)
dataCheckSingleChannelSingleTestPopupRef.value?.open(item.deviceId, chnNum + '', scriptType); dataCheckSingleChannelSingleTestPopupRef.value?.open(item.deviceId, chnNum + '', scriptType);
} }
}; };