eoss-ui 0.7.85 → 0.7.87

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 (160) hide show
  1. package/lib/button-group.js +155 -143
  2. package/lib/button.js +155 -143
  3. package/lib/calogin.js +155 -143
  4. package/lib/checkbox-group.js +157 -145
  5. package/lib/config/api.js +8 -0
  6. package/lib/data-table-form.js +157 -145
  7. package/lib/data-table.js +160 -148
  8. package/lib/date-picker.js +155 -143
  9. package/lib/dialog.js +155 -143
  10. package/lib/eoss-ui.common.js +1514 -786
  11. package/lib/flow-group.js +155 -143
  12. package/lib/flow-list.js +1060 -333
  13. package/lib/flow.js +565 -548
  14. package/lib/form.js +157 -145
  15. package/lib/handle-user.js +156 -144
  16. package/lib/handler.js +156 -144
  17. package/lib/icon.js +156 -144
  18. package/lib/index.js +1 -1
  19. package/lib/input-number.js +155 -143
  20. package/lib/input.js +155 -143
  21. package/lib/login.js +170 -158
  22. package/lib/main.js +502 -490
  23. package/lib/nav.js +155 -143
  24. package/lib/notify.js +158 -146
  25. package/lib/page.js +155 -143
  26. package/lib/pagination.js +155 -143
  27. package/lib/player.js +155 -143
  28. package/lib/qr-code.js +155 -143
  29. package/lib/radio-group.js +157 -145
  30. package/lib/retrial-auth.js +159 -147
  31. package/lib/select-ganged.js +157 -145
  32. package/lib/select.js +157 -145
  33. package/lib/selector-panel.js +173 -161
  34. package/lib/selector.js +157 -145
  35. package/lib/sizer.js +157 -145
  36. package/lib/steps.js +155 -143
  37. package/lib/switch.js +155 -143
  38. package/lib/table-form.js +155 -143
  39. package/lib/tabs.js +155 -143
  40. package/lib/theme-chalk/flow-list.css +1 -1
  41. package/lib/theme-chalk/index.css +1 -1
  42. package/lib/theme-chalk/login.css +1 -1
  43. package/lib/tips.js +156 -144
  44. package/lib/tree-group.js +155 -143
  45. package/lib/tree.js +156 -144
  46. package/lib/upload.js +168 -156
  47. package/lib/wujie.js +155 -143
  48. package/lib/wxlogin.js +155 -143
  49. package/package.json +161 -161
  50. package/packages/button-group/src/main.vue +346 -346
  51. package/packages/calogin/src/main.vue +412 -412
  52. package/packages/clients/src/main.vue +151 -151
  53. package/packages/data-table/src/column.vue +992 -992
  54. package/packages/data-table/src/main.vue +1840 -1840
  55. package/packages/flow/src/component/Circulate.vue +417 -417
  56. package/packages/flow/src/component/CommonOpinions.vue +376 -376
  57. package/packages/flow/src/component/CustomPreset.vue +324 -324
  58. package/packages/flow/src/component/FileList.vue +97 -97
  59. package/packages/flow/src/component/FreeCirculation.vue +244 -244
  60. package/packages/flow/src/component/Preset.vue +257 -257
  61. package/packages/flow/src/component/SendMsg.vue +242 -242
  62. package/packages/flow/src/component/SortFlow.vue +110 -110
  63. package/packages/flow/src/component/taskUnionExamine.vue +761 -761
  64. package/packages/flow/src/form.vue +123 -123
  65. package/packages/flow/src/freeStartFlow.vue +2855 -2855
  66. package/packages/flow/src/main.vue +4139 -4135
  67. package/packages/flow/src/processForm.vue +1680 -1671
  68. package/packages/flow/src/processReject.vue +309 -309
  69. package/packages/flow/src/reset.vue +946 -946
  70. package/packages/flow/src/selectUser.vue +1 -5
  71. package/packages/flow/src/startTaskRead.vue +695 -695
  72. package/packages/flow/src/supervise.vue +159 -159
  73. package/packages/flow/src/table.vue +58 -58
  74. package/packages/flow-group/src/main.vue +727 -727
  75. package/packages/flow-list/src/main.vue +2337 -1803
  76. package/packages/form/src/main.vue +3901 -3901
  77. package/packages/form/src/table.vue +1512 -1512
  78. package/packages/handle-user/src/main.vue +137 -137
  79. package/packages/handler/src/main.vue +496 -496
  80. package/packages/icon/src/main.vue +104 -104
  81. package/packages/login/src/main.vue +2087 -2087
  82. package/packages/login/src/resetPassword.vue +557 -557
  83. package/packages/main/src/default/userinfo.vue +503 -503
  84. package/packages/main/src/public/online.vue +89 -89
  85. package/packages/main/src/public/search.vue +464 -464
  86. package/packages/main/src/public/settings.vue +273 -273
  87. package/packages/main/src/simplicity/apps.vue +388 -388
  88. package/packages/main/src/simplicity/avatar.vue +82 -82
  89. package/packages/main/src/simplicity/handler.vue +158 -158
  90. package/packages/main/src/simplicity/index.vue +2328 -2328
  91. package/packages/main/src/simplicity/menu-list.vue +135 -135
  92. package/packages/main/src/simplicity/message.vue +293 -293
  93. package/packages/main/src/simplicity/notice.vue +222 -222
  94. package/packages/main/src/simplicity/sub-menu.vue +276 -276
  95. package/packages/main/src/simplicity/user.vue +259 -259
  96. package/packages/main/src/simplicity/userinfo.vue +401 -401
  97. package/packages/main/src/simplicityTop/apps.vue +388 -388
  98. package/packages/main/src/simplicityTop/avatar.vue +82 -82
  99. package/packages/main/src/simplicityTop/handler.vue +215 -215
  100. package/packages/main/src/simplicityTop/index.vue +2618 -2618
  101. package/packages/main/src/simplicityTop/lists.vue +84 -84
  102. package/packages/main/src/simplicityTop/menu-list.vue +135 -135
  103. package/packages/main/src/simplicityTop/message.vue +293 -293
  104. package/packages/main/src/simplicityTop/notice.vue +222 -222
  105. package/packages/main/src/simplicityTop/router-page.vue +45 -45
  106. package/packages/main/src/simplicityTop/sub-menu.vue +274 -274
  107. package/packages/main/src/simplicityTop/user.vue +259 -259
  108. package/packages/main/src/simplicityTop/userinfo.vue +401 -401
  109. package/packages/menu/src/main.vue +595 -595
  110. package/packages/nav/src/main.vue +351 -351
  111. package/packages/select/src/main.vue +782 -782
  112. package/packages/selector/src/main.vue +761 -761
  113. package/packages/selector-panel/src/main.vue +1036 -1036
  114. package/packages/selector-panel/src/selection.vue +174 -174
  115. package/packages/switch/src/main.vue +170 -170
  116. package/packages/theme-chalk/lib/flow-list.css +1 -1
  117. package/packages/theme-chalk/lib/index.css +1 -1
  118. package/packages/theme-chalk/lib/login.css +1 -1
  119. package/packages/theme-chalk/src/data-table.scss +297 -297
  120. package/packages/theme-chalk/src/flow-list.scss +55 -39
  121. package/packages/theme-chalk/src/flow.scss +373 -373
  122. package/packages/theme-chalk/src/form.scss +501 -501
  123. package/packages/theme-chalk/src/handler.scss +148 -148
  124. package/packages/theme-chalk/src/icon.scss +3452 -3452
  125. package/packages/theme-chalk/src/login.scss +1006 -1006
  126. package/packages/theme-chalk/src/main.scss +664 -664
  127. package/packages/theme-chalk/src/menu.scss +224 -224
  128. package/packages/theme-chalk/src/selector.scss +114 -114
  129. package/packages/theme-chalk/src/simplicity-top.scss +1845 -1845
  130. package/packages/theme-chalk/src/simplicity.scss +1403 -1403
  131. package/packages/theme-chalk/src/tree.scss +165 -165
  132. package/packages/theme-chalk/src/upload.scss +172 -172
  133. package/packages/tips/src/main.vue +141 -141
  134. package/packages/toolbar/src/main.vue +430 -430
  135. package/packages/upload/src/main.vue +1344 -1344
  136. package/packages/wujie/src/main.vue +146 -146
  137. package/src/config/api.js +348 -340
  138. package/src/index.js +163 -163
  139. package/src/utils/rules.js +18 -18
  140. package/packages/.DS_Store +0 -0
  141. package/packages/calogin/.DS_Store +0 -0
  142. package/packages/date-picker/.DS_Store +0 -0
  143. package/packages/date-picker/src/.DS_Store +0 -0
  144. package/packages/dialog/.DS_Store +0 -0
  145. package/packages/flow/.DS_Store +0 -0
  146. package/packages/flow/src/.DS_Store +0 -0
  147. package/packages/flow-list/.DS_Store +0 -0
  148. package/packages/form/.DS_Store +0 -0
  149. package/packages/icon/.DS_Store +0 -0
  150. package/packages/login/.DS_Store +0 -0
  151. package/packages/main/.DS_Store +0 -0
  152. package/packages/main/src/.DS_Store +0 -0
  153. package/packages/menu/.DS_Store +0 -0
  154. package/packages/select/.DS_Store +0 -0
  155. package/packages/selector/.DS_Store +0 -0
  156. package/packages/selector-panel/.DS_Store +0 -0
  157. package/packages/theme-chalk/src/.DS_Store +0 -0
  158. package/packages/upload/.DS_Store +0 -0
  159. package/src/.DS_Store +0 -0
  160. package/src/utils/.DS_Store +0 -0
package/lib/main.js CHANGED
@@ -1702,7 +1702,7 @@ var getLightness = function getLightness($v, $i, $isLight) {
1702
1702
  * @param {function} callback - 回调函数
1703
1703
  **/
1704
1704
  var util_getMainConfig = function getMainConfig(callback) {
1705
- util_ajax({ url: api["xb" /* mainConfig */] }).then(function (res) {
1705
+ util_ajax({ url: api["zb" /* mainConfig */] }).then(function (res) {
1706
1706
  if (res && res.rCode === 0) {
1707
1707
  callback(res.results);
1708
1708
  }
@@ -2467,7 +2467,7 @@ var isLogined = function () {
2467
2467
  break;
2468
2468
  }
2469
2469
 
2470
- util_ajax({ method: 'post', url: api["wb" /* logout */] }).then(function (res) {
2470
+ util_ajax({ method: 'post', url: api["yb" /* logout */] }).then(function (res) {
2471
2471
  if (res.rCode === 0) {
2472
2472
  removeStorage();
2473
2473
  }
@@ -3931,167 +3931,171 @@ var winTopOpen = function winTopOpen(config) {
3931
3931
  /***/ (function(module, __webpack_exports__, __webpack_require__) {
3932
3932
 
3933
3933
  "use strict";
3934
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "p", function() { return doCaLogin; });
3935
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "t", function() { return doUserLogin; });
3936
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "r", function() { return doQrLogin; });
3937
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "wb", function() { return logout; });
3938
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "ob", function() { return initLogin; });
3939
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Vb", function() { return switchUserTo; });
3940
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "c", function() { return changeImg; });
3941
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Q", function() { return getLoginCode; });
3942
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "q", function() { return doCodeLogin; });
3934
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "r", function() { return doCaLogin; });
3935
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "v", function() { return doUserLogin; });
3936
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "t", function() { return doQrLogin; });
3937
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "yb", function() { return logout; });
3938
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "qb", function() { return initLogin; });
3939
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Zb", function() { return switchUserTo; });
3940
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "d", function() { return changeImg; });
3941
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "S", function() { return getLoginCode; });
3942
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "s", function() { return doCodeLogin; });
3943
3943
  /* unused harmony export updateCode */
3944
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "R", function() { return getModifyPassCode; });
3945
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "g", function() { return codeModifyPass; });
3946
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "ub", function() { return loginModifyPassword; });
3944
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "T", function() { return getModifyPassCode; });
3945
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "h", function() { return codeModifyPass; });
3946
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "wb", function() { return loginModifyPassword; });
3947
3947
  /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "b", function() { return authCenter; });
