@zgfe/business-lib 1.2.54-ljy-test.0 → 1.2.54-ljy-test.1

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.
@@ -158,7 +158,6 @@ function useBizStore(_ref) {
158
158
  clearTimeout(pre);
159
159
  }
160
160
  return setTimeout(function () {
161
- setUseBizStoreLoading(true);
162
161
  queryGroups();
163
162
  queryTags();
164
163
  loadUserProps();
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@zgfe/business-lib",
3
- "version": "1.2.54-ljy-test.0",
3
+ "version": "1.2.54-ljy-test.1",
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": "ac9696af78e14342ad0b9d84ce45f76a43e4f364",
58
+ "gitHead": "0929030aef63ee385f2fec1fbe47c470af931104",
59
59
  "gitHooks": {
60
60
  "pre-commit": "lint-staged"
61
61
  }