This commit is contained in:
xiaojunnuo
2025-07-14 00:34:47 +08:00
parent dfc9362084
commit 79f2367472

View File

@@ -382,7 +382,7 @@ export default defineComponent({
}
currentHistory.value = history;
await loadCurrentHistoryDetail();
pipeline.value = cloneDeep(history.pipeline);
pipeline.value = history.pipeline;
};
async function loadHistoryList(reload = false) {