修改测试问题

This commit is contained in:
guanj
2026-06-11 20:27:37 +08:00
parent bda7373133
commit 1a09c31669
61 changed files with 3393 additions and 2406 deletions

View File

@@ -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
})
}