easy3wui 1.5.50-beta2 → 1.5.50

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -128,7 +128,7 @@ var Easy3wGridPage = function (_Component) {
128
128
  var isEqual = this.touchDeepEqual(nextDataList, dataList);
129
129
  if (!isEqual) {
130
130
  this.setState({
131
- arrData: nextDataList.length ? this.deepCopy(dataList) : []
131
+ arrData: nextDataList.length ? this.deepCopy(nextDataList) : []
132
132
  });
133
133
  }
134
134
  if (nextProps.cleanFlag === '1') {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "easy3wui",
3
- "version": "1.5.50-beta2",
3
+ "version": "1.5.50",
4
4
  "description": "easy3wui components for react",
5
5
  "keywords": [
6
6
  "react",