绑定监测点

This commit is contained in:
仲么了
2024-03-11 14:06:02 +08:00
parent ba241ab437
commit b393419b0a
5 changed files with 263 additions and 59 deletions

View File

@@ -0,0 +1,9 @@
import request from '@/utils/request'
export function getDeptBindDeptLineTree(data: any) {
return request({
url: '/device-boot/terminalTree/getDeptBindDeptLineTree',
method: 'get',
params: data
})
}