This commit is contained in:
xiaojunnuo
2025-06-07 01:19:47 +08:00
parent c820315409
commit c4c59ccc75

View File

@@ -763,7 +763,6 @@ export default defineComponent({
}
};
const edit = () => {
debugger;
pipeline.value = _.cloneDeep(currentPipeline.value);
currentHistory.value = null;
toggleEditMode(true);