bd0716 před 3 roky
rodič
revize
f8f43a0a74
1 změnil soubory, kde provedl 2 přidání a 2 odebrání
  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) {