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-22 11:15:42 +0800
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
4f8a886a7015d0d590ae417c3e1c8311272644b4
4f8a886a
1 parent
f1fd6389
fix 显示预览生成重置
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
0 deletions
doc/App.vue
doc/App.vue
View file @
4f8a886
...
...
@@ -517,6 +517,7 @@
>
<div class="preview-container">
<vue-flow-editor-form
v-if="rawFlowData"
ref="editor1"
:height="state.window_height"
:data="rawFlowData"
...
...
@@ -800,6 +801,7 @@ export default {
const getFlowData = async (flow_id: any) => {
flowData.value = null;
rawFlowData.value = null;
state.reloadLoading = true; // 打开loading
const { code, data } = await flowNodesAPI({ flow_id });
if (code) {
...
...
Please
register
or
login
to post a comment