RuoYi
2023-03-06 ee2205d4f1cc9bd5c3908fdf43453f1d98f3a231
src/api/system/user.js
@@ -125,3 +125,11 @@
    params: data
  })
}
// 查询部门下拉树结构
export function deptTreeSelect() {
  return request({
    url: '/system/user/deptTree',
    method: 'get'
  })
}