@zgfe/business-lib 1.2.39 → 1.2.40-heyh.0

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.
@@ -206,6 +206,7 @@ var AttrListPanel = function AttrListPanel(props) {
206
206
  setOptionList(list);
207
207
  }, [anchor, eventIdMap, userPropList, eventEnvList, eventIdList, props.showCommonProp]);
208
208
  useEffect(function () {
209
+ console.log('currentAttr', props.value);
209
210
  setCurrentAttr(props.value);
210
211
  }, [props.value]);
211
212
  function onClick(option) {
@@ -75,7 +75,7 @@ export default function convertAttributeData(store) {
75
75
  isHidden: prop.hidden,
76
76
  alias: prop.alias_name,
77
77
  category: prop.category,
78
- key: "userProp-".concat(prop.name),
78
+ key: "userProp-".concat(prop.name, "-").concat(prop.id),
79
79
  label: prop.text || prop.name,
80
80
  name: prop.name,
81
81
  propCategory: 'userProp',
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@zgfe/business-lib",
3
- "version": "1.2.39",
3
+ "version": "1.2.40-heyh.0",
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": "39e347891d736be091704d410225760d1a996d7a",
58
+ "gitHead": "eb48ad5be24f2abe4ee7f48b3b84e30546e8b31e",
59
59
  "gitHooks": {
60
60
  "pre-commit": "lint-staged"
61
61
  }