Commit 3020a39b authored by lanbaoming's avatar lanbaoming

2024-04-19 报表

parent 22067a6c
...@@ -55,3 +55,13 @@ export function exportExcel(query) { ...@@ -55,3 +55,13 @@ export function exportExcel(query) {
responseType: 'blob' responseType: 'blob'
}) })
} }
//lanbm 2024-04-19 add
//获取指定部门的子部门
export function getDeptChild(query) {
return request({
url: '/Report/SysDeptEx/getDeptChild',
method: 'get',
params: query
})
}
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment