Administrator
2021-11-05 6ce99cb40ee88271fa0d0d8daea99ba0eaec122f
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',
    })
}