fantasy-ngzorro 1.0.22 → 1.0.23

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.
@@ -2029,13 +2029,11 @@
2029
2029
  * @return {?}
2030
2030
  */
2031
2031
  function () {
2032
- this.validateHdFormLines.reset();
2033
2032
  // 删除
2034
- for (var i = this.linesFormArray.controls.length; i > 0; i--) {
2033
+ for (var i = this.linesFormArray.controls.length; i >= 0; i--) {
2035
2034
  this.deleteFormLine(i);
2036
2035
  }
2037
2036
  this.paginationPageIndex = 1;
2038
- this.changeEvent.emit(this.validateHdFormLines.getRawValue());
2039
2037
  };
2040
2038
  /**
2041
2039
  * @param {?} formItem