ps-toolkit-ui 1.18.61 → 1.18.62

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.
@@ -3979,16 +3979,14 @@
3979
3979
  }
3980
3980
  }
3981
3981
  if (x.type === exports.InputType.Submit) {
3982
- x.onClick = function () {
3983
- console.log(11111);
3984
- _this.table.load(x);
3985
- $__namespace(_this.tableDiv.nativeElement).removeClass('show-expert-search');
3986
- };
3987
- _this.table.searchForm.submit = function () {
3988
- console.log(22222);
3989
- _this.table.load(x);
3990
- $__namespace(_this.tableDiv.nativeElement).removeClass('show-expert-search');
3991
- };
3982
+ // x.onClick = () => {
3983
+ // this.table.load(x);
3984
+ // $(this.tableDiv.nativeElement).removeClass('show-expert-search');
3985
+ // };
3986
+ // this.table.searchForm.submit = () => {
3987
+ // this.table.load(x);
3988
+ // $(this.tableDiv.nativeElement).removeClass('show-expert-search');
3989
+ // };
3992
3990
  }
3993
3991
  });
3994
3992
  }