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 10:05:12 +0800
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
f1fd63899dd598731f7aa102690ebdd9a54530b8
f1fd6389
1 parent
218f6af4
fix 预览获取流程ID为当前选中的ID
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
0 deletions
doc/App.vue
doc/App.vue
View file @
f1fd638
...
...
@@ -2308,6 +2308,7 @@ export default {
// 打开弹框
state.dialogPreviewVisible = true;
// 获取最新数据
let flow_id = getFlowId(); // flow_id 流程ID
getFlowData(flow_id);
// 创建一个resize事件
const resizeEvent = new Event('resize');
...
...
Please
register
or
login
to post a comment