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