|
|
@ -114,6 +114,7 @@ const openFormByCreate = async ( data ) => { |
|
|
|
defaultParams:{code:data['supplierCode']}, |
|
|
|
getListApi: SupplierApi.getSupplierPage // 分页接口 |
|
|
|
}) |
|
|
|
tableObject.pageSize = 500 |
|
|
|
const { getList } = tableMethods |
|
|
|
await getList() |
|
|
|
if(tableObject.tableList.length>0){ |
|
|
|