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.
@@ -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*/];