v2
xiaojunnuo 2025-07-14 00:34:47 +08:00
parent dfc9362084
commit 79f2367472
1 changed files with 1 additions and 1 deletions

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