fix: header and footer compute position list error

This commit is contained in:
Hufe921
2023-04-20 22:54:03 +08:00
parent e53c0c5d3b
commit 3b66b26c85
2 changed files with 2 additions and 0 deletions
+1
View File
@@ -72,6 +72,7 @@ export class Footer {
positionList: this.positionList,
rowList: this.rowList,
pageNo: 0,
startRowIndex: 0,
startIndex: 0,
startX,
startY,
+1
View File
@@ -69,6 +69,7 @@ export class Header {
positionList: this.positionList,
rowList: this.rowList,
pageNo: 0,
startRowIndex: 0,
startIndex: 0,
startX,
startY,