fix(脑图): 测试规划脑图保存问题修复
This commit is contained in:
parent
15de20c91b
commit
9960068f5d
|
@ -911,6 +911,8 @@
|
||||||
configFormValidResult = true;
|
configFormValidResult = true;
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
|
} else {
|
||||||
|
configFormValidResult = true;
|
||||||
}
|
}
|
||||||
if (!configFormValidResult) return;
|
if (!configFormValidResult) return;
|
||||||
loading.value = true;
|
loading.value = true;
|
||||||
|
|
Loading…
Reference in New Issue