fix(脑图): 测试规划脑图保存问题修复

This commit is contained in:
baiqi 2024-08-13 17:23:15 +08:00 committed by 刘瑞斌
parent 15de20c91b
commit 9960068f5d
1 changed files with 2 additions and 0 deletions

View File

@ -911,6 +911,8 @@
configFormValidResult = true;
}
});
} else {
configFormValidResult = true;
}
if (!configFormValidResult) return;
loading.value = true;