diff --git a/src/views/invoicing/components/shopList.vue b/src/views/invoicing/components/shopList.vue index dc5ae97..f5277a8 100644 --- a/src/views/invoicing/components/shopList.vue +++ b/src/views/invoicing/components/shopList.vue @@ -80,7 +80,7 @@ export default { categoryList: [], tableData: { page: 0, - size: 10, + size: 30, total: 0, loading: false, list: [] @@ -114,7 +114,7 @@ export default { this.searhForm.name = '' this.searhForm.category = '' this.tableData.page = 0 - this.tableData.size = 10 + this.tableData.size = 30 this.tableData.list = [] this.getTableData() },