index.ts 204 B

123456789
  1. import request from '@/utils/request'
  2. //派遣公司选择
  3. export function getSupplierList(params: any) {
  4. return request({
  5. url: '/xjc/supplier/select-options',
  6. method: 'get',
  7. params,
  8. })
  9. }