终端台账管理页面迁移中 70%

This commit is contained in:
GGJ
2024-02-20 16:47:12 +08:00
parent e375ae8574
commit af518c0fc5
7 changed files with 2234 additions and 2 deletions

View File

@@ -25,10 +25,18 @@ export function dictDataGetTypeIdData(data: any) {
}
export function dictDataAdd(data) {
export function dictDataAdd(data:any) {
return request({
url: '/system-boot/dictData/add',
method: 'post',
data: data
})
}
export function areaTree(data:any) {
return request({
url: '/system-boot/area/areaTree',
method: 'post',
params: data
})
}