@acorex/connectivity 20.3.0-next.19 → 20.3.0-next.20
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/fesm2022/acorex-connectivity-api.mjs +0 -1
- package/fesm2022/acorex-connectivity-api.mjs.map +1 -1
- package/fesm2022/acorex-connectivity-mock-distribution-record.command-DG45yvDA.mjs +49 -0
- package/fesm2022/acorex-connectivity-mock-distribution-record.command-DG45yvDA.mjs.map +1 -0
- package/fesm2022/acorex-connectivity-mock.mjs +293 -34
- package/fesm2022/acorex-connectivity-mock.mjs.map +1 -1
- package/mock/index.d.ts +31 -1
- package/package.json +6 -6
|
@@ -861,7 +861,6 @@ class AXCReportManagementDataService {
|
|
|
861
861
|
this.dataLoaded = false;
|
|
862
862
|
}
|
|
863
863
|
async executeReport(reportId, parameters = {}) {
|
|
864
|
-
debugger;
|
|
865
864
|
const url = `{this.dataService['baseUrl']}/api/v1/global/Report-Management/report/Execute`;
|
|
866
865
|
const body = {
|
|
867
866
|
reportId,
|