fantasy-ngzorro 1.4.2 → 1.4.4

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.
@@ -4970,6 +4970,7 @@
4970
4970
  * @return {?}
4971
4971
  */
4972
4972
  function () {
4973
+ console.log('ngOnInit触发获取缓存信息');
4973
4974
  _this.getInitLocalforage();
4974
4975
  })).catch((/**
4975
4976
  * @param {?} e
@@ -4999,6 +5000,9 @@
4999
5000
  this.resetStatus();
5000
5001
  }
5001
5002
  if (changes['tableCols'] && JSON.stringify(changes['tableCols'].currentValue) !== JSON.stringify(changes['tableCols'].previousValue)) {
5003
+ console.log('tableCols发生改变1', changes['tableCols']);
5004
+ console.log('tableCols发生改变1', changes['tableCols'].currentValue);
5005
+ console.log('tableCols发生改变2', changes['tableCols'].previousValue);
5002
5006
  this.deleteHideItem();
5003
5007
  if (!this.tableCols || this.tableCols.length === 0) {
5004
5008
  return;
@@ -5007,6 +5011,7 @@
5007
5011
  * @return {?}
5008
5012
  */
5009
5013
  function () {
5014
+ console.log('tableCols不同触发获取缓存信息');
5010
5015
  _this.getInitLocalforage();
5011
5016
  })).catch((/**
5012
5017
  * @param {?} e