CN-1017: 报告table的排序不生效
This commit is contained in:
@@ -235,6 +235,10 @@ export default {
|
||||
this.builtinLeftLoading = false
|
||||
})
|
||||
},
|
||||
tableDataSort (orderBy) {
|
||||
this.searchLabel.orderBy = orderBy
|
||||
this.getTableData(this.searchLabel)
|
||||
},
|
||||
getTableData (params) {
|
||||
this.searchLabel = null
|
||||
if (params) {
|
||||
|
||||
Reference in New Issue
Block a user