|
@@ -114,7 +114,7 @@ export default {
|
|
|
}
|
|
|
},
|
|
|
handlePageChange(page){
|
|
|
- this.tableParams.page = page
|
|
|
+ this.tableParams.CurrentIndex = page
|
|
|
this.getTableData()
|
|
|
},
|
|
|
clickNumSortChange({prop,order}){
|
|
@@ -123,7 +123,7 @@ export default {
|
|
|
'LastViewTime':2
|
|
|
}
|
|
|
this.tableParams.SortParam = order?map[prop]:''
|
|
|
- this.tableParams.SortType = order=="ascending"?2:order=="descending"?1:0
|
|
|
+ this.tableParams.SortType = order=="ascending"?2:1
|
|
|
this.handlePageChange(1)
|
|
|
}
|
|
|
},
|