@zgfe/modules-settings 1.2.9-gdFix.0 → 1.2.9-gdFix.3

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.
@@ -117,7 +117,6 @@ var User = function User(props) {
117
117
  return item.inv_status === 1 && item.id !== id;
118
118
  }));
119
119
  }
120
- // ????
121
120
  }).catch(function (err) {
122
121
  // todo ????
123
122
  });
@@ -502,7 +501,7 @@ var User = function User(props) {
502
501
  columns: columns,
503
502
  total: showMembers.length,
504
503
  rowKey: "id",
505
- pageSize: showMembers.length / 10
504
+ pagination: false
506
505
  }), /*#__PURE__*/React.createElement("div", null, isAdmin ? /*#__PURE__*/React.createElement("div", {
507
506
  style: {
508
507
  top: !showMembers.length ? -14 : -64
package/es/types/app.d.ts CHANGED
@@ -130,6 +130,7 @@ export interface IGlobalContext extends GlobalContextProps {
130
130
  secret: string;
131
131
  emailNote: string;
132
132
  telphone: string;
133
+ companyBuyVersion: number;
133
134
  };
134
135
  envs: {
135
136
  [propsName: string]: any;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@zgfe/modules-settings",
3
- "version": "1.2.9-gdFix.0",
3
+ "version": "1.2.9-gdFix.3",
4
4
  "module": "es/index.js",
5
5
  "typings": "es/index.d.ts",
6
6
  "files": [
@@ -51,7 +51,7 @@
51
51
  "umi-request": "^1.4.0",
52
52
  "yorkie": "^2.0.0"
53
53
  },
54
- "gitHead": "994e268de3af389ee8fc82ebade54bbec26c824d",
54
+ "gitHead": "fcf2dee39a0da99979224dc5a8939b3a0a063560",
55
55
  "gitHooks": {
56
56
  "pre-commit": "lint-staged"
57
57
  }