chenyitao.0928 hace 5 años
padre
commit
40370d8dbd
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      src/views/Project/Pipeline.vue

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

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