This commit is contained in:
caozehui
2025-03-06 15:50:45 +08:00
parent 2377916f29
commit d41707fcf9
5 changed files with 44 additions and 16 deletions

View File

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