This commit is contained in:
@@ -88,7 +88,7 @@ export default {
|
||||
}
|
||||
});
|
||||
},
|
||||
async renderReport(reportId, reportName) {
|
||||
async immediateRenderReport(reportId, reportName) {
|
||||
if (this.$route.params.recordid == 0) {
|
||||
return;
|
||||
}
|
||||
@@ -139,7 +139,7 @@ export default {
|
||||
this.resolve(null);
|
||||
}
|
||||
},
|
||||
async requestRender(reportId, reportName) {
|
||||
async renderReport(reportId, reportName) {
|
||||
if (this.$route.params.recordid == 0) {
|
||||
return;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user