fantasy-ngzorro 1.2.18 → 1.2.19

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.
@@ -1838,10 +1838,13 @@
1838
1838
  * @return {?}
1839
1839
  */
1840
1840
  function (changes) {
1841
+ console.log('changes', changes);
1841
1842
  if (changes['formLinesData'] && JSON.stringify(changes['formLinesData'].currentValue) !== JSON.stringify(changes['formLinesData'].previousValue)) {
1842
1843
  if (this.storeFormLinesData && this.storeFormLinesData.length === 0) {
1844
+ console.log('1');
1843
1845
  this.storeFormLinesData = this.formLinesData;
1844
1846
  }
1847
+ console.log('2');
1845
1848
  this.init();
1846
1849
  }
1847
1850
  if (changes['totalOption'] && JSON.stringify(changes['totalOption'].currentValue) !== JSON.stringify(changes['totalOption'].previousValue)) {