fix(测试跟踪): 记住列表排序重新进入后排序不正确
--bug=1013913 --user=陈建星 【测试跟踪】功能用例自定义字段排序以后,重新进入该页面排序方式改变 https://www.tapd.cn/55049933/s/1177824
This commit is contained in:
parent
084385cb5a
commit
071fccf12c
|
@ -291,6 +291,7 @@ export default {
|
|||
// 不知为何,勾选选择框也会进到这里,但是这种情况 newVar === oldVar
|
||||
if (newVar !== oldVar) {
|
||||
this.$nextTick(() => {
|
||||
this.setDefaultOrders();
|
||||
this.clear();
|
||||
this.doLayout();
|
||||
this.checkTableRowIsSelect();
|
||||
|
|
Loading…
Reference in New Issue