liuyg
2021-09-27 8c6cf205affbbc8ada74f00a7ca25ebca867e9ed
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',
    })
}