admin/src/views/business/reportRecord.vue
@@ -149,7 +149,8 @@ }, pagination: { capacity: 10, page: 1 page: 1, total: 0 }, total: 0 } @@ -203,6 +204,7 @@ ...pagination }).then(res => { this.dataList = res.records || [] this.pagination.total = res.total }) }, clear () { @@ -213,6 +215,7 @@ }, handleSizeChange (capacity) { this.pagination.capacity = capacity this.getList() } } }