@zgfe/business-lib 1.2.70-hxd.29 → 1.2.70-hxd.30

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.
@@ -215,7 +215,8 @@ var BizTargetDimension = function BizTargetDimension(props) {
215
215
  title: sub.label,
216
216
  key: "".concat(item.value, "-").concat(sub.value),
217
217
  onClick: function onClick() {
218
- return onChange(sub, item);
218
+ onChange(sub, item);
219
+ onVisibleChange(false);
219
220
  }
220
221
  }, sub.label);
221
222
  }));
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@zgfe/business-lib",
3
- "version": "1.2.70-hxd.29",
3
+ "version": "1.2.70-hxd.30",
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": "6e6e3206618cca4553d4486d618e92ca98404974",
58
+ "gitHead": "284e261761c36e1f31f99251c17dd8ad97d06be4",
59
59
  "gitHooks": {
60
60
  "pre-commit": "lint-staged"
61
61
  }