20200617-zlp-1
多部门切换 视频学习页面 过滤bug
This commit is contained in:
@ -9,6 +9,23 @@ export function listDept(query) {
|
||||
})
|
||||
}
|
||||
|
||||
// 查询多幼儿园列表
|
||||
export function getDeptsInfo() {
|
||||
return request({
|
||||
url: '/system/dept/getDeptsInfo',
|
||||
method: 'get'
|
||||
})
|
||||
}
|
||||
|
||||
|
||||
// 切换部门
|
||||
export function changeDept(deptId) {
|
||||
return request({
|
||||
url: '/system/dept/changeDept/'+deptId,
|
||||
method: 'post'
|
||||
})
|
||||
}
|
||||
|
||||
// 查询部门详细
|
||||
export function getDept(deptId) {
|
||||
return request({
|
||||
|
Reference in New Issue
Block a user