保安服务企业管理项目备份
liuyg
2021-10-26 1e5c40ca6d5c6bbbd062f5cbdfc31d6045b4b77b
src/api/system/dept.js
@@ -69,12 +69,13 @@
    })
}
export const getDeptLazyTree = (parentId) => {
export const getDeptLazyTree = (parentId, jurisdiction) => {
    return request({
        url: '/api/blade-system/dept/lazy-tree',
        method: 'get',
        params: {
            parentId
            parentId,
            jurisdiction
        }
    })
}
@@ -88,4 +89,18 @@
            parentId
        }
    })
}
}
export const ss = () => {
    return request({
        url: '/api/blade-system/dept/selectInfo',
        method: 'get',
    })
}
export const rs = () => {
    return request({
        url: '/api/blade-system/role/selectRole',
        method: 'get',
    })
}