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) {
|
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;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user