3948
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "pb", function() { return initModifyPassword; });
3949
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "u", function() { return doWechatQrLogin; });
3950
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "fb", function() { return getTwoFactorLoginCode; });
3951
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "s", function() { return doTwoFactorLogin; });
3952
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "qb", function() { return initRetrialAuth; });
3953
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Z", function() { return getRetrialAuthCode; });
3954
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Nb", function() { return scanCodeRetrialAuth; });
3955
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "h", function() { return codeRetrialAuth; });
3956
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "o", function() { return doAssistanceQrLogin; });
3957
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Lc", function() { return userOnline; });
3958
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "hb", function() { return getUserAppWithTag; });
3959
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Ib", function() { return recordUserApp; });
3960
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "xb", function() { return mainConfig; });
3961
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "rb", function() { return initUserSet; });
3962
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Gc", function() { return updateUserInfo; });
3948
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "rb", function() { return initModifyPassword; });
3949
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "w", function() { return doWechatQrLogin; });
3950
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "hb", function() { return getTwoFactorLoginCode; });
3951
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "u", function() { return doTwoFactorLogin; });
3952
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "sb", function() { return initRetrialAuth; });
3953
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "bb", function() { return getRetrialAuthCode; });
3954
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Rb", function() { return scanCodeRetrialAuth; });
3955
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "i", function() { return codeRetrialAuth; });
3956
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "q", function() { return doAssistanceQrLogin; });
3957
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Pc", function() { return userOnline; });
3958
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "jb", function() { return getUserAppWithTag; });
3959
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Kb", function() { return recordUserApp; });
3960
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "zb", function() { return mainConfig; });
3961
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "tb", function() { return initUserSet; });
3962
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Kc", function() { return updateUserInfo; });
3963
3963
  /* unused harmony export getUserImgUrl */
3964
3964
  /* unused harmony export getDoorIndex */
3965
3965
  /* unused harmony export refreshOnlineUsers */
3966
3966
  /* unused harmony export getQuickMenuIds */
3967
3967
  /* unused harmony export getApplicationIdArray */
3968
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "K", function() { return getComplexApplications; });
3969
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "L", function() { return getComplexApplicationsNew; });
3968
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "M", function() { return getComplexApplications; });
3969
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "N", function() { return getComplexApplicationsNew; });
3970
3970
  /* unused harmony export getUserCustomInfo */
3971
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Fc", function() { return updateUserCustomInfo; });
3972
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Wb", function() { return sysMsgPage; });
3973
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "nb", function() { return ignoreSysMsg; });
3974
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "mb", function() { return ignoreAllSysMsg; });
3975
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Ob", function() { return searchType; });
3976
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "eb", function() { return getSysParam; });
3977
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "J", function() { return getAdjunctProperties; });
3978
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Kc", function() { return uploads; });
3979
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Ic", function() { return uploadOnlyOne; });
3980
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "I", function() { return getAdjunctFileInfos; });
3981
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Jc", function() { return uploadSort; });
3982
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "v", function() { return downloadByAdjunctId; });
3983
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Hc", function() { return uploadDownloads; });
3984
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Db", function() { return previewAdjunct; });
3985
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Eb", function() { return previewAdjunct2; });
3986
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Fb", function() { return previewAdjunctOffice; });
3987
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "j", function() { return delAdjunct; });
3971
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Jc", function() { return updateUserCustomInfo; });
3972
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "ac", function() { return sysMsgPage; });
3973
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "pb", function() { return ignoreSysMsg; });
3974
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "ob", function() { return ignoreAllSysMsg; });
3975
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Sb", function() { return searchType; });
3976
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "gb", function() { return getSysParam; });
3977
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "L", function() { return getAdjunctProperties; });
3978
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Oc", function() { return uploads; });
3979
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Mc", function() { return uploadOnlyOne; });
3980
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "K", function() { return getAdjunctFileInfos; });
3981
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Nc", function() { return uploadSort; });
3982
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "x", function() { return downloadByAdjunctId; });
3983
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Lc", function() { return uploadDownloads; });
3984
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Fb", function() { return previewAdjunct; });
3985
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Gb", function() { return previewAdjunct2; });
3986
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Hb", function() { return previewAdjunctOffice; });
3987
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "k", function() { return delAdjunct; });
3988
3988
  /* unused harmony export upload_updateClassify */
3989
3989
  /* unused harmony export getDeleteAdjunctFileInfos */
3990
3990
  /* unused harmony export getPictureBase64 */
3991
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "cb", function() { return getSelectorOrgTree; });
3992
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "bb", function() { return getSelectorOrgDetail; });
3993
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "V", function() { return getOrgMainTree; });
3994
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "ab", function() { return getSelectOrgsubids; });
3995
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "A", function() { return findSysCode; });
3996
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "M", function() { return getDictList; });
3991
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "eb", function() { return getSelectorOrgTree; });
3992
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "db", function() { return getSelectorOrgDetail; });
3993
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "X", function() { return getOrgMainTree; });
3994
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "cb", function() { return getSelectOrgsubids; });
3995
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "C", function() { return findSysCode; });
3996
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "O", function() { return getDictList; });
3997
3997
  /* unused harmony export findUserBaseInfo */
3998
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "kb", function() { return gethelpdoc; });
3998
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "mb", function() { return gethelpdoc; });
3999
3999
  /* unused harmony export getCurrentuser */
4000
4000
  /* unused harmony export mainDetail */
4001
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "oc", function() { return toStartFlow; });
4002
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "ic", function() { return tempSave; });
4003
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "i", function() { return commonOpion; });
4001
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "sc", function() { return toStartFlow; });
4002
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "mc", function() { return tempSave; });
4003
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "j", function() { return commonOpion; });
4004
4004
  /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "a", function() { return addCommonOpion; });
4005
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "w", function() { return editCommonOpion; });
4006
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Mb", function() { return saveCommonOpinion; });
4007
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Ec", function() { return updateCommonOpinion; });
4008
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "k", function() { return deleteCommonOpion; });
4009
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Y", function() { return getProcessDefList; });
4010
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "S", function() { return getNodeInfo; });
4011
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "z", function() { return findCodeValues; });
4012
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "C", function() { return findSysParam; });
4013
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "B", function() { return findSysCodes; });
4014
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "U", function() { return getNotificationMsg; });
4015
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "O", function() { return getHandleInfoHtml; });
4016
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Yb", function() { return taskHandleHtml; });
4005
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "y", function() { return editCommonOpion; });
4006
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Qb", function() { return saveCommonOpinion; });
4007
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Ic", function() { return updateCommonOpinion; });
4008
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "l", function() { return deleteCommonOpion; });
4009
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "ab", function() { return getProcessDefList; });
4010
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "U", function() { return getNodeInfo; });
4011
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "B", function() { return findCodeValues; });
4012
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "E", function() { return findSysParam; });
4013
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "D", function() { return findSysCodes; });
4014
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "W", function() { return getNotificationMsg; });
4015
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Q", function() { return getHandleInfoHtml; });
4016
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "cc", function() { return taskHandleHtml; });
4017
4017
  /* unused harmony export getView */
4018
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Jb", function() { return register; });
4019
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "zb", function() { return pendedhistoryList; });
4020
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "sc", function() { return toTaskRejectHtml; });
4021
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "bc", function() { return taskRejectHtml; });
4022
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "pc", function() { return toStartTaskRead; });
4023
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "qc", function() { return toStartTaskReadIndex; });
4024
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Zb", function() { return taskReadHtml; });
4025
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Kb", function() { return rejectAndEnd; });
4026
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "nc", function() { return toSendMsg; });
4027
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Sb", function() { return sendMsg; });
4028
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "y", function() { return endFlowHtml; });
4029
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "lb", function() { return handleInfo; });
4030
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "vb", function() { return loginUserInfo; });
4031
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Mc", function() { return wss; });
4032
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Cc", function() { return topic; });
4033
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "W", function() { return getPresetCustomInfo; });
4034
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "X", function() { return getPresetNodeInfo; });
4035
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "yc", function() { return toTaskTransferIndex; });
4036
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "fc", function() { return taskTransfer; });
4037
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "lc", function() { return toPresetInfoListIndex; });
4038
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "m", function() { return deletePresetInfo; });
4018
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Lb", function() { return register; });
4019
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Bb", function() { return pendedhistoryList; });
4020
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "wc", function() { return toTaskRejectHtml; });
4021
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "fc", function() { return taskRejectHtml; });
4022
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "tc", function() { return toStartTaskRead; });
4023
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "uc", function() { return toStartTaskReadIndex; });
4024
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "dc", function() { return taskReadHtml; });
4025
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Mb", function() { return rejectAndEnd; });
4026
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "rc", function() { return toSendMsg; });
4027
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Wb", function() { return sendMsg; });
4028
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "A", function() { return endFlowHtml; });
4029
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "nb", function() { return handleInfo; });
4030
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "xb", function() { return loginUserInfo; });
4031
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Qc", function() { return wss; });
4032
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Gc", function() { return topic; });
4033
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Y", function() { return getPresetCustomInfo; });
4034
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Z", function() { return getPresetNodeInfo; });
4035
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Cc", function() { return toTaskTransferIndex; });
4036
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "jc", function() { return taskTransfer; });
4037
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "pc", function() { return toPresetInfoListIndex; });
4038
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "n", function() { return deletePresetInfo; });
4039
4039
  /* unused harmony export historyListJson */
4040
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Ab", function() { return pendedhistoryListJson; });
4041
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Cb", function() { return pressListJson; });
4042
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "l", function() { return deleteFlow; });
4043
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "yb", function() { return modifyFlow; });
4044
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "sb", function() { return isCanStartSubFlow; });
4045
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "zc", function() { return toTaskUnionExamine; });
4046
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "gc", function() { return taskUnionExamine; });
4047
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "xc", function() { return toTaskTakeAdvice; });
4048
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "ec", function() { return taskTakeAdvice; });
4049
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "uc", function() { return toTaskStartDraft; });
4050
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "vc", function() { return toTaskSupervise; });
4051
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "wc", function() { return toTaskSuperviseSub; });
4052
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "dc", function() { return taskStartDraft; });
4053
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "tc", function() { return toTaskReview; });
4054
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "cc", function() { return taskReview; });
4055
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Ac", function() { return toTaskUnionSeal; });
4056
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "hc", function() { return taskUnionSeal; });
4057
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Bc", function() { return toTwoOfficesDispatch; });
4058
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Dc", function() { return twoOfficesDispatch; });
4059
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "mc", function() { return toResetProcessIndex; });
4060
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Lb", function() { return resetProcess; });
4061
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "rc", function() { return toTaskContinuationIndex; });
4062
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Xb", function() { return taskContinuation; });
4063
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "N", function() { return getFreeStartFlowParams; });
4064
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "F", function() { return freeStartFlowWithSubmitTask; });
4065
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "e", function() { return checkForeignOrgStartedCircularRead; });
4066
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Bb", function() { return pendedhistoryListWithCircularReadJson; });
4067
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "H", function() { return fyListJson; });
4068
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "f", function() { return circularReadWithdraw; });
4069
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "ac", function() { return taskReadWithDraw; });
4070
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Ub", function() { return startReadTransferHandleFlowWithTaskReadEnd; });
4071
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "d", function() { return checkBusinessIdStartedReadTransferHandle; });
4072
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Rb", function() { return sendList; });
4073
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Qb", function() { return sendInfo; });
4040
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Cb", function() { return pendedhistoryListJson; });
4041
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Eb", function() { return pressListJson; });
4042
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "m", function() { return deleteFlow; });
4043
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Ab", function() { return modifyFlow; });
4044
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "ub", function() { return isCanStartSubFlow; });
4045
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Dc", function() { return toTaskUnionExamine; });
4046
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "kc", function() { return taskUnionExamine; });
4047
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Bc", function() { return toTaskTakeAdvice; });
4048
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "ic", function() { return taskTakeAdvice; });
4049
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "yc", function() { return toTaskStartDraft; });
4050
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "zc", function() { return toTaskSupervise; });
4051
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Ac", function() { return toTaskSuperviseSub; });
4052
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "hc", function() { return taskStartDraft; });
4053
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "xc", function() { return toTaskReview; });
4054
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "gc", function() { return taskReview; });
4055
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Ec", function() { return toTaskUnionSeal; });
4056
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "lc", function() { return taskUnionSeal; });
4057
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Fc", function() { return toTwoOfficesDispatch; });
4058
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Hc", function() { return twoOfficesDispatch; });
4059
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "qc", function() { return toResetProcessIndex; });
4060
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Ob", function() { return resetProcess; });
4061
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "vc", function() { return toTaskContinuationIndex; });
4062
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "bc", function() { return taskContinuation; });
4063
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "P", function() { return getFreeStartFlowParams; });
4064
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "H", function() { return freeStartFlowWithSubmitTask; });
4065
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "f", function() { return checkForeignOrgStartedCircularRead; });
4066
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Db", function() { return pendedhistoryListWithCircularReadJson; });
4067
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "J", function() { return fyListJson; });
4068
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Nb", function() { return resetJson; });
4069
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "o", function() { return deletedListJson; });
4070
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Pb", function() { return restoredHistory; });
4071
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "c", function() { return batchDelete; });
4072
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "g", function() { return circularReadWithdraw; });
4073
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "ec", function() { return taskReadWithDraw; });
4074
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Yb", function() { return startReadTransferHandleFlowWithTaskReadEnd; });
4075
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "e", function() { return checkBusinessIdStartedReadTransferHandle; });
4076
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Vb", function() { return sendList; });
4077
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Ub", function() { return sendInfo; });
4074
4078
  /* unused harmony export sendSave */
