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