v2-dev-order
xiaojunnuo 2025-07-15 15:06:59 +08:00
parent 93e9498b41
commit 65d84f9e9d
1 changed files with 1 additions and 1 deletions

View File

@ -440,7 +440,7 @@ export default defineComponent({
} }
if (currentHistory.value != null) { if (currentHistory.value != null) {
if (currentHistory.value.pipeline?.status?.status === "start") { if (currentHistory.value.status === "start") {
await loadCurrentHistoryDetail(); await loadCurrentHistoryDetail();
pipeline.value = currentHistory.value.pipeline; pipeline.value = currentHistory.value.pipeline;
// if (currentHistory.value.pipeline?.status?.status !== "start") { // if (currentHistory.value.pipeline?.status?.status !== "start") {