This commit is contained in:
sjl
2025-10-23 09:13:56 +08:00

View File

@@ -336,6 +336,9 @@ const save = () => {
}) })
} }
} }
if (!ptErrorTips && !ctErrorTips) {
sendParameter()
}
} }
}) })
} catch (err) { } catch (err) {
@@ -396,7 +399,7 @@ const open = async (sign: string, data: Monitor.ResPqMon, device: Device.ResPqDe
dialogFormRef.value?.resetFields() dialogFormRef.value?.resetFields()
resetFormContent() resetFormContent()
originalNum.value = null originalNum.value = null
// 清空PT和CT的临时变量 // 清空PT和CT的临时变量
ptPrimary.value = '' ptPrimary.value = ''
ptSecondary.value = '' ptSecondary.value = ''
ctPrimary.value = '' ctPrimary.value = ''