@zgfe/modules-event 0.0.2-event.67 → 0.0.2-event.68

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.
@@ -86,7 +86,7 @@ var ModuleEvent = function ModuleEvent(props) {
86
86
  setTimeout(function () {
87
87
  setPageLoading(false);
88
88
  }, 0);
89
- }, []);
89
+ }, [props.defaultValue]);
90
90
  var initSearch = function initSearch() {
91
91
  setSearchData({
92
92
  userGroup: (userGroupList === null || userGroupList === void 0 ? void 0 : userGroupList.length) > 0 ? [userGroupList[0].id] : [0],
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@zgfe/modules-event",
3
- "version": "0.0.2-event.67",
3
+ "version": "0.0.2-event.68",
4
4
  "scripts": {
5
5
  "start": "dumi dev",
6
6
  "docs:build": "dumi build",
@@ -49,7 +49,7 @@
49
49
  "react": "^16.12.0 || ^17.0.0",
50
50
  "yorkie": "^2.0.0"
51
51
  },
52
- "gitHead": "e3501f360c0d9858a9f9122ff6bd34fd4166100f",
52
+ "gitHead": "b9a62e01645b47bcef0b84b2cdceee2346de94db",
53
53
  "dependencies": {
54
54
  "react-copy-to-clipboard": "^5.1.0",
55
55
  "react-highlight": "^0.15.0"