doway-coms 2.10.26 → 2.10.27

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": "2.10.26",
3
+ "version": "2.10.27",
4
4
  "description": "doway组件库",
5
5
  "author": "dowaysoft",
6
6
  "main": "packages/index.js",
@@ -209,7 +209,7 @@ export default {
209
209
  width: tempObject.width,
210
210
  extraInfo:{}
211
211
  }
212
- if (tempObject.filters && tempObject.filters[0].data.bindingValues.length) {
212
+ if (tempObject.filters && tempObject.filters[0].data && tempObject.filters[0].data.bindingValues.length) {
213
213
  tempObject.filters[0].checked = true;
214
214
  tempData.extraInfo.filterExpression = tempObject.filters
215
215
  }