UPDATE: 优化

This commit is contained in:
贾同学
2025-10-23 09:10:04 +08:00
parent 1cc2ab79cd
commit f772568400

View File

@@ -336,6 +336,9 @@ const save = () => {
})
}
}
if (!ptErrorTips && !ctErrorTips) {
sendParameter()
}
}
})
} catch (err) {
@@ -352,7 +355,6 @@ const sendParameter = () => {
}
// 打开弹窗,可能是新增,也可能是编辑
const open = async (sign: string, data: Monitor.ResPqMon, device: Device.ResPqDev, table: any[], options: any) => {
selectOptions.value = options
titleType.value = sign
dialogVisible.value = true