分页数量修改
This commit is contained in:
parent
bd0b9311fd
commit
985a3c6ad6
|
|
@ -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()
|
||||
},
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue