|
@@ -826,7 +826,6 @@ export default {
|
|
|
|
|
|
publishreport(id,code) {
|
|
|
//发布报告
|
|
|
- return console.log(this.generatePdfLinks(code));
|
|
|
reportEnInterface.reportPublish({ ReportIds: String(id),ReportUrl:this.generatePdfLinks(this.publishReportCode)}).then((res) => {
|
|
|
if (res.Ret !== 200) return
|
|
|
this.isPublishloading = false;
|