Showing
1 changed file
with
0 additions
and
3 deletions
| @@ -152,11 +152,9 @@ export struct SingleColumn999Component { | @@ -152,11 +152,9 @@ 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}) | 155 | EmptyComponent({emptyType:WDViewDefaultType.WDViewDefaultType_NoListContent}) |
| 157 | } | 156 | } |
| 158 | } | 157 | } |
| 159 | - } | ||
| 160 | 158 | ||
| 161 | // public buildLanes(): number { | 159 | // public buildLanes(): number { |
| 162 | // return new BreakPointType({ xs: 1, sm: 1, md: 2, lg: 3 }).getValue(this.currentBreakpoint) | 160 | // return new BreakPointType({ xs: 1, sm: 1, md: 2, lg: 3 }).getValue(this.currentBreakpoint) |
| @@ -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