mirror of https://github.com/certd/certd
chore:
parent
dfc9362084
commit
79f2367472
|
@ -382,7 +382,7 @@ export default defineComponent({
|
||||||
}
|
}
|
||||||
currentHistory.value = history;
|
currentHistory.value = history;
|
||||||
await loadCurrentHistoryDetail();
|
await loadCurrentHistoryDetail();
|
||||||
pipeline.value = cloneDeep(history.pipeline);
|
pipeline.value = history.pipeline;
|
||||||
};
|
};
|
||||||
|
|
||||||
async function loadHistoryList(reload = false) {
|
async function loadHistoryList(reload = false) {
|
||||||
|
|
Loading…
Reference in New Issue