@titaui/pc 1.15.82 → 1.15.84-beta.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.
Files changed (117) hide show
  1. package/lib/components/book-demo/components/pc/components/content/index.js +8 -6
  2. package/lib/components/book-demo/components/pc/index.js +22 -18
  3. package/lib/components/change-okr-modal/Filter.js +3 -1
  4. package/lib/components/change-okr-modal/Item.js +3 -1
  5. package/lib/components/common-share/publishMblog.js +3 -1
  6. package/lib/components/common-share/request-apis.js +4 -2
  7. package/lib/components/create-okr-modal/fields/okr-classify.js +3 -1
  8. package/lib/components/create-okr-modal/fields/okr-type.js +3 -1
  9. package/lib/components/create-okr-modal/index.js +3 -1
  10. package/lib/components/create-okr-modal/request-api.js +4 -2
  11. package/lib/components/create-okr-modal/utils/helper.js +3 -1
  12. package/lib/components/dynamic/components/comments-dialog/api.js +4 -2
  13. package/lib/components/dynamic/dynamic-item/dynamic-ai-dialy/dynamic-footer.js +4 -2
  14. package/lib/components/dynamic/dynamic-item/dynamic-discovery/dynamic-footer.js +4 -2
  15. package/lib/components/dynamic/dynamic-item/dynamic-interview-share/index.js +3 -1
  16. package/lib/components/dynamic/dynamic-item/dynamic-learning/index.js +3 -1
  17. package/lib/components/dynamic/dynamic-item/dynamic-share/index.js +3 -1
  18. package/lib/components/dynamic/dynamic-item/index.js +4 -2
  19. package/lib/components/dynamic/request-api.js +3 -1
  20. package/lib/components/eReport/eReportShare/index.js +3 -1
  21. package/lib/components/grid-layout/personal-info/index.js +4 -4
  22. package/lib/components/grid-layout/sub-employee-okr/index.js +3 -1
  23. package/lib/components/grid-layout/util/network.js +4 -2
  24. package/lib/components/grid-page/personal-info/index.js +4 -4
  25. package/lib/components/help-card/index.js +3 -1
  26. package/lib/components/help-card/request-api.js +4 -2
  27. package/lib/components/hr-header/index.js +4 -2
  28. package/lib/components/import-modal/helper.js +1 -1
  29. package/lib/components/import-modal/request-api.js +6 -2
  30. package/lib/components/import-modal/tree/okr-tree/search-form.js +2 -2
  31. package/lib/components/import-modal/tree/task-work-tree/index.js +3 -1
  32. package/lib/components/import-modal/tree-node/work-node/index.js +3 -1
  33. package/lib/components/mblog/index.js +3 -1
  34. package/lib/components/menus/components/menu-card/index.js +3 -1
  35. package/lib/components/menus/export-modules/appraisal-menus/menus.js +7 -5
  36. package/lib/components/menus/export-modules/okr-menus/menus.js +3 -1
  37. package/lib/components/menus/export-modules/okr-menus/subordinate-menus/index.js +3 -1
  38. package/lib/components/menus/export-modules/research-menu/index.css +9 -0
  39. package/lib/components/menus/export-modules/research-menu/index.js +120 -0
  40. package/lib/components/menus/export-modules/research-menu/menu-highlight.js +44 -0
  41. package/lib/components/menus/export-modules/research-menu/menus.js +78 -0
  42. package/lib/components/menus/export-modules/research-menu/research-front-menus.js +158 -0
  43. package/lib/components/menus/export-modules/summary-menus/depart-menus/index.js +1 -1
  44. package/lib/components/menus/export-modules/summary-menus/menus.js +3 -1
  45. package/lib/components/menus/export-modules/summary-menus/request-api.js +1 -1
  46. package/lib/components/menus/export-modules/summary-menus/subordinate-menus/index.js +3 -1
  47. package/lib/components/menus/index.js +6 -0
  48. package/lib/components/menus/request-apis.js +4 -2
  49. package/lib/components/nav-top/components/app-center/index.js +13 -5
  50. package/lib/components/nav-top/index.js +21 -11
  51. package/lib/components/nav-top/request.apis.js +4 -3
  52. package/lib/components/nav-top/utils.js +1 -1
  53. package/lib/components/okr-detail/base-info/base-info.js +14 -14
  54. package/lib/components/okr-detail/components/okr-tree/tree-node/kr-parent-node/index.js +3 -1
  55. package/lib/components/okr-detail/detail-footer/index.js +3 -1
  56. package/lib/components/okr-detail/detail-header/actions.js +1 -1
  57. package/lib/components/okr-detail/detail-header/index.js +3 -1
  58. package/lib/components/okr-detail/index.js +6 -2
  59. package/lib/components/okr-detail/request-apis.js +3 -1
  60. package/lib/components/okr-detail/schedule/components/o-progress/index.js +6 -2
  61. package/lib/components/okr-detail/schedule/util.js +3 -1
  62. package/lib/components/okr-filter-drawer/filter-form.js +3 -1
  63. package/lib/components/okr-flow/open-data/index.js +3 -1
  64. package/lib/components/okr-flow/request-apis.js +4 -2
  65. package/lib/components/okr-flow/utils/config.js +7 -3
  66. package/lib/components/okr-progress/components/o-progress/index.js +6 -2
  67. package/lib/components/okr-progress/util.js +3 -1
  68. package/lib/components/okr-progress-modal/request-apis.js +4 -2
  69. package/lib/components/okr-share/publishMblog.js +3 -1
  70. package/lib/components/okr-share/request-apis.js +4 -2
  71. package/lib/components/okrcase-library/index.js +3 -1
  72. package/lib/components/order-have-award/index.js +6 -2
  73. package/lib/components/part-notice/index.js +5 -1
  74. package/lib/components/period-selector/helper/index.js +3 -1
  75. package/lib/components/point-demo/index.js +9 -7
  76. package/lib/components/point-demo/point-demo.js +5 -3
  77. package/lib/components/stop-taking-modal/index.js +3 -1
  78. package/lib/components/superset-charts/utils/axios.js +4 -2
  79. package/lib/components/survey-model/index.js +7 -7
  80. package/lib/components/survey-model/instance.js +4 -2
  81. package/lib/components/task-relation-modal/helper.js +1 -1
  82. package/lib/components/task-relation-modal/okr-relation/relation-task-model/search-form.js +2 -2
  83. package/lib/components/task-relation-modal/okr-relation/request-api.js +3 -1
  84. package/lib/components/task-relation-modal/okr-relation/tree/task-tree/index.js +3 -1
  85. package/lib/components/task-relation-modal/request-api.js +3 -1
  86. package/lib/components/task-relation-modal/tree/okr-tree/index.js +3 -1
  87. package/lib/components/task-relation-modal/tree/okr-tree/search-form.js +2 -2
  88. package/lib/components/task-relation-modal/tree/work-list/search-form.js +2 -2
  89. package/lib/components/task-relation-modal/tree/work-tree/search-form.js +2 -2
  90. package/lib/components/task-relation-modal/tree-node/work-node/index.js +3 -1
  91. package/lib/components/upload/index.js +4 -2
  92. package/lib/components/upvote/request-apis.js +4 -2
  93. package/lib/components/user-selector/empty/group.js +4 -2
  94. package/lib/components/user-selector/request-apis.js +4 -2
  95. package/lib/components/version-change-modal/index.js +6 -2
  96. package/lib/components/video-modal/index.js +3 -1
  97. package/lib/components/weekly-report/card.js +9 -9
  98. package/lib/components/word-cloud/request-apis.js +4 -2
  99. package/lib/pages/aha2021/index.js +8 -4
  100. package/lib/pages/group-management/components/openData/index.js +9 -3
  101. package/lib/pages/group-management/groupInterface.js +10 -4
  102. package/lib/pages/group-management/page-view/importGroupStaff/index.js +5 -3
  103. package/lib/pages/like-ranking/index.js +3 -1
  104. package/lib/pages/new-okr-list/header/index.js +10 -4
  105. package/lib/pages/new-okr-list/index.js +31 -23
  106. package/lib/pages/okr-map/hooks/useStorage.js +3 -1
  107. package/lib/pages/okr-map/open-data/index.js +3 -1
  108. package/lib/pages/okr-map/request-apis.js +4 -2
  109. package/lib/pages/okr-map/utils.js +10 -7
  110. package/lib/utils/auth.js +9 -7
  111. package/lib/utils/bs-global.js +18 -7
  112. package/lib/utils/helpers.js +15 -5
  113. package/lib/utils/open-data.js +14 -6
  114. package/lib/utils/platform.js +15 -5
  115. package/lib/utils/request-v1.js +9 -3
  116. package/lib/utils/request.js +3 -3
  117. package/package.json +3 -3
