diff --git a/frontend/src/views/machine/device/components/monitorPopup.vue b/frontend/src/views/machine/device/components/monitorPopup.vue index b2c4a26..54ec58b 100644 --- a/frontend/src/views/machine/device/components/monitorPopup.vue +++ b/frontend/src/views/machine/device/components/monitorPopup.vue @@ -336,6 +336,9 @@ const save = () => { }) } } + if (!ptErrorTips && !ctErrorTips) { + sendParameter() + } } }) } catch (err) { @@ -396,7 +399,7 @@ const open = async (sign: string, data: Monitor.ResPqMon, device: Device.ResPqDe dialogFormRef.value?.resetFields() resetFormContent() originalNum.value = null - // 清空PT和CT的临时变量 + // 清空PT和CT的临时变量 ptPrimary.value = '' ptSecondary.value = '' ctPrimary.value = ''