Showing
1 changed file
with
1 additions
and
1 deletions
| @@ -88,7 +88,7 @@ export struct PageComponent { | @@ -88,7 +88,7 @@ export struct PageComponent { | ||
| 88 | LazyForEach(this.pageModel.compList, (compDTO: CompDTO, compIndex: number) => { | 88 | LazyForEach(this.pageModel.compList, (compDTO: CompDTO, compIndex: number) => { |
| 89 | ListItem() { | 89 | ListItem() { |
| 90 | Column() { | 90 | Column() { |
| 91 | - CompParser({ pageModel: this.pageModel, compDTO: compDTO, compIndex: compIndex }); | 91 | + CompParser({ pageModel: this.pageModel, compDTO: compDTO, compIndex: compIndex, pageId: this.pageId }); |
| 92 | } | 92 | } |
| 93 | } | 93 | } |
| 94 | }, | 94 | }, |
-
Please register or login to post a comment