分页数量修改
This commit is contained in:
@@ -202,6 +202,7 @@ export default {
|
||||
let params = {
|
||||
page: this.query.page,
|
||||
size: this.query.size,
|
||||
status: this.query.status,
|
||||
creditBuyerId: this.query.creditBuyerId
|
||||
}
|
||||
if (this.query.createdAt.length > 0) {
|
||||
@@ -323,7 +324,8 @@ export default {
|
||||
* @param e
|
||||
*/
|
||||
sizeChange(e) {
|
||||
this.tableData.size = e
|
||||
console.log(e)
|
||||
this.query.size = e
|
||||
this.getTableData()
|
||||
},
|
||||
|
||||
|
||||
Reference in New Issue
Block a user