bd0716 3 年之前
父節點
當前提交
f8f43a0a74
共有 1 個文件被更改,包括 2 次插入2 次删除
  1. 2 2
      src/view/rai_pj/raiReportDtl.vue

+ 2 - 2
src/view/rai_pj/raiReportDtl.vue

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