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