mirror of
https://gitee.com/xuliangzhan_admin/vxe-table.git
synced 2026-01-21 05:27:57 +08:00
fix: 修复高亮行在排序时渲染错误 #1505
This commit is contained in:
@@ -3351,9 +3351,9 @@ const Methods = {
|
||||
clearAllSort(this)
|
||||
}
|
||||
if (!sortOpts.remote) {
|
||||
return this.handleTableData(true)
|
||||
this.handleTableData(true)
|
||||
}
|
||||
return this.$nextTick()
|
||||
return this.$nextTick().then(this.updateStyle)
|
||||
},
|
||||
// 在 v3 中废弃
|
||||
getSortColumn () {
|
||||
|
||||
Reference in New Issue
Block a user