@zgfe/business-lib 1.1.34-alpha.2 → 1.1.34-alpha.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.
@@ -258,7 +258,7 @@ var BusinessCondition = function BusinessCondition(props) {
258
258
  onChange(_objectSpread({}, condition));
259
259
  }
260
260
  function onServiceAttributeChange(operate) {
261
- condition.typeId = operate === null || operate === void 0 ? void 0 : operate.bizDataTypeId;
261
+ condition.typeId = operate === null || operate === void 0 ? void 0 : operate.value;
262
262
  onChange(_objectSpread({}, condition));
263
263
  setServiceAttribute(operate);
264
264
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@zgfe/business-lib",
3
- "version": "1.1.34-alpha.2",
3
+ "version": "1.1.34-alpha.3",
4
4
  "scripts": {
5
5
  "start": "dumi dev",
6
6
  "docs:build": "dumi build",