|
@@ -124,7 +124,7 @@ export default {
|
|
|
const { Data,Ret } = await reportEnDetail({ ReportCode: this.id,ShareEmail:Number(this.$route.query.ShareEmail)||0 });
|
|
|
if (Ret !== 200) return
|
|
|
this.reportInfo = Data.Report;
|
|
|
- this.$route.query.viewType=="!pdf!" && (this.reportInfo.Content=this.setReportContent(this.reportInfo.Content))
|
|
|
+ this.reportInfo.Content=this.setReportContent(this.reportInfo.Content)
|
|
|
this.isshow = true;
|
|
|
localStorage.setItem('waterMarkStr',this.$route.query.flag||'')
|
|
|
const temwaterMarkStr=this.$route.query.flag||localStorage.getItem('waterMarkStr')
|