doway-coms 2.10.93 → 2.10.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": "2.10.93",
3
+ "version": "2.10.94",
4
4
  "description": "doway组件库",
5
5
  "author": "dowaysoft",
6
6
  "main": "packages/index.js",
@@ -2167,6 +2167,7 @@ export default {
2167
2167
  }
2168
2168
  if (originCol.controlType === controlType.select) {
2169
2169
  colParams['controlEdit'] = true
2170
+ colParams['allowClear'] = originCol.allowClear
2170
2171
  }
2171
2172
  if (originCol.controlType === controlType.checkbox) {
2172
2173
  colParams['controlEdit'] = true