@zgfe/business-lib 1.2.34-lijingyu1538.6 → 1.2.34-lijingyu1538.7

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.
@@ -23,9 +23,6 @@ var ConditionTypeList = function ConditionTypeList(props) {
23
23
  _useContext2$authorit = _useContext2.authority,
24
24
  authority = _useContext2$authorit === void 0 ? {} : _useContext2$authorit;
25
25
  if (!show || textMode) return null;
26
- console.log('ConditionTypeList', (currentApp === null || currentApp === void 0 ? void 0 : currentApp.type) === 'user' && (openBusinessDataCondition || (currentUser === null || currentUser === void 0 ? void 0 : currentUser.serviceType) === 0 || (currentUser === null || currentUser === void 0 ? void 0 : currentUser.serviceType) === 2));
27
- console.log('currentUser', currentUser);
28
- console.log('currentApp', currentApp);
29
26
  return /*#__PURE__*/React.createElement("div", {
30
27
  className: "biz-user-condition-type-list"
31
28
  }, label ? /*#__PURE__*/React.createElement("div", {
@@ -190,7 +190,7 @@ var BizUserCondition = function BizUserCondition(props) {
190
190
  return request(Apis.queryMetaDatasetList, {
191
191
  method: 'post',
192
192
  data: {
193
- appId: currentApp === null || currentApp === void 0 ? void 0 : currentApp.appId
193
+ appId: (currentApp === null || currentApp === void 0 ? void 0 : currentApp.appId) ? currentApp === null || currentApp === void 0 ? void 0 : currentApp.appId : currentApp === null || currentApp === void 0 ? void 0 : currentApp.id
194
194
  }
195
195
  });
196
196
  case 3:
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@zgfe/business-lib",
3
- "version": "1.2.34-lijingyu1538.6",
3
+ "version": "1.2.34-lijingyu1538.7",
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": "0123a2ce84212acd661a3dc60e64346e9517297e",
58
+ "gitHead": "2e0a20354dba23dfe9e5c7a950c74434f0069798",
59
59
  "gitHooks": {
60
60
  "pre-commit": "lint-staged"
61
61
  }