ps-toolkit-ui 0.0.29 → 0.0.30

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.
@@ -7164,6 +7164,7 @@
7164
7164
  opt.modal.table.set();
7165
7165
  }
7166
7166
  if (opt.modal.form) {
7167
+ opt.modal.form.name = option.Name;
7167
7168
  opt.modal.form.url = opt.modal.form.baseUrl + 'Update/' + btn.row.Id;
7168
7169
  opt.modal.form.loadData(opt.modal.form.baseUrl + 'Get/' + btn.row.Id);
7169
7170
  opt.modal.form.onSuccessBase = function () {