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-12 15:40:43 +0800
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
dee543a50e9187eed07b2b5d08a478b371d41c2e
dee543a5
1 parent
61d5fa6f
fix
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
1 deletions
doc/index.vue
doc/index.vue
View file @
dee543a
...
...
@@ -918,7 +918,9 @@ export default {
state.reloadLoading = false;
}
}
getVersionList();
if (urlQuery.type !== 'preview') {
getVersionList();
}
// TAG: 接口获取流程图数据
const flowData = ref<any>(null);
...
...
Please
register
or
login
to post a comment