import request from '@/utils/request' //派遣公司选择 export function getSupplierList(params: any) { return request({ url: '/xjc/supplier/select-options', method: 'get', params, }) }