4075
4079
  /* unused harmony export sendUpdate */
4076
4080
  /* unused harmony export sendDelete */
4077
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Pb", function() { return sendBatch; });
4078
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "D", function() { return formContents; });
4079
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "n", function() { return directStartTaskCircularRead; });
4080
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "x", function() { return endFlowAndStartTaskCircularRead; });
4081
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "T", function() { return getNodeInfoForStart; });
4082
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "E", function() { return freeStartFlow; });
4083
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "gb", function() { return getUrgencyLevelChangedNotificationType; });
4084
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "kc", function() { return toFreeTaskCircularRead; });
4085
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "tb", function() { return isCancelSecondConfirmation; });
4086
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "G", function() { return freeTaskCircularRead; });
4087
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "jc", function() { return toDefinitionChangeSort; });
4088
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Tb", function() { return setSort; });
4089
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Hb", function() { return queryUseCommonMenu; });
4090
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "P", function() { return getIndexCount; });
4091
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "jb", function() { return getVoteMeetingNum; });
4092
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "ib", function() { return getUserTipsInstanceNum; });
4093
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "db", function() { return getShareFilesReceiveCountNew; });
4094
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Gb", function() { return queryChildMenuUrl; });
4081
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Tb", function() { return sendBatch; });
4082
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "F", function() { return formContents; });
4083
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "p", function() { return directStartTaskCircularRead; });
4084
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "z", function() { return endFlowAndStartTaskCircularRead; });
4085
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "V", function() { return getNodeInfoForStart; });
4086
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "G", function() { return freeStartFlow; });
4087
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "ib", function() { return getUrgencyLevelChangedNotificationType; });
4088
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "oc", function() { return toFreeTaskCircularRead; });
4089
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "vb", function() { return isCancelSecondConfirmation; });
4090
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "I", function() { return freeTaskCircularRead; });
4091
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "nc", function() { return toDefinitionChangeSort; });
4092
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Xb", function() { return setSort; });
4093
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Jb", function() { return queryUseCommonMenu; });
4094
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "R", function() { return getIndexCount; });
4095
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "lb", function() { return getVoteMeetingNum; });
4096
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "kb", function() { return getUserTipsInstanceNum; });
4097
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "fb", function() { return getShareFilesReceiveCountNew; });
4098
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Ib", function() { return queryChildMenuUrl; });
4095
4099
  var flowPendingPrefix = window.flowPendingPrefix || localStorage.getItem('flowPendingPrefix') || '/bpm';
4096
4100
  // 登录
4097
4101
  var doCaLogin = '/sso2/signIn/auth/doCaLogin'; // ca登录认证
@@ -4330,6 +4334,14 @@ var checkForeignOrgStartedCircularRead = '/bpm/bpmBackend/checkForeignOrgStarted
4330
4334
  var pendedhistoryListWithCircularReadJson = '/bpm/pendedhistoryManager/pendedhistoryListWithCircularReadJson';
4331
4335
  // 获取分阅情况列表
4332
4336
  var fyListJson = '/bpm/pendedhistoryManager/fyListJson.dhtml';
4337
+ // 获取重设记录列表
4338
+ var resetJson = '/bpm/wfResetRecord/listJson.dhtml';
4339
+ // 获取删除记录列表
4340
+ var deletedListJson = '/bpm/pendedhistoryManager/deletedListJson.dhtml';
4341
+ // 恢复删除记录
4342
+ var restoredHistory = '/bpm/pendedhistoryManager/restoredHistory.dhtml';
4343
+ // 批量删除
4344
+ var batchDelete = '/bpm/pendedhistoryManager/batchDelete.dhtml';
4333
4345
 
4334
4346
  // 传阅列表撤回
4335
4347
  var circularReadWithdraw = '/bpm/bpmBackend/circularReadWithdraw';
@@ -4645,7 +4657,7 @@ if(false) {}
4645
4657
 
4646
4658
  exports = module.exports = __webpack_require__(30)(false);
4647
4659
  // Module
4648
- exports.push([module.i, "\n.es-setting-top-nav-side[data-v-1b15d77c]::before {\n content: '';\n display: block;\n position: absolute;\n left: 0;\n width: 8px;\n top: 10px;\n bottom: 0;\n z-index: 2;\n background-color: rgb(0, 80, 179);\n}\n", ""]);
4660
+ exports.push([module.i, "\n.es-setting-top-nav-side[data-v-1b15d77c]::before {\r\n content: '';\r\n display: block;\r\n position: absolute;\r\n left: 0;\r\n width: 8px;\r\n top: 10px;\r\n bottom: 0;\r\n z-index: 2;\r\n background-color: rgb(0, 80, 179);\n}\r\n", ""]);
4649
4661
 
4650
4662
 
4651
4663
 
@@ -6302,7 +6314,7 @@ var api = __webpack_require__(1);
6302
6314
  if (res.url && util["a" /* default */].startWith(res.url, ['http', 'https', '/'])) {
6303
6315
  this.userHead = res.url;
6304
6316
  } else {
6305
- this.userHead = dochubConfig && dochubConfig.downloadDocumentUrl ? dochubConfig.downloadDocumentUrl + '?documentId=' + res.adjunctId : api["v" /* downloadByAdjunctId */] + '?adjunctId=' + res.adjunctId;
6317
+ this.userHead = dochubConfig && dochubConfig.downloadDocumentUrl ? dochubConfig.downloadDocumentUrl + '?documentId=' + res.adjunctId : api["x" /* downloadByAdjunctId */] + '?adjunctId=' + res.adjunctId;
6306
6318
  }
6307
6319
  this.$emit('change', this.userHead);
6308
6320
  }
@@ -8234,7 +8246,7 @@ var external_throttle_debounce_ = __webpack_require__(13);
8234
8246
  },
8235
8247
  handleClick: function handleClick(res) {
8236
8248
  util["a" /* default */].ajax({
8237
- url: api["Ib" /* recordUserApp */],
8249
+ url: api["Kb" /* recordUserApp */],
8238
8250
  params: {
8239
8251
  userId: this.user.userId,
8240
8252
  appId: res.id
@@ -8243,10 +8255,10 @@ var external_throttle_debounce_ = __webpack_require__(13);
8243
8255
  this.$emit('click', res);
8244
8256
  },
8245
8257
 
8246
- /**
8247
- * @desc:获取气泡提醒
8248
- * @author huangbo
8249
- * @date 2024年9月7日
8258
+ /**
8259
+ * @desc:获取气泡提醒
8260
+ * @author huangbo
8261
+ * @date 2024年9月7日
8250
8262
  **/
8251
8263
  getBadge: function getBadge(res) {
8252
8264
  var num = res.tips || 0;
@@ -8697,7 +8709,7 @@ var _props;
8697
8709
  return _this2.formKey.includes(key);
8698
8710
  })));