@@ -25,6 +25,8 @@ var _summaryMenus = _interopRequireDefault(require("./export-modules/summary-men
25
25
 
26
26
  var _surveyMenu = _interopRequireDefault(require("./export-modules/survey-menu"));
27
27
 
28
+ var _researchMenu = _interopRequireDefault(require("./export-modules/research-menu"));
29
+
28
30
  var _excluded = ["type"];
29
31
 
30
32
  function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { "default": obj }; }
@@ -68,6 +70,10 @@ var Menus = function Menus(props) {
68
70
  return /*#__PURE__*/_react["default"].createElement(_surveyMenu["default"], restProps);
69
71
  }
70
72
 
73
+ if (type === 'research') {
74
+ return /*#__PURE__*/_react["default"].createElement(_researchMenu["default"], restProps);
75
+ }
76
+
71
77
  return undefined;
72
78
  };
73
79
 
@@ -11,6 +11,8 @@ var _request = require("../../utils/request");
11
11
 
12
12
  var _helper = require("./export-modules/okr-menus/depart-menus/helper");
13
13
 
14
+ var _window$BSGlobal$tena, _window$BSGlobal$logi;
15
+
14
16
  function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { "default": obj }; }
15
17
 
16
18
  function _toConsumableArray(arr) { return _arrayWithoutHoles(arr) || _iterableToArray(arr) || _unsupportedIterableToArray(arr) || _nonIterableSpread(); }
