@zgfe/modules-event 1.0.29-zhongyuan.3 → 1.0.29-zhongyuan.4

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.
@@ -115,7 +115,7 @@ var EventFilter = function EventFilter(props) {
115
115
  queryRelationConfig();
116
116
  }
117
117
  });
118
- }, []);
118
+ }, [isCascadeShow]);
119
119
  var queryRelationConfig = function queryRelationConfig() {
120
120
  ajax(Apis.queryRelationConfig, {
121
121
  method: 'post',
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@zgfe/modules-event",
3
- "version": "1.0.29-zhongyuan.3",
3
+ "version": "1.0.29-zhongyuan.4",
4
4
  "module": "es/index.js",
5
5
  "typings": "es/index.d.ts",
6
6
  "private": false,
@@ -54,7 +54,7 @@
54
54
  "react": "^16.12.0 || ^17.0.0",
55
55
  "yorkie": "^2.0.0"
56
56
  },
57
- "gitHead": "154df5d9a1397d58b3b1958c4c57bc4c5a6902ac",
57
+ "gitHead": "3efe679cc2e7965b79c2a546d0bbf8383e1e35b8",
58
58
  "gitHooks": {
59
59
  "pre-commit": "lint-staged"
60
60
  }