疯狂的狮子li
2022-09-21 91c99d305cb4b988d76c64e3145a8fe20c36970d
ruoyi-ui/src/api/system/user.js
@@ -125,3 +125,11 @@
    params: data
  })
}
// 查询部门下拉树结构
export function deptTreeSelect() {
  return request({
    url: '/system/user/deptTree',
    method: 'get'
  })
}