修改报表

This commit is contained in:
guanj
2026-01-28 10:16:05 +08:00
parent 46124f0ea5
commit cf4291ed9a
7 changed files with 226 additions and 27 deletions

View File

@@ -31,4 +31,11 @@ export function getCldTree() {
method: 'POST'
})
}
//报表树
export function lineTree() {
return createAxios({
url: '/cs-device-boot/csLedger/lineTree',
method: 'POST'
})
}