ps-toolkit-ui 1.8.65 → 1.8.66
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 +1 -1
- 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/classes/table.class.js +2 -2
- package/fesm2015/ps-toolkit-ui.js +1 -1
- package/fesm2015/ps-toolkit-ui.js.map +1 -1
- package/package.json +1 -1
|
@@ -8084,7 +8084,7 @@
|
|
|
8084
8084
|
if (this.form) {
|
|
8085
8085
|
this.form.addButtons('Save', 'green', true, this.permissions.Type === exports.PermissionTypeEnum.Form ? function (data) {
|
|
8086
8086
|
if (data.Id) {
|
|
8087
|
-
var i = _this.rows.findIndex(function (x) { return x.Id === data.Id; });
|
|
8087
|
+
var i = _this.rows.findIndex(function (x) { return x.Data.Id === data.Data.Id; });
|
|
8088
8088
|
_this.rows[i].Data = data;
|
|
8089
8089
|
}
|
|
8090
8090
|
else {
|