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