ntk-cms-api 1.2.105 → 1.2.106
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/bundles/ntk-cms-api.umd.js +2 -2
- package/bundles/ntk-cms-api.umd.js.map +1 -1
- package/bundles/ntk-cms-api.umd.min.js +1 -1
- package/bundles/ntk-cms-api.umd.min.js.map +1 -1
- package/esm2015/lib/service/base/apiCmsServerBase.service.js +3 -3
- package/esm2015/lib/service/base/iApiCmsServerBase.js +1 -1
- package/fesm2015/ntk-cms-api.js +2 -2
- package/fesm2015/ntk-cms-api.js.map +1 -1
- package/lib/service/base/apiCmsServerBase.service.d.ts +1 -1
- package/lib/service/base/iApiCmsServerBase.d.ts +1 -1
- package/ntk-cms-api.metadata.json +1 -1
- package/package.json +1 -1
|
@@ -1937,11 +1937,11 @@
|
|
|
1937
1937
|
return _this.errorExceptionResultCheck(ret);
|
|
1938
1938
|
}));
|
|
1939
1939
|
};
|
|
1940
|
-
ApiCmsServerBase.prototype.
|
|
1940
|
+
ApiCmsServerBase.prototype.ServicelReportFileGetAl = function () {
|
|
1941
1941
|
var _this = this;
|
|
1942
1942
|
// this.loadingStatus=true;
|
|
1943
1943
|
return this.http
|
|
1944
|
-
.get(this.getBaseUrl() + this.getModuleControllerUrl() + '/
|
|
1944
|
+
.get(this.getBaseUrl() + this.getModuleControllerUrl() + '/ReportFileGetAll', {
|
|
1945
1945
|
headers: this.getHeaders(),
|
|
1946
1946
|
})
|
|
1947
1947
|
.pipe(
|