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-02-29 09:38:18 +0800
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
d6cad10fcb1ee5eedd995be51987f54a32139529
d6cad10f
1 parent
c598a4ba
fix
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
0 deletions
doc/App.vue
doc/App.vue
View file @
d6cad10
...
...
@@ -772,6 +772,7 @@ export default {
const getVersionList = async () => {
const { code, data } = await flowVersionAPI({ form_id });
if (code) {
state.reloadLoading = false;
state.version_list = data;// 流程版本列表
let flow_id = getFlowId(); // 流程id,如果是新的流程,则为空
if (state.version_list.length) { // 从外部页面第一次跳到流程编辑页面时,flow_id不存在
...
...
Please
register
or
login
to post a comment