@zgfe/business-lib 1.2.9 → 1.2.10-role.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.
@@ -116,6 +116,8 @@ var BizUserCondition = function BizUserCondition(props) {
116
116
  }, [userPropList]);
117
117
  useEffect(function () {
118
118
  initShowList();
119
+ console.log('openCdpCondition======', props.openCdpCondition);
120
+ console.log('authority======', authority[1006]);
119
121
  if (props.openCdpCondition && authority[1006]) {
120
122
  getDatasetList();
121
123
  } else {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@zgfe/business-lib",
3
- "version": "1.2.9",
3
+ "version": "1.2.10-role.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": "186edba2272d9c8241f184edff7390a4d0088d37",
58
+ "gitHead": "e322faafdbb36b4a4361998682cd3fe1466e2413",
59
59
  "gitHooks": {
60
60
  "pre-commit": "lint-staged"
61
61
  }