@zgfe/business-lib 1.2.28 → 1.2.29

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.
@@ -42,8 +42,6 @@ export default (function () {
42
42
  },
43
43
  extra: extraList,
44
44
  supportNPlace: true,
45
- onChange: function onChange(condition) {
46
- console.log(JSON.stringify(condition));
47
- }
45
+ onChange: function onChange() {}
48
46
  })));
49
47
  });
@@ -117,8 +117,6 @@ var BizUserCondition = function BizUserCondition(props) {
117
117
  }, [userPropList]);
118
118
  useEffect(function () {
119
119
  initShowList();
120
- console.log('openCdpCondition======', props.openCdpCondition);
121
- console.log('authority======', authority[1006]);
122
120
  if (props.openCdpCondition && authority[1006]) {
123
121
  getDatasetList();
124
122
  } else {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@zgfe/business-lib",
3
- "version": "1.2.28",
3
+ "version": "1.2.29",
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": "236fa1019aac559b7816c6e7eeaa8059c365231c",
58
+ "gitHead": "06746687e6ba582c5b90b5157ef1fd336e394019",
59
59
  "gitHooks": {
60
60
  "pre-commit": "lint-staged"
61
61
  }