8699
8711
  util["a" /* default */].ajax({
8700
- url: api["Gc" /* updateUserInfo */],
8712
+ url: api["Kc" /* updateUserInfo */],
8701
8713
  params: _extends({}, data, {
8702
8714
  oldPassword: this.secret && initLogin && initLogin.secret && oldpassword ? util["a" /* default */].esmEncrypt({
8703
8715
  data: oldpassword,
@@ -8933,7 +8945,7 @@ var userinfo_component = Object(componentNormalizer["a" /* default */])(
8933
8945
  var _this2 = this;
8934
8946
 
8935
8947
  util["a" /* default */].ajax({
8936
- url: api["rb" /* initUserSet */]
8948
+ url: api["tb" /* initUserSet */]
8937
8949
  }).then(function (res) {
8938
8950
  if (res.rCode === 0) {
8939
8951
  var results = JSON.parse(JSON.stringify(res.results));
@@ -8974,7 +8986,7 @@ var userinfo_component = Object(componentNormalizer["a" /* default */])(
8974
8986
  var notify = this.checked.join(',');
8975
8987
  util["a" /* default */].ajax({
8976
8988
  method: 'post',
8977
- url: api["Fc" /* updateUserCustomInfo */],
8989
+ url: api["Jc" /* updateUserCustomInfo */],
8978
8990
  data: {
8979
8991
  notify: notify
8980
8992
  }
@@ -9004,7 +9016,7 @@ var userinfo_component = Object(componentNormalizer["a" /* default */])(
9004
9016
  if (this.user.identityId !== res.id) {
9005
9017
  util["a" /* default */].ajax({
9006
9018
  method: 'post',
9007
- url: api["Vb" /* switchUserTo */],
9019
+ url: api["Zb" /* switchUserTo */],
9008
9020
  data: { userId: res.value }
9009
9021
  }).then(function (res) {
9010
9022
  if (res.rCode == 0) {
@@ -9401,7 +9413,7 @@ var messagevue_type_script_lang_js_extends = Object.assign || function (target)
9401
9413
  if (this.pageNum <= this.pageCount) {
9402
9414
  this.loading = true;
9403
9415
  util["a" /* default */].ajax({
9404
- url: api["Wb" /* sysMsgPage */],
9416
+ url: api["ac" /* sysMsgPage */],
9405
9417
  params: {
9406
9418
  pageNum: reload ? 1 : this.pageNum,
9407
9419
  pageSize: this.pageSize
@@ -9434,7 +9446,7 @@ var messagevue_type_script_lang_js_extends = Object.assign || function (target)
9434
9446
  var _this2 = this;
9435
9447
 
9436
9448
  util["a" /* default */].ajax({
9437
- url: api["nb" /* ignoreSysMsg */],
9449
+ url: api["pb" /* ignoreSysMsg */],
9438
9450
  params: {
9439
9451
  id: res.id
9440
9452
  }
@@ -9454,7 +9466,7 @@ var messagevue_type_script_lang_js_extends = Object.assign || function (target)
9454
9466
  var _this3 = this;
9455
9467
 
9456
9468
  util["a" /* default */].ajax({
9457
- url: api["mb" /* ignoreAllSysMsg */]
9469
+ url: api["ob" /* ignoreAllSysMsg */]
9458
9470
  }).then(function (res) {
9459
9471
  _this3.count = 0;
9460
9472
  _this3.msgs = [];
@@ -9847,7 +9859,7 @@ var noticevue_type_script_lang_js_extends = Object.assign || function (target) {
9847
9859
  var _this = this;
9848
9860
 
9849
9861
  util["a" /* default */].ajax({
9850
- url: api["nb" /* ignoreSysMsg */],
9862
+ url: api["pb" /* ignoreSysMsg */],
9851
9863
  params: {
9852
9864
  id: res.id
9853
9865
  }
@@ -9866,7 +9878,7 @@ var noticevue_type_script_lang_js_extends = Object.assign || function (target) {
9866
9878
  var _this2 = this;
9867
9879
 
9868
9880
  util["a" /* default */].ajax({
9869
- url: api["mb" /* ignoreAllSysMsg */]
9881
+ url: api["ob" /* ignoreAllSysMsg */]
9870
9882
  }).then(function (res) {
9871
9883
  _this2.msgs = [];
9872
9884
  _this2.$emit('ignore', { type: 'ignore', value: 'all' });
@@ -10803,7 +10815,7 @@ onlinevue_type_template_id_6706bd21_scoped_true_render._withStripped = true
10803
10815
  props: {
10804
10816
  sysuseronline: {
10805
10817
  type: String,
10806
- default: api["Lc" /* userOnline */]
10818
+ default: api["Pc" /* userOnline */]
10807
10819
  }
10808
10820
  },
10809
10821
  data: function data() {
@@ -11476,7 +11488,7 @@ var searchvue_type_script_lang_js_extends = Object.assign || function (target) {
11476
11488
  },
11477
11489
  searchType: {
11478
11490
  type: String,
11479
- default: api["Ob" /* searchType */]
11491
+ default: api["Sb" /* searchType */]
11480
11492
  },
11481
11493
  pageSize: {
11482
11494
  type: Number,
@@ -12356,7 +12368,7 @@ var simplicityvue_type_script_lang_js_events = [function (tabs, index, that) {
12356
12368
  //应用列表接口
12357
12369
  appsUrl: {
12358
12370
  type: String,
12359
- default: api["hb" /* getUserAppWithTag */]
12371
+ default: api["jb" /* getUserAppWithTag */]
12360
12372
  },
12361
12373
  //是否启用子应用菜单接口
12362
12374
  application: {
@@ -12577,9 +12589,9 @@ var simplicityvue_type_script_lang_js_events = [function (tabs, index, that) {
12577
12589
  return this.menuUrl;
12578
12590
  }
12579
12591
  if (this.application) {
12580
- return api["L" /* getComplexApplicationsNew */];
12592
+ return api["N" /* getComplexApplicationsNew */];
12581
12593
  }
12582
- return api["K" /* getComplexApplications */];
12594
+ return api["M" /* getComplexApplications */];
12583
12595
  },
12584
12596
 
12585
12597
  //人工智能配置
@@ -12652,10 +12664,10 @@ var simplicityvue_type_script_lang_js_events = [function (tabs, index, that) {
12652
12664
  this.$refs.user.handleSelect(res);
12653
12665
  },
12654
12666
 
12655
- /**
12656
- * @desc:匹配路由
12657
- * @author huangbo
12658
- * @date 2024年9月7日
12667
+ /**
12668
+ * @desc:匹配路由
12669
+ * @author huangbo
12670
+ * @date 2024年9月7日
12659
12671
  **/
12660
12672
  hasRouter: function hasRouter(res, url, code) {
12661
12673
  if (!url) {
@@ -12699,10 +12711,10 @@ var simplicityvue_type_script_lang_js_events = [function (tabs, index, that) {
12699
12711
  return false;
12700
12712
  },
12701
12713
 
12702
- /**
12703
- * @desc:获取初始数据
12704
- * @author huangbo
12705
- * @date 2024年9月7日
12714
+ /**
12715
+ * @desc:获取初始数据
12716
+ * @author huangbo
12717
+ * @date 2024年9月7日
12706
12718
  **/
12707
12719
  init: function init(results, first) {
12708
12720
  this.setConfig(results);
@@ -12711,10 +12723,10 @@ var simplicityvue_type_script_lang_js_events = [function (tabs, index, that) {
12711
12723
  }
12712
12724
  },
12713
12725
 
12714
- /**
12715
- * @desc:设置用户配置及信息
12716
- * @author huangbo
12717
- * @date 2024年9月7日
12726
+ /**
12727
+ * @desc:设置用户配置及信息
12728
+ * @author huangbo
12729
+ * @date 2024年9月7日
12718
12730
  **/
12719
12731
  setConfig: function setConfig(results) {
12720
12732
  localStorage.setItem('mainConfig', JSON.stringify(results));
@@ -12882,10 +12894,10 @@ var simplicityvue_type_script_lang_js_events = [function (tabs, index, that) {
12882
12894
  }
12883
12895
  },
12884
12896
 
12885
- /**
12886
- * @desc:获取所有应用
12887
- * @author huangbo
12888
- * @date 2024年9月7日
12897
+ /**
12898
+ * @desc:获取所有应用
12899
+ * @author huangbo
12900
+ * @date 2024年9月7日
12889
12901
  **/
12890
12902
  getApplications: function getApplications() {
12891
12903
  var _this2 = this;
@@ -12933,10 +12945,10 @@ var simplicityvue_type_script_lang_js_events = [function (tabs, index, that) {
12933
12945
  });
12934
12946
  },
12935
12947
 
12936
- /**
12937
- * @desc:获取菜单列表
12938
- * @author huangbo
12939
- * @date 2024年9月7日
12948
+ /**
12949
+ * @desc:获取菜单列表
12950
+ * @author huangbo
12951
+ * @date 2024年9月7日
12940
12952
  **/
12941
12953
  getMenus: function getMenus(loading) {
12942
12954
  var _this3 = this;
@@ -12969,10 +12981,10 @@ var simplicityvue_type_script_lang_js_events = [function (tabs, index, that) {
12969
12981
  });
12970
12982
  },
12971
12983
 
12972
- /**
12973
- * @desc:处理菜单列表
12974
- * @author huangbo
12975
- * @date 2024年9月7日
12984
+ /**
12985
+ * @desc:处理菜单列表
12986
+ * @author huangbo
12987
+ * @date 2024年9月7日
12976
12988
  **/
12977
12989
  renderMenus: function renderMenus(res) {
12978
12990
  this.menus = res;
@@ -13068,10 +13080,10 @@ var simplicityvue_type_script_lang_js_events = [function (tabs, index, that) {
13068
13080
  }
13069
13081
  },
13070
13082
 
13071
- /**
13072
- * @desc:设置页面加载类型
13073
- * @author huangbo
13074
- * @date 2024年9月7日
13083
+ /**
13084
+ * @desc:设置页面加载类型
13085
+ * @author huangbo
13086
+ * @date 2024年9月7日
13075
13087
  **/
13076
13088
  setIframeType: function setIframeType(res) {
13077
13089
  var url = res.url;
@@ -13127,10 +13139,10 @@ var simplicityvue_type_script_lang_js_events = [function (tabs, index, that) {
13127
13139
  return res;
13128
13140
  },
13129
13141
 
13130
- /**
13131
- * @desc:获取菜单
13132
- * @author huangbo
13133
- * @date 2024年9月7日
13142
+ /**
13143
+ * @desc:获取菜单
13144
+ * @author huangbo
13145
+ * @date 2024年9月7日
13134
13146
  **/
13135
13147
  getMenu: function getMenu(menus, res, key) {
13136
13148
  if (Array.isArray(menus)) {
@@ -13159,10 +13171,10 @@ var simplicityvue_type_script_lang_js_events = [function (tabs, index, that) {
13159
13171
  return false;
13160
13172
  },
13161
13173
 
13162
- /**
13163
- * @desc:获取菜单第一条数据
13164
- * @author huangbo
13165
- * @date 2024年9月7日
13174
+ /**
13175
+ * @desc:获取菜单第一条数据
13176
+ * @author huangbo
13177
+ * @date 2024年9月7日
13166
13178
  **/
13167
13179
  getFirst: function getFirst(obj) {
13168
13180
  if (!obj) {
@@ -13181,10 +13193,10 @@ var simplicityvue_type_script_lang_js_events = [function (tabs, index, that) {
13181
13193
  }
13182
13194
  },
13183
13195
 
13184
- /**
13185
- * @desc:遍历设置菜单气泡提醒
13186
- * @author huangbo
13187
- * @date 2024年9月7日
13196
+ /**
13197
+ * @desc:遍历设置菜单气泡提醒
13198
+ * @author huangbo
13199
+ * @date 2024年9月7日
13188
13200
  **/
13189
13201
  setTips: function setTips(obj) {
13190
13202
  var _this4 = this;
@@ -13255,10 +13267,10 @@ var simplicityvue_type_script_lang_js_events = [function (tabs, index, that) {
13255
13267
  }
13256
13268
  },
13257
13269
 
13258
- /**
13259
- * @desc:获取气泡提醒
13260
- * @author huangbo
13261
- * @date 2024年9月7日
13270
+ /**
13271
+ * @desc:获取气泡提醒
13272
+ * @author huangbo
13273
+ * @date 2024年9月7日
13262
13274
  **/
13263
13275
  getBadge: function getBadge(res) {
13264
13276
  var num = res.tips || 0;
@@ -13272,17 +13284,17 @@ var simplicityvue_type_script_lang_js_events = [function (tabs, index, that) {
13272
13284
  };
13273
13285
  },
13274
13286
 
13275
- /**
13276
- * @desc:开启weosocket
13277
- * @author huangbo
13278
- * @date 2024年9月7日
13287
+ /**
13288
+ * @desc:开启weosocket
13289
+ * @author huangbo
13290
+ * @date 2024年9月7日
13279
13291
  **/
13280
13292
  initWebSocket: function initWebSocket() {
13281
13293
  var _this6 = this;
13282
13294
 
13283
13295
  this.webSocket = util["a" /* default */].socket({
13284
- url: api["Mc" /* wss */],
13285
- take: api["Cc" /* topic */],
13296
+ url: api["Qc" /* wss */],
13297
+ take: api["Gc" /* topic */],
13286
13298
  success: function success(res) {
13287
13299
  var data = res.data || {};
13288
13300
  for (var i in data) {
@@ -13324,10 +13336,10 @@ var simplicityvue_type_script_lang_js_events = [function (tabs, index, that) {
13324
13336
  });
13325
13337
  },
13326
13338
 
13327
- /**
13328
- * @desc:显示用户信息
13329
- * @author huangbo
13330
- * @date 2024年9月7日
13339
+ /**
13340
+ * @desc:显示用户信息
13341
+ * @author huangbo
13342
+ * @date 2024年9月7日
13331
13343
  **/
13332
13344
  showUserInfo: function showUserInfo() {
13333
13345
  if (this.showUser === false) {
@@ -13335,19 +13347,19 @@ var simplicityvue_type_script_lang_js_events = [function (tabs, index, that) {
13335
13347
  }
13336
13348
  },
13337
13349
 
13338
- /**
13339
- * @desc:删除更多应用菜单点击
13340
- * @author huangbo
13341
- * @date 2024年9月7日
13350
+ /**
13351
+ * @desc:删除更多应用菜单点击
13352
+ * @author huangbo
13353
+ * @date 2024年9月7日
13342
13354
  **/
13343
13355
  handleDelete: function handleDelete(index) {
13344
13356
  this.newApps.splice(index, 1);
13345
13357
  },
13346
13358
 
13347
- /**
13348
- * @desc:储存更多应用菜单点击
13349
- * @author huangbo
13350
- * @date 2024年9月7日
13359
+ /**
13360
+ * @desc:储存更多应用菜单点击
13361
+ * @author huangbo
13362
+ * @date 2024年9月7日
13351
13363
  **/
13352
13364
  handlerClickApps: function handlerClickApps(res) {
13353
13365
  if (res.permission === false) {
@@ -13360,10 +13372,10 @@ var simplicityvue_type_script_lang_js_events = [function (tabs, index, that) {
13360
13372
  this.handlerClickApp(res);
13361
13373
  },
13362
13374
 
13363
- /**
13364
- * @desc:侧边应用菜单点击
13365
- * @author huangbo
13366
- * @date 2024年9月7日
13375
+ /**
13376
+ * @desc:侧边应用菜单点击
13377
+ * @author huangbo
13378
+ * @date 2024年9月7日
13367
13379
  **/
13368
13380
  handlerClickApp: function handlerClickApp(res) {
13369
13381
  this.showMsg = false;
@@ -13452,10 +13464,10 @@ var simplicityvue_type_script_lang_js_events = [function (tabs, index, that) {
13452
13464
  }
13453
13465
  },
13454
13466
 
13455
- /**
13456
- * @desc:显示Drawer界面
13457
- * @author huangbo
13458
- * @date 2024年9月7日
13467
+ /**
13468
+ * @desc:显示Drawer界面
13469
+ * @author huangbo
13470
+ * @date 2024年9月7日
13459
13471
  **/
13460
13472
  handlerSetDrawer: function handlerSetDrawer(res, type) {
13461
13473
  var direction = arguments.length > 2 && arguments[2] !== undefined ? arguments[2] : 'ltr';
@@ -13475,23 +13487,23 @@ var simplicityvue_type_script_lang_js_events = [function (tabs, index, that) {
13475
13487
  }
13476
13488
  },
13477
13489
 
13478
- /**
13479
- * @desc:关闭Drawer界面
13480
- * @author huangbo
13481
- * @date 2024年9月7日
13490
+ /**
13491
+ * @desc:关闭Drawer界面
13492
+ * @author huangbo
13493
+ * @date 2024年9月7日
13482
13494
  **/
13483
13495
  handleCloseDrawer: function handleCloseDrawer() {
13484
13496
  this.drawer = { visible: false };
13485
13497
  },
13486
13498
 
13487
- /**
13488
- * @desc:菜单点击
13489
- * @author huangbo
13490
- * @date 2024年9月7日
13499
+ /**
13500
+ * @desc:菜单点击
13501
+ * @author huangbo
13502
+ * @date 2024年9月7日
13491
13503
  **/
13492
13504
  handlerClickMenu: function handlerClickMenu(res) {
13493
13505
  util["a" /* default */].ajax({
13494
- url: api["Ib" /* recordUserApp */],
13506
+ url: api["Kb" /* recordUserApp */],
13495
13507
  params: {
13496
13508
  userId: this.user.userId,
13497
13509
  appId: res.id
@@ -13536,19 +13548,19 @@ var simplicityvue_type_script_lang_js_events = [function (tabs, index, that) {
13536
13548
  },
13537
13549
 
13538
13550
 
13539
- /**
13540
- * @desc:用户详情请求成功
13541
- * @author huangbo
13542
- * @date 2024年9月7日
13551
+ /**
13552
+ * @desc:用户详情请求成功
13553
+ * @author huangbo
13554
+ * @date 2024年9月7日
13543
13555
  **/
13544
13556
  handleSuccess: function handleSuccess(res) {
13545
13557
  this.simpleUserInfo = res.simpleUserInfo;
13546
13558
  },
13547
13559
 
13548
- /**
13549
- * @desc:修改用户配置
13550
- * @author huangbo
13551
- * @date 2024年9月7日
13560
+ /**
13561
+ * @desc:修改用户配置
13562
+ * @author huangbo
13563
+ * @date 2024年9月7日
13552
13564
  **/
13553
13565
  handleChangeConfig: function handleChangeConfig(name, res) {
13554
13566
  if (name == 'userHeadUrl') {
@@ -13564,10 +13576,10 @@ var simplicityvue_type_script_lang_js_events = [function (tabs, index, that) {
13564
13576
  }
13565
13577
  },
13566
13578
 
13567
- /**
13568
- * @desc:关闭webSocket
13569
- * @author huangbo
13570
- * @date 2024年9月7日
13579
+ /**
13580
+ * @desc:关闭webSocket
13581
+ * @author huangbo
13582
+ * @date 2024年9月7日
13571
13583
  **/
13572
13584
  handlerClose: function handlerClose() {
13573
13585
  if (this.webSocket) {
@@ -13575,10 +13587,10 @@ var simplicityvue_type_script_lang_js_events = [function (tabs, index, that) {
13575
13587
  }
13576
13588
  },
13577
13589
 
13578
- /**
13579
- * @desc:刷新选中iframe页签
13580
- * @author huangbo
13581
- * @date 2024年9月7日
13590
+ /**
13591
+ * @desc:刷新选中iframe页签
13592
+ * @author huangbo
13593
+ * @date 2024年9月7日
13582
13594
  **/
13583
13595
  handleRefresh: function handleRefresh(arg) {
13584
13596
  var i = arg && arg != true && arg !== 'pageData' ? util["a" /* default */].indexOfObj(this.tabs, arg, 'appCode,code,id,url') : util["a" /* default */].indexOfObj(this.tabs, this.activeName, 'id');
@@ -13615,10 +13627,10 @@ var simplicityvue_type_script_lang_js_events = [function (tabs, index, that) {
13615
13627
  }
13616
13628
  },
13617
13629
 
13618
- /**
13619
- * @desc:删除iframe
13620
- * @author huangbo
13621
- * @date 2024年9月7日
13630
+ /**
13631
+ * @desc:删除iframe
13632
+ * @author huangbo
13633
+ * @date 2024年9月7日
13622
13634
  **/
13623
13635
  handleRemove: function handleRemove(name) {
13624
13636
  var len = this.tabs.length - 1;
@@ -13635,10 +13647,10 @@ var simplicityvue_type_script_lang_js_events = [function (tabs, index, that) {
13635
13647
  }
13636
13648
  },
13637
13649
 
13638
- /**
13639
- * @desc:tabs鼠标右键事件
13640
- * @author huangbo
13641
- * @date 2024年9月7日
13650
+ /**
13651
+ * @desc:tabs鼠标右键事件
13652
+ * @author huangbo
13653
+ * @date 2024年9月7日
13642
13654
  **/
13643
13655
  handleContextmenu: function handleContextmenu(tabs, e) {
13644
13656
  var disabled = {};
@@ -13663,10 +13675,10 @@ var simplicityvue_type_script_lang_js_events = [function (tabs, index, that) {
13663
13675
  window.addEventListener('click', this.closeTabsEvents);
13664
13676
  },
13665
13677
 
13666
- /**
13667
- * @desc:tabs页签事件
13668
- * @author huangbo
13669
- * @date 2024年9月7日
13678
+ /**
13679
+ * @desc:tabs页签事件
13680
+ * @author huangbo
13681
+ * @date 2024年9月7日
13670
13682
  **/
13671
13683
  handleTabsEvents: function handleTabsEvents(num) {
13672
13684
  if (this.pane !== null) {
@@ -13677,10 +13689,10 @@ var simplicityvue_type_script_lang_js_events = [function (tabs, index, that) {
13677
13689
  },
13678
13690
 
13679
13691
 
13680
- /**
13681
- * @desc:关闭页签事件面板
13682
- * @author huangbo
13683
- * @date 2024年9月7日
13692
+ /**
13693
+ * @desc:关闭页签事件面板
13694
+ * @author huangbo
13695
+ * @date 2024年9月7日
13684
13696
  **/
13685
13697
  closeTabsEvents: function closeTabsEvents(e) {
13686
13698
  if (e.target.parentNode != this.$refs.tabsHandler.$el && e.target.parentNode.parentNode != this.$refs.tabsHandler.$el) {
@@ -13690,10 +13702,10 @@ var simplicityvue_type_script_lang_js_events = [function (tabs, index, that) {
13690
13702
  },
13691
13703
 
13692
13704
 
13693
- /**
13694
- * @desc:tabs页签点击事件
13695
- * @author huangbo
13696
- * @date 2024年9月7日
13705
+ /**
13706
+ * @desc:tabs页签点击事件
13707
+ * @author huangbo
13708
+ * @date 2024年9月7日
13697
13709
  **/
13698
13710
  handleTabClick: function handleTabClick() {
13699
13711
  this.active = '';
@@ -13701,10 +13713,10 @@ var simplicityvue_type_script_lang_js_events = [function (tabs, index, that) {
13701
13713
  this.showMenu = false;
13702
13714
  },
13703
13715
 
13704
- /**
13705
- * @desc:handler工具栏点击事件
13706
- * @author huangbo
13707
- * @date 2024年9月7日
13716
+ /**
13717
+ * @desc:handler工具栏点击事件
13718
+ * @author huangbo
13719
+ * @date 2024年9月7日
13708
13720
  **/
13709
13721
  handleClick: function handleClick(res) {
13710
13722
  var type = res.type,
@@ -13785,10 +13797,10 @@ var simplicityvue_type_script_lang_js_events = [function (tabs, index, that) {
13785
13797
  this.$emit('handler-click', res);
13786
13798
  },
13787
13799
 
13788
- /**
13789
- * @desc:退出登录
13790
- * @author huangbo
13791
- * @date 2024年9月7日
13800
+ /**
13801
+ * @desc:退出登录
13802
+ * @author huangbo
13803
+ * @date 2024年9月7日
13792
13804
  **/
13793
13805
  handleQuit: function handleQuit() {
13794
13806
  var _this7 = this;
@@ -13815,7 +13827,7 @@ var simplicityvue_type_script_lang_js_events = [function (tabs, index, that) {
13815
13827
  document.body.appendChild(iframe);
13816
13828
  }
13817
13829
  }
13818
- util["a" /* default */].ajax({ method: 'post', url: api["wb" /* logout */] }).then(function (res) {
13830
+ util["a" /* default */].ajax({ method: 'post', url: api["yb" /* logout */] }).then(function (res) {
13819
13831
  if (res.rCode == 0) {
13820
13832
  util["a" /* default */].removeStorage(['Authorization', 'token', 'ssId', 'userId', 'userName', 'auth', 'deviceUnique', 'menus', 'useCaseCodes', 'mainConfig', 'jump']);
13821
13833
  if (_this7.onQuit && typeof _this7.onQuit === 'function') {
@@ -13863,10 +13875,10 @@ var simplicityvue_type_script_lang_js_events = [function (tabs, index, that) {
13863
13875
  }).catch(function (e) {});
13864
13876
  },
13865
13877
 
13866
- /**
13867
- * @desc:主题、消息回调
13868
- * @author huangbo
13869
- * @date 2024年9月7日
13878
+ /**
13879
+ * @desc:主题、消息回调
13880
+ * @author huangbo
13881
+ * @date 2024年9月7日
13870
13882
  **/
13871
13883
  handleChange: function handleChange(res) {
13872
13884
  var type = res.type,
@@ -13882,10 +13894,10 @@ var simplicityvue_type_script_lang_js_events = [function (tabs, index, that) {
13882
13894
  }
13883
13895
  },
13884
13896
 
13885
- /**
13886
- * @desc:菜单布局样式切换
13887
- * @author huangbo
13888
- * @date 2024年9月7日
13897
+ /**
13898
+ * @desc:菜单布局样式切换
13899
+ * @author huangbo
13900
+ * @date 2024年9月7日
13889
13901
  **/
13890
13902
  handleLayout: function handleLayout(res, active) {
13891
13903
  if (active) {
@@ -13895,10 +13907,10 @@ var simplicityvue_type_script_lang_js_events = [function (tabs, index, that) {
13895
13907
  this.$emit('chang-layout', res, active);
13896
13908
  },
13897
13909
 
13898
- /**
13899
- * @desc:消息修改总数
13900
- * @author huangbo
13901
- * @date 2024年9月7日
13910
+ /**
13911
+ * @desc:消息修改总数
13912
+ * @author huangbo
13913
+ * @date 2024年9月7日
13902
13914
  **/
13903
13915
  handleMenuTips: function handleMenuTips(id, num) {
13904
13916
  if (num) {
@@ -13909,10 +13921,10 @@ var simplicityvue_type_script_lang_js_events = [function (tabs, index, that) {
13909
13921
  }
13910
13922
  },
13911
13923
 
13912
- /**
13913
- * @desc:处理即时消息
13914
- * @author huangbo
13915
- * @date 2024年9月7日
13924
+ /**
13925
+ * @desc:处理即时消息
13926
+ * @author huangbo
13927
+ * @date 2024年9月7日
13916
13928
  **/
13917
13929
  handleOpened: function handleOpened(res) {
13918
13930
  var _this8 = this;
@@ -14749,7 +14761,7 @@ avatarvue_type_template_id_30391b69_scoped_true_render._withStripped = true
14749
14761
  if (res.url && util["a" /* default */].startWith(res.url, ['http', 'https', '/'])) {
14750
14762
  this.userHead = res.url;
14751
14763
  } else {
14752
- this.userHead = dochubConfig && dochubConfig.downloadDocumentUrl ? dochubConfig.downloadDocumentUrl + '?documentId=' + res.adjunctId : api["v" /* downloadByAdjunctId */] + '?adjunctId=' + res.adjunctId;
14764
+ this.userHead = dochubConfig && dochubConfig.downloadDocumentUrl ? dochubConfig.downloadDocumentUrl + '?documentId=' + res.adjunctId : api["x" /* downloadByAdjunctId */] + '?adjunctId=' + res.adjunctId;
14753
14765
  }
14754
14766
  this.$emit('change', this.userHead);
14755
14767
  }
@@ -15056,7 +15068,7 @@ var handlervue_type_script_lang_js_data;
15056
15068
  if (this.user.identityId !== res.id) {
15057
15069
  util["a" /* default */].ajax({
15058
15070
  method: 'post',
15059
- url: api["Vb" /* switchUserTo */],
15071
+ url: api["Zb" /* switchUserTo */],
15060
15072
  data: { userId: res.value }
15061
15073
  }).then(function (res) {
15062
15074
  if (res.rCode == 0) {
@@ -15544,7 +15556,7 @@ var userinfovue_type_script_lang_js_props;
15544
15556
  return _this2.formKey.includes(key);
15545
15557
  })));
15546
15558
  util["a" /* default */].ajax({
15547
- url: api["Gc" /* updateUserInfo */],
15559
+ url: api["Kc" /* updateUserInfo */],
15548
15560
  params: userinfovue_type_script_lang_js_extends({}, data, {
15549
15561
  oldPassword: this.secret && initLogin && initLogin.secret && oldpassword ? util["a" /* default */].esmEncrypt({
15550
15562
  data: oldpassword,
@@ -15780,7 +15792,7 @@ var simplicityTop_userinfo_component = Object(componentNormalizer["a" /* default
15780
15792
  var _this2 = this;
15781
15793
 
15782
15794
  util["a" /* default */].ajax({
15783
- url: api["rb" /* initUserSet */]
15795
+ url: api["tb" /* initUserSet */]
15784
15796
  }).then(function (res) {
15785
15797
  if (res.rCode === 0) {
15786
15798
  var results = JSON.parse(JSON.stringify(res.results));
@@ -15821,7 +15833,7 @@ var simplicityTop_userinfo_component = Object(componentNormalizer["a" /* default
15821
15833
  var notify = this.checked.join(',');
15822
15834
  util["a" /* default */].ajax({
15823
15835
  method: 'post',
15824
- url: api["Fc" /* updateUserCustomInfo */],
15836
+ url: api["Jc" /* updateUserCustomInfo */],
15825
15837
  data: {
15826
15838
  notify: notify
15827
15839
  }
@@ -15851,7 +15863,7 @@ var simplicityTop_userinfo_component = Object(componentNormalizer["a" /* default
15851
15863
  if (this.user.identityId !== res.id) {
15852
15864
  util["a" /* default */].ajax({
15853
15865
  method: 'post',
15854
- url: api["Vb" /* switchUserTo */],
15866
+ url: api["Zb" /* switchUserTo */],
15855
15867
  data: { userId: res.value }
15856
15868
  }).then(function (res) {
15857
15869
  if (res.rCode == 0) {
@@ -16248,7 +16260,7 @@ var simplicityTop_messagevue_type_script_lang_js_extends = Object.assign || func
16248
16260
  if (this.pageNum <= this.pageCount) {
16249
16261
  this.loading = true;
16250
16262
  util["a" /* default */].ajax({
16251
- url: api["Wb" /* sysMsgPage */],
16263
+ url: api["ac" /* sysMsgPage */],
16252
16264
  params: {
16253
16265
  pageNum: reload ? 1 : this.pageNum,
16254
16266
  pageSize: this.pageSize
@@ -16281,7 +16293,7 @@ var simplicityTop_messagevue_type_script_lang_js_extends = Object.assign || func
16281
16293
  var _this2 = this;
16282
16294
 
16283
16295
  util["a" /* default */].ajax({
16284
- url: api["nb" /* ignoreSysMsg */],
16296
+ url: api["pb" /* ignoreSysMsg */],
16285
16297
  params: {
16286
16298
  id: res.id
16287
16299
  }
@@ -16301,7 +16313,7 @@ var simplicityTop_messagevue_type_script_lang_js_extends = Object.assign || func
16301
16313
  var _this3 = this;
16302
16314
 
16303
16315
  util["a" /* default */].ajax({
16304
- url: api["mb" /* ignoreAllSysMsg */]
16316
+ url: api["ob" /* ignoreAllSysMsg */]
16305
16317
  }).then(function (res) {
16306
16318
  _this3.count = 0;
16307
16319
  _this3.msgs = [];
@@ -16694,7 +16706,7 @@ var simplicityTop_noticevue_type_script_lang_js_extends = Object.assign || funct
16694
16706
  var _this = this;
16695
16707
 
16696
16708
  util["a" /* default */].ajax({
16697
- url: api["nb" /* ignoreSysMsg */],
16709
+ url: api["pb" /* ignoreSysMsg */],
16698
16710
  params: {
16699
16711
  id: res.id
16700
16712
  }
@@ -16713,7 +16725,7 @@ var simplicityTop_noticevue_type_script_lang_js_extends = Object.assign || funct
16713
16725
  var _this2 = this;
16714
16726
 
16715
16727
  util["a" /* default */].ajax({
16716
- url: api["mb" /* ignoreAllSysMsg */]
16728
+ url: api["ob" /* ignoreAllSysMsg */]
16717
16729
  }).then(function (res) {
16718
16730
  _this2.msgs = [];
16719
16731
  _this2.$emit('ignore', { type: 'ignore', value: 'all' });
@@ -17411,7 +17423,7 @@ var simplicityTopvue_type_script_lang_js_systemMode = util["a" /* default */].wi
17411
17423
  //应用列表接口
17412
17424
  appsUrl: {
17413
17425
  type: String,
17414
- default: api["hb" /* getUserAppWithTag */]
17426
+ default: api["jb" /* getUserAppWithTag */]
17415
17427
  },
17416
17428
  //是否启用子应用菜单接口
17417
17429
  application: {
@@ -17483,11 +17495,11 @@ var simplicityTopvue_type_script_lang_js_systemMode = util["a" /* default */].wi
17483
17495
 
17484
17496
  userCommonMenu: {
17485
17497
  type: String,
17486
- default: api["Hb" /* queryUseCommonMenu */]
17498
+ default: api["Jb" /* queryUseCommonMenu */]
17487
17499
  },
17488
17500
  queryChildMenu: {
17489
17501
  type: String,
17490
- default: api["Gb" /* queryChildMenuUrl */]
17502
+ default: api["Ib" /* queryChildMenuUrl */]
17491
17503
  },
17492
17504
  showTipNums: {
17493
17505
  type: Boolean,
@@ -17841,9 +17853,9 @@ var simplicityTopvue_type_script_lang_js_systemMode = util["a" /* default */].wi
17841
17853
  return this.menuUrl;
17842
17854
  }
17843
17855
  if (this.application) {
17844
- return api["L" /* getComplexApplicationsNew */];
17856
+ return api["N" /* getComplexApplicationsNew */];
17845
17857
  }
17846
- return api["K" /* getComplexApplications */];
17858
+ return api["M" /* getComplexApplications */];
17847
17859
  },
17848
17860
 
17849
17861
  //人工智能配置
@@ -17934,14 +17946,14 @@ var simplicityTopvue_type_script_lang_js_systemMode = util["a" /* default */].wi
17934
17946
  this.currentPage = this.setIframeType(this.fourthTabs[0]);
17935
17947
  },
17936
17948
 
17937
- /**
17938
- * queryChildMenu: 查询左侧我的提醒和我的快捷菜单
17949
+ /**
17950
+ * queryChildMenu: 查询左侧我的提醒和我的快捷菜单
17939
17951
  */
17940
17952
  queryChildMenuData: function queryChildMenuData() {
17941
17953
  var _this2 = this;
17942
17954
 
17943
17955
  util["a" /* default */].ajax({
17944
- url: api["Gb" /* queryChildMenuUrl */],
17956
+ url: api["Ib" /* queryChildMenuUrl */],
17945
17957
  method: 'get'
17946
17958
  }).then(function (res) {
17947
17959
  if (res.rCode === 0) {
@@ -18054,14 +18066,14 @@ var simplicityTopvue_type_script_lang_js_systemMode = util["a" /* default */].wi
18054
18066
  }))();
18055
18067
  },
18056
18068
 
18057
- /**
18058
- * getVoteMeetingNum: 查询会议数量
18069
+ /**
18070
+ * getVoteMeetingNum: 查询会议数量
18059
18071
  */
18060
18072
  getVoteMeetingNum: function getVoteMeetingNum() {
18061
18073
  var _this5 = this;
18062
18074
 
18063
18075
  util["a" /* default */].ajax({
18064
- url: api["jb" /* getVoteMeetingNum */],
18076
+ url: api["lb" /* getVoteMeetingNum */],
18065
18077
  params: {
18066
18078
  userId: util["a" /* default */].getStorage('userId'),
18067
18079
  type: 10
@@ -18080,14 +18092,14 @@ var simplicityTopvue_type_script_lang_js_systemMode = util["a" /* default */].wi
18080
18092
  });
18081
18093
  },
18082
18094
 
18083
- /**
18084
- * getShareFilesReceiveCountNew: 查询待接收文件数量
18095
+ /**
18096
+ * getShareFilesReceiveCountNew: 查询待接收文件数量
18085
18097
  */
18086
18098
  getShareFilesReceiveCountNew: function getShareFilesReceiveCountNew() {
18087
18099
  var _this6 = this;
18088
18100
 
18089
18101
  util["a" /* default */].ajax({
18090
- url: api["db" /* getShareFilesReceiveCountNew */],
18102
+ url: api["fb" /* getShareFilesReceiveCountNew */],
18091
18103
  params: {
18092
18104
  userId: util["a" /* default */].getStorage('userId')
18093
18105
  },
@@ -18106,8 +18118,8 @@ var simplicityTopvue_type_script_lang_js_systemMode = util["a" /* default */].wi
18106
18118
  },
18107
18119
 
18108
18120
 
18109
- /**
18110
- * getUserTipsInstanceNum: 查询待签收/据签收任务数量 1是拒签收 0是待签收
18121
+ /**
18122
+ * getUserTipsInstanceNum: 查询待签收/据签收任务数量 1是拒签收 0是待签收
18111
18123
  */
18112
18124
  getUserTipsInstanceNum: function getUserTipsInstanceNum(type) {
18113
18125
  var _this7 = this;
@@ -18117,7 +18129,7 @@ var simplicityTopvue_type_script_lang_js_systemMode = util["a" /* default */].wi
18117
18129
  params = '?subjectCode=signCount&queryOrgType=-1&viewState=0&userId=' + util["a" /* default */].getStorage('userId') + '&queryAccType=-1&queryArcType=0';
18118
18130
  }
18119
18131
  util["a" /* default */].ajax({
18120
- url: api["ib" /* getUserTipsInstanceNum */] + params,
18132
+ url: api["kb" /* getUserTipsInstanceNum */] + params,
18121
18133
  method: 'get'
18122
18134
  }).then(function (res) {
18123
18135
  if (res.rCode === 0) {
@@ -18135,14 +18147,14 @@ var simplicityTopvue_type_script_lang_js_systemMode = util["a" /* default */].wi
18135
18147
  });
18136
18148
  },
18137
18149
 
18138
- /**
18139
- * getIndexCount: 查询待办任务数量
18150
+ /**
18151
+ * getIndexCount: 查询待办任务数量
18140
18152
  */
18141
18153
  getIndexCount: function getIndexCount() {
18142
18154
  var _this8 = this;
18143
18155
 
18144
18156
  util["a" /* default */].ajax({
18145
- url: api["P" /* getIndexCount */],
18157
+ url: api["R" /* getIndexCount */],
18146
18158
  params: {
18147
18159
  userId: util["a" /* default */].getStorage('userId')
18148
18160
  },
@@ -18167,10 +18179,10 @@ var simplicityTopvue_type_script_lang_js_systemMode = util["a" /* default */].wi
18167
18179
  this.$refs.user.handleSelect(res);
18168
18180
  },
18169
18181
 
18170
- /**
18171
- * @desc:匹配路由
18172
- * @author huangbo
18173
- * @date 2024年9月7日
18182
+ /**
18183
+ * @desc:匹配路由
18184
+ * @author huangbo
18185
+ * @date 2024年9月7日
18174
18186
  **/
18175
18187
  hasRouter: function hasRouter(res, url, code) {
18176
18188
  if (!url) {
@@ -18214,10 +18226,10 @@ var simplicityTopvue_type_script_lang_js_systemMode = util["a" /* default */].wi
18214
18226
  return false;
18215
18227
  },
18216
18228
 
18217
- /**
18218
- * @desc:获取初始数据
18219
- * @author huangbo
18220
- * @date 2024年9月7日
18229
+ /**
18230
+ * @desc:获取初始数据
18231
+ * @author huangbo
18232
+ * @date 2024年9月7日
18221
18233
  **/
18222
18234
  init: function init(results) {
18223
18235
  this.setConfig(results);
@@ -18228,10 +18240,10 @@ var simplicityTopvue_type_script_lang_js_systemMode = util["a" /* default */].wi
18228
18240
  // }
18229
18241
  },
18230
18242
 
18231
- /**
18232
- * @desc:设置用户配置及信息
18233
- * @author huangbo
18234
- * @date 2024年9月7日
18243
+ /**
18244
+ * @desc:设置用户配置及信息
18245
+ * @author huangbo
18246
+ * @date 2024年9月7日
18235
18247
  **/
18236
18248
  setConfig: function setConfig(results) {
18237
18249
  localStorage.setItem('mainConfig', JSON.stringify(results));
@@ -18395,8 +18407,8 @@ var simplicityTopvue_type_script_lang_js_systemMode = util["a" /* default */].wi
18395
18407
  }
18396
18408
  },
18397
18409
 
18398
- /**
18399
- * @desc:获取用户自定义菜单
18410
+ /**
18411
+ * @desc:获取用户自定义菜单
18400
18412
  **/
18401
18413
  getUseCommonMenu: function getUseCommonMenu() {
18402
18414
  var _this9 = this;
@@ -18426,10 +18438,10 @@ var simplicityTopvue_type_script_lang_js_systemMode = util["a" /* default */].wi
18426
18438
  });
18427
18439
  },
18428
18440
 
18429
- /**
18430
- * @desc:获取所有应用
18431
- * @author huangbo
18432
- * @date 2024年9月7日
18441
+ /**
18442
+ * @desc:获取所有应用
18443
+ * @author huangbo
18444
+ * @date 2024年9月7日
18433
18445
  **/
18434
18446
  getApplications: function getApplications() {
18435
18447
  var _this10 = this;
@@ -18477,10 +18489,10 @@ var simplicityTopvue_type_script_lang_js_systemMode = util["a" /* default */].wi
18477
18489
  });
18478
18490
  },
18479
18491
 
18480
- /**
18481
- * @desc:获取菜单列表
18482
- * @author huangbo
18483
- * @date 2024年9月7日
18492
+ /**
18493
+ * @desc:获取菜单列表
18494
+ * @author huangbo
18495
+ * @date 2024年9月7日
18484
18496
  **/
18485
18497
  getMenus: function getMenus(loading) {
18486
18498
  var _this11 = this;
@@ -18507,10 +18519,10 @@ var simplicityTopvue_type_script_lang_js_systemMode = util["a" /* default */].wi
18507
18519
  });
18508
18520
  },
18509
18521
 
18510
- /**
18511
- * @desc:处理菜单列表
18512
- * @author huangbo
18513
- * @date 2024年9月7日
18522
+ /**
18523
+ * @desc:处理菜单列表
18524
+ * @author huangbo
18525
+ * @date 2024年9月7日
18514
18526
  **/
18515
18527
  renderMenus: function renderMenus(res) {
18516
18528
  // // console.log(res, 'renderMenus');
@@ -18556,9 +18568,9 @@ var simplicityTopvue_type_script_lang_js_systemMode = util["a" /* default */].wi
18556
18568
  // console.log(this.currentPage, 'currentPage');
18557
18569
  },
18558
18570
 
18559
- /**
18560
- * 更新myRemind中各项的权限状态
18561
- * @param {Array} menus - 完整的菜单列表
18571
+ /**
18572
+ * 更新myRemind中各项的权限状态
18573
+ * @param {Array} menus - 完整的菜单列表
18562
18574
  */
18563
18575
  updateRemindPermission: function updateRemindPermission(menus) {
18564
18576
  // 创建一个Set存储所有菜单的id,方便快速查找
@@ -18586,10 +18598,10 @@ var simplicityTopvue_type_script_lang_js_systemMode = util["a" /* default */].wi
18586
18598
  });
18587
18599
  },
18588
18600
 
18589
- /**
18590
- * @desc:设置页面加载类型
18591
- * @author huangbo
18592
- * @date 2024年9月7日
18601
+ /**
18602
+ * @desc:设置页面加载类型
18603
+ * @author huangbo
18604
+ * @date 2024年9月7日
18593
18605
  **/
18594
18606
  setIframeType: function setIframeType(res) {
18595
18607
  var url = res.url;
@@ -18646,10 +18658,10 @@ var simplicityTopvue_type_script_lang_js_systemMode = util["a" /* default */].wi
18646
18658
  return res;
18647
18659
  },
18648
18660
 
18649
- /**
18650
- * @desc:获取菜单
18651
- * @author huangbo
18652
- * @date 2024年9月7日
18661
+ /**
18662
+ * @desc:获取菜单
18663
+ * @author huangbo
18664
+ * @date 2024年9月7日
18653
18665
  **/
18654
18666
  getMenu: function getMenu(menus, res, key) {
18655
18667
  if (Array.isArray(menus)) {
@@ -18678,10 +18690,10 @@ var simplicityTopvue_type_script_lang_js_systemMode = util["a" /* default */].wi
18678
18690
  return false;
18679
18691
  },
18680
18692
 
18681
- /**
18682
- * @desc:获取菜单第一条数据
18683
- * @author huangbo
18684
- * @date 2024年9月7日
18693
+ /**
18694
+ * @desc:获取菜单第一条数据
18695
+ * @author huangbo
18696
+ * @date 2024年9月7日
18685
18697
  **/
18686
18698
  getFirst: function getFirst(obj) {
18687
18699
  if (!obj) {
@@ -18700,10 +18712,10 @@ var simplicityTopvue_type_script_lang_js_systemMode = util["a" /* default */].wi
18700
18712
  }
18701
18713
  },
18702
18714
 
18703
- /**
18704
- * @desc:遍历设置菜单气泡提醒
18705
- * @author huangbo
18706
- * @date 2024年9月7日
18715
+ /**
18716
+ * @desc:遍历设置菜单气泡提醒
18717
+ * @author huangbo
18718
+ * @date 2024年9月7日
18707
18719
  **/
18708
18720
  setTips: function setTips(obj) {
18709
18721
  var _this12 = this;
@@ -18768,10 +18780,10 @@ var simplicityTopvue_type_script_lang_js_systemMode = util["a" /* default */].wi
18768
18780
  }
18769
18781
  },
18770
18782
 
18771
- /**
18772
- * @desc:获取气泡提醒
18773
- * @author huangbo
18774
- * @date 2024年9月7日
18783
+ /**
18784
+ * @desc:获取气泡提醒
18785
+ * @author huangbo
18786
+ * @date 2024年9月7日
18775
18787
  **/
18776
18788
  getBadge: function getBadge(res) {
18777
18789
  var num = res.tips || 0;
@@ -18785,17 +18797,17 @@ var simplicityTopvue_type_script_lang_js_systemMode = util["a" /* default */].wi
18785
18797
  };
18786
18798
  },
18787
18799
 
18788
- /**
18789
- * @desc:开启weosocket
18790
- * @author huangbo
18791
- * @date 2024年9月7日
18800
+ /**
18801
+ * @desc:开启weosocket
18802
+ * @author huangbo
18803
+ * @date 2024年9月7日
18792
18804
  **/
18793
18805
  initWebSocket: function initWebSocket() {
18794
18806
  var _this14 = this;
18795
18807
 
18796
18808
  this.webSocket = util["a" /* default */].socket({
18797
- url: api["Mc" /* wss */],
18798
- take: api["Cc" /* topic */],
18809
+ url: api["Qc" /* wss */],
18810
+ take: api["Gc" /* topic */],
18799
18811
  success: function success(res) {
18800
18812
  var data = res.data || {};
18801
18813
  for (var i in data) {
@@ -18856,10 +18868,10 @@ var simplicityTopvue_type_script_lang_js_systemMode = util["a" /* default */].wi
18856
18868
  });
18857
18869
  },
18858
18870
 
18859
- /**
18860
- * @desc:显示用户信息
18861
- * @author huangbo
18862
- * @date 2024年9月7日
18871
+ /**
18872
+ * @desc:显示用户信息
18873
+ * @author huangbo
18874
+ * @date 2024年9月7日
18863
18875
  **/
18864
18876
  showUserInfo: function showUserInfo() {
18865
18877
  if (this.showUser === false) {
@@ -18867,19 +18879,19 @@ var simplicityTopvue_type_script_lang_js_systemMode = util["a" /* default */].wi
18867
18879
  }
18868
18880
  },
18869
18881
 
18870
- /**
18871
- * @desc:删除更多应用菜单点击
18872
- * @author huangbo
18873
- * @date 2024年9月7日
18882
+ /**
18883
+ * @desc:删除更多应用菜单点击
18884
+ * @author huangbo
18885
+ * @date 2024年9月7日
18874
18886
  **/
18875
18887
  handleDelete: function handleDelete(index) {
18876
18888
  this.newApps.splice(index, 1);
18877
18889
  },
18878
18890
 
18879
- /**
18880
- * @desc:显示Drawer界面
18881
- * @author huangbo
18882
- * @date 2024年9月7日
18891
+ /**
18892
+ * @desc:显示Drawer界面
18893
+ * @author huangbo
18894
+ * @date 2024年9月7日
18883
18895
  **/
18884
18896
  handlerSetDrawer: function handlerSetDrawer(res, type) {
18885
18897
  var direction = arguments.length > 2 && arguments[2] !== undefined ? arguments[2] : 'ltr';
@@ -18899,28 +18911,28 @@ var simplicityTopvue_type_script_lang_js_systemMode = util["a" /* default */].wi
18899
18911
  }
18900
18912
  },
18901
18913
 
18902
- /**
18903
- * @desc:关闭Drawer界面
18904
- * @author huangbo
18905
- * @date 2024年9月7日
18914
+ /**
18915
+ * @desc:关闭Drawer界面
18916
+ * @author huangbo
18917
+ * @date 2024年9月7日
18906
18918
  **/
18907
18919
  handleCloseDrawer: function handleCloseDrawer() {
18908
18920
  this.drawer = { visible: false };
18909
18921
  },
18910
18922
 
18911
- /**
18912
- * @desc:用户详情请求成功
18913
- * @author huangbo
18914
- * @date 2024年9月7日
18923
+ /**
18924
+ * @desc:用户详情请求成功
18925
+ * @author huangbo
18926
+ * @date 2024年9月7日
18915
18927
  **/
18916
18928
  handleSuccess: function handleSuccess(res) {
18917
18929
  this.simpleUserInfo = res.simpleUserInfo;
18918
18930
  },
18919
18931
 
18920
- /**
18921
- * @desc:修改用户配置
18922
- * @author huangbo
18923
- * @date 2024年9月7日
18932
+ /**
18933
+ * @desc:修改用户配置
18934
+ * @author huangbo
18935
+ * @date 2024年9月7日
18924
18936
  **/
18925
18937
  handleChangeConfig: function handleChangeConfig(name, res) {
18926
18938
  if (name == 'userHeadUrl') {
@@ -18936,10 +18948,10 @@ var simplicityTopvue_type_script_lang_js_systemMode = util["a" /* default */].wi
18936
18948
  }
18937
18949
  },
18938
18950
 
18939
- /**
18940
- * @desc:关闭webSocket
18941
- * @author huangbo
18942
- * @date 2024年9月7日
18951
+ /**
18952
+ * @desc:关闭webSocket
18953
+ * @author huangbo
18954
+ * @date 2024年9月7日
18943
18955
  **/
18944
18956
  handlerClose: function handlerClose() {
18945
18957
  if (this.webSocket) {
@@ -18950,10 +18962,10 @@ var simplicityTopvue_type_script_lang_js_systemMode = util["a" /* default */].wi
18950
18962
  this.handleRefresh(1);
18951
18963
  },
18952
18964
 
18953
- /**
18954
- * @desc:刷新选中iframe页签
18955
- * @author huangbo
18956
- * @date 2024年9月7日
18965
+ /**
18966
+ * @desc:刷新选中iframe页签
18967
+ * @author huangbo
18968
+ * @date 2024年9月7日
18957
18969
  **/
18958
18970
  handleRefresh: function handleRefresh(arg) {
18959
18971
  if (arg !== 1) {
@@ -18999,10 +19011,10 @@ var simplicityTopvue_type_script_lang_js_systemMode = util["a" /* default */].wi
18999
19011
  }
19000
19012
  },
19001
19013
 
19002
- /**
19003
- * @desc:删除iframe
19004
- * @author huangbo
19005
- * @date 2024年9月7日
19014
+ /**
19015
+ * @desc:删除iframe
19016
+ * @author huangbo
19017
+ * @date 2024年9月7日
19006
19018
  **/
19007
19019
  handleRemove: function handleRemove(name) {
19008
19020
  var len = this.tabs.length - 1;
@@ -19019,10 +19031,10 @@ var simplicityTopvue_type_script_lang_js_systemMode = util["a" /* default */].wi
19019
19031
  }
19020
19032
  },
19021
19033
 
19022
- /**
19023
- * @desc:tabs鼠标右键事件
19024
- * @author huangbo
19025
- * @date 2024年9月7日
19034
+ /**
19035
+ * @desc:tabs鼠标右键事件
19036
+ * @author huangbo
19037
+ * @date 2024年9月7日
19026
19038
  **/
19027
19039
  handleContextmenu: function handleContextmenu(tabs, e) {
19028
19040
  var disabled = {};
@@ -19047,10 +19059,10 @@ var simplicityTopvue_type_script_lang_js_systemMode = util["a" /* default */].wi
19047
19059
  window.addEventListener('click', this.closeTabsEvents);
19048
19060
  },
19049
19061
 
19050
- /**
19051
- * @desc:tabs页签事件
19052
- * @author huangbo
19053
- * @date 2024年9月7日
19062
+ /**
19063
+ * @desc:tabs页签事件
19064
+ * @author huangbo
19065
+ * @date 2024年9月7日
19054
19066
  **/
19055
19067
  handleTabsEvents: function handleTabsEvents(num) {
19056
19068
  if (this.pane !== null) {
@@ -19061,10 +19073,10 @@ var simplicityTopvue_type_script_lang_js_systemMode = util["a" /* default */].wi
19061
19073
  },
19062
19074
 
19063
19075
 
19064
- /**
19065
- * @desc:关闭页签事件面板
19066
- * @author huangbo
19067
- * @date 2024年9月7日
19076
+ /**
19077
+ * @desc:关闭页签事件面板
19078
+ * @author huangbo
19079
+ * @date 2024年9月7日
19068
19080
  **/
19069
19081
  closeTabsEvents: function closeTabsEvents(e) {
19070
19082
  if (e.target.parentNode != this.$refs.tabsHandler.$el && e.target.parentNode.parentNode != this.$refs.tabsHandler.$el) {
@@ -19074,10 +19086,10 @@ var simplicityTopvue_type_script_lang_js_systemMode = util["a" /* default */].wi
19074
19086
  },
19075
19087
 
19076
19088
 
19077
- /**
19078
- * @desc:tabs页签点击事件
19079
- * @author huangbo
19080
- * @date 2024年9月7日
19089
+ /**
19090
+ * @desc:tabs页签点击事件
19091
+ * @author huangbo
19092
+ * @date 2024年9月7日
19081
19093
  **/
19082
19094
  handleTabClick: function handleTabClick() {
19083
19095
  this.active = '';
@@ -19085,10 +19097,10 @@ var simplicityTopvue_type_script_lang_js_systemMode = util["a" /* default */].wi
19085
19097
  this.showMenu = false;
19086
19098
  },
19087
19099
 
19088
- /**
19089
- * @desc:handler工具栏点击事件
19090
- * @author huangbo
19091
- * @date 2024年9月7日
19100
+ /**
19101
+ * @desc:handler工具栏点击事件
19102
+ * @author huangbo
19103
+ * @date 2024年9月7日
19092
19104
  **/
19093
19105
  handleClick: function handleClick(res) {
19094
19106
  var type = res.type,
@@ -19174,10 +19186,10 @@ var simplicityTopvue_type_script_lang_js_systemMode = util["a" /* default */].wi
19174
19186
  this.$emit('handler-click', res);
19175
19187
  },
19176
19188
 
19177
- /**
19178
- * @desc:退出登录
19179
- * @author huangbo
19180
- * @date 2024年9月7日
19189
+ /**
19190
+ * @desc:退出登录
19191
+ * @author huangbo
19192
+ * @date 2024年9月7日
19181
19193
  **/
19182
19194
  handleQuit: function handleQuit() {
19183
19195
  var _this15 = this;
@@ -19204,7 +19216,7 @@ var simplicityTopvue_type_script_lang_js_systemMode = util["a" /* default */].wi
19204
19216
  document.body.appendChild(iframe);
19205
19217
  }
19206
19218
  }
19207
- util["a" /* default */].ajax({ method: 'post', url: api["wb" /* logout */] }).then(function (res) {
19219
+ util["a" /* default */].ajax({ method: 'post', url: api["yb" /* logout */] }).then(function (res) {
19208
19220
  if (res.rCode == 0) {
19209
19221
  util["a" /* default */].removeStorage(['Authorization', 'token', 'ssId', 'userId', 'userName', 'auth', 'deviceUnique', 'menus', 'useCaseCodes', 'mainConfig', 'jump']);
19210
19222
  if (_this15.onQuit && typeof _this15.onQuit === 'function') {
@@ -19252,10 +19264,10 @@ var simplicityTopvue_type_script_lang_js_systemMode = util["a" /* default */].wi
19252
19264
  }).catch(function (e) {});
19253
19265
  },
19254
19266
 
19255
- /**
19256
- * @desc:主题、消息回调
19257
- * @author huangbo
19258
- * @date 2024年9月7日
19267
+ /**
19268
+ * @desc:主题、消息回调
19269
+ * @author huangbo
19270
+ * @date 2024年9月7日
19259
19271
  **/
19260
19272
  handleChange: function handleChange(res) {
19261
19273
  var type = res.type,
@@ -19271,10 +19283,10 @@ var simplicityTopvue_type_script_lang_js_systemMode = util["a" /* default */].wi
19271
19283
  }
19272
19284
  },
19273
19285
 
19274
- /**
19275
- * @desc:菜单布局样式切换
19276
- * @author huangbo
19277
- * @date 2024年9月7日
19286
+ /**
19287
+ * @desc:菜单布局样式切换
19288
+ * @author huangbo
19289
+ * @date 2024年9月7日
19278
19290
  **/
19279
19291
  handleLayout: function handleLayout(res, active) {
19280
19292
  if (active) {
@@ -19284,10 +19296,10 @@ var simplicityTopvue_type_script_lang_js_systemMode = util["a" /* default */].wi
19284
19296
  this.$emit('chang-layout', res, active);
19285
19297
  },
19286
19298
 
19287
- /**
19288
- * @desc:消息修改总数
19289
- * @author huangbo
19290
- * @date 2024年9月7日
19299
+ /**
19300
+ * @desc:消息修改总数
19301
+ * @author huangbo
19302
+ * @date 2024年9月7日
19291
19303
  **/
19292
19304
  handleMenuTips: function handleMenuTips(id, num) {
19293
19305
  if (num) {
@@ -19298,10 +19310,10 @@ var simplicityTopvue_type_script_lang_js_systemMode = util["a" /* default */].wi
19298
19310
  }
19299
19311
  },
19300
19312
 
19301
- /**
19302
- * @desc:处理即时消息
19303
- * @author huangbo
19304
- * @date 2024年9月7日
19313
+ /**
19314
+ * @desc:处理即时消息
19315
+ * @author huangbo
19316
+ * @date 2024年9月7日
19305
19317
  **/
19306
19318
  handleOpened: function handleOpened(res) {
19307
19319
  var _this16 = this;
@@ -19317,14 +19329,14 @@ var simplicityTopvue_type_script_lang_js_systemMode = util["a" /* default */].wi
19317
19329
  }
19318
19330
  },
19319
19331
 
19320
- /**
19321
- * @desc:菜单点击事件
19322
- * @author huangbo
19323
- * @date 2024年9月7日
19324
- * @param {*} res 菜单点击事件参数
19325
- * @param {*} method 菜单点击事件方法
19326
- * 1.顶部菜单点击跳转已经实现
19327
- * 2.其他地方点击跳转,需要选中跳转的一二级菜单
19332
+ /**
19333
+ * @desc:菜单点击事件
19334
+ * @author huangbo
19335
+ * @date 2024年9月7日
19336
+ * @param {*} res 菜单点击事件参数
19337
+ * @param {*} method 菜单点击事件方法
19338
+ * 1.顶部菜单点击跳转已经实现
19339
+ * 2.其他地方点击跳转,需要选中跳转的一二级菜单
19328
19340
  **/
19329
19341
  handleSelect: function handleSelect(res) {
19330
19342
  var params = arguments.length > 1 && arguments[1] !== undefined ? arguments[1] : {};
@@ -20328,7 +20340,7 @@ var default_userinfovue_type_script_lang_js_extends = Object.assign || function
20328
20340
  var _this2 = this;
20329
20341
 
20330
20342
  util["a" /* default */].ajax({
20331
- url: api["rb" /* initUserSet */]
20343
+ url: api["tb" /* initUserSet */]
20332
20344
  }).then(function (res) {
20333
20345
  if (res.rCode === 0) {
20334
20346
  var results = JSON.parse(JSON.stringify(res.results));
@@ -20368,7 +20380,7 @@ var default_userinfovue_type_script_lang_js_extends = Object.assign || function
20368
20380
  if (res.url) {
20369
20381
  url = res.url;
20370
20382
  } else {
20371
- url = api["v" /* downloadByAdjunctId */] + '?adjunctId=' + res.adjunctId;
20383
+ url = api["x" /* downloadByAdjunctId */] + '?adjunctId=' + res.adjunctId;
20372
20384
  }
20373
20385
  this.$emit('change', 'userHeadUrl', url);
20374
20386
  },
@@ -20377,7 +20389,7 @@ var default_userinfovue_type_script_lang_js_extends = Object.assign || function
20377
20389
 
20378
20390
  switch (type) {
20379
20391
  case 'job':
20380
- util["a" /* default */].ajax({ url: api["Vb" /* switchUserTo */], params: { userId: value.value } }).then(function (res) {
20392
+ util["a" /* default */].ajax({ url: api["Zb" /* switchUserTo */], params: { userId: value.value } }).then(function (res) {
20381
20393
  if (res.rCode == 0) {
20382
20394
  util["a" /* default */].setStorage({
20383
20395
  type: _this3.storage,
@@ -20417,7 +20429,7 @@ var default_userinfovue_type_script_lang_js_extends = Object.assign || function
20417
20429
  var initLogin = util["a" /* default */].getStorage('initLogin');
20418
20430
  initLogin && (initLogin = JSON.parse(initLogin));
20419
20431
  util["a" /* default */].ajax({
20420
- url: api["Gc" /* updateUserInfo */],
20432
+ url: api["Kc" /* updateUserInfo */],
20421
20433
  params: {
20422
20434
  email: this.values.email,
20423
20435
  officeTel: this.values.officeTel,
@@ -20475,7 +20487,7 @@ var default_userinfovue_type_script_lang_js_extends = Object.assign || function
20475
20487
  var notify = _this4.values.notify.sort().join(',');
20476
20488
  if (notify != _this4.notify.split(',').sort().join(',')) {
20477
20489
  util["a" /* default */].ajax({
20478
- url: api["Fc" /* updateUserCustomInfo */],
20490
+ url: api["Jc" /* updateUserCustomInfo */],
20479
20491
  params: {
20480
20492
  notify: notify
20481
20493
  }
@@ -20830,7 +20842,7 @@ messagevue_type_template_id_016a2883_render._withStripped = true
20830
20842
  if (this.pageNum <= this.pageCount) {
20831
20843
  this.loading = true;
20832
20844
  util["a" /* default */].ajax({
20833
- url: api["Wb" /* sysMsgPage */],
20845
+ url: api["ac" /* sysMsgPage */],
20834
20846
  params: {
20835
20847
  pageNum: reload ? 1 : this.pageNum,
20836
20848
  pageSize: this.pageSize
@@ -20863,7 +20875,7 @@ messagevue_type_template_id_016a2883_render._withStripped = true
20863
20875
  var _this2 = this;
20864
20876
 
20865
20877
  util["a" /* default */].ajax({
20866
- url: api["nb" /* ignoreSysMsg */],
20878
+ url: api["pb" /* ignoreSysMsg */],
20867
20879
  params: {
20868
20880
  id: res.id
20869
20881
  }
@@ -20883,7 +20895,7 @@ messagevue_type_template_id_016a2883_render._withStripped = true
20883
20895
  var _this3 = this;
20884
20896
 
20885
20897
  util["a" /* default */].ajax({
20886
- url: api["mb" /* ignoreAllSysMsg */]
20898
+ url: api["ob" /* ignoreAllSysMsg */]
20887
20899
  }).then(function (res) {
20888
20900
  _this3.count = 0;
20889
20901
  _this3.msgs = [];
@@ -21218,7 +21230,7 @@ noticevue_type_template_id_6c63684e_render._withStripped = true
21218
21230
  var _this = this;
21219
21231
 
21220
21232
  util["a" /* default */].ajax({
21221
- url: api["mb" /* ignoreAllSysMsg */]
21233
+ url: api["ob" /* ignoreAllSysMsg */]
21222
21234
  }).then(function (res) {
21223
21235
  _this.count = 0;
21224
21236
  _this.msgs = [];
@@ -21724,7 +21736,7 @@ var log = util["a" /* default */].getParams('console');
21724
21736
  //获取用户信息的接口
21725
21737
  mainConfig: {
21726
21738
  type: String,
21727
- default: api["xb" /* mainConfig */]
21739
+ default: api["zb" /* mainConfig */]
21728
21740
  },
21729
21741
  iframeId: {
21730
21742
  type: String,
@@ -21833,9 +21845,9 @@ var log = util["a" /* default */].getParams('console');
21833
21845
  return this.menuUrl;
21834
21846
  }
21835
21847
  if (this.application) {
21836
- return api["L" /* getComplexApplicationsNew */];
21848
+ return api["N" /* getComplexApplicationsNew */];
21837
21849
  }
21838
- return api["K" /* getComplexApplications */];
21850
+ return api["M" /* getComplexApplications */];
21839
21851
  },
21840
21852
 
21841
21853
  //是否双列右侧菜单
@@ -22149,7 +22161,7 @@ var log = util["a" /* default */].getParams('console');
22149
22161
  return;
22150
22162
  }
22151
22163
  util["a" /* default */].ajax({
22152
- url: api["Fc" /* updateUserCustomInfo */],
22164
+ url: api["Jc" /* updateUserCustomInfo */],
22153
22165
  params: { color: escape(color.toLowerCase()) },
22154
22166
  data: { color: escape(color.toLowerCase()) }
22155
22167
  }).then(function (res) {
@@ -23363,8 +23375,8 @@ var log = util["a" /* default */].getParams('console');
23363
23375
  var _this11 = this;
23364
23376
 
23365
23377
  this.webSocket = util["a" /* default */].socket({
23366
- url: api["Mc" /* wss */],
23367
- take: api["Cc" /* topic */],
23378
+ url: api["Qc" /* wss */],
23379
+ take: api["Gc" /* topic */],
23368
23380
  success: function success(res) {
23369
23381
  var data = res.data || {};
23370
23382
  for (var i in data) {