修改测试问题
This commit is contained in:
@@ -25,7 +25,6 @@ export function objTree() {
|
||||
})
|
||||
}
|
||||
|
||||
|
||||
//云设备录入树
|
||||
export function getCldTree() {
|
||||
return createAxios({
|
||||
@@ -40,4 +39,11 @@ export function lineTree() {
|
||||
method: 'POST'
|
||||
})
|
||||
}
|
||||
|
||||
//APF报表树
|
||||
export function getUserDevTree(data) {
|
||||
return createAxios({
|
||||
url: '/cs-harmonic-boot/pqSensitiveUser/getUserDevTree',
|
||||
method: 'POST',
|
||||
params: data
|
||||
})
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user