002390 1 year ago
parent
commit
6c76b1c2c8
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/views/purchase/purchase-order/index.vue

+ 1 - 1
src/views/purchase/purchase-order/index.vue

@@ -35,7 +35,7 @@ export default {
     return {
       loading: false,
       tabLoading:false,
-      page: { pageNum: 1, pageSize: 10, total: 0 },
+      page: { pageNum: 1, pageSize: 100, total: 0 },
       searchColumns: SearchColumns,
       params: initParams(SearchColumns),
       tableColumns: TableColumns,