@zgfe/business-lib 1.2.71-hxd.37 → 1.2.71-hxd.38

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.
@@ -98,7 +98,7 @@ var BizAddToPanel = function BizAddToPanel(props) {
98
98
  form.extendTarget ? searchParam.extendTarget = form.extendTarget : null;
99
99
  var resData = {
100
100
  data: searchParam,
101
- chosen_data: form.showList && form.showList === 'dynamic' ? [] : props.params.showList
101
+ chosen_data: form.showList && form.showList === 'dynamic' ? [] : searchParam.showList || props.showList
102
102
  };
103
103
  if (searchParam === null || searchParam === void 0 ? void 0 : searchParam.overall) {
104
104
  resData.module = 'overall';
@@ -483,7 +483,7 @@ var AttrListPanel = function AttrListPanel(props) {
483
483
  return setSearchValue(val);
484
484
  },
485
485
  placeholder: "\u641C\u7D22\u5C5E\u6027"
486
- }), /*#__PURE__*/React.createElement("div", null, anchor.container), showList.length ? (/*#__PURE__*/React.createElement(React.Fragment, null, /*#__PURE__*/React.createElement(Anchor, {
486
+ }), showList.length ? (/*#__PURE__*/React.createElement(React.Fragment, null, /*#__PURE__*/React.createElement(Anchor, {
487
487
  className: "".concat(classPrefix, "-anchor-panel"),
488
488
  affix: false,
489
489
  onClick: function onClick(e) {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@zgfe/business-lib",
3
- "version": "1.2.71-hxd.37",
3
+ "version": "1.2.71-hxd.38",
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": "0cfc734c787f4ee44e041168219e7f499c30d44f",
58
+ "gitHead": "18fb6862c17b92ae69979cac78b83e35c97d18ef",
59
59
  "gitHooks": {
60
60
  "pre-commit": "lint-staged"
61
61
  }