Преглед изворни кода

fix: 删除产物后刷新列表

Jinyao пре 5 година
родитељ
комит
6933f82995
1 измењених фајлова са 1 додато и 0 уклоњено
  1. 1 0
      src/views/Project/Pipeline.vue

+ 1 - 0
src/views/Project/Pipeline.vue

@@ -537,6 +537,7 @@ export default {
         projectId: this.$store.state.workspace.currentProjectId,
         projectId: this.$store.state.workspace.currentProjectId,
         pipelineId,
         pipelineId,
       });
       });
+      this.productions = await PipelineAPI.getDeploymentsByProjectId(this.$store.state.workspace.currentProjectId);
       this.loading = false;
       this.loading = false;
     },
     },
     getStage(stageName) {
     getStage(stageName) {