fix(测试跟踪): 脑图保存报错

--bug=1013844 --user=陈建星 【测试跟踪】66环境 脑图新建用例 保存后,控制台报错 https://www.tapd.cn/55049933/s/1175271
This commit is contained in:
chenjianxing 2022-06-07 17:25:40 +08:00 committed by jianxing
parent d761cde14f
commit 49fab1cf3b
1 changed files with 1 additions and 1 deletions

View File

@ -242,7 +242,7 @@ name: "TestCaseMinder",
this.extraNodeChanged = [];
this.$emit('refresh');
this.setIsChange(false);
if (callback) {
if (callback && callback instanceof Function) {
callback();
}
});