Showing
1 changed file
with
1 additions
and
4 deletions
| @@ -152,9 +152,7 @@ export struct SingleColumn999Component { | @@ -152,9 +152,7 @@ export struct SingleColumn999Component { | ||
| 152 | scrollBackward: NestedScrollMode.SELF_FIRST | 152 | scrollBackward: NestedScrollMode.SELF_FIRST |
| 153 | }) | 153 | }) |
| 154 | } else { | 154 | } else { |
| 155 | - if (this.compListItem && this.compListItem?.operDataList) { | ||
| 156 | - EmptyComponent({emptyType:WDViewDefaultType.WDViewDefaultType_NoListContent}) | ||
| 157 | - } | 155 | + EmptyComponent({emptyType:WDViewDefaultType.WDViewDefaultType_NoListContent}) |
| 158 | } | 156 | } |
| 159 | } | 157 | } |
| 160 | 158 | ||
| @@ -176,6 +174,5 @@ export struct SingleColumn999Component { | @@ -176,6 +174,5 @@ export struct SingleColumn999Component { | ||
| 176 | index: index, | 174 | index: index, |
| 177 | }) | 175 | }) |
| 178 | } | 176 | } |
| 179 | - | ||
| 180 | } | 177 | } |
| 181 | } | 178 | } |
-
Please register or login to post a comment