eoss-ui 0.8.22 → 0.8.24

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 (148) hide show
  1. package/lib/button-group.js +228 -231
  2. package/lib/button.js +166 -153
  3. package/lib/calendar.js +2 -2
  4. package/lib/calogin.js +160 -146
  5. package/lib/card.js +2 -2
  6. package/lib/cascader.js +2 -2
  7. package/lib/checkbox-group.js +162 -148
  8. package/lib/clients.js +2 -2
  9. package/lib/config/api.js +5 -0
  10. package/lib/data-table-form.js +162 -148
  11. package/lib/data-table.js +165 -151
  12. package/lib/date-picker.js +159 -146
  13. package/lib/dialog.js +166 -153
  14. package/lib/enable-drag.js +2 -2
  15. package/lib/enterprise.js +2 -2
  16. package/lib/eoss-ui.common.js +732 -256
  17. package/lib/error-page.js +2 -2
  18. package/lib/flow-group.js +159 -146
  19. package/lib/flow-list.js +270 -257
  20. package/lib/flow.js +286 -272
  21. package/lib/form.js +161 -148
  22. package/lib/handle-user.js +160 -147
  23. package/lib/handler.js +160 -147
  24. package/lib/icon.js +160 -147
  25. package/lib/icons.js +2 -2
  26. package/lib/index.js +1 -1
  27. package/lib/input-number.js +159 -146
  28. package/lib/input.js +159 -146
  29. package/lib/label.js +2 -2
  30. package/lib/layout.js +2 -2
  31. package/lib/login.js +174 -160
  32. package/lib/main.js +263 -244
  33. package/lib/menu.js +2 -2
  34. package/lib/nav.js +159 -146
  35. package/lib/notify.js +157 -148
  36. package/lib/page.js +159 -146
  37. package/lib/pagination.js +159 -146
  38. package/lib/player.js +164 -151
  39. package/lib/qr-code.js +161 -148
  40. package/lib/radio-group.js +161 -148
  41. package/lib/retrial-auth.js +163 -150
  42. package/lib/select-ganged.js +161 -148
  43. package/lib/select.js +161 -148
  44. package/lib/selector-panel.js +178 -164
  45. package/lib/selector.js +161 -148
  46. package/lib/sizer.js +168 -155
  47. package/lib/steps.js +159 -146
  48. package/lib/switch.js +159 -146
  49. package/lib/table-form.js +159 -146
  50. package/lib/tabs-panel.js +2 -2
  51. package/lib/tabs.js +159 -146
  52. package/lib/theme-chalk/index.css +1 -1
  53. package/lib/theme-chalk/login.css +1 -1
  54. package/lib/theme-chalk/tree.css +1 -1
  55. package/lib/tips.js +160 -147
  56. package/lib/toolbar.js +2 -2
  57. package/lib/tree-group.js +159 -146
  58. package/lib/tree.js +160 -147
  59. package/lib/upload.js +698 -223
  60. package/lib/utils/util.js +5 -1
  61. package/lib/wujie.js +159 -146
  62. package/lib/wxlogin.js +159 -146
  63. package/package.json +162 -161
  64. package/packages/.DS_Store +0 -0
  65. package/packages/button-group/src/main.vue +346 -346
  66. package/packages/calogin/.DS_Store +0 -0
  67. package/packages/calogin/src/main.vue +412 -412
  68. package/packages/clients/src/main.vue +151 -151
  69. package/packages/date-picker/.DS_Store +0 -0
  70. package/packages/date-picker/src/.DS_Store +0 -0
  71. package/packages/dialog/.DS_Store +0 -0
  72. package/packages/flow/.DS_Store +0 -0
  73. package/packages/flow/src/.DS_Store +0 -0
  74. package/packages/flow/src/component/CommonOpinions.vue +376 -376
  75. package/packages/flow/src/component/FileList.vue +97 -97
  76. package/packages/flow/src/component/SendMsg.vue +242 -242
  77. package/packages/flow/src/component/SortFlow.vue +110 -110
  78. package/packages/flow/src/form.vue +123 -123
  79. package/packages/flow/src/table.vue +58 -58
  80. package/packages/flow-list/.DS_Store +0 -0
  81. package/packages/flow-list/src/main.vue +2337 -2337
  82. package/packages/form/.DS_Store +0 -0
  83. package/packages/form/src/table.vue +1512 -1512
  84. package/packages/icon/.DS_Store +0 -0
  85. package/packages/icon/src/main.vue +104 -104
  86. package/packages/login/.DS_Store +0 -0
  87. package/packages/login/src/resetPassword.vue +557 -557
  88. package/packages/main/.DS_Store +0 -0
  89. package/packages/main/src/.DS_Store +0 -0
  90. package/packages/main/src/public/online.vue +89 -89
  91. package/packages/main/src/public/search.vue +464 -464
  92. package/packages/main/src/public/settings.vue +273 -273
  93. package/packages/main/src/simplicity/apps.vue +388 -388
  94. package/packages/main/src/simplicity/avatar.vue +82 -82
  95. package/packages/main/src/simplicity/handler.vue +158 -158
  96. package/packages/main/src/simplicity/index.vue +11 -5
  97. package/packages/main/src/simplicity/menu-list.vue +135 -135
  98. package/packages/main/src/simplicity/message.vue +293 -293
  99. package/packages/main/src/simplicity/notice.vue +222 -222
  100. package/packages/main/src/simplicity/sub-menu.vue +276 -276
  101. package/packages/main/src/simplicity/user.vue +259 -259
  102. package/packages/main/src/simplicityTop/apps.vue +388 -388
  103. package/packages/main/src/simplicityTop/avatar.vue +82 -82
  104. package/packages/main/src/simplicityTop/handler.vue +215 -215
  105. package/packages/main/src/simplicityTop/lists.vue +84 -84
  106. package/packages/main/src/simplicityTop/menu-list.vue +135 -135
  107. package/packages/main/src/simplicityTop/message.vue +293 -293
  108. package/packages/main/src/simplicityTop/notice.vue +222 -222
  109. package/packages/main/src/simplicityTop/router-page.vue +45 -45
  110. package/packages/main/src/simplicityTop/sub-menu.vue +274 -274
  111. package/packages/main/src/simplicityTop/user.vue +259 -259
  112. package/packages/menu/.DS_Store +0 -0
  113. package/packages/nav/src/main.vue +351 -351
  114. package/packages/player/src/main.vue +1 -1
  115. package/packages/select/.DS_Store +0 -0
  116. package/packages/selector/.DS_Store +0 -0
  117. package/packages/selector/src/main.vue +761 -761
  118. package/packages/selector-panel/.DS_Store +0 -0
  119. package/packages/selector-panel/src/main.vue +1036 -1036
  120. package/packages/selector-panel/src/selection.vue +174 -174
  121. package/packages/switch/src/main.vue +170 -170
  122. package/packages/theme-chalk/lib/index.css +1 -1
  123. package/packages/theme-chalk/lib/login.css +1 -1
  124. package/packages/theme-chalk/lib/tree.css +1 -1
  125. package/packages/theme-chalk/src/.DS_Store +0 -0
  126. package/packages/theme-chalk/src/data-table.scss +297 -297
  127. package/packages/theme-chalk/src/flow-list.scss +55 -55
  128. package/packages/theme-chalk/src/form.scss +501 -501
  129. package/packages/theme-chalk/src/handler.scss +148 -148
  130. package/packages/theme-chalk/src/icon.scss +3452 -3452
  131. package/packages/theme-chalk/src/login.scss +1006 -1006
  132. package/packages/theme-chalk/src/main.scss +664 -664
  133. package/packages/theme-chalk/src/menu.scss +224 -224
  134. package/packages/theme-chalk/src/selector.scss +114 -114
  135. package/packages/theme-chalk/src/simplicity-top.scss +1845 -1845
  136. package/packages/theme-chalk/src/simplicity.scss +1403 -1403
  137. package/packages/theme-chalk/src/tree.scss +167 -165
  138. package/packages/theme-chalk/src/upload.scss +172 -172
  139. package/packages/tips/src/main.vue +141 -141
  140. package/packages/upload/.DS_Store +0 -0
  141. package/packages/upload/src/main.vue +482 -14
  142. package/packages/wujie/src/main.vue +146 -146
  143. package/src/.DS_Store +0 -0
  144. package/src/config/api.js +5 -0
  145. package/src/index.js +163 -163
  146. package/src/utils/.DS_Store +0 -0
  147. package/src/utils/rules.js +18 -18
  148. package/src/utils/util.js +6 -1
