ps-toolkit-ui 0.0.176 → 0.0.177

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.
@@ -2741,6 +2741,7 @@
2741
2741
  }
2742
2742
  else if (option.InputAction === exports.PermissionInputActionEnum.OnClick) {
2743
2743
  opt.onClick = function (btn) {
2744
+ console.log(btn, 11111111);
2744
2745
  _this.table.optionsActions.find(function (x) { return x.name === option.Action; }).onClick(_this.row.Data);
2745
2746
  };
2746
2747
  }