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) => {