package/lib/login.js CHANGED
@@ -82,7 +82,7 @@ module.exports =
82
82
  /******/
83
83
  /******/
84
84
  /******/ // Load entry module and return exports
85
- /******/ return __webpack_require__(__webpack_require__.s = 41);
85
+ /******/ return __webpack_require__(__webpack_require__.s = 42);
86
86
  /******/ })
87
87
  /************************************************************************/
88
88
  /******/ ([
@@ -540,7 +540,11 @@ var util_ajax = function ajax(_ref) {
540
540
  }
541
541
  }
542
542
  }
543
- if (method === 'post' && format) {
543
+ var isFormData = typeof FormData !== 'undefined' && data instanceof FormData;
544
+ if (isFormData) {
545
+ // FormData(如分片上传):不做序列化,也不强制 content-type,
546
+ // 交给浏览器/axios 自动设置 multipart/form-data 及 boundary
547
+ } else if (method === 'post' && format) {
544
548
  data = external_qs_default.a.stringify(data, formatConfig);
545
549
  if (!header['content-type'] && !header['Content-Type']) {
546
550
  header['content-type'] = 'application/x-www-form-urlencoded;charset=UTF-8';
@@ -1704,7 +1708,7 @@ var getLightness = function getLightness($v, $i, $isLight) {
1704
1708
  * @param {function} callback - 回调函数
1705
1709
  **/
1706
1710
  var util_getMainConfig = function getMainConfig(callback) {
1707
- util_ajax({ url: api["zb" /* mainConfig */] }).then(function (res) {
1711
+ util_ajax({ url: api["Db" /* mainConfig */] }).then(function (res) {
1708
1712
  if (res && res.rCode === 0) {
1709
1713
  callback(res.results);
1710
1714
  }
@@ -2530,7 +2534,7 @@ var isLogined = function () {
2530
2534
  break;
2531
2535
  }
2532
2536
 
2533
- util_ajax({ method: 'post', url: api["yb" /* logout */] }).then(function (res) {
2537
+ util_ajax({ method: 'post', url: api["Cb" /* logout */] }).then(function (res) {
2534
2538
  if (res.rCode === 0) {
2535
2539
  removeStorage();
2536
2540
  }
@@ -3999,171 +4003,175 @@ var winTopOpen = function winTopOpen(config) {
3999
4003
  /***/ (function(module, __webpack_exports__, __webpack_require__) {
4000
4004
 
4001
4005
  "use strict";
4002
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "r", function() { return doCaLogin; });
4003
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "v", function() { return doUserLogin; });
4004
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "t", function() { return doQrLogin; });
4005
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "yb", function() { return logout; });
4006
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "qb", function() { return initLogin; });
4007
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Zb", function() { return switchUserTo; });
4006
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "u", function() { return doCaLogin; });
4007
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "y", function() { return doUserLogin; });
4008
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "w", function() { return doQrLogin; });
4009
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Cb", function() { return logout; });
4010
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "ub", function() { return initLogin; });
4011
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "dc", function() { return switchUserTo; });
4008
4012
  /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "d", function() { return changeImg; });
4009
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "S", function() { return getLoginCode; });
4010
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "s", function() { return doCodeLogin; });
4013
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "W", function() { return getLoginCode; });
4014
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "v", function() { return doCodeLogin; });
4011
4015
  /* unused harmony export updateCode */
4012
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "T", function() { return getModifyPassCode; });
4013
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "h", function() { return codeModifyPass; });
4014
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "wb", function() { return loginModifyPassword; });
4016
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "X", function() { return getModifyPassCode; });
4017
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "k", function() { return codeModifyPass; });
4018
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Ab", function() { return loginModifyPassword; });
4015
4019
  /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "b", function() { return authCenter; });
