fix(测试跟踪): 脑图保存报错
--bug=1013844 --user=陈建星 【测试跟踪】66环境 脑图新建用例 保存后,控制台报错 https://www.tapd.cn/55049933/s/1175271
This commit is contained in:
parent
d761cde14f
commit
49fab1cf3b
|
@ -242,7 +242,7 @@ name: "TestCaseMinder",
|
||||||
this.extraNodeChanged = [];
|
this.extraNodeChanged = [];
|
||||||
this.$emit('refresh');
|
this.$emit('refresh');
|
||||||
this.setIsChange(false);
|
this.setIsChange(false);
|
||||||
if (callback) {
|
if (callback && callback instanceof Function) {
|
||||||
callback();
|
callback();
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
|
|
Loading…
Reference in New Issue