@zgfe/modules-dm 1.0.7 → 1.0.8

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.
@@ -145,6 +145,8 @@ var CollectionAttributeList = function CollectionAttributeList(props) {
145
145
 
146
146
  if (source == 'user') {
147
147
  queryUserPropMeta();
148
+ } else {
149
+ props.Refresh();
148
150
  }
149
151
 
150
152
  state.updateEventMetas && state.updateEventMetas(); // 更新store
@@ -526,7 +526,8 @@ var CollectionEventList = function CollectionEventList(props) {
526
526
  isOpen: props.isOpen,
527
527
  queryPlanData: props.queryPlanData,
528
528
  eventAttrsData: eventAttrsData,
529
- source: "event"
529
+ source: "event",
530
+ Refresh: refreshHandle
530
531
  })), /*#__PURE__*/React.createElement(Modal, {
531
532
  title: "\u521B\u5EFA\u5206\u7EC4",
532
533
  className: "creact-group",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@zgfe/modules-dm",
3
- "version": "1.0.7",
3
+ "version": "1.0.8",
4
4
  "module": "es/index.js",
5
5
  "typings": "es/index.d.ts",
6
6
  "license": "ISC",
@@ -53,7 +53,7 @@
53
53
  "umi-request": "^1.4.0",
54
54
  "yorkie": "^2.0.0"
55
55
  },
56
- "gitHead": "d675516811c6d4e9edd92f37f1c3b6c10114fd2d",
56
+ "gitHead": "a83c525d974ce83017af5406cfd7d1bde6fd50e1",
57
57
  "gitHooks": {
58
58
  "pre-commit": "lint-staged"
59
59
  }