wujingjing
2024-12-30 f12fd0b36f027cbbae0fb322b237abe857a32e2b
src/views/project/yw/systemManage/flowApp/components/Header.vue
@@ -42,6 +42,7 @@
import { gotoRoute } from '/@/utils/route';
import { update_workflow_json_flow } from '/@/api/workflow';
import { ElMessage } from 'element-plus';
import router from '/@/router';
const props = defineProps(['queryId', 'flowAgent']);
const emit = defineEmits(['export']);
const { toObject, fromObject, nodes, edges, removeEdges, removeNodes } = useVueFlow();
@@ -53,7 +54,7 @@
});
const backMgr = () => {
   gotoRoute({
   router.push({
      name: 'WorkFlowIndex',
   });
};