|
|
@@ -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),
|