|
@@ -280,7 +280,7 @@ export default {
|
|
|
//有访问权限
|
|
|
this.reportInfo = res.Data.Detail;
|
|
|
this.fileLink = res.Data.Detail.FileLink;
|
|
|
- if(this.reportInfo.IsResearch){
|
|
|
+ if(this.reportInfo.IsResearch || this.reportInfo.IsBelongSummary){
|
|
|
this.waterMark(res.Data.Mobile)
|
|
|
}
|
|
|
$(document).on("click", "#report-content img", function(event) {
|
|
@@ -308,7 +308,7 @@ export default {
|
|
|
//有访问权限
|
|
|
this.reportInfo = res.Data.Detail;
|
|
|
this.fileLink = res.Data.Detail.FileLink;
|
|
|
- if(this.reportInfo.IsResearch){
|
|
|
+ if(this.reportInfo.IsResearch|| this.reportInfo.IsBelongSummary){
|
|
|
this.waterMark(res.Data.Mobile)
|
|
|
}
|
|
|
$(document).on("click", "#report-content img", function(event) {
|