4016
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "rb", function() { return initModifyPassword; });
4017
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "w", function() { return doWechatQrLogin; });
4018
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "hb", function() { return getTwoFactorLoginCode; });
4019
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "u", function() { return doTwoFactorLogin; });
4020
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "sb", function() { return initRetrialAuth; });
4021
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "bb", function() { return getRetrialAuthCode; });
4022
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Rb", function() { return scanCodeRetrialAuth; });
4023
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "i", function() { return codeRetrialAuth; });
4024
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "q", function() { return doAssistanceQrLogin; });
4025
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Pc", function() { return userOnline; });
4026
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "jb", function() { return getUserAppWithTag; });
4027
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Kb", function() { return recordUserApp; });
4028
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "zb", function() { return mainConfig; });
4029
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "tb", function() { return initUserSet; });
4030
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Kc", function() { return updateUserInfo; });
4020
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "vb", function() { return initModifyPassword; });
4021
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "z", function() { return doWechatQrLogin; });
4022
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "lb", function() { return getTwoFactorLoginCode; });
4023
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "x", function() { return doTwoFactorLogin; });
4024
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "wb", function() { return initRetrialAuth; });
4025
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "fb", function() { return getRetrialAuthCode; });
4026
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Vb", function() { return scanCodeRetrialAuth; });
4027
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "l", function() { return codeRetrialAuth; });
4028
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "t", function() { return doAssistanceQrLogin; });
4029
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Tc", function() { return userOnline; });
4030
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "nb", function() { return getUserAppWithTag; });
4031
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Ob", function() { return recordUserApp; });
4032
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Db", function() { return mainConfig; });
4033
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "xb", function() { return initUserSet; });
4034
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Oc", function() { return updateUserInfo; });
4031
4035
  /* unused harmony export getUserImgUrl */
