mirror of
https://github.com/certd/certd.git
synced 2025-11-25 09:10:11 +08:00
chore:
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user