绑定监测点
This commit is contained in:
@@ -30,7 +30,7 @@ export function updateDept(data: any) {
|
||||
})
|
||||
}
|
||||
|
||||
export function deleteDept(data:any) {
|
||||
export function deleteDept(data: any) {
|
||||
return request({
|
||||
url: '/user-boot/dept/delete',
|
||||
method: 'post',
|
||||
@@ -38,10 +38,11 @@ export function deleteDept(data:any) {
|
||||
})
|
||||
}
|
||||
|
||||
export function selectPid(data:any) {
|
||||
export function selectPid(data: any) {
|
||||
return request({
|
||||
url: '/user-boot/dept/selectPid',
|
||||
method: 'post',
|
||||
data: data
|
||||
})
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
9
src/api/user-boot/deptLine.ts
Normal file
9
src/api/user-boot/deptLine.ts
Normal file
@@ -0,0 +1,9 @@
|
||||
import request from '@/utils/request'
|
||||
|
||||
export function deptBindLine(data: any) {
|
||||
return request({
|
||||
url: '/device-boot/deptLine/deptBindLine',
|
||||
method: 'post',
|
||||
data: data
|
||||
})
|
||||
}
|
||||
9
src/api/user-boot/terminalTree.ts
Normal file
9
src/api/user-boot/terminalTree.ts
Normal 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
|
||||
})
|
||||
}
|
||||
Reference in New Issue
Block a user