@hw-component/form 1.9.82 → 1.9.83

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.
@@ -68,6 +68,7 @@ var HRangePicker = function HRangePicker(_ref) {
68
68
  }
69
69
  });
70
70
  var hasKeys = Object.keys(resultObj).length !== 0;
71
+ console.log(initValue, dateMapKeys, valueName, resultObj, "resultObjresultObjresultObj");
71
72
  return _defineProperty({}, valueName, hasKeys ? resultObj : null);
72
73
  },
73
74
  outputValue: function outputValue(item, _outputValue) {
@@ -71,6 +71,7 @@ var HRangePicker = function HRangePicker(_ref) {
71
71
  }
72
72
  });
73
73
  var hasKeys = Object.keys(resultObj).length !== 0;
74
+ console.log(initValue, dateMapKeys, valueName, resultObj, "resultObjresultObjresultObj");
74
75
  return _defineProperty({}, valueName, hasKeys ? resultObj : null);
75
76
  },
76
77
  outputValue: function outputValue(item, _outputValue) {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@hw-component/form",
3
- "version": "1.9.82",
3
+ "version": "1.9.83",
4
4
  "description": "基于antd二次开发",
5
5
  "repository": {
6
6
  "type": "git",
@@ -61,6 +61,7 @@ const HRangePicker: React.FC<HRangePickerProps> = ({
61
61
  }
62
62
  });
63
63
  const hasKeys = Object.keys(resultObj).length !== 0;
64
+ console.log(initValue,dateMapKeys,valueName,resultObj,"resultObjresultObjresultObj")
64
65
  return {
65
66
  [valueName as string]: hasKeys ? resultObj : null,
66
67
  };