fix: 修复排序错误问题

This commit is contained in:
@changcode
2022-01-26 19:14:40 +08:00
parent d648fde9da
commit c80bcd3045

View File

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