fix(测试跟踪): 更新脑图模块树没更新

--bug=1014167 --user=陈建星 【测试跟踪】脑图模式下,左侧模块增删改,脑图没有及时更新 https://www.tapd.cn/55049933/s/1186751
This commit is contained in:
chenjianxing 2022-06-20 15:30:24 +08:00 committed by jianxing
parent 26502d8791
commit 66a5ada1b6
1 changed files with 1 additions and 1 deletions

View File

@ -152,12 +152,12 @@ name: "TestCaseMinder",
},
methods: {
handleNodeUpdateForMinder() {
this.noRefresh = true;
if (this.noRefreshMinder) {
//
this.noRefreshMinder = false;
return;
}
this.noRefresh = true;
//
if (!this.$store.state.isTestCaseMinderChanged) {
if (this.$refs.minder) {