diff --git a/frontend/src/views/home/components/test.vue b/frontend/src/views/home/components/test.vue index 07e9458..b62fe98 100644 --- a/frontend/src/views/home/components/test.vue +++ b/frontend/src/views/home/components/test.vue @@ -1005,12 +1005,12 @@ const handleClick = (item: any, chnNum: number, scriptType: string) => { type: 'warning', }) } - if (flag === 1) { - ElMessageBox.alert('该测试项数据异常', '数据异常', { - confirmButtonText: '确定', - type: 'warning', - }) - } + // if (flag === 1) { + // ElMessageBox.alert('该测试项数据异常', '数据异常', { + // confirmButtonText: '确定', + // type: 'warning', + // }) + // } if (flag === -1) { dataCheckSingleChannelSingleTestPopupRef.value?.open(item.deviceId, chnNum + '', scriptType); }