mirror of https://github.com/certd/certd
chore:
parent
93e9498b41
commit
65d84f9e9d
|
@ -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") {
|
||||||
|
|
Loading…
Reference in New Issue