Commit 9fba23e0 authored by lanbaoming's avatar lanbaoming

2024-04-27报表更新

parent 8f73c3c9
......@@ -65,3 +65,12 @@ export function getDeptChild(query) {
params: query
})
}
//根据部门过滤客户经理
export function listServiceUser(query) {
return request({
url: '/Report/SysDeptEx/listServiceUser',
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