疯狂的狮子Li
2022-11-03 cd9c3c3f4f7a55b8d52a36ff0559931610aa43ae
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'
  })
}