疯狂的狮子li
2022-12-23 e1579622dea72909be51c4ce7d36c33cf88d7560
ruoyi-ui/src/api/system/role.js
@@ -109,3 +109,11 @@
    params: data
  })
}
// 根据角色ID查询部门树结构
export function deptTreeSelect(roleId) {
  return request({
    url: '/system/role/deptTree/' + roleId,
    method: 'get'
  })
}