被检设备监测点

This commit is contained in:
sjl
2025-07-22 16:12:08 +08:00
parent 1f37cc567c
commit bccb4b1f17
4 changed files with 8 additions and 5 deletions

View File

@@ -213,6 +213,7 @@ import MonitorTable from '@/views/machine/device/components/monitorTab.vue';
import {useAppSceneStore} from "@/stores/modules/mode";
import { generateUUID } from '@/utils'
import { Monitor } from '@/api/device/interface/monitor'
import { el } from 'element-plus/es/locale'
const AppSceneStore = useAppSceneStore()
@@ -458,6 +459,8 @@ const getParameter = (data: Monitor.ResPqMon[]) => {
.map(String) // 恢复为字符串用于保存
.join(',');
}
}else{
formContent.inspectChannel = null;
}