pull/409/head
xiaojunnuo 2025-05-11 10:55:45 +08:00
parent 0b2e28b62d
commit c88f959ec9
1 changed files with 1 additions and 3 deletions

View File

@ -381,8 +381,6 @@ export default defineComponent({
if (currentHistory.value != null) { if (currentHistory.value != null) {
if (currentHistory.value.pipeline?.status?.status === "start") { if (currentHistory.value.pipeline?.status?.status === "start") {
await loadCurrentHistoryDetail(); await loadCurrentHistoryDetail();
} else {
return;
} }
} }
} catch (e) { } catch (e) {