fix(测试跟踪): 脑图编辑后切换功能用例列表选择不保存后没有跳转
This commit is contained in:
parent
8a6257a350
commit
2dde81bf50
|
@ -393,6 +393,9 @@ export default {
|
||||||
this.activeDom = this.tmpActiveDom;
|
this.activeDom = this.tmpActiveDom;
|
||||||
this.tmpActiveDom = null;
|
this.tmpActiveDom = null;
|
||||||
});
|
});
|
||||||
|
} else {
|
||||||
|
this.activeDom = this.tmpActiveDom;
|
||||||
|
this.tmpActiveDom = null;
|
||||||
}
|
}
|
||||||
|
|
||||||
this.$store.commit('setIsTestCaseMinderChanged', false);
|
this.$store.commit('setIsTestCaseMinderChanged', false);
|
||||||
|
|
Loading…
Reference in New Issue