@zgfe/business-lib 1.0.22-bugfix.2 → 1.0.22-bugfix.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.
@@ -192,14 +192,14 @@ var OrConditions = function OrConditions(props) {
192
192
  dataId: id,
193
193
  onChange: onChangeAttrs
194
194
  });
195
- } else if (condition.eventId === '-3') {
195
+ } else if (String(condition.eventId) === '-3') {
196
196
  conditionDom = /*#__PURE__*/React.createElement(PeriodCondition, {
197
197
  label: "\u65B0\u589E\u4E8E",
198
198
  dataId: id,
199
199
  onChange: onChangeRunPeriod,
200
200
  runPeriod: condition.runPeriod
201
201
  });
202
- } else if (condition.eventId === '-4') {
202
+ } else if (String(condition.eventId) === '-4') {
203
203
  conditionDom = /*#__PURE__*/React.createElement(PeriodCondition, {
204
204
  label: "\u6D3B\u8DC3\u4E8E",
205
205
  isRealTime: true,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@zgfe/business-lib",
3
- "version": "1.0.22-bugfix.2",
3
+ "version": "1.0.22-bugfix.3",
4
4
  "scripts": {
5
5
  "start": "dumi dev",
6
6
  "docs:build": "dumi build",
@@ -58,5 +58,5 @@
58
58
  "react": "^16.12.0 || ^17.0.0",
59
59
  "yorkie": "^2.0.0"
60
60
  },
61
- "gitHead": "f3ea834dcbec8fbd66d0a595a0af520dad61d225"
61
+ "gitHead": "59bbf75ffce0b29d430ce362f3364f78ee4a026a"
62
62
  }