|
@@ -371,7 +371,7 @@ export default {
|
|
layoutBaseInfo:{
|
|
layoutBaseInfo:{
|
|
研报标题:'',
|
|
研报标题:'',
|
|
研报作者:'',
|
|
研报作者:'',
|
|
- 创建时间:''
|
|
|
|
|
|
+ 创建时间:'', //一开始定义的是创建时间,后改为发布时间
|
|
}
|
|
}
|
|
}
|
|
}
|
|
},
|
|
},
|
|
@@ -802,7 +802,6 @@ export default {
|
|
this.reportInfo.Title=params.Title
|
|
this.reportInfo.Title=params.Title
|
|
this.layoutBaseInfo['研报标题']=params.Title
|
|
this.layoutBaseInfo['研报标题']=params.Title
|
|
this.layoutBaseInfo['研报作者']=params.Author
|
|
this.layoutBaseInfo['研报作者']=params.Author
|
|
- this.layoutBaseInfo['创建时间']=params.CreateTime
|
|
|
|
this.showReportBaseInfo=false
|
|
this.showReportBaseInfo=false
|
|
}
|
|
}
|
|
})
|
|
})
|
|
@@ -842,7 +841,6 @@ export default {
|
|
this.bgColor=res.Data.CanvasColor
|
|
this.bgColor=res.Data.CanvasColor
|
|
this.layoutBaseInfo['研报标题']=res.Data.Title
|
|
this.layoutBaseInfo['研报标题']=res.Data.Title
|
|
this.layoutBaseInfo['研报作者']=res.Data.Author
|
|
this.layoutBaseInfo['研报作者']=res.Data.Author
|
|
- this.layoutBaseInfo['创建时间']=res.Data.CreateTime
|
|
|
|
this.$nextTick(()=>{
|
|
this.$nextTick(()=>{
|
|
this.contentChange=false
|
|
this.contentChange=false
|
|
})
|
|
})
|