|
|
@ -673,12 +673,14 @@ const buttonBaseClick = (val, item) => { |
|
|
|
} |
|
|
|
// 获取供应商列表 |
|
|
|
const getFormSupplierList = async () => { |
|
|
|
|
|
|
|
options.originSupplierList = await getSupplierList() |
|
|
|
options.supplierList = [...options.originSupplierList] |
|
|
|
} |
|
|
|
// 获取客户列表 |
|
|
|
const getFormCustomerList = async () => { |
|
|
|
options.supplierList = await getCustomerList() |
|
|
|
|
|
|
|
options.originSupplierList = await getCustomerList() |
|
|
|
options.supplierList = [...options.originSupplierList] |
|
|
|
} |
|
|
|
const filterMethod = (query: string) => { |
|
|
|