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
2024-07-08 15:44:08 +0800
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
7d83ad9c746940f4352a8f00ed2cd63f33596052
7d83ad9c
1 parent
8d21200a
fix
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
1 deletions
.gitignore
doc/index.vue
.gitignore
View file @
7d83ad9
node_modules
.histroy
docs
.vscode
...
...
doc/index.vue
View file @
7d83ad9
...
...
@@ -1937,7 +1937,7 @@ export default {
editor.updateModel(element.model); // 更新流程图信息
}
let flow_id = getFlowId(); // 流程id
//
let flow_id = getFlowId(); // 流程id
// if (!_.isEmpty(state.node_tree)) {
// // TAG: 保存表单信息
...
...
Please
register
or
login
to post a comment