放开数据异常按钮弹窗
This commit is contained in:
@@ -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);
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user