放开数据异常按钮弹窗

This commit is contained in:
caozehui
2025-01-10 09:20:32 +08:00
parent d416f46b3a
commit f24f87dcc8

View File

@@ -1005,12 +1005,12 @@ const handleClick = (item: any, chnNum: number, scriptType: string) => {
type: 'warning', type: 'warning',
}) })
} }
if (flag === 1) { // if (flag === 1) {
ElMessageBox.alert('该测试项数据异常', '数据异常', { // ElMessageBox.alert('该测试项数据异常', '数据异常', {
confirmButtonText: '确定', // confirmButtonText: '确定',
type: 'warning', // type: 'warning',
}) // })
} // }
if (flag === -1) { if (flag === -1) {
dataCheckSingleChannelSingleTestPopupRef.value?.open(item.deviceId, chnNum + '', scriptType); dataCheckSingleChannelSingleTestPopupRef.value?.open(item.deviceId, chnNum + '', scriptType);
} }