@zgfe/business-lib 1.2.34-lijingyu1538.8 → 1.2.34-lijingyu1538.9

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.
@@ -148,7 +148,7 @@ var CdpConditionItem = function CdpConditionItem(props) {
148
148
  });
149
149
  }
150
150
  if (params || between) {
151
- setFieldValue(operator === 'between' ? between : [params]);
151
+ setFieldValue(operator === 'between' ? between : params);
152
152
  }
153
153
  onDatasetChange(datasetTable);
154
154
  setTimeout(function () {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@zgfe/business-lib",
3
- "version": "1.2.34-lijingyu1538.8",
3
+ "version": "1.2.34-lijingyu1538.9",
4
4
  "module": "es/index.js",
5
5
  "typings": "es/index.d.ts",
6
6
  "files": [
@@ -55,7 +55,7 @@
55
55
  "react": "^16.12.0 || ^17.0.0",
56
56
  "yorkie": "^2.0.0"
57
57
  },
58
- "gitHead": "9e09f486fe367136810e9dd81908d17c21dea905",
58
+ "gitHead": "04c63c3aac3edca85ad593fcc3cd25a8a743f5a4",
59
59
  "gitHooks": {
60
60
  "pre-commit": "lint-staged"
61
61
  }