fix(测试跟踪): 记住列表排序重新进入后排序不正确

--bug=1013913 --user=陈建星 【测试跟踪】功能用例自定义字段排序以后,重新进入该页面排序方式改变 https://www.tapd.cn/55049933/s/1177824
This commit is contained in:
chenjianxing 2022-06-09 16:37:43 +08:00 committed by jianxing
parent a5996e4f9f
commit 502868e406
1 changed files with 1 additions and 0 deletions

View File

@ -291,6 +291,7 @@ export default {
// newVar === oldVar
if (newVar !== oldVar) {
this.$nextTick(() => {
this.setDefaultOrders();
this.clear();
this.doLayout();
this.checkTableRowIsSelect();