Compare commits
No commits in common. "f14c4ead73f07e2546630d870a0e8a02fb363733" and "83bf619c4e09ccecb07a147675e32d5ca2c16976" have entirely different histories.
f14c4ead73
...
83bf619c4e
|
@ -183,7 +183,7 @@ export default {
|
||||||
},
|
},
|
||||||
handleTableChange(pagination, filters, sorter) {
|
handleTableChange(pagination, filters, sorter) {
|
||||||
this.pagination = pagination
|
this.pagination = pagination
|
||||||
this.tableParams.pageNum = pagination.current
|
this.tableParams.pageNum = pagination.current - 1
|
||||||
this.tableParams.pageSize = pagination.pageSize
|
this.tableParams.pageSize = pagination.pageSize
|
||||||
this.getTableDataList()
|
this.getTableDataList()
|
||||||
},
|
},
|
||||||
|
|
Loading…
Reference in New Issue
Block a user