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-11-29 12:39:24 +0800
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
2ea7cbb3b6e3c1b32ffebf78ee4978585cc9fd83
2ea7cbb3
1 parent
1b5ec403
用户选择后保存逻辑优化
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
4 deletions
doc/App.vue
doc/App.vue
View file @
2ea7cbb
...
...
@@ -1059,10 +1059,6 @@ export default {
}))
.then(res => {
if (res.data.code) {
ElMessage({
type: 'success',
message: '保存流程图成功',
});
flow_id = res.data.data; // 更新flow_id
updateUrl(flow_id); // 更新url
console.log(paths); // 输出满足条件的路径结果数组
...
...
Please
register
or
login
to post a comment