fantasy-ngzorro 1.0.21 → 1.0.22

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