ps-toolkit-ui 1.20.35 → 1.20.36

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.
@@ -3711,7 +3711,7 @@
3711
3711
  this.table.form.isEdit = true;
3712
3712
  if (this.table.permissions.Type === exports.PermissionTypeEnum.Form) {
3713
3713
  this.table.form.name = opt.name;
3714
- this.table.form.setData(this.row.Data);
3714
+ // this.table.form.setData(this.row.Data);
3715
3715
  this.table.form.setButtons(this.table.form.onTop, true, false, true);
3716
3716
  this.table.form.inputs.filter(function (x) { return x.inEditDisabled; }).forEach(function (x) { return x.disabled = true; });
3717
3717
  this.table.form.inputs.filter(function (x) { return !x.inEditVisible; }).forEach(function (x) { return x.visible = false; });