mirror of
https://github.com/certd/certd.git
synced 2026-05-19 07:08:57 +08:00
chore:
This commit is contained in:
@@ -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") {
|
||||||
|
|||||||
Reference in New Issue
Block a user