hookehuyr

fix

1 node_modules 1 node_modules
2 .histroy 2 .histroy
3 docs 3 docs
4 +.vscode
......
...@@ -1937,7 +1937,7 @@ export default { ...@@ -1937,7 +1937,7 @@ export default {
1937 editor.updateModel(element.model); // 更新流程图信息 1937 editor.updateModel(element.model); // 更新流程图信息
1938 } 1938 }
1939 1939
1940 - let flow_id = getFlowId(); // 流程id 1940 + // let flow_id = getFlowId(); // 流程id
1941 1941
1942 // if (!_.isEmpty(state.node_tree)) { 1942 // if (!_.isEmpty(state.node_tree)) {
1943 // // TAG: 保存表单信息 1943 // // TAG: 保存表单信息
......