|
@@ -352,7 +352,7 @@ function reportPublish(id,code){
|
|
}
|
|
}
|
|
|
|
|
|
function generatePdfLinks(Code){
|
|
function generatePdfLinks(Code){
|
|
- return `${publicSettingStore.publicSetting.ReportViewUrl}/reportshare_pdf?code=${Code}&flag=${waterMarkStr.value}`
|
|
|
|
|
|
+ return `${publicSettingStore.publicSetting.ReportViewUrl}/reportshare_pdf_en?code=${Code}&flag=${waterMarkStr.value}`
|
|
}
|
|
}
|
|
// 定时发布报告选择时间
|
|
// 定时发布报告选择时间
|
|
const showDSFBTime=ref(false)
|
|
const showDSFBTime=ref(false)
|