@zgfe/business-lib 1.1.3-user.7 → 1.1.3-user.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.
@@ -198,6 +198,7 @@ var CdpConditionItem = function CdpConditionItem(props) {
198
198
 
199
199
  var onOperateChange = function onOperateChange(operate) {
200
200
  setOperator(operate);
201
+ setFieldValue([]);
201
202
  };
202
203
 
203
204
  function getOptions(type) {
@@ -260,7 +261,7 @@ var CdpConditionItem = function CdpConditionItem(props) {
260
261
  defaultValue: fieldValue && fieldValue[0],
261
262
  onChange: function onChange(e) {
262
263
  e.persist();
263
- setFieldValue([e.target.value]);
264
+ setFieldValue([e.target.value, '1']);
264
265
  },
265
266
  suffix: "\u5929"
266
267
  });
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@zgfe/business-lib",
3
- "version": "1.1.3-user.7",
3
+ "version": "1.1.3-user.9",
4
4
  "scripts": {
5
5
  "start": "dumi dev",
6
6
  "docs:build": "dumi build",
@@ -60,5 +60,5 @@
60
60
  "react": "^16.12.0 || ^17.0.0",
61
61
  "yorkie": "^2.0.0"
62
62
  },
63
- "gitHead": "2cbc14e2d80f1278719e7214b8715988c3e51709"
63
+ "gitHead": "1ff59ac3770d6104cccd05f39835adad0b3b8c79"
64
64
  }