Results 4 issues of Alex

getSelectRows 在表中执行reload() 方法后,取的是之前的数据

Stale

![image](https://user-images.githubusercontent.com/22736955/53683031-284ad800-3d37-11e9-88be-16146cc75b25.png)

``` let nodeFX = node.get('objectEffects').data; // data is not defined is the node has no fx options. ``` This property contains all the informations from the FX (also called blending...

### 这个功能解决了什么问题 [Cascader] 需要虚拟滚动, 当内容数据过多时需要虚拟滚动 ### 你建议的方案是什么 可以参考tree组件的实现方式