doway-coms 1.5.1 → 1.5.2

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.5.1",
3
+ "version": "1.5.2",
4
4
  "description": "doway组件库",
5
5
  "author": "dowaysoft",
6
6
  "main": "packages/index.js",
@@ -2447,8 +2447,10 @@ export default {
2447
2447
  value: [],
2448
2448
  };
2449
2449
  let tempControlType = loopColInfo.params.controlType
2450
- if(loopColInfo.params.)
2451
- switch (loopColInfo.params.controlType) {
2450
+ if(loopColInfo.params.filterControlType){
2451
+ tempControlType = loopColInfo.params.filterControlType
2452
+ }
2453
+ switch (tempControlType) {
2452
2454
  case controlType.date:
2453
2455
  case controlType.datetime:
2454
2456
  if (loopBindingValue.value[0] && loopBindingValue.value[1]) {