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