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.
- package/bundles/ps-toolkit-ui.umd.js +4 -2
- package/bundles/ps-toolkit-ui.umd.js.map +1 -1
- package/bundles/ps-toolkit-ui.umd.min.js +1 -1
- package/bundles/ps-toolkit-ui.umd.min.js.map +1 -1
- package/esm2015/lib/components/table/report/table.report.component.js +2 -2
- package/esm2015/lib/components/table/row/table.row.component.js +4 -2
- package/fesm2015/ps-toolkit-ui.js +4 -2
- package/fesm2015/ps-toolkit-ui.js.map +1 -1
- package/package.json +1 -1
|
@@ -2412,7 +2412,9 @@
|
|
|
2412
2412
|
_this.table.form.onSuccessBase = function () {
|
|
2413
2413
|
_this.table.modal.hide();
|
|
2414
2414
|
if (_this.table.childrenAutoLoad) {
|
|
2415
|
-
|
|
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.
|
|
6387
|
+
_this.loadParent.emit(_this.row.ParentId);
|
|
6386
6388
|
};
|
|
6387
6389
|
}
|
|
6388
6390
|
else {
|