修改污区图

This commit is contained in:
GGJ
2025-04-29 14:31:25 +08:00
parent 4aac705a72
commit 1018de896e
3 changed files with 108 additions and 45 deletions

View File

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