tnx-shared 5.3.233 → 5.3.234
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 +3 -3
- 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/classes/base/data-form-base.d.ts +1 -1
- package/classes/base/data-form-base.d.ts.map +1 -1
- package/esm2015/classes/base/data-form-base.js +4 -4
- package/fesm2015/tnx-shared.js +3 -3
- package/fesm2015/tnx-shared.js.map +1 -1
- package/package.json +2 -2
|
@@ -18671,7 +18671,7 @@
|
|
|
18671
18671
|
case 5: return [4 /*yield*/, this._processAfterGetData(response.data)];
|
|
18672
18672
|
case 6:
|
|
18673
18673
|
_e.sent();
|
|
18674
|
-
return [4 /*yield*/, this.onAfterGetDetail()];
|
|
18674
|
+
return [4 /*yield*/, this.onAfterGetDetail(response.data)];
|
|
18675
18675
|
case 7:
|
|
18676
18676
|
_e.sent();
|
|
18677
18677
|
return [3 /*break*/, 10];
|
|
@@ -18704,7 +18704,7 @@
|
|
|
18704
18704
|
return [4 /*yield*/, this._processAfterGetData(resultCheck.data)];
|
|
18705
18705
|
case 13:
|
|
18706
18706
|
_e.sent();
|
|
18707
|
-
return [4 /*yield*/, this.onAfterGetDetail()];
|
|
18707
|
+
return [4 /*yield*/, this.onAfterGetDetail(resultCheck.data)];
|
|
18708
18708
|
case 14:
|
|
18709
18709
|
_e.sent();
|
|
18710
18710
|
return [3 /*break*/, 17];
|
|
@@ -19057,7 +19057,7 @@
|
|
|
19057
19057
|
this.model.data.id = this._commonService.guid();
|
|
19058
19058
|
}
|
|
19059
19059
|
};
|
|
19060
|
-
DataFormBase.prototype.onAfterGetDetail = function () {
|
|
19060
|
+
DataFormBase.prototype.onAfterGetDetail = function (data) {
|
|
19061
19061
|
return __awaiter(this, void 0, void 0, function () {
|
|
19062
19062
|
return __generator(this, function (_e) {
|
|
19063
19063
|
return [2 /*return*/];
|