src/api/system/dept.js
@@ -9,6 +9,16 @@ }) } // flowable查询所有部门 export function flowableGetAllDept() { return request({ url: '/system/dept/flowable/all', method: 'get' }) } // 查询部门列表(排除节点) export function listDeptExcludeChild(deptId) { return request({