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