Showing
1 changed file
with
3 additions
and
0 deletions
| @@ -150,8 +150,11 @@ export struct SingleColumn999Component { | @@ -150,8 +150,11 @@ export struct SingleColumn999Component { | ||
| 150 | scrollBackward: NestedScrollMode.SELF_FIRST | 150 | scrollBackward: NestedScrollMode.SELF_FIRST |
| 151 | }) | 151 | }) |
| 152 | } else { | 152 | } else { |
| 153 | + if (this.compListItem && this.compListItem?.operDataList) { | ||
| 153 | EmptyComponent({ emptyHeight: 200 }) | 154 | EmptyComponent({ emptyHeight: 200 }) |
| 154 | } | 155 | } |
| 156 | + | ||
| 157 | + } | ||
| 155 | } | 158 | } |
| 156 | 159 | ||
| 157 | // public buildLanes(): number { | 160 | // public buildLanes(): number { |
-
Please register or login to post a comment