This commit is contained in:
2021-12-27 20:20:04 +00:00
parent 4067bb6355
commit a19f61022d

View File

@@ -88,7 +88,7 @@ export default {
} }
}); });
}, },
async renderReport(reportId, reportName) { async immediateRenderReport(reportId, reportName) {
if (this.$route.params.recordid == 0) { if (this.$route.params.recordid == 0) {
return; return;
} }
@@ -139,7 +139,7 @@ export default {
this.resolve(null); this.resolve(null);
} }
}, },
async requestRender(reportId, reportName) { async renderReport(reportId, reportName) {
if (this.$route.params.recordid == 0) { if (this.$route.params.recordid == 0) {
return; return;
} }