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-21 10:30:28 +0800
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
b2bd79eb6df463d4dc9ae45ec3b201977dceb65c
b2bd79eb
1 parent
e1da5b2b
fix 修复登录失效后,loading显示问题
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
0 deletions
doc/App.vue
doc/App.vue
View file @
b2bd79e
...
...
@@ -1070,6 +1070,8 @@ export default {
}
});
}
} else {
state.reloadLoading = false; // 关闭 loading
}
}
...
...
@@ -1091,6 +1093,8 @@ export default {
getVersionList(); // 刷新版本列表
updateFlowId(data); // 更新缓存flow_id
getFlowData(data); // 更新流程图数据
} else {
state.reloadLoading = false;
}
}
...
...
@@ -1152,6 +1156,8 @@ export default {
}
});
}
} else {
state.reloadLoading = false;
}
} else {
ElNotification.error('缺少一条从开始节点到结束节点的完整流程!');
...
...
Please
register
or
login
to post a comment