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:
@@ -3181,9 +3181,9 @@ export default defineComponent({
|
||||
clearAllSort()
|
||||
}
|
||||
if (!sortOpts.remote) {
|
||||
return tablePrivateMethods.handleTableData(true)
|
||||
tablePrivateMethods.handleTableData(true)
|
||||
}
|
||||
return nextTick()
|
||||
return nextTick().then(updateStyle)
|
||||
},
|
||||
isSort (fieldOrColumn) {
|
||||
if (fieldOrColumn) {
|
||||
|
||||
Reference in New Issue
Block a user