ol-base-components 2.0.2 → 2.0.3

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": "ol-base-components",
3
- "version": "2.0.2",
3
+ "version": "2.0.3",
4
4
  "private": false,
5
5
  "main": "src/package/index.js",
6
6
  "scripts": {
@@ -385,6 +385,9 @@ export default {
385
385
  if (this.formSearch.createdTime) {
386
386
  this.formSearch.BeginTime = this.formSearch.createdTime[0];
387
387
  this.formSearch.EndTime = this.formSearch.createdTime[1];
388
+ } else {
389
+ this.formSearch.BeginTime = null;
390
+ this.formSearch.EndTime = null;
388
391
  }
389
392
  const tempFormSearch = Object.assign({}, this.formSearch)
390
393
  if (this.formSearchData.rules) {