Toggle navigation
Toggle navigation
This project
Loading...
Sign in
Hooke
/
vue-flow-editor
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Snippets
Network
Create a new issue
Builds
Commits
Issue Boards
Authored by
hookehuyr
2023-12-11 09:47:02 +0800
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
12ab79e610399ea84fcaaeec2a738dc1d95cd345
12ab79e6
1 parent
0ddf864b
fix 遇到错误后中止往下执行
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
0 deletions
doc/App.vue
doc/App.vue
View file @
12ab79e
...
...
@@ -1948,6 +1948,7 @@ export default {
const checkResult = await checkAllFlowNodePropertyAPI({ flow_id: +flow_id })
if (checkResult.code) {
noticeError(checkResult);
return;
} else {
// 保存流程图结构
saveFlowData();
...
...
@@ -1964,6 +1965,7 @@ export default {
const checkResult = await checkAllFlowNodePropertyAPI({ flow_id: +flow_id })
if (checkResult.code) {
noticeError(checkResult);
return;
}
ElMessageBox.confirm(
...
...
Please
register
or
login
to post a comment