|
|
@@ -520,12 +520,12 @@ export default {
|
|
|
templateName: this.createPipelineForm.template,
|
|
|
});
|
|
|
this.showPipelineCreateModal = false;
|
|
|
+ this.confirmLoading = false;
|
|
|
+ this.loading = true;
|
|
|
+ this.pipelines = await PipelineAPI.getPipelinesByProjectId(this.$store.state.workspace.currentProjectId);
|
|
|
+ this.loading = false;
|
|
|
}
|
|
|
});
|
|
|
- this.confirmLoading = false;
|
|
|
- this.loading = true;
|
|
|
- this.pipelines = await PipelineAPI.getPipelinesByProjectId(this.$store.state.workspace.currentProjectId);
|
|
|
- this.loading = false;
|
|
|
},
|
|
|
open(url, target) {
|
|
|
window.open(url, target);
|