4032
4036
  /* unused harmony export getDoorIndex */
4033
4037
  /* unused harmony export refreshOnlineUsers */
4034
4038
  /* unused harmony export getQuickMenuIds */
4035
4039
  /* unused harmony export getApplicationIdArray */
4036
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "M", function() { return getComplexApplications; });
4037
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "N", function() { return getComplexApplicationsNew; });
4040
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "P", function() { return getComplexApplications; });
4041
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Q", function() { return getComplexApplicationsNew; });
4038
4042
  /* unused harmony export getUserCustomInfo */
4039
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Jc", function() { return updateUserCustomInfo; });
4040
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "ac", function() { return sysMsgPage; });
4041
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "pb", function() { return ignoreSysMsg; });
4042
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "ob", function() { return ignoreAllSysMsg; });
4043
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Sb", function() { return searchType; });
4044
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "gb", function() { return getSysParam; });
4045
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "L", function() { return getAdjunctProperties; });
4046
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Oc", function() { return uploads; });
4047
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Mc", function() { return uploadOnlyOne; });
4048
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "K", function() { return getAdjunctFileInfos; });
4049
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Nc", function() { return uploadSort; });
4050
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "x", function() { return downloadByAdjunctId; });
4051
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Lc", function() { return uploadDownloads; });
4052
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Fb", function() { return previewAdjunct; });
4053
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Gb", function() { return previewAdjunct2; });
4054
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Hb", function() { return previewAdjunctOffice; });
4055
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "k", function() { return delAdjunct; });
4043
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Nc", function() { return updateUserCustomInfo; });
4044
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "ec", function() { return sysMsgPage; });
4045
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "tb", function() { return ignoreSysMsg; });
4046
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "sb", function() { return ignoreAllSysMsg; });
4047
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Wb", function() { return searchType; });
4048
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "kb", function() { return getSysParam; });
4049
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "O", function() { return getAdjunctProperties; });
4050
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Sc", function() { return uploads; });
4051
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Qc", function() { return uploadOnlyOne; });
4052
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "N", function() { return getAdjunctFileInfos; });
4053
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Rc", function() { return uploadSort; });
4054
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "A", function() { return downloadByAdjunctId; });
4055
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Pc", function() { return uploadDownloads; });
4056
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Jb", function() { return previewAdjunct; });
4057
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Kb", function() { return previewAdjunct2; });
4058
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Lb", function() { return previewAdjunctOffice; });
4059
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "n", function() { return delAdjunct; });
4060
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "g", function() { return chunkCheckFile; });
4061
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "i", function() { return chunkUploadChunk; });
4062
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "h", function() { return chunkMergeChunk; });
4063
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "S", function() { return getDochubBucket; });
4056
4064
  /* unused harmony export upload_updateClassify */
4057
4065
  /* unused harmony export getDeleteAdjunctFileInfos */
4058
4066
  /* unused harmony export getPictureBase64 */
4059
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "eb", function() { return getSelectorOrgTree; });
4060
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "db", function() { return getSelectorOrgDetail; });
4061
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "X", function() { return getOrgMainTree; });
4062
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "cb", function() { return getSelectOrgsubids; });
4063
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "C", function() { return findSysCode; });
4064
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "O", function() { return getDictList; });
4067
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "ib", function() { return getSelectorOrgTree; });
4068
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "hb", function() { return getSelectorOrgDetail; });
4069
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "bb", function() { return getOrgMainTree; });
4070
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "gb", function() { return getSelectOrgsubids; });
4071
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "F", function() { return findSysCode; });
4072
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "R", function() { return getDictList; });
4065
4073
  /* unused harmony export findUserBaseInfo */
4066
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "mb", function() { return gethelpdoc; });
4074
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "qb", function() { return gethelpdoc; });
4067
4075
  /* unused harmony export getCurrentuser */
4068
4076
  /* unused harmony export mainDetail */
4069
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "sc", function() { return toStartFlow; });
4070
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "mc", function() { return tempSave; });
4071
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "j", function() { return commonOpion; });
4077
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "wc", function() { return toStartFlow; });
4078
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "qc", function() { return tempSave; });
4079
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "m", function() { return commonOpion; });
4072
4080
  /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "a", function() { return addCommonOpion; });
