Browse Source

pagesize

master_hella_20240701
wangyufei 5 months ago
parent
commit
4463395874
  1. 1
      src/views/wms/purchasereceiptManage/supplierdeliver/supplierdeliverRequestMain/supplierdeliverBasicForm.vue

1
src/views/wms/purchasereceiptManage/supplierdeliver/supplierdeliverRequestMain/supplierdeliverBasicForm.vue

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

Loading…
Cancel
Save