fix(测试跟踪): 更新脑图模块树没更新
--bug=1014167 --user=陈建星 【测试跟踪】脑图模式下,左侧模块增删改,脑图没有及时更新 https://www.tapd.cn/55049933/s/1186751
This commit is contained in:
parent
26502d8791
commit
66a5ada1b6
|
@ -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) {
|
||||
|
|
Loading…
Reference in New Issue