4073
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "y", function() { return editCommonOpion; });
4074
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Qb", function() { return saveCommonOpinion; });
4075
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Ic", function() { return updateCommonOpinion; });
4076
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "l", function() { return deleteCommonOpion; });
4077
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "ab", function() { return getProcessDefList; });
4078
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "U", function() { return getNodeInfo; });
4079
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "B", function() { return findCodeValues; });
4080
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "E", function() { return findSysParam; });
4081
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "D", function() { return findSysCodes; });
4082
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "W", function() { return getNotificationMsg; });
4083
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Q", function() { return getHandleInfoHtml; });
4084
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "cc", function() { return taskHandleHtml; });
4081
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "B", function() { return editCommonOpion; });
4082
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Ub", function() { return saveCommonOpinion; });
4083
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Mc", function() { return updateCommonOpinion; });
4084
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "o", function() { return deleteCommonOpion; });
4085
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "eb", function() { return getProcessDefList; });
4086
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Y", function() { return getNodeInfo; });
4087
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "E", function() { return findCodeValues; });
4088
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "H", function() { return findSysParam; });
4089
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "G", function() { return findSysCodes; });
4090
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "ab", function() { return getNotificationMsg; });
4091
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "U", function() { return getHandleInfoHtml; });
4092
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "gc", function() { return taskHandleHtml; });
4085
4093
  /* unused harmony export getView */
4086
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Lb", function() { return register; });
4087
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Bb", function() { return pendedhistoryList; });
4088
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "wc", function() { return toTaskRejectHtml; });
4089
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "fc", function() { return taskRejectHtml; });
4090
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "tc", function() { return toStartTaskRead; });
4091
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "uc", function() { return toStartTaskReadIndex; });
4092
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "dc", function() { return taskReadHtml; });
4093
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Mb", function() { return rejectAndEnd; });
4094
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "rc", function() { return toSendMsg; });
4095
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Wb", function() { return sendMsg; });
4096
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "A", function() { return endFlowHtml; });
4097
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "nb", function() { return handleInfo; });
4098
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "xb", function() { return loginUserInfo; });
4099
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Qc", function() { return wss; });
4100
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Gc", function() { return topic; });
4101
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Y", function() { return getPresetCustomInfo; });
4102
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Z", function() { return getPresetNodeInfo; });
4103
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Cc", function() { return toTaskTransferIndex; });
4104
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "jc", function() { return taskTransfer; });
4105
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "pc", function() { return toPresetInfoListIndex; });
4106
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "n", function() { return deletePresetInfo; });
4094
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Pb", function() { return register; });
4095
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Fb", function() { return pendedhistoryList; });
4096
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Ac", function() { return toTaskRejectHtml; });
4097
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "jc", function() { return taskRejectHtml; });
4098
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "xc", function() { return toStartTaskRead; });
4099
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "yc", function() { return toStartTaskReadIndex; });
4100
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "hc", function() { return taskReadHtml; });
4101
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Qb", function() { return rejectAndEnd; });
4102
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "vc", function() { return toSendMsg; });
4103
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "ac", function() { return sendMsg; });
4104
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "D", function() { return endFlowHtml; });
4105
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "rb", function() { return handleInfo; });
4106
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Bb", function() { return loginUserInfo; });
4107
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Uc", function() { return wss; });
4108
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Kc", function() { return topic; });
4109
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "cb", function() { return getPresetCustomInfo; });
4110
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "db", function() { return getPresetNodeInfo; });
4111
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Gc", function() { return toTaskTransferIndex; });
4112
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "nc", function() { return taskTransfer; });
4113
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "tc", function() { return toPresetInfoListIndex; });
4114
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "q", function() { return deletePresetInfo; });
4107
4115
  /* unused harmony export historyListJson */
