|
@@ -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 = [];
|