台账调整、用户调整

This commit is contained in:
GGJ
2025-03-24 18:26:50 +08:00
parent 1154b7e69c
commit d4c7a9b0ca
17 changed files with 3585 additions and 124 deletions

View File

@@ -110,3 +110,11 @@ export function selectDown() {
method: 'get'
})
}
//获取用户大类小类
export function queryAllByType(params: any) {
return createAxios({
url: '/system-boot/dictTree/queryAllByType',
method: 'get',
params
})
}