fix(测试跟踪): 脑图编辑后切换功能用例列表选择不保存后没有跳转

This commit is contained in:
chenjianxing 2022-06-08 15:59:43 +08:00 committed by f2c-ci-robot[bot]
parent 0a82d68a72
commit ec06d48db9
1 changed files with 3 additions and 0 deletions

View File

@ -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);