|
@@ -559,13 +559,13 @@
|
|
this.TitleMessage['student'] = JSON.parse(this.TitleMessage['student']);
|
|
this.TitleMessage['student'] = JSON.parse(this.TitleMessage['student']);
|
|
//项目详细
|
|
//项目详细
|
|
this.DetailMessage = JSON.parse(FormData[1][0]['chapters']);
|
|
this.DetailMessage = JSON.parse(FormData[1][0]['chapters']);
|
|
- //项目附件
|
|
|
|
- this.ProjectFile = JSON.parse(FormData[2][0]['projectFile'])
|
|
|
|
|
|
+ // //项目附件
|
|
|
|
+ // this.ProjectFile = JSON.parse(FormData[2][0]['projectFile'])
|
|
if(this.ProjectFile!=null)this.ProjectLookFile = this.ProjectFile[0]
|
|
if(this.ProjectFile!=null)this.ProjectLookFile = this.ProjectFile[0]
|
|
else this.ProjectLookFile = {url:'',type:""};
|
|
else this.ProjectLookFile = {url:'',type:""};
|
|
//项目结题附件
|
|
//项目结题附件
|
|
- this.ProjectEndFile = JSON.parse(FormData[3][0]['endFile']);
|
|
|
|
- if(this.ProjectEndFile!=null)this.ProjectEndLookFile = this.ProjectEndFile[0];
|
|
|
|
|
|
+ this.ProjectEndFile = FormData[3][0]['endFile']!=''?JSON.parse(FormData[3][0]['endFile']):'';
|
|
|
|
+ if(this.ProjectEndFile!=null && this.ProjectEndFile!='')this.ProjectEndLookFile = this.ProjectEndFile[0];
|
|
else this.ProjectEndLookFile = {url:"",type:""}
|
|
else this.ProjectEndLookFile = {url:"",type:""}
|
|
if(FormData[4][0]['title']!=null){
|
|
if(FormData[4][0]['title']!=null){
|
|
this.AllActivity = FormData[4]
|
|
this.AllActivity = FormData[4]
|