ps-toolkit-ui 0.0.5 → 0.0.6

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.
@@ -2412,7 +2412,9 @@
2412
2412
  _this.table.form.onSuccessBase = function () {
2413
2413
  _this.table.modal.hide();
2414
2414
  if (_this.table.childrenAutoLoad) {
2415
- _this.loadParent.emit(_this.row.parent_id);
2415
+ console.log(11111);
2416
+ console.log(_this.row.ParentId);
2417
+ _this.loadParent.emit(_this.row.ParentId);
2416
2418
  }
2417
2419
  else {
2418
2420
  _this.table.load();
@@ -6382,7 +6384,7 @@
6382
6384
  if (_this.table.hasChildren && _this.row.ParentId != null) {
6383
6385
  _this.table.form.onSuccessBase = function () {
6384
6386
  _this.table.modal.hide();
6385
- _this.loadParent.emit(_this.row.parent_id);
6387
+ _this.loadParent.emit(_this.row.ParentId);
6386
6388
  };
6387
6389
  }
6388
6390
  else {