fantasy-ngzorro 1.0.48 → 1.0.49

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.
@@ -1999,6 +1999,9 @@
1999
1999
  */
2000
2000
  function (changes) {
2001
2001
  if (changes['formLinesData'] && JSON.stringify(changes['formLinesData'].currentValue) !== JSON.stringify(changes['formLinesData'].previousValue)) {
2002
+ if (this.storeFormLinesData.length === 0) {
2003
+ this.storeFormLinesData = this.formLinesData;
2004
+ }
2002
2005
  this.init();
2003
2006
  }
2004
2007
  if (changes['totalOption'] && JSON.stringify(changes['totalOption'].currentValue) !== JSON.stringify(changes['totalOption'].previousValue)) {