doway-coms 1.4.92 → 1.4.94

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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "doway-coms",
3
- "version": "1.4.92",
3
+ "version": "1.4.94",
4
4
  "description": "doway组件库",
5
5
  "author": "dowaysoft",
6
6
  "main": "packages/index.js",
@@ -1651,7 +1651,7 @@ export default {
1651
1651
  width: loopCol.width,
1652
1652
  extraInfo:{}
1653
1653
  };
1654
- if (loopCol.filters[0].data.bindingValues.length) {
1654
+ if (loopCol.filters && loopCol.filters[0].data.bindingValues.length) {
1655
1655
  loopCol.filters[0].checked = true;
1656
1656
  tempData.extraInfo.filterExpression = loopCol.filters
1657
1657
  }