Sfoglia il codice sorgente

Merge branch 'feature-test' of ssh://git.mooctest.com:1022/crowd-2019/crowd-test-service-front into feature-test

guo00guo 5 anni fa
parent
commit
d557281379
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. 1 1
      src/components/project/Project.vue

+ 1 - 1
src/components/project/Project.vue

@@ -569,7 +569,7 @@ export default {
             userId: this.user.userVO.id,
             name: this.project.name,
             type: this.project.type,
-            platform: this.project.platform.split(' '),
+            platform: this.project.platform,
             desc: this.project.desc,
             resource: this.project.resource,
             location: getProvinceNameByProvinceCode(this.project.location.provinceCode, this.project.location.cityCode),