被检设备监测点
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user