@@ -964,7 +964,7 @@ export default {
* 处理分页事件
*/
handlePaginationChange(page) {
- this.changePageCoreRecordData()
+ // this.changePageCoreRecordData()
ActionUtils.setPagination(this.pagination, page)
this.loadData()
},