Просмотр исходного кода

Merge remote-tracking branch 'origin/feature-test' into feature-2.0

wangJJ 5 лет назад
Родитель
Сommit
63d125dc6b
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      src/components/project/Project.vue

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

@@ -592,7 +592,7 @@ export default {
             this.project.contactName = res.projectDetails.contactName
             this.project.contactPhone = res.projectDetails.contactPhone
             this.project.type = res.projectDetails.type
-            this.project.platform = res.projectDetails.platform
+            this.project.platform = res.projectDetails.platform[0]
             this.project.desc = res.projectDetails.desc
             this.project.doc = []
             this.project.file = []