wujingjing
2025-02-18 67e50265b5cdae1c28f39b924ccb277857f4acea
src/views/project/yw/systemManage/flowApp/components/Header.vue
@@ -79,12 +79,8 @@
   const obj = toObject();
   const jsonStr = obj ? JSONFormat(obj) : '';
   const res = await update_workflow_json_flow({
      agent_id: props.queryId,
      json_flow: jsonStr,
   });
   ElMessage.success('保存成功!');
   emit('saveClick');
   emit('saveClick',jsonStr);
};
onChange((file) => {