소스 검색

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

wangJJ 5 년 전
부모
커밋
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 = []