预见测

This commit is contained in:
sjl
2025-08-08 13:18:01 +08:00
parent 88f1876ef0
commit 5cd8fea60c
14 changed files with 1142 additions and 149 deletions

View File

@@ -424,8 +424,9 @@ const getParameter = (data: Monitor.ResPqMon[]) => {
// 保存数据
const save = () => {
try {
dialogFormRef.value?.validate(async (valid: boolean) => {
if (formContent.encryptionFlag === 0) {
formContent.series = ''
formContent.devKey = ''
@@ -489,6 +490,11 @@ const save = () => {
// 刷新表格
await props.refreshTable!()
}else{
if(activeTab.value === '1'){
ElMessage.error({message: '设备台账信息填写有误!'})
}
}
})
} catch (err) {