Showing
1 changed file
with
1 additions
and
1 deletions
| ... | @@ -819,7 +819,7 @@ export default { | ... | @@ -819,7 +819,7 @@ export default { |
| 819 | // 内部刷新graph数据 | 819 | // 内部刷新graph数据 |
| 820 | nextTick(() => { | 820 | nextTick(() => { |
| 821 | editor.editorState.graph.read(flowData.value) | 821 | editor.editorState.graph.read(flowData.value) |
| 822 | - editor1.editorState.graph.read(rawFlowData.value) | 822 | + editor1?.editorState.graph.read(rawFlowData.value) |
| 823 | }); | 823 | }); |
| 824 | } | 824 | } |
| 825 | 825 | ... | ... |
-
Please register or login to post a comment