chenyitao.0928 %!s(int64=5) %!d(string=hai) anos
pai
achega
40370d8dbd
Modificáronse 1 ficheiros con 1 adicións e 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) {
       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);
     },