添加前置绑定监测点功能

This commit is contained in:
GGJ
2025-04-28 15:52:40 +08:00
parent ec52564874
commit 4aac705a72
6 changed files with 175 additions and 30 deletions

View File

@@ -150,3 +150,10 @@ export function getList(data: any) {
data
})
}
//查询前置-进程-设备-设备树
export function nodeDeviceTree() {
return createAxios({
url: '/device-boot/nodeDevice/nodeDeviceTree',
method: 'post',
})
}