bd 3 years ago
parent
commit
df9106701c
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/views/htgj/report.vue

+ 1 - 1
src/views/htgj/report.vue

@@ -128,7 +128,7 @@ const getReport = (id) => {
         state.reportInfo = res.Data.Detail;
         fileLink.value = res.Data.Detail.FileLink;
         if (state.reportInfo.IsResearch || state.reportInfo.IsBelongSummary) {
-          waterMark(store.state.userData.name);
+          waterMark( res.Data.CompanyName);
         }
         $(document).on("click", "#report-content img", function (event) {
           let imgArray = [];