tnx-shared 5.3.277 → 5.3.278
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/tnx-shared.umd.js +5 -1
- package/bundles/tnx-shared.umd.js.map +1 -1
- package/bundles/tnx-shared.umd.min.js +1 -1
- package/bundles/tnx-shared.umd.min.js.map +1 -1
- package/components/cocautochuc/services/cocautochuc-new.service.d.ts +1 -1
- package/components/cocautochuc/services/cocautochuc-new.service.d.ts.map +1 -1
- package/esm2015/components/cocautochuc/services/cocautochuc-new.service.js +6 -3
- package/fesm2015/tnx-shared.js +5 -2
- package/fesm2015/tnx-shared.js.map +1 -1
- package/package.json +2 -2
|
@@ -32241,8 +32241,12 @@
|
|
|
32241
32241
|
] }, control));
|
|
32242
32242
|
return result;
|
|
32243
32243
|
};
|
|
32244
|
-
CoCauToChucNewService.prototype.getTrangThaiGuiCongVan = function () {
|
|
32244
|
+
CoCauToChucNewService.prototype.getTrangThaiGuiCongVan = function (codeApp) {
|
|
32245
|
+
if (codeApp === void 0) { codeApp = ''; }
|
|
32245
32246
|
var apiUrl = this.serviceUri + "/GetTrangThaiGuiCongVan";
|
|
32247
|
+
if (codeApp) {
|
|
32248
|
+
apiUrl = apiUrl + "/" + codeApp;
|
|
32249
|
+
}
|
|
32246
32250
|
return this.defaultGet(apiUrl);
|
|
32247
32251
|
};
|
|
32248
32252
|
return CoCauToChucNewService;
|