fantasy-ngzorro 1.1.37 → 1.1.38

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.
@@ -3925,10 +3925,8 @@
3925
3925
  * @return {?}
3926
3926
  */
3927
3927
  function (event) {
3928
- console.log('event', event);
3929
3928
  // 勾选只有在hideListNodes,取消勾选只有在nowListNodes
3930
3929
  if (event.node.origin.checked) {
3931
- console.log('走到了勾选');
3932
3930
  /** @type {?} */
3933
3931
  var node = new TreeGrid();
3934
3932
  node = this.hideListNodes.find((/**
@@ -3975,7 +3973,6 @@
3975
3973
  // if (this.hideListNodes.length === 0 && this.tableCacheOption && this.tableCacheOption.cols) {
3976
3974
  // this.hideListNodes = this.getHideListNodes();
3977
3975
  // }
3978
- console.log('走到非勾选逻辑');
3979
3976
  /** @type {?} */
3980
3977
  var temporaryNodeList_1 = this.hideListNodes.slice(0);
3981
3978
  this.nowListNodes.forEach((/**
@@ -4086,7 +4083,6 @@
4086
4083
  // 缓存一下表格的数据
4087
4084
  this.tableColsCache = __spread(this.tableCols);
4088
4085
  }
4089
- console.log('this.tableCols', this.tableCols);
4090
4086
  };
4091
4087
  /**
4092
4088
  * @return {?}
@@ -4125,8 +4121,6 @@
4125
4121
  */
4126
4122
  function (_a, col) {
4127
4123
  var width = _a.width;
4128
- console.log('width', width);
4129
- console.log('col', col);
4130
4124
  /** @type {?} */
4131
4125
  var tempWidth = 0;
4132
4126
  if (width > col.minWidth) {
@@ -4135,7 +4129,6 @@
4135
4129
  else {
4136
4130
  tempWidth = col.minWidth;
4137
4131
  }
4138
- console.log('tempWidth', tempWidth);
4139
4132
  this.tableCacheOption.colWidths.set(col.title, tempWidth);
4140
4133
  this.saveTableCacheOption();
4141
4134
  this.tableCols = this.tableCols.map((/**