ps-toolkit-ui 1.4.14 → 1.4.15

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.
@@ -2612,7 +2612,7 @@
2612
2612
  if (option.AccessType === exports.PermissionAccessTypeEnum.Update) {
2613
2613
  if (this_2.table.form) {
2614
2614
  opt.onClick = function () {
2615
- _this.table.form.url = option.Url + '/' + _this.row.Data.Id;
2615
+ _this.table.form.url = option.Url.replace('{}', _this.row.Data.Id);
2616
2616
  if (_this.table.hasChildren && _this.row.Data.ParentId != null) {
2617
2617
  _this.table.form.onSuccessBase = function () {
2618
2618
  _this.table.modal.hide();