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