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

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

View File

@ -393,6 +393,9 @@ export default {
this.activeDom = this.tmpActiveDom;
this.tmpActiveDom = null;
});
} else {
this.activeDom = this.tmpActiveDom;
this.tmpActiveDom = null;
}
this.$store.commit('setIsTestCaseMinderChanged', false);