fix: 修复排序错误问题
This commit is contained in:
@@ -146,7 +146,7 @@ export default {
|
||||
})
|
||||
},
|
||||
tableDataSort (orderBy) {
|
||||
this.$set(this.searchLabel, 'orderBy', orderBy)
|
||||
this.searchLabel.orderBy = orderBy
|
||||
this.getTableData()
|
||||
},
|
||||
search (params) {
|
||||
|
||||
Reference in New Issue
Block a user