fix: 修复高亮行在排序时渲染错误 #1505

This commit is contained in:
xuliangzhan
2021-09-08 21:31:51 +08:00
parent f0c87eaef6
commit ebbb9940c9

View File

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