@@ -25,8 +27,8 @@ function _arrayWithoutHoles(arr) { if (Array.isArray(arr)) return _arrayLikeToAr
25
27
 
26
28
  function _arrayLikeToArray(arr, len) { if (len == null || len > arr.length) len = arr.length; for (var i = 0, arr2 = new Array(len); i < len; i++) { arr2[i] = arr[i]; } return arr2; }
27
29
 
28
- var tenantId = window.BSGlobal && window.BSGlobal.tenantInfo.Id || 0;
29
- var userId = window.BSGlobal && window.BSGlobal.loginUserInfo.Id || 0;
30
+ var tenantId = window.BSGlobal && ((_window$BSGlobal$tena = window.BSGlobal.tenantInfo) === null || _window$BSGlobal$tena === void 0 ? void 0 : _window$BSGlobal$tena.Id) || 0;
31
+ var userId = window.BSGlobal && ((_window$BSGlobal$logi = window.BSGlobal.loginUserInfo) === null || _window$BSGlobal$logi === void 0 ? void 0 : _window$BSGlobal$logi.Id) || 0;
30
32
 
31
33
  var requestDomain = function requestDomain() {
32
34
  if (!window.location.hostname.match(/dev/)) return "";
@@ -35,6 +35,8 @@ var _quickEntrance = _interopRequireDefault(require("../../../quick-entrance"));
35
35
 
36
36
  var _guideTip = _interopRequireDefault(require("../../../guide-tip"));
37
37
 
38
+ var _getLoginUserInfo, _getTenantInfo;
39
+
38
40
  function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { "default": obj }; }
39
41
 
40
42
  function _getRequireWildcardCache(nodeInterop) { if (typeof WeakMap !== "function") return null; var cacheBabelInterop = new WeakMap(); var cacheNodeInterop = new WeakMap(); return (_getRequireWildcardCache = function _getRequireWildcardCache(nodeInterop) { return nodeInterop ? cacheNodeInterop : cacheBabelInterop; })(nodeInterop); }
@@ -62,8 +64,8 @@ function _iterableToArrayLimit(arr, i) { var _i = arr == null ? null : typeof Sy
62
64
  function _arrayWithHoles(arr) { if (Array.isArray(arr)) return arr; }
63
65
 
64
66
  var precls = 'app-center';
65
- var userId = (0, _helpers.getLoginUserInfo)().Id;
66
- var isPerformance = (0, _helpers.getTenantInfo)().tenantType == 2;
67
+ var userId = (_getLoginUserInfo = (0, _helpers.getLoginUserInfo)()) === null || _getLoginUserInfo === void 0 ? void 0 : _getLoginUserInfo.Id;
68
+ var isPerformance = ((_getTenantInfo = (0, _helpers.getTenantInfo)()) === null || _getTenantInfo === void 0 ? void 0 : _getTenantInfo.tenantType) == 2;
67
69
  var noshowChangeVersion = (0, _platform.isFeishu)(true) && isPerformance;
68
70
 
69
71
  var AppCenter = function AppCenter(props) {
@@ -161,7 +163,9 @@ var AppCenter = function AppCenter(props) {
161
163
  };
162
164
 
163
165
  var getBookDemoVersion = function getBookDemoVersion() {
164
- var menuVersion = window.BSGlobal.tenantAuthentication.MenuVersion;
166
+ var _window$BSGlobal$tena2;
167
+
168
+ var menuVersion = (_window$BSGlobal$tena2 = window.BSGlobal.tenantAuthentication) === null || _window$BSGlobal$tena2 === void 0 ? void 0 : _window$BSGlobal$tena2.MenuVersion;
165
169
 
166
170
  if (menuVersion === _interface.ETrialVersion.OKR) {
167
171
  return _bookDemo["default"].DemoType.TryOKR;
@@ -254,13 +258,17 @@ var AppCenter = function AppCenter(props) {
254
258
  setSettingGuideVisible = _useState10[1];
255
259
 
256
260
  (0, _react.useEffect)(function () {
261
+ var _getLoginUserInfo2;
262
+
257
263
  if (noshowChangeVersion) return;
258
- var cacheIsKonw = localStorage.getItem("AppCenterSettingGuide_".concat((0, _helpers.getLoginUserInfo)().Id));
264
+ var cacheIsKonw = localStorage.getItem("AppCenterSettingGuide_".concat((_getLoginUserInfo2 = (0, _helpers.getLoginUserInfo)()) === null || _getLoginUserInfo2 === void 0 ? void 0 : _getLoginUserInfo2.Id));
259
265
  !cacheIsKonw && setSettingGuideVisible(true);
260
266
  }, []);
261
267
 
262
268
  var handleSettingGuideClose = function handleSettingGuideClose() {
263
- localStorage.setItem("AppCenterSettingGuide_".concat((0, _helpers.getLoginUserInfo)().Id), (0, _helpers.getLoginUserInfo)().Id);
269
+ var _getLoginUserInfo3, _getLoginUserInfo4;
270
+
271
+ localStorage.setItem("AppCenterSettingGuide_".concat((_getLoginUserInfo3 = (0, _helpers.getLoginUserInfo)()) === null || _getLoginUserInfo3 === void 0 ? void 0 : _getLoginUserInfo3.Id), (_getLoginUserInfo4 = (0, _helpers.getLoginUserInfo)()) === null || _getLoginUserInfo4 === void 0 ? void 0 : _getLoginUserInfo4.Id);
264
272
  setSettingGuideVisible(false);
265
273
  };
266
274
 
@@ -59,7 +59,7 @@ var _platform = require("../../utils/platform");
59
59
 
60
60
  require("./index.css");
61
61
 
62
- var _getBSGlobal, _getBSGlobal2;
62
+ var _getBSGlobal, _getTenantInfo, _getBSGlobal2;
63
63
 
64
64
  function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { "default": obj }; }
65
65
 
@@ -83,7 +83,7 @@ function _arrayWithHoles(arr) { if (Array.isArray(arr)) return arr; }
83
83
 
84
84
  var Role = new _auth.MyRole();
85
85
  var isTry = ((_getBSGlobal = (0, _bsGlobal.getBSGlobal)('tenantAuthentication')) === null || _getBSGlobal === void 0 ? void 0 : _getBSGlobal.Version) === 1;
86
- var isPerformance = (0, _bsGlobal.getTenantInfo)().tenantType == 2;
86
+ var isPerformance = ((_getTenantInfo = (0, _bsGlobal.getTenantInfo)()) === null || _getTenantInfo === void 0 ? void 0 : _getTenantInfo.tenantType) == 2;
87
87
  var noshowChangeVersion = (0, _platform.isFeishu)(true) && isPerformance;
88
88
  var staffCount = (_getBSGlobal2 = (0, _bsGlobal.getBSGlobal)('tenantInfo')) === null || _getBSGlobal2 === void 0 ? void 0 : _getBSGlobal2.StaffCount;
89
89
  var Logo = (0, _utils.getLogo)();
@@ -94,7 +94,7 @@ var hasOKRApp = newNavigation.find(function (item) {
94
94
  var preCls = 'titaui-nav-top';
95
95
 
96
96
  var NavTop = function NavTop() {
97
- var _classNames4;
97
+ var _getTenantInfo2, _getTenantInfo3, _classNames4;
98
98
 
99
99
  var isUseNewMenu = window.BSGlobal.isUseNewMenu;
100
100
 
@@ -164,10 +164,10 @@ var NavTop = function NavTop() {
164
164
  setInviteAuth = _useState24[1];
165
165
 
166
166
  var ua = navigator.userAgent.toLowerCase();
167
- var showWxInvite = (0, _bsGlobal.getTenantInfo)().mainCorpId && ua.indexOf('micromessenger') !== -1;
168
- var showMangeAdd = !(0, _bsGlobal.getTenantInfo)().mainCorpId && ua.indexOf('micromessenger') !== -1 && isTry && Role.isSuperManager; // const canShowInvite = getTenantInfo().mainCorpId || Role.isSuperManager
167
+ var showWxInvite = ((_getTenantInfo2 = (0, _bsGlobal.getTenantInfo)()) === null || _getTenantInfo2 === void 0 ? void 0 : _getTenantInfo2.mainCorpId) && ua.indexOf('micromessenger') !== -1;
168
+ var showMangeAdd = !((_getTenantInfo3 = (0, _bsGlobal.getTenantInfo)()) !== null && _getTenantInfo3 !== void 0 && _getTenantInfo3.mainCorpId) && ua.indexOf('micromessenger') !== -1 && isTry && Role.isSuperManager; // const canShowInvite = getTenantInfo()?.mainCorpId || Role.isSuperManager
169
169
  // const showWxInvite =
170
- // getTenantInfo().Source === 860 &&
170
+ // getTenantInfo()?.Source === 860 &&
171
171
  // ua.indexOf('micromessenger') !== -1 &&
172
172
  // isTry && canShowInvite
173
173
 
@@ -284,8 +284,10 @@ var NavTop = function NavTop() {
284
284
  };
285
285
  }, [menu]);
286
286
  (0, _react.useEffect)(function () {
287
+ var _window$BSGlobal$logi;
288
+
287
289
  if (noshowChangeVersion) return;
288
- var cacheIsKonw = localStorage.getItem("NewAppCenterGuide_".concat(window.BSGlobal.loginUserInfo.Id));
290
+ var cacheIsKonw = localStorage.getItem("NewAppCenterGuide_".concat((_window$BSGlobal$logi = window.BSGlobal.loginUserInfo) === null || _window$BSGlobal$logi === void 0 ? void 0 : _window$BSGlobal$logi.Id));
289
291
 
290
292
  if (cacheIsKonw) {
291
293
  setSummaryGuideVisible(false);
@@ -313,8 +315,10 @@ var NavTop = function NavTop() {
313
315
  };
314
316
 
315
317
  var handleCloseSummaryGuide = function handleCloseSummaryGuide() {
318
+ var _BSGlobal$loginUserIn;
319
+
316
320
  setSummaryGuideVisible(false);
317
- var loginUserId = BSGlobal.loginUserInfo.Id;
321
+ var loginUserId = (_BSGlobal$loginUserIn = BSGlobal.loginUserInfo) === null || _BSGlobal$loginUserIn === void 0 ? void 0 : _BSGlobal$loginUserIn.Id;
318
322
  var cacheIsKonw = localStorage.getItem("NewAppCenterGuide_".concat(loginUserId));
319
323
 
320
324
  if (!cacheIsKonw) {
@@ -323,8 +327,10 @@ var NavTop = function NavTop() {
323
327
  };
324
328
 
325
329
  var handleCloseVersionGuide = function handleCloseVersionGuide() {
330
+ var _BSGlobal$loginUserIn2;
331
+
326
332
  setVersionGuideVisible(false);
327
- var loginUserId = BSGlobal.loginUserInfo.Id;
333
+ var loginUserId = (_BSGlobal$loginUserIn2 = BSGlobal.loginUserInfo) === null || _BSGlobal$loginUserIn2 === void 0 ? void 0 : _BSGlobal$loginUserIn2.Id;
328
334
  var cacheIsKonw = localStorage.getItem("VersionGuide_".concat(loginUserId));
329
335
 
330
336
  if (!cacheIsKonw) {
@@ -347,7 +353,9 @@ var NavTop = function NavTop() {
347
353
  };
348
354
 
349
355
  var getBookDemoVersion = function getBookDemoVersion() {
350
- var menuVersion = window.BSGlobal.tenantAuthentication.MenuVersion;
356
+ var _window$BSGlobal$tena;
357
+
358
+ var menuVersion = (_window$BSGlobal$tena = window.BSGlobal.tenantAuthentication) === null || _window$BSGlobal$tena === void 0 ? void 0 : _window$BSGlobal$tena.MenuVersion;
351
359
 
352
360
  if (menuVersion === _interface.ETrialVersion.OKR) {
353
361
  return _bookDemo["default"].DemoType.TryOKR;
@@ -361,10 +369,12 @@ var NavTop = function NavTop() {
361
369
  };
362
370
 
363
371
  var asyncOpenBookDemoFun = function asyncOpenBookDemoFun() {
372
+ var _window$BSGlobal$logi2;
373
+
364
374
  setTimeout(function () {
365
375
  setBookDemoVisible(true);
366
376
  }, 1000 * 30);
367
- var cacheIsKonw = localStorage.getItem("VersionGuide_".concat(window.BSGlobal.loginUserInfo.Id));
377
+ var cacheIsKonw = localStorage.getItem("VersionGuide_".concat((_window$BSGlobal$logi2 = window.BSGlobal.loginUserInfo) === null || _window$BSGlobal$logi2 === void 0 ? void 0 : _window$BSGlobal$logi2.Id));
368
378
 
369
379
  if (cacheIsKonw) {
370
380
  setVersionGuideVisible(false);
@@ -9,13 +9,14 @@ var _axios = _interopRequireDefault(require("axios"));
9
9
 
10
10
  var _request = require("../../utils/request");
11
11
 
12
+ var _window$BSGlobal$tena, _window$BSGlobal$logi;
13
+
12
14
  function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { "default": obj }; }
13
15
 
14
- /* eslint-disable default-case */
15
16
  // @ts-ignore
16
- var tenantId = window.BSGlobal && window.BSGlobal.tenantInfo.Id || 0; // @ts-ignore
17
+ var tenantId = window.BSGlobal && ((_window$BSGlobal$tena = window.BSGlobal.tenantInfo) === null || _window$BSGlobal$tena === void 0 ? void 0 : _window$BSGlobal$tena.Id) || 0; // @ts-ignore
17
18
 
18
- var userId = window.BSGlobal && window.BSGlobal.loginUserInfo.Id || 0;
19
+ var userId = window.BSGlobal && ((_window$BSGlobal$logi = window.BSGlobal.loginUserInfo) === null || _window$BSGlobal$logi === void 0 ? void 0 : _window$BSGlobal$logi.Id) || 0;
19
20
 
20
21
  var requestDomain = function requestDomain() {
21
22
  if (!window.location.hostname.match(/dev/)) return "";
@@ -488,7 +488,7 @@ exports.getMenus = getMenus;
488
488
  var getLogo = function getLogo() {
489
489
  // 232637ab8a674427a1d6489329035d86_n 是老logo的路径,没法判断是否用户自定义过,所以只能这么硬核
490
490
  var tenantInfo = (0, _bsGlobal.getTenantInfo)();
491
- return tenantInfo.isNewIndex && /232637ab8a674427a1d6489329035d86_n/g.test(tenantInfo.Logo) || !tenantInfo.Logo ? _logoWhite["default"] : tenantInfo.Logo;
491
+ return tenantInfo !== null && tenantInfo !== void 0 && tenantInfo.isNewIndex && /232637ab8a674427a1d6489329035d86_n/g.test(tenantInfo === null || tenantInfo === void 0 ? void 0 : tenantInfo.Logo) || !(tenantInfo !== null && tenantInfo !== void 0 && tenantInfo.Logo) ? _logoWhite["default"] : tenantInfo === null || tenantInfo === void 0 ? void 0 : tenantInfo.Logo;
492
492
  };
493
493
 
494
494
  exports.getLogo = getLogo;
@@ -195,8 +195,8 @@ var BaseInfo = function BaseInfo(_ref) {
195
195
  }));
196
196
  isChangePrincipalRef.current = true;
197
197
 
198
- if (generalPrincipalUser.userId === loginUser.Id && loginUser.Id !== user.id) {
199
- setGeneralRoleType(user.id === loginUser.Id ? 1 : 0);
198
+ if (generalPrincipalUser.userId === (loginUser === null || loginUser === void 0 ? void 0 : loginUser.Id) && (loginUser === null || loginUser === void 0 ? void 0 : loginUser.Id) !== user.id) {
199
+ setGeneralRoleType(user.id === (loginUser === null || loginUser === void 0 ? void 0 : loginUser.Id) ? 1 : 0);
200
200
  }
201
201
  } else {
202
202
  _toast["default"].Error(resp.Message, {
@@ -269,7 +269,7 @@ var BaseInfo = function BaseInfo(_ref) {
269
269
  });
270
270
  (0, _requestApis.addUserRelation)(okrInfo.workId, type === "participant" ? 2 : 3, reqData).then(function (resp) {
271
271
  if (resp.Code === 1) {
272
- if (data.userId === loginUser.Id) {
272
+ if (data.userId === (loginUser === null || loginUser === void 0 ? void 0 : loginUser.Id)) {
273
273
  setGeneralRoleType(type === "participant" ? 2 : 3);
274
274
  } else {
275
275
  setGeneralRoleType(generalRoleType);
@@ -351,7 +351,7 @@ var BaseInfo = function BaseInfo(_ref) {
351
351
  canClose: false
352
352
  });
353
353
 
354
- setGeneralRoleType(delUser.id === loginUser.Id ? 0 : generalRoleType);
354
+ setGeneralRoleType(delUser.id === (loginUser === null || loginUser === void 0 ? void 0 : loginUser.Id) ? 0 : generalRoleType);
355
355
 
356
356
  if (delUserType === 1) {
357
357
  participant.splice(userIndex, 1);
@@ -387,7 +387,7 @@ var BaseInfo = function BaseInfo(_ref) {
387
387
  }, [generalPrincipalUser, okrInfo]); // 判断是否有权限和是否上面可编辑
388
388
 
389
389
  (0, _react.useEffect)(function () {
390
- var inParticipant = (0, _util.findUser)(participant, loginUser.Id);
390
+ var inParticipant = (0, _util.findUser)(participant, loginUser === null || loginUser === void 0 ? void 0 : loginUser.Id);
391
391
  var canEditParticipantAndFollowers = canEditAllInfo || inParticipant;
392
392
  setCanEditPerson(!!canEditParticipantAndFollowers);
393
393
  }, [participant, canEditAllInfo]);
@@ -399,8 +399,8 @@ var BaseInfo = function BaseInfo(_ref) {
399
399
  }
400
400
 
401
401
  if (generalRoleType === 0) {
402
- var isParticipantIndex = (0, _util.findUserIndex)(participant, loginUser.Id);
403
- var isFollowerIndex = (0, _util.findUserIndex)(followers, loginUser.Id);
402
+ var isParticipantIndex = (0, _util.findUserIndex)(participant, loginUser === null || loginUser === void 0 ? void 0 : loginUser.Id);
403
+ var isFollowerIndex = (0, _util.findUserIndex)(followers, loginUser === null || loginUser === void 0 ? void 0 : loginUser.Id);
404
404
 
405
405
  if (isParticipantIndex !== -1) {
406
406
  participant.splice(isParticipantIndex, 1);
@@ -411,14 +411,14 @@ var BaseInfo = function BaseInfo(_ref) {
411
411
  }
412
412
  } else if (generalRoleType === 3) {
413
413
  var follower = {
414
- name: loginUser.Name,
415
- id: loginUser.Id,
416
- email: loginUser.Email,
414
+ name: loginUser === null || loginUser === void 0 ? void 0 : loginUser.Name,
415
+ id: loginUser === null || loginUser === void 0 ? void 0 : loginUser.Id,
416
+ email: loginUser === null || loginUser === void 0 ? void 0 : loginUser.Email,
417
417
  avatar: {
418
- small: loginUser.UserAvatar.Small,
419
- medium: loginUser.UserAvatar.Medium,
420
- hasAvatar: loginUser.UserAvatar.HasAvatar,
421
- color: loginUser.UserAvatar.Color
418
+ small: loginUser === null || loginUser === void 0 ? void 0 : loginUser.UserAvatar.Small,
419
+ medium: loginUser === null || loginUser === void 0 ? void 0 : loginUser.UserAvatar.Medium,
420
+ hasAvatar: loginUser === null || loginUser === void 0 ? void 0 : loginUser.UserAvatar.HasAvatar,
421
+ color: loginUser === null || loginUser === void 0 ? void 0 : loginUser.UserAvatar.Color
422
422
  }
423
423
  };
424
424
  setFollowers([].concat(_toConsumableArray(followers), [follower]));
@@ -80,6 +80,8 @@ function OkrRowColumn(_ref) {
80
80
  }
81
81
 
82
82
  function _default(props) {
83
+ var _getBSGlobal;
84
+
83
85
  var data = props.data,
84
86
  index = props.index,
85
87
  title = props.title;
@@ -100,7 +102,7 @@ function _default(props) {
100
102
  krName = _useState4[0],
101
103
  setKrName = _useState4[1];
102
104
 
103
- var _useState5 = (0, _react.useState)((0, _bsGlobal.getBSGlobal)("OkrAdvancedSetting").KRSetting.KrWeight),
105
+ var _useState5 = (0, _react.useState)((_getBSGlobal = (0, _bsGlobal.getBSGlobal)("OkrAdvancedSetting")) === null || _getBSGlobal === void 0 ? void 0 : _getBSGlobal.KRSetting.KrWeight),
104
106
  _useState6 = _slicedToArray(_useState5, 1),
105
107
  showKrWeight = _useState6[0]; // 高级功能: 关见成果权重
106
108
 
@@ -21,6 +21,8 @@ var _getLocale = require("../../../utils/getLocale");
21
21
 
22
22
  require("./index.css");
23
23
 
24
+ var _getBSGlobal;
25
+
24
26
  function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { "default": obj }; }
25
27
 
26
28
  function _getRequireWildcardCache(nodeInterop) { if (typeof WeakMap !== "function") return null; var cacheBabelInterop = new WeakMap(); var cacheNodeInterop = new WeakMap(); return (_getRequireWildcardCache = function _getRequireWildcardCache(nodeInterop) { return nodeInterop ? cacheNodeInterop : cacheBabelInterop; })(nodeInterop); }
@@ -45,7 +47,7 @@ function _iterableToArrayLimit(arr, i) { var _i = arr == null ? null : typeof Sy
45
47
 
46
48
  function _arrayWithHoles(arr) { if (Array.isArray(arr)) return arr; }
47
49
 
48
- var loginUserId = (0, _bsGlobal.getBSGlobal)("loginUserInfo").Id;
50
+ var loginUserId = (_getBSGlobal = (0, _bsGlobal.getBSGlobal)("loginUserInfo")) === null || _getBSGlobal === void 0 ? void 0 : _getBSGlobal.Id;
49
51
 
50
52
  function OKrDetailBottomComment(_ref, ref) {
51
53
  var feedId = _ref.feedId,
@@ -159,7 +159,7 @@ var addDeleteButton = function addDeleteButton(_ref7, actions) {
159
159
  onClick: onDeleteOkr
160
160
  });
161
161
  }; // const addDetailButton: ActionDealFunction = ({ detailInfo }, actions) => {
162
- // const registerDate = window.BSGlobal.tenantAuthentication.StartDate;
162
+ // const registerDate = window.BSGlobal.tenantAuthentication?.StartDate;
163
163
  // dayjs(registerDate).year() < 2021
164
164
  // && actions.push({
165
165
  // icon: "tu-icon-xiangqing1",
@@ -72,6 +72,8 @@ function _arrayWithHoles(arr) { if (Array.isArray(arr)) return arr; }
72
72
  var StrRreg = /@\$(userName|departmentName)\=(.+?)\$(\s|$)/g;
73
73
 
74
74
  function OkrDetailHeader(_ref) {
75
+ var _window$BSGlobal$logi;
76
+
75
77
  var detailInfo = _ref.detailInfo;
76
78
 
77
79
  var _useState = (0, _react.useState)(false),
@@ -88,7 +90,7 @@ function OkrDetailHeader(_ref) {
88
90
  setKrs = _useState4[1]; // @ts-ignore
89
91
 
90
92
 
91
- var loginUserId = window.BSGlobal.loginUserInfo.Id;
93
+ var loginUserId = (_window$BSGlobal$logi = window.BSGlobal.loginUserInfo) === null || _window$BSGlobal$logi === void 0 ? void 0 : _window$BSGlobal$logi.Id;
92
94
  var context = (0, _react.useContext)(_context6.GeneralDataContext);
93
95
  var commonContext = (0, _react.useContext)(_context6.CommonContext);
94
96
  var approvalSetting = commonContext.approvalSetting,
@@ -53,6 +53,8 @@ var _getLocale = require("../../utils/getLocale");
53
53
 
54
54
  require("./index.css");
55
55
 
56
+ var _window$BSGlobal$tena;
57
+
56
58
  function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { "default": obj }; }
57
59
 
58
60
  function _getRequireWildcardCache(nodeInterop) { if (typeof WeakMap !== "function") return null; var cacheBabelInterop = new WeakMap(); var cacheNodeInterop = new WeakMap(); return (_getRequireWildcardCache = function _getRequireWildcardCache(nodeInterop) { return nodeInterop ? cacheNodeInterop : cacheBabelInterop; })(nodeInterop); }
@@ -81,7 +83,7 @@ var preCls = 'okr-detail'; // E周报和复盘开关
81
83
 
82
84
  var EWorkReport = BSGlobal.OkrAdvancedSetting ? BSGlobal.OkrAdvancedSetting.KRSetting.EWorkReport : false;
83
85
  var OkrAnalyse = BSGlobal.OkrAdvancedSetting ? BSGlobal.OkrAdvancedSetting.KRSetting.OkrAnalyse : false;
84
- var source = window.BSGlobal.tenantInfo.Source;
86
+ var source = (_window$BSGlobal$tena = window.BSGlobal.tenantInfo) === null || _window$BSGlobal$tena === void 0 ? void 0 : _window$BSGlobal$tena.Source;
85
87
 
86
88
  function OkrDetail(props) {
87
89
  var okrId = props.okrId;
@@ -239,6 +241,8 @@ function OkrDetail(props) {
239
241
  getApprovalShow();
240
242
  }, []);
241
243
  (0, _react.useEffect)(function () {
244
+ var _window$BSGlobal$logi;
245
+
242
246
  if (!okrInfo || !okrInfo.workId) return;
243
247
  setGeneralPrincipalUser(okrInfo.principalUser); // 负责人
244
248
 
@@ -250,7 +254,7 @@ function OkrDetail(props) {
250
254
  });
251
255
  var roleType = 0;
252
256
 
253
- if (okrInfo.principalUser.userId == window.BSGlobal.loginUserInfo.Id) {
257
+ if (okrInfo.principalUser.userId == ((_window$BSGlobal$logi = window.BSGlobal.loginUserInfo) === null || _window$BSGlobal$logi === void 0 ? void 0 : _window$BSGlobal$logi.Id)) {
254
258
  roleType = 1;
255
259
  } else if (okrInfo.authority.roleRelation) {
256
260
  roleType = okrInfo.authority.roleRelation.roleType;
@@ -13,6 +13,8 @@ var _request = require("../../utils/request");
13
13
 
14
14
  var _getLocale = require("../../utils/getLocale");
15
15
 
16
+ var _BSGlobal$loginUserIn;
17
+
16
18
  function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { "default": obj }; }
17
19
 
18
20
  function _toConsumableArray(arr) { return _arrayWithoutHoles(arr) || _iterableToArray(arr) || _unsupportedIterableToArray(arr) || _nonIterableSpread(); }
@@ -40,7 +42,7 @@ function _objectSpread(target) { for (var i = 1; i < arguments.length; i++) { va
40
42
  function _defineProperty(obj, key, value) { if (key in obj) { Object.defineProperty(obj, key, { value: value, enumerable: true, configurable: true, writable: true }); } else { obj[key] = value; } return obj; }
41
43
 
42
44
  // @ts-ignore
43
- var userId = BSGlobal && BSGlobal.loginUserInfo.Id || 0;
45
+ var userId = BSGlobal && ((_BSGlobal$loginUserIn = BSGlobal.loginUserInfo) === null || _BSGlobal$loginUserIn === void 0 ? void 0 : _BSGlobal$loginUserIn.Id) || 0;
44
46
 
45
47
  var getKrs = function getKrs(_ref) {
46
48
  var okrId = _ref.okrId;
@@ -183,9 +183,11 @@ var OProgress = function OProgress(_ref) {
183
183
  };
184
184
 
185
185
  var handleRemind = (0, _react.useCallback)(function () {
186
+ var _BSGlobal$loginUserIn;
187
+
186
188
  // @ts-ignore
187
189
  (0, _requestApis.remindAction)({
188
- toUserId: BSGlobal.loginUserInfo.Id,
190
+ toUserId: (_BSGlobal$loginUserIn = BSGlobal.loginUserInfo) === null || _BSGlobal$loginUserIn === void 0 ? void 0 : _BSGlobal$loginUserIn.Id,
189
191
  work_id: okrInfo.workId,
190
192
  type: 2
191
193
  }).then(function (resp) {
@@ -208,9 +210,11 @@ var OProgress = function OProgress(_ref) {
208
210
  }, [generalPrincipalUser]);
209
211
  var handleRemindClick = (0, _react.useCallback)(function () {
210
212
  if (isPrincipalUser) {
213
+ var _BSGlobal$loginUserIn2;
214
+
211
215
  // @ts-ignore 提醒上级查看
212
216
  (0, _requestApis.remindAction)({
213
- toUserId: BSGlobal.loginUserInfo.Id,
217
+ toUserId: (_BSGlobal$loginUserIn2 = BSGlobal.loginUserInfo) === null || _BSGlobal$loginUserIn2 === void 0 ? void 0 : _BSGlobal$loginUserIn2.Id,
214
218
  work_id: okrInfo.workId
215
219
  }).then(function (resp) {
216
220
  if (resp.Code === 1) {
@@ -9,7 +9,9 @@ var _getLocale = require("../../../utils/getLocale");
9
9
 
10
10
  // @ts-nocheck
11
11
  var isPrincipal = function isPrincipal(principalUser) {
12
- return window.BSGlobal.loginUserInfo.Id === principalUser.userId;
12
+ var _window$BSGlobal$logi;
13
+
14
+ return ((_window$BSGlobal$logi = window.BSGlobal.loginUserInfo) === null || _window$BSGlobal$logi === void 0 ? void 0 : _window$BSGlobal$logi.Id) === principalUser.userId;
13
15
  };
14
16
 
15
17
  exports.isPrincipal = isPrincipal;
@@ -111,6 +111,8 @@ var getOrderTypeList = function getOrderTypeList() {
111
111
  };
112
112
 
113
113
  var Filter = function Filter(_ref) {
114
+ var _getBSGlobal;
115
+
114
116
  var onSearch = _ref.onSearch,
115
117
  closeFilterDrawer = _ref.closeFilterDrawer,
116
118
  setFilterNum = _ref.setFilterNum;
@@ -134,7 +136,7 @@ var Filter = function Filter(_ref) {
134
136
  isRemeber = _useState4[0],
135
137
  setIsRemeber = _useState4[1];
136
138
 
137
- var setting = (0, _bsGlobal.getBSGlobal)("OkrAdvancedSetting").KRSetting;
139
+ var setting = (_getBSGlobal = (0, _bsGlobal.getBSGlobal)("OkrAdvancedSetting")) === null || _getBSGlobal === void 0 ? void 0 : _getBSGlobal.KRSetting;
138
140
  var openOkrType = setting.OkrTypeSetting;
139
141
  var openClassify = setting.OkrClassify;
140
142
  var formContainerRef = (0, _react.useRef)();
@@ -27,7 +27,9 @@ var getGlobal = function getGlobal(key) {
27
27
  };
28
28
 
29
29
  var getSource = function getSource() {
30
- return getGlobal("tenantInfo").Source;
30
+ var _getGlobal;
31
+
32
+ return ((_getGlobal = getGlobal("tenantInfo")) === null || _getGlobal === void 0 ? void 0 : _getGlobal.Source) || 0;
31
33
  };
32
34
 
33
35
  exports.getSource = getSource;
@@ -11,6 +11,8 @@ var _axios = _interopRequireDefault(require("axios"));
11
11
 
12
12
  var _qs = _interopRequireDefault(require("qs"));
13
13
 
14
+ var _window$BSGlobal$tena, _window$BSGlobal$logi;
15
+
14
16
  function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { "default": obj }; }
15
17
 
16
18
  function ownKeys(object, enumerableOnly) { var keys = Object.keys(object); if (Object.getOwnPropertySymbols) { var symbols = Object.getOwnPropertySymbols(object); enumerableOnly && (symbols = symbols.filter(function (sym) { return Object.getOwnPropertyDescriptor(object, sym).enumerable; })), keys.push.apply(keys, symbols); } return keys; }
@@ -25,9 +27,9 @@ function asyncGeneratorStep(gen, resolve, reject, _next, _throw, key, arg) { try
25
27
 
26
28
  function _asyncToGenerator(fn) { return function () { var self = this, args = arguments; return new Promise(function (resolve, reject) { var gen = fn.apply(self, args); function _next(value) { asyncGeneratorStep(gen, resolve, reject, _next, _throw, "next", value); } function _throw(err) { asyncGeneratorStep(gen, resolve, reject, _next, _throw, "throw", err); } _next(undefined); }); }; }
27
29
 
28
- var tenantId = window.BSGlobal && window.BSGlobal.tenantInfo.Id || 0;
30
+ var tenantId = window.BSGlobal && ((_window$BSGlobal$tena = window.BSGlobal.tenantInfo) === null || _window$BSGlobal$tena === void 0 ? void 0 : _window$BSGlobal$tena.Id) || 0;
29
31
  exports.tenantId = tenantId;
30
- var userId = window.BSGlobal && window.BSGlobal.loginUserInfo.Id || 0;
32
+ var userId = window.BSGlobal && ((_window$BSGlobal$logi = window.BSGlobal.loginUserInfo) === null || _window$BSGlobal$logi === void 0 ? void 0 : _window$BSGlobal$logi.Id) || 0;
31
33
  exports.userId = userId;
32
34
 
33
35
  var requestDomain = function requestDomain() {
@@ -6,13 +6,17 @@ Object.defineProperty(exports, "__esModule", {
6
6
  exports.OkrTypeSetting = exports.OkrClassifySetting = exports.KrWeightSetting = void 0;
7
7
  exports.getBSGlobal = getBSGlobal;
8
8
 
9
+ var _getBSGlobal, _getBSGlobal2, _getBSGlobal3;
10
+
9
11
  function getBSGlobal(name) {
10
12
  return name ? BSGlobal && BSGlobal[name] : BSGlobal;
11
13
  }
12
14
 
13
- var OkrTypeSetting = getBSGlobal("OkrAdvancedSetting").KRSetting.OkrTypeSetting;
15
+ var _ref = ((_getBSGlobal = getBSGlobal("OkrAdvancedSetting")) === null || _getBSGlobal === void 0 ? void 0 : _getBSGlobal.KRSetting) || {},
16
+ OkrTypeSetting = _ref.OkrTypeSetting;
17
+
14
18
  exports.OkrTypeSetting = OkrTypeSetting;
15
- var OkrClassifySetting = getBSGlobal("OkrAdvancedSetting").KRSetting.OkrClassify;
19
+ var OkrClassifySetting = ((_getBSGlobal2 = getBSGlobal("OkrAdvancedSetting")) === null || _getBSGlobal2 === void 0 ? void 0 : _getBSGlobal2.KRSetting.OkrClassify) || {};
16
20
  exports.OkrClassifySetting = OkrClassifySetting;
17
- var KrWeightSetting = getBSGlobal("OkrAdvancedSetting").KRSetting.KrWeight;
21
+ var KrWeightSetting = (_getBSGlobal3 = getBSGlobal("OkrAdvancedSetting")) === null || _getBSGlobal3 === void 0 ? void 0 : _getBSGlobal3.KRSetting.KrWeight;
18
22
  exports.KrWeightSetting = KrWeightSetting;
@@ -174,9 +174,11 @@ var OProgress = function OProgress(_ref) {
174
174
  };
175
175
 
176
176
  var handleRemind = (0, _react.useCallback)(function () {
177
+ var _BSGlobal$loginUserIn;
178
+
177
179
  // @ts-ignore
178
180
  (0, _requestApis.remindAction)({
179
- toUserId: BSGlobal.loginUserInfo.Id,
181
+ toUserId: (_BSGlobal$loginUserIn = BSGlobal.loginUserInfo) === null || _BSGlobal$loginUserIn === void 0 ? void 0 : _BSGlobal$loginUserIn.Id,
180
182
  work_id: okrInfo.workId,
181
183
  type: 2
182
184
  }).then(function (resp) {
@@ -199,9 +201,11 @@ var OProgress = function OProgress(_ref) {
199
201
  }, [okrInfo]);
200
202
  var handleRemindClick = (0, _react.useCallback)(function () {
201
203
  if (isPrincipalUser) {
204
+ var _BSGlobal$loginUserIn2;
205
+
202
206
  // @ts-ignore 提醒上级查看
203
207
  (0, _requestApis.remindAction)({
204
- toUserId: BSGlobal.loginUserInfo.Id,
208
+ toUserId: (_BSGlobal$loginUserIn2 = BSGlobal.loginUserInfo) === null || _BSGlobal$loginUserIn2 === void 0 ? void 0 : _BSGlobal$loginUserIn2.Id,
205
209
  work_id: okrInfo.workId
206
210
  }).then(function (resp) {
207
211
  if (resp.Code === 1) {
@@ -9,7 +9,9 @@ var _getLocale = require("../../utils/getLocale");
9
9
 
10
10
  // @ts-nocheck
11
11
  var isPrincipal = function isPrincipal(principalUser) {
12
- return window.BSGlobal.loginUserInfo.Id === principalUser.userId;
12
+ var _window$BSGlobal$logi;
13
+
14
+ return ((_window$BSGlobal$logi = window.BSGlobal.loginUserInfo) === null || _window$BSGlobal$logi === void 0 ? void 0 : _window$BSGlobal$logi.Id) === principalUser.userId;
13
15
  };
14
16
 
15
17
  exports.isPrincipal = isPrincipal;
@@ -7,10 +7,12 @@ exports.getORecommandProgress = exports.getKrRecommandProgress = void 0;
7
7
 
8
8
  var _axios = _interopRequireDefault(require("axios"));
9
9
 
10
+ var _BSGlobal$tenantInfo, _BSGlobal$loginUserIn;
11
+
10
12
  function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { "default": obj }; }
11
13
 
12
- var tenantId = BSGlobal && BSGlobal.tenantInfo.Id || 0;
13
- var userId = BSGlobal && BSGlobal.loginUserInfo.Id || 0;
14
+ var tenantId = BSGlobal && ((_BSGlobal$tenantInfo = BSGlobal.tenantInfo) === null || _BSGlobal$tenantInfo === void 0 ? void 0 : _BSGlobal$tenantInfo.Id) || 0;
15
+ var userId = BSGlobal && ((_BSGlobal$loginUserIn = BSGlobal.loginUserInfo) === null || _BSGlobal$loginUserIn === void 0 ? void 0 : _BSGlobal$loginUserIn.Id) || 0;
14
16
 
15
17
  var requestDomain = function requestDomain() {
16
18
  if (!window.location.hostname.match(/dev/)) return "";
@@ -23,6 +23,8 @@ var _bsGlobal = require("../../utils/bs-global");
23
23
 
24
24
  var _getLocale = require("../../utils/getLocale");
25
25
 
26
+ var _getBSGlobal;
27
+
26
28
  function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { "default": obj }; }
27
29
 
28
30
  function _getRequireWildcardCache(nodeInterop) { if (typeof WeakMap !== "function") return null; var cacheBabelInterop = new WeakMap(); var cacheNodeInterop = new WeakMap(); return (_getRequireWildcardCache = function _getRequireWildcardCache(nodeInterop) { return nodeInterop ? cacheNodeInterop : cacheBabelInterop; })(nodeInterop); }
@@ -53,7 +55,7 @@ function _iterableToArrayLimit(arr, i) { var _i = arr == null ? null : typeof Sy
53
55
 
54
56
  function _arrayWithHoles(arr) { if (Array.isArray(arr)) return arr; }
55
57
 
56
- var loginUserId = (0, _bsGlobal.getBSGlobal)("loginUserInfo").Id;
58
+ var loginUserId = (_getBSGlobal = (0, _bsGlobal.getBSGlobal)("loginUserInfo")) === null || _getBSGlobal === void 0 ? void 0 : _getBSGlobal.Id;
57
59
 
58
60
  function PublishMblog(_ref) {
59
61
  var base64 = _ref.base64,
@@ -7,10 +7,12 @@ exports.uploadBase64 = exports.getImageBase64ByUrl = exports.getBase64DownloadUr
7
7
 
8
8
  var _axios = _interopRequireDefault(require("axios"));
9
9
 
10
+ var _BSGlobal$tenantInfo, _BSGlobal$loginUserIn;
11
+
10
12
  function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { "default": obj }; }
11
13
 
12
- var tenantId = BSGlobal && BSGlobal.tenantInfo.Id || 0;
13
- var userId = BSGlobal && BSGlobal.loginUserInfo.Id || 0;
14
+ var tenantId = BSGlobal && ((_BSGlobal$tenantInfo = BSGlobal.tenantInfo) === null || _BSGlobal$tenantInfo === void 0 ? void 0 : _BSGlobal$tenantInfo.Id) || 0;
15
+ var userId = BSGlobal && ((_BSGlobal$loginUserIn = BSGlobal.loginUserInfo) === null || _BSGlobal$loginUserIn === void 0 ? void 0 : _BSGlobal$loginUserIn.Id) || 0;
14
16
 
15
17
  var requestDomain = function requestDomain() {
16
18
  if (!window.location.hostname.match(/dev/)) return "";
@@ -27,6 +27,8 @@ require("./index.css");
27
27
 
28
28
  require("./new-ui.css");
29
29
 
30
+ var _BSGlobal$tenantInfo;
31
+
30
32
  function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { "default": obj }; }
31
33
 
32
34
  function _getRequireWildcardCache(nodeInterop) { if (typeof WeakMap !== "function") return null; var cacheBabelInterop = new WeakMap(); var cacheNodeInterop = new WeakMap(); return (_getRequireWildcardCache = function _getRequireWildcardCache(nodeInterop) { return nodeInterop ? cacheNodeInterop : cacheBabelInterop; })(nodeInterop); }
@@ -54,7 +56,7 @@ function _iterableToArrayLimit(arr, i) { var _i = arr == null ? null : typeof Sy
54
56
  function _arrayWithHoles(arr) { if (Array.isArray(arr)) return arr; }
55
57
 
56
58
  // @ts-ignore
57
- var prefix = BSGlobal.tenantInfo.isNewIndex ? "titaui-okr-cases-library" : "okr-cases-library";
59
+ var prefix = (_BSGlobal$tenantInfo = BSGlobal.tenantInfo) !== null && _BSGlobal$tenantInfo !== void 0 && _BSGlobal$tenantInfo.isNewIndex ? "titaui-okr-cases-library" : "okr-cases-library";
58
60
 
59
61
  function OKRCases(props) {
60
62
  var onApplyTpl = props.onApplyTpl,