CN-1017: 报告table的排序不生效

This commit is contained in:
刘洪洪
2023-05-11 11:45:39 +08:00
parent 93f7868292
commit 8b375f9169

View File

@@ -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) {