Browse Source

fix: 删除产物后刷新列表

Jinyao 5 năm trước cách đây
mục cha
commit
6933f82995
1 tập tin đã thay đổi với 1 bổ sung0 xóa
  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) {