4108
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Cb", function() { return pendedhistoryListJson; });
4109
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Eb", function() { return pressListJson; });
4110
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "m", function() { return deleteFlow; });
4111
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Ab", function() { return modifyFlow; });
4112
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "ub", function() { return isCanStartSubFlow; });
4113
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Dc", function() { return toTaskUnionExamine; });
4114
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "kc", function() { return taskUnionExamine; });
4115
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Bc", function() { return toTaskTakeAdvice; });
4116
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "ic", function() { return taskTakeAdvice; });
4117
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "yc", function() { return toTaskStartDraft; });
4118
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "zc", function() { return toTaskSupervise; });
4119
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Ac", function() { return toTaskSuperviseSub; });
4120
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "hc", function() { return taskStartDraft; });
4121
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "xc", function() { return toTaskReview; });
4122
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "gc", function() { return taskReview; });
4123
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Ec", function() { return toTaskUnionSeal; });
4124
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "lc", function() { return taskUnionSeal; });
4125
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Fc", function() { return toTwoOfficesDispatch; });
4126
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Hc", function() { return twoOfficesDispatch; });
4127
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "qc", function() { return toResetProcessIndex; });
4128
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Ob", function() { return resetProcess; });
4129
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "vc", function() { return toTaskContinuationIndex; });
4130
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "bc", function() { return taskContinuation; });
4131
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "P", function() { return getFreeStartFlowParams; });
4132
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "H", function() { return freeStartFlowWithSubmitTask; });
4116
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Gb", function() { return pendedhistoryListJson; });
4117
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Ib", function() { return pressListJson; });
4118
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "p", function() { return deleteFlow; });
4119
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Eb", function() { return modifyFlow; });
4120
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "yb", function() { return isCanStartSubFlow; });
4121
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Hc", function() { return toTaskUnionExamine; });
4122
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "oc", function() { return taskUnionExamine; });
4123
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Fc", function() { return toTaskTakeAdvice; });
4124
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "mc", function() { return taskTakeAdvice; });
4125
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Cc", function() { return toTaskStartDraft; });
4126
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Dc", function() { return toTaskSupervise; });
4127
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Ec", function() { return toTaskSuperviseSub; });
4128
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "lc", function() { return taskStartDraft; });
4129
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Bc", function() { return toTaskReview; });
4130
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "kc", function() { return taskReview; });
4131
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Ic", function() { return toTaskUnionSeal; });
4132
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "pc", function() { return taskUnionSeal; });
4133
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Jc", function() { return toTwoOfficesDispatch; });
4134
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Lc", function() { return twoOfficesDispatch; });
4135
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "uc", function() { return toResetProcessIndex; });
4136
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Sb", function() { return resetProcess; });
4137
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "zc", function() { return toTaskContinuationIndex; });
4138
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "fc", function() { return taskContinuation; });
4139
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "T", function() { return getFreeStartFlowParams; });
4140
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "K", function() { return freeStartFlowWithSubmitTask; });
4133
4141
  /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "f", function() { return checkForeignOrgStartedCircularRead; });
4134
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Db", function() { return pendedhistoryListWithCircularReadJson; });
4135
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "J", function() { return fyListJson; });
4136
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Nb", function() { return resetJson; });
4137
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "o", function() { return deletedListJson; });
4138
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Pb", function() { return restoredHistory; });
4142
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Hb", function() { return pendedhistoryListWithCircularReadJson; });
4143
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "M", function() { return fyListJson; });
4144
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Rb", function() { return resetJson; });
4145
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "r", function() { return deletedListJson; });
4146
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Tb", function() { return restoredHistory; });
4139
4147
  /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "c", function() { return batchDelete; });
4140
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "g", function() { return circularReadWithdraw; });
4141
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "ec", function() { return taskReadWithDraw; });
4142
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Yb", function() { return startReadTransferHandleFlowWithTaskReadEnd; });
4148
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "j", function() { return circularReadWithdraw; });
4149
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "ic", function() { return taskReadWithDraw; });
4150
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "cc", function() { return startReadTransferHandleFlowWithTaskReadEnd; });
4143
4151
  /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "e", function() { return checkBusinessIdStartedReadTransferHandle; });
4144
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Vb", function() { return sendList; });
4145
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Ub", function() { return sendInfo; });
4152
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Zb", function() { return sendList; });
4153
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Yb", function() { return sendInfo; });
4146
4154
  /* unused harmony export sendSave */
4147
4155
  /* unused harmony export sendUpdate */
4148
4156
  /* unused harmony export sendDelete */
4149
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Tb", function() { return sendBatch; });
4150
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "F", function() { return formContents; });
4151
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "p", function() { return directStartTaskCircularRead; });
4152
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "z", function() { return endFlowAndStartTaskCircularRead; });
4153
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "V", function() { return getNodeInfoForStart; });
4154
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "G", function() { return freeStartFlow; });
4155
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "ib", function() { return getUrgencyLevelChangedNotificationType; });
4156
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "oc", function() { return toFreeTaskCircularRead; });
4157
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "vb", function() { return isCancelSecondConfirmation; });
4158
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "I", function() { return freeTaskCircularRead; });
4159
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "nc", function() { return toDefinitionChangeSort; });
4160
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Xb", function() { return setSort; });
4161
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Jb", function() { return queryUseCommonMenu; });
4162
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "R", function() { return getIndexCount; });
4163
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "lb", function() { return getVoteMeetingNum; });
4164
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "kb", function() { return getUserTipsInstanceNum; });
4165
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "fb", function() { return getShareFilesReceiveCountNew; });
4166
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Ib", function() { return queryChildMenuUrl; });
4157
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Xb", function() { return sendBatch; });
4158
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "I", function() { return formContents; });
4159
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "s", function() { return directStartTaskCircularRead; });
4160
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "C", function() { return endFlowAndStartTaskCircularRead; });
4161
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Z", function() { return getNodeInfoForStart; });
4162
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "J", function() { return freeStartFlow; });
4163
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "mb", function() { return getUrgencyLevelChangedNotificationType; });
4164
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "sc", function() { return toFreeTaskCircularRead; });
4165
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "zb", function() { return isCancelSecondConfirmation; });
4166
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "L", function() { return freeTaskCircularRead; });
4167
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "rc", function() { return toDefinitionChangeSort; });
4168
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "bc", function() { return setSort; });
4169
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Nb", function() { return queryUseCommonMenu; });
4170
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "V", function() { return getIndexCount; });
4171
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "pb", function() { return getVoteMeetingNum; });
4172
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "ob", function() { return getUserTipsInstanceNum; });
4173
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "jb", function() { return getShareFilesReceiveCountNew; });
4174
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Mb", function() { return queryChildMenuUrl; });
4167
4175
  var flowPendingPrefix = window.flowPendingPrefix || localStorage.getItem('flowPendingPrefix') || '/bpm';
4168
4176
  // 登录
4169
4177
  var doCaLogin = '/sso2/signIn/auth/doCaLogin'; // ca登录认证
@@ -4228,6 +4236,11 @@ var previewAdjunct = '/main2/mecpfileManagement/previewAdjunct'; // 预览附件
4228
4236
  var previewAdjunct2 = '/main2/mecpfileManagement/previewAdjunct2/'; // 预览附件(带文件名)
4229
4237
  var previewAdjunctOffice = '/document/webDocument/documentIndex.dhtml'; // 预览附件word excel ppt
4230
4238
  var delAdjunct = '/main2/mecpfileManagement/delAdjunct'; // 删除附件
4239
+ // 分片上传(dochub v2),优先使用 dochubConfig 下发的同名 url,这里仅作兜底
4240
+ var chunkCheckFile = '/dochub/v2/chunk/checkFile'; // 秒传检测/断点续传查询
4241
+ var chunkUploadChunk = '/dochub/v2/chunk/uploadChunk'; // 上传单个分片
4242
+ var chunkMergeChunk = '/dochub/v2/chunk/mergeChunk'; // 合并分片并写入文档库
4243
+ var getDochubBucket = '/dochub/v2/getBucket'; // 根据桶编码获取文档中台桶配置(含分片上传开关/参数)
4231
4244
  var upload_updateClassify = '/main2/mecpfileManagement/updateClassify'; // 根据附件id保存该附件的分类信息
4232
4245
  var getDeleteAdjunctFileInfos = '/main2/mecpfileManagement/getDeleteAdjunctFileInfos'; // 根据业务id和附件code获取相关已删除附件的元数据列表
4233
4246
  var getPictureBase64 = '/main2/mecpfileManagement/getPictureBase64'; // 获取图片的base64编码
@@ -4717,7 +4730,8 @@ var nightImg = 'data:image/jpeg;base64,/9j/2wCEAAEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBA
4717
4730
  /* 38 */,
4718
4731
  /* 39 */,
4719
4732
  /* 40 */,
4720
- /* 41 */
4733
+ /* 41 */,
4734
+ /* 42 */
4721
4735
  /***/ (function(module, __webpack_exports__, __webpack_require__) {
4722
4736
 
4723
4737
  "use strict";
@@ -6408,7 +6422,7 @@ function _objectWithoutProperties(obj, keys) { var target = {}; for (var i in ob
6408
6422
  var _this = this;
6409
6423
 
6410
6424
  util["a" /* default */].ajax({
6411
- url: api["rb" /* initModifyPassword */]
6425
+ url: api["vb" /* initModifyPassword */]
6412
6426
  }).then(function (res) {
6413
6427
  if (res.rCode === 0) {
6414
6428
  var results = JSON.parse(JSON.stringify(res.results));
@@ -6468,7 +6482,7 @@ function _objectWithoutProperties(obj, keys) { var target = {}; for (var i in ob
6468
6482
  var _this3 = this;
6469
6483
 
6470
6484
  util["a" /* default */].ajax({
6471
- url: api["T" /* getModifyPassCode */],
6485
+ url: api["X" /* getModifyPassCode */],
6472
6486
  params: params
6473
6487
  }).then(function (res) {
6474
6488
  if (res.rCode === 0) {
@@ -6513,7 +6527,7 @@ function _objectWithoutProperties(obj, keys) { var target = {}; for (var i in ob
6513
6527
  data.operationCheckCode = this.operationCheckCode;
6514
6528
  util["a" /* default */].ajax({
6515
6529
  method: 'post',
6516
- url: api["wb" /* loginModifyPassword */],
6530
+ url: api["Ab" /* loginModifyPassword */],
6517
6531
  data: data
6518
6532
  }).then(function (res) {
6519
6533
  _this4.submit = false;
@@ -6540,7 +6554,7 @@ function _objectWithoutProperties(obj, keys) { var target = {}; for (var i in ob
6540
6554
  }
6541
6555
  util["a" /* default */].ajax({
6542
6556
  method: 'post',
6543
- url: api["h" /* codeModifyPass */],
6557
+ url: api["k" /* codeModifyPass */],
6544
6558
  data: data
6545
6559
  }).then(function (res) {
6546
6560
  _this4.submit = false;
@@ -7146,7 +7160,7 @@ var mainvue_type_script_lang_js_params = util["a" /* default */].getParams();
7146
7160
  //初始登录配置接口地址
7147
7161
  initLogin: {
7148
7162
  type: String,
7149
- default: api["qb" /* initLogin */]
7163
+ default: api["ub" /* initLogin */]
7150
7164
  },
7151
7165
  size: String,
7152
7166
  mode: {
@@ -7251,17 +7265,17 @@ var mainvue_type_script_lang_js_params = util["a" /* default */].getParams();
7251
7265
  //账号登录接口地址
7252
7266
  action: {
7253
7267
  type: String,
7254
- default: api["v" /* doUserLogin */]
7268
+ default: api["y" /* doUserLogin */]
7255
7269
  },
7256
7270
  //ca登录地址
7257
7271
  caAction: {
7258
7272
  type: String,
7259
- default: api["r" /* doCaLogin */]
7273
+ default: api["u" /* doCaLogin */]
7260
7274
  },
7261
7275
  //扫码登录接口地址
7262
7276
  scanAction: {
7263
7277
  type: String,
7264
- default: api["t" /* doQrLogin */]
7278
+ default: api["w" /* doQrLogin */]
7265
7279
  },
7266
7280
  //图片验证码接口地址
7267
7281
  codeAction: {
@@ -7270,23 +7284,23 @@ var mainvue_type_script_lang_js_params = util["a" /* default */].getParams();
7270
7284
  },
7271
7285
  getLoginCode: {
7272
7286
  type: String,
7273
- default: api["S" /* getLoginCode */]
7287
+ default: api["W" /* getLoginCode */]
7274
7288
  },
7275
7289
  doCodeLogin: {
7276
7290
  type: String,
7277
- default: api["s" /* doCodeLogin */]
7291
+ default: api["v" /* doCodeLogin */]
7278
7292
  },
7279
7293
  getTwoFactorLoginCode: {
7280
7294
  type: String,
7281
- default: api["hb" /* getTwoFactorLoginCode */]
7295
+ default: api["lb" /* getTwoFactorLoginCode */]
7282
7296
  },
7283
7297
  doTwoFactorLogin: {
7284
7298
  type: String,
7285
- default: api["u" /* doTwoFactorLogin */]
7299
+ default: api["x" /* doTwoFactorLogin */]
7286
7300
  },
7287
7301
  doWechatQrLogin: {
7288
7302
  type: String,
7289
- default: api["w" /* doWechatQrLogin */]
7303
+ default: api["z" /* doWechatQrLogin */]
7290
7304
  },
7291
7305
  imgCode: {
7292
7306
  type: [Boolean, Object],
@@ -8591,7 +8605,7 @@ var mainvue_type_script_lang_js_params = util["a" /* default */].getParams();
8591
8605
 
8592
8606
  util["a" /* default */].ajax({
8593
8607
  method: 'post',
8594
- url: api["q" /* doAssistanceQrLogin */],
8608
+ url: api["t" /* doAssistanceQrLogin */],
8595
8609
  data: data
8596
8610
  }).then(function (res) {
8597
8611
  if (res.rCode === 0) {