首页判断被检设备下绑定监测点

This commit is contained in:
sjl
2025-08-15 16:22:58 +08:00
parent 7b96ce84fc
commit 9319dd06c5
8 changed files with 78 additions and 36 deletions

View File

@@ -195,6 +195,7 @@ const devIds = ref<string[]>()
const standardDevIds = ref<string[]>()
const open = async (device: Device.ResPqDev[], standardDev: StandardDevice.ResPqStandardDevice[],fatherPlanId: string) => {
console.log('device:', device);
edges.value = []
devIds.value = device.map(d => d.id)
standardDevIds.value = standardDev.map(d => d.id)