Sign in

田强 / qx-common · Files

GitLab

  • Go to dashboard
  • Project
  • Activity
  • Files
  • Commits
  • Builds 0
  • Graphs
  • Milestones
  • Issues 0
  • Merge Requests 0
  • Labels
  • Wiki
  • Network
  • qx-common
  • src
  • qx-group-selector
  • src
  • service.ts
  • feat: 选人选部门
    a184fb35
    李婷 authored
    2023-09-06 14:57:30 +0800  
    Browse Files »
service.ts 129 Bytes
Raw Blame History Permalink
1 2 3 4 5 6 7

/**
 * 获取群组
 */
export function getGroups(request: any) {
  return request.post(`/qx-apaas-uc/selectUser/getGroups`);
}