doway-coms 1.6.13 → 1.6.14

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.6.13",
3
+ "version": "1.6.14",
4
4
  "description": "doway组件库",
5
5
  "author": "dowaysoft",
6
6
  "main": "packages/index.js",
@@ -1040,6 +1040,9 @@ export default {
1040
1040
  }
1041
1041
  XEUtils.each(columns, item => {
1042
1042
  let col= vm.columns.find(x=>x.field === item.field)
1043
+ if(!col) {
1044
+ return
1045
+ }
1043
1046
  if(!col.controlType) {
1044
1047
  col.controlType = 'text'
1045
1048
  }