chenyitao.0928 5 anni fa
parent
commit
40370d8dbd
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. 1 1
      src/views/Project/Pipeline.vue

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

@@ -545,7 +545,7 @@ export default {
     },
     parseConfigValue(str) {
       const project = this.$store.state.workspace.projectList.find(
-        (item) => item.id === this.this.$store.state.workspace.currentProjectId,
+        (item) => item.id === this.$store.state.workspace.currentProjectId,
       );
       return str.replaceAll('{projectName}', project.name).replaceAll('{projectId}', project.id);
     },