import createAxios from '@/utils/request'; import type ISupplier from '@/domain/iSupplier.ts'; /** 供应商下拉选项 */ export async function getSupplierOptions() { return createAxios({ url: '/customer/supplier/options', method: 'get', }); }