import { useRequest } from '../../../api' export function ajaxGetSearchPurchaseList(type, data) { return useRequest({ url: `/jyapi/jybx/buyer/${type}/buyerList`, method: 'post', data }) }