eoss-ui 0.6.66 → 0.6.67

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 (261) hide show
  1. package/lib/button-group.js +108 -106
  2. package/lib/button.js +108 -106
  3. package/lib/calogin.js +312 -310
  4. package/lib/checkbox-group.js +110 -108
  5. package/lib/config/api.js +1 -0
  6. package/lib/data-table-form.js +110 -108
  7. package/lib/data-table.js +113 -111
  8. package/lib/date-picker.js +108 -106
  9. package/lib/dialog.js +108 -106
  10. package/lib/eoss-ui.common.js +1067 -1042
  11. package/lib/flow-group.js +108 -106
  12. package/lib/flow-list.js +208 -199
  13. package/lib/flow.js +510 -492
  14. package/lib/form.js +110 -108
  15. package/lib/handle-user.js +109 -107
  16. package/lib/handler.js +109 -107
  17. package/lib/icon.js +109 -107
  18. package/lib/index.js +1 -1
  19. package/lib/input-number.js +108 -106
  20. package/lib/input.js +108 -106
  21. package/lib/login.js +114 -112
  22. package/lib/main.js +273 -271
  23. package/lib/nav.js +108 -106
  24. package/lib/notify.js +111 -109
  25. package/lib/page.js +108 -106
  26. package/lib/pagination.js +108 -106
  27. package/lib/player.js +108 -106
  28. package/lib/qr-code.js +121 -119
  29. package/lib/radio-group.js +110 -108
  30. package/lib/retrial-auth.js +111 -109
  31. package/lib/select-ganged.js +110 -108
  32. package/lib/select.js +110 -108
  33. package/lib/selector-panel.js +126 -124
  34. package/lib/selector.js +109 -107
  35. package/lib/sizer.js +110 -108
  36. package/lib/steps.js +108 -106
  37. package/lib/switch.js +108 -106
  38. package/lib/table-form.js +108 -106
  39. package/lib/tabs.js +108 -106
  40. package/lib/tips.js +109 -107
  41. package/lib/tree-group.js +108 -106
  42. package/lib/tree.js +109 -107
  43. package/lib/upload.js +118 -116
  44. package/lib/wujie.js +108 -106
  45. package/lib/wxlogin.js +108 -106
  46. package/package.json +160 -160
  47. package/packages/button/index.js +5 -5
  48. package/packages/button/src/main.vue +418 -418
  49. package/packages/button-group/index.js +5 -5
  50. package/packages/button-group/src/main.vue +298 -298
  51. package/packages/calendar/index.js +5 -5
  52. package/packages/calogin/index.js +5 -5
  53. package/packages/calogin/src/main.vue +131 -131
  54. package/packages/calogin/src/plugin.js +748 -748
  55. package/packages/card/index.js +5 -5
  56. package/packages/card/src/main.vue +156 -156
  57. package/packages/cascader/index.js +5 -5
  58. package/packages/cascader/src/main.vue +168 -168
  59. package/packages/checkbox-group/index.js +5 -5
  60. package/packages/checkbox-group/src/main.vue +333 -333
  61. package/packages/clients/index.js +5 -5
  62. package/packages/clients/src/main.vue +151 -151
  63. package/packages/data-table/index.js +5 -5
  64. package/packages/data-table/src/children.vue +39 -39
  65. package/packages/data-table/src/column.vue +989 -989
  66. package/packages/data-table/src/main.vue +1822 -1822
  67. package/packages/data-table/src/sizer.vue +195 -195
  68. package/packages/data-table-form/index.js +5 -5
  69. package/packages/data-table-form/src/checkbox.vue +101 -101
  70. package/packages/data-table-form/src/colgroup.vue +17 -17
  71. package/packages/data-table-form/src/main.vue +181 -181
  72. package/packages/data-table-form/src/radio.vue +65 -65
  73. package/packages/data-table-form/src/table.vue +233 -233
  74. package/packages/data-table-form/src/tbody.vue +336 -336
  75. package/packages/data-table-form/src/thead.vue +68 -68
  76. package/packages/date-picker/index.js +5 -5
  77. package/packages/date-picker/src/main.vue +236 -236
  78. package/packages/dialog/index.js +5 -5
  79. package/packages/enable-drag/index.js +5 -5
  80. package/packages/enterprise/index.js +5 -5
  81. package/packages/enterprise/src/main.vue +66 -66
  82. package/packages/error-page/index.js +5 -5
  83. package/packages/error-page/src/main.vue +44 -44
  84. package/packages/flow/index.js +5 -5
  85. package/packages/flow/src/component/Circulate.vue +351 -346
  86. package/packages/flow/src/component/CommonOpinions.vue +346 -346
  87. package/packages/flow/src/component/CustomPreset.vue +322 -322
  88. package/packages/flow/src/component/FileList.vue +99 -99
  89. package/packages/flow/src/component/Preset.vue +255 -255
  90. package/packages/flow/src/component/SendMsg.vue +241 -241
  91. package/packages/flow/src/component/TimeLimit.vue +190 -190
  92. package/packages/flow/src/component/taskUnionExamine.vue +619 -619
  93. package/packages/flow/src/form.vue +121 -121
  94. package/packages/flow/src/freeStartFlow.vue +2843 -2843
  95. package/packages/flow/src/main.vue +3367 -3361
  96. package/packages/flow/src/processForm.vue +1091 -1091
  97. package/packages/flow/src/processReject.vue +294 -294
  98. package/packages/flow/src/reset.vue +905 -900
  99. package/packages/flow/src/selectUser.vue +1 -1
  100. package/packages/flow/src/startTaskRead.vue +659 -659
  101. package/packages/flow/src/supervise.vue +149 -149
  102. package/packages/flow/src/table.vue +58 -58
  103. package/packages/flow-group/index.js +5 -5
  104. package/packages/flow-group/src/main.vue +688 -688
  105. package/packages/flow-list/index.js +5 -5
  106. package/packages/flow-list/src/main.vue +1757 -1750
  107. package/packages/form/index.js +5 -5
  108. package/packages/form/src/main.vue +3581 -3581
  109. package/packages/form/src/table.vue +1426 -1426
  110. package/packages/handle-user/index.js +5 -5
  111. package/packages/handle-user/src/main.vue +138 -138
  112. package/packages/handler/index.js +5 -5
  113. package/packages/handler/src/main.vue +493 -493
  114. package/packages/icon/index.js +5 -5
  115. package/packages/icon/src/main.vue +101 -101
  116. package/packages/icons/index.js +5 -5
  117. package/packages/icons/src/main.vue +81 -81
  118. package/packages/input/index.js +5 -5
  119. package/packages/input/src/main.vue +356 -356
  120. package/packages/input-number/index.js +5 -5
  121. package/packages/input-number/src/main.vue +106 -106
  122. package/packages/label/index.js +5 -5
  123. package/packages/label/src/main.vue +457 -457
  124. package/packages/layout/index.js +5 -5
  125. package/packages/layout/src/item.vue +152 -152
  126. package/packages/layout/src/main.vue +31 -31
  127. package/packages/login/index.js +5 -5
  128. package/packages/login/src/main.vue +1988 -1988
  129. package/packages/login/src/resetPassword.vue +562 -562
  130. package/packages/main/index.js +5 -5
  131. package/packages/main/src/default/message.vue +249 -249
  132. package/packages/main/src/default/notice.vue +157 -157
  133. package/packages/main/src/default/userinfo.vue +503 -503
  134. package/packages/main/src/public/online.vue +89 -89
  135. package/packages/main/src/public/search.vue +462 -462
  136. package/packages/main/src/public/settings.vue +221 -221
  137. package/packages/main/src/simplicity/apps.vue +388 -388
  138. package/packages/main/src/simplicity/avatar.vue +83 -83
  139. package/packages/main/src/simplicity/handler.vue +259 -259
  140. package/packages/main/src/simplicity/index.vue +2089 -2089
  141. package/packages/main/src/simplicity/lists.vue +84 -84
  142. package/packages/main/src/simplicity/menu-list.vue +135 -135
  143. package/packages/main/src/simplicity/message.vue +259 -259
  144. package/packages/main/src/simplicity/notice.vue +190 -190
  145. package/packages/main/src/simplicity/router-page.vue +45 -45
  146. package/packages/main/src/simplicity/sub-menu.vue +264 -264
  147. package/packages/main/src/simplicity/user.vue +257 -257
  148. package/packages/main/src/simplicity/userinfo.vue +312 -312
  149. package/packages/menu/index.js +5 -5
  150. package/packages/menu/src/main.vue +584 -584
  151. package/packages/nav/index.js +5 -5
  152. package/packages/nav/src/main.vue +351 -351
  153. package/packages/notify/index.js +5 -5
  154. package/packages/notify/src/main.vue +538 -538
  155. package/packages/page/index.js +5 -5
  156. package/packages/page/src/main.vue +167 -167
  157. package/packages/pagination/index.js +5 -5
  158. package/packages/pagination/src/main.vue +96 -96
  159. package/packages/player/index.js +5 -5
  160. package/packages/player/src/main.vue +194 -194
  161. package/packages/qr-code/index.js +5 -5
  162. package/packages/qr-code/src/main.vue +170 -170
  163. package/packages/radio-group/index.js +6 -6
  164. package/packages/radio-group/src/main.vue +319 -319
  165. package/packages/retrial-auth/index.js +5 -5
  166. package/packages/retrial-auth/src/main.vue +280 -280
  167. package/packages/select/index.js +5 -5
  168. package/packages/select/src/main.vue +778 -778
  169. package/packages/select-ganged/index.js +5 -5
  170. package/packages/select-ganged/src/main.vue +724 -724
  171. package/packages/selector/index.js +5 -5
  172. package/packages/selector/src/main.vue +687 -687
  173. package/packages/selector-panel/index.js +5 -5
  174. package/packages/selector-panel/src/main.vue +1027 -1027
  175. package/packages/selector-panel/src/selection.vue +177 -177
  176. package/packages/selector-panel/src/tree.vue +129 -129
  177. package/packages/sizer/index.js +5 -5
  178. package/packages/sizer/src/main.vue +254 -254
  179. package/packages/steps/index.js +5 -5
  180. package/packages/steps/src/main.vue +181 -181
  181. package/packages/switch/index.js +5 -5
  182. package/packages/switch/src/main.vue +154 -154
  183. package/packages/table-form/index.js +5 -5
  184. package/packages/tabs/index.js +5 -5
  185. package/packages/tabs/src/main.vue +788 -788
  186. package/packages/tabs-panel/index.js +5 -5
  187. package/packages/tabs-panel/src/main.vue +29 -29
  188. package/packages/theme-chalk/src/base.scss +261 -261
  189. package/packages/theme-chalk/src/button-group.scss +176 -176
  190. package/packages/theme-chalk/src/button.scss +24 -24
  191. package/packages/theme-chalk/src/calendar.scss +113 -113
  192. package/packages/theme-chalk/src/card.scss +99 -99
  193. package/packages/theme-chalk/src/checkbox-group.scss +8 -8
  194. package/packages/theme-chalk/src/clients.scss +87 -87
  195. package/packages/theme-chalk/src/data-table-form.scss +67 -67
  196. package/packages/theme-chalk/src/data-table.scss +293 -293
  197. package/packages/theme-chalk/src/date-picker.scss +7 -7
  198. package/packages/theme-chalk/src/dialog.scss +77 -77
  199. package/packages/theme-chalk/src/enable-drag.scss +181 -181
  200. package/packages/theme-chalk/src/enterprise.scss +5 -5
  201. package/packages/theme-chalk/src/error-page.scss +18 -18
  202. package/packages/theme-chalk/src/flow-group.scss +110 -110
  203. package/packages/theme-chalk/src/flow-list.scss +39 -39
  204. package/packages/theme-chalk/src/flow.scss +343 -343
  205. package/packages/theme-chalk/src/form.scss +496 -496
  206. package/packages/theme-chalk/src/handle-user.scss +40 -40
  207. package/packages/theme-chalk/src/handler.scss +143 -143
  208. package/packages/theme-chalk/src/icon.scss +1792 -1792
  209. package/packages/theme-chalk/src/icons.scss +99 -99
  210. package/packages/theme-chalk/src/input.scss +9 -9
  211. package/packages/theme-chalk/src/label.scss +24 -24
  212. package/packages/theme-chalk/src/layout.scss +46 -46
  213. package/packages/theme-chalk/src/login.scss +981 -981
  214. package/packages/theme-chalk/src/main.scss +663 -663
  215. package/packages/theme-chalk/src/menu.scss +222 -222
  216. package/packages/theme-chalk/src/mixins/color.scss +117 -117
  217. package/packages/theme-chalk/src/nav.scss +111 -111
  218. package/packages/theme-chalk/src/page.scss +3 -3
  219. package/packages/theme-chalk/src/pagination.scss +29 -29
  220. package/packages/theme-chalk/src/player.scss +9 -9
  221. package/packages/theme-chalk/src/qr-code.scss +17 -17
  222. package/packages/theme-chalk/src/radio-group.scss +9 -9
  223. package/packages/theme-chalk/src/retrial-auth.scss +38 -38
  224. package/packages/theme-chalk/src/select-ganged.scss +8 -8
  225. package/packages/theme-chalk/src/select.scss +8 -8
  226. package/packages/theme-chalk/src/selector-panel.scss +204 -204
  227. package/packages/theme-chalk/src/selector.scss +91 -91
  228. package/packages/theme-chalk/src/simplicity.scss +1355 -1355
  229. package/packages/theme-chalk/src/sizer.scss +36 -36
  230. package/packages/theme-chalk/src/steps.scss +88 -88
  231. package/packages/theme-chalk/src/switch.scss +3 -3
  232. package/packages/theme-chalk/src/table-form.scss +1 -1
  233. package/packages/theme-chalk/src/tabs.scss +87 -87
  234. package/packages/theme-chalk/src/tips.scss +7 -7
  235. package/packages/theme-chalk/src/toolbar.scss +179 -179
  236. package/packages/theme-chalk/src/tree-group.scss +72 -72
  237. package/packages/theme-chalk/src/tree.scss +165 -165
  238. package/packages/theme-chalk/src/upload.scss +168 -168
  239. package/packages/theme-chalk/src/wxlogin.scss +3 -3
  240. package/packages/tips/index.js +5 -5
  241. package/packages/tips/src/main.vue +141 -141
  242. package/packages/toolbar/index.js +5 -5
  243. package/packages/toolbar/src/main.vue +430 -430
  244. package/packages/tree/index.js +5 -5
  245. package/packages/tree-group/index.js +5 -5
  246. package/packages/upload/index.js +5 -5
  247. package/packages/upload/src/main.vue +1347 -1347
  248. package/packages/upload/src/picture.js +15 -15
  249. package/packages/wujie/index.js +5 -5
  250. package/packages/wujie/src/main.vue +145 -145
  251. package/packages/wxlogin/index.js +5 -5
  252. package/packages/wxlogin/src/main.vue +128 -128
  253. package/src/config/api.js +291 -290
  254. package/src/config/image.js +2 -2
  255. package/src/index.js +1 -1
  256. package/src/utils/bus.js +3 -3
  257. package/src/utils/date-util.js +312 -312
  258. package/src/utils/http.js +50 -50
  259. package/src/utils/rules.js +18 -18
  260. package/src/utils/store.js +21 -21
  261. package/src/utils/webSocket.js +107 -107
@@ -1604,7 +1604,7 @@ var getLightness = function getLightness($v, $i, $isLight) {
1604
1604
  * @param {function} callback - 回调函数
1605
1605
  **/
1606
1606
  var getMainConfig = function getMainConfig(callback) {
1607
- ajax({ url: _config_api__WEBPACK_IMPORTED_MODULE_1__[/* mainConfig */ "nb"] }).then(function (res) {
1607
+ ajax({ url: _config_api__WEBPACK_IMPORTED_MODULE_1__[/* mainConfig */ "ob"] }).then(function (res) {
1608
1608
  if (res && res.rCode === 0) {
1609
1609
  callback(res.results);
1610
1610
  }
@@ -2361,7 +2361,7 @@ var isLogined = function () {
2361
2361
  break;
2362
2362
  }
2363
2363
 
2364
- ajax({ method: 'post', url: _config_api__WEBPACK_IMPORTED_MODULE_1__[/* logout */ "mb"] }).then(function (res) {
2364
+ ajax({ method: 'post', url: _config_api__WEBPACK_IMPORTED_MODULE_1__[/* logout */ "nb"] }).then(function (res) {
2365
2365
  if (res.rCode === 0) {
2366
2366
  removeStorage();
2367
2367
  }
@@ -3517,148 +3517,149 @@ var watermark = function watermark(option) {
3517
3517
  /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "p", function() { return doCaLogin; });
3518
3518
  /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "t", function() { return doUserLogin; });
3519
3519
  /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "r", function() { return doQrLogin; });
3520
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "mb", function() { return logout; });
3521
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "fb", function() { return initLogin; });
3522
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Hb", function() { return switchUserTo; });
3520
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "nb", function() { return logout; });
3521
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "gb", function() { return initLogin; });
3522
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Ib", function() { return switchUserTo; });
3523
3523
  /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "c", function() { return changeImg; });
3524
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "M", function() { return getLoginCode; });
3524
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "N", function() { return getLoginCode; });
3525
3525
  /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "q", function() { return doCodeLogin; });
3526
3526
  /* unused harmony export updateCode */
3527
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "N", function() { return getModifyPassCode; });
3527
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "O", function() { return getModifyPassCode; });
3528
3528
  /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "g", function() { return codeModifyPass; });
3529
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "kb", function() { return loginModifyPassword; });
3529
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "lb", function() { return loginModifyPassword; });
3530
3530
  /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "b", function() { return authCenter; });
3531
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "gb", function() { return initModifyPassword; });
3531
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "hb", function() { return initModifyPassword; });
3532
3532
  /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "u", function() { return doWechatQrLogin; });
3533
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Z", function() { return getTwoFactorLoginCode; });
3533
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "ab", function() { return getTwoFactorLoginCode; });
3534
3534
  /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "s", function() { return doTwoFactorLogin; });
3535
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "hb", function() { return initRetrialAuth; });
3536
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "V", function() { return getRetrialAuthCode; });
3537
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Ab", function() { return scanCodeRetrialAuth; });
3535
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "ib", function() { return initRetrialAuth; });
3536
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "W", function() { return getRetrialAuthCode; });
3537
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Bb", function() { return scanCodeRetrialAuth; });
3538
3538
  /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "h", function() { return codeRetrialAuth; });
3539
3539
  /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "o", function() { return doAssistanceQrLogin; });
3540
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "vc", function() { return userOnline; });
3541
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "ab", function() { return getUserAppWithTag; });
3542
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "vb", function() { return recordUserApp; });
3543
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "nb", function() { return mainConfig; });
3544
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "ib", function() { return initUserSet; });
3545
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "qc", function() { return updateUserInfo; });
3540
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "wc", function() { return userOnline; });
3541
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "bb", function() { return getUserAppWithTag; });
3542
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "wb", function() { return recordUserApp; });
3543
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "ob", function() { return mainConfig; });
3544
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "jb", function() { return initUserSet; });
3545
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "rc", function() { return updateUserInfo; });
3546
3546
  /* unused harmony export getUserImgUrl */
3547
3547
  /* unused harmony export getDoorIndex */
3548
3548
  /* unused harmony export refreshOnlineUsers */
3549
3549
  /* unused harmony export getQuickMenuIds */
3550
3550
  /* unused harmony export getApplicationIdArray */
3551
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "H", function() { return getComplexApplications; });
3552
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "I", function() { return getComplexApplicationsNew; });
3551
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "I", function() { return getComplexApplications; });
3552
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "J", function() { return getComplexApplicationsNew; });
3553
3553
  /* unused harmony export getUserCustomInfo */
3554
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "pc", function() { return updateUserCustomInfo; });
3555
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Ib", function() { return sysMsgPage; });
3556
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "eb", function() { return ignoreSysMsg; });
3557
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "db", function() { return ignoreAllSysMsg; });
3558
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Bb", function() { return searchType; });
3559
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "G", function() { return getAdjunctProperties; });
3560
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "uc", function() { return uploads; });
3561
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "sc", function() { return uploadOnlyOne; });
3562
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "F", function() { return getAdjunctFileInfos; });
3563
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "tc", function() { return uploadSort; });
3554
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "qc", function() { return updateUserCustomInfo; });
3555
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Jb", function() { return sysMsgPage; });
3556
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "fb", function() { return ignoreSysMsg; });
3557
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "eb", function() { return ignoreAllSysMsg; });
3558
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Cb", function() { return searchType; });
3559
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "H", function() { return getAdjunctProperties; });
3560
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "vc", function() { return uploads; });
3561
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "tc", function() { return uploadOnlyOne; });
3562
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "G", function() { return getAdjunctFileInfos; });
3563
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "uc", function() { return uploadSort; });
3564
3564
  /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "v", function() { return downloadByAdjunctId; });
3565
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "rc", function() { return uploadDownloads; });
3566
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "sb", function() { return previewAdjunct; });
3567
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "tb", function() { return previewAdjunct2; });
3568
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "ub", function() { return previewAdjunctOffice; });
3565
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "sc", function() { return uploadDownloads; });
3566
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "tb", function() { return previewAdjunct; });
3567
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "ub", function() { return previewAdjunct2; });
3568
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "vb", function() { return previewAdjunctOffice; });
3569
3569
  /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "j", function() { return delAdjunct; });
3570
3570
  /* unused harmony export upload_updateClassify */
3571
3571
  /* unused harmony export getDeleteAdjunctFileInfos */
3572
3572
  /* unused harmony export getPictureBase64 */
3573
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Y", function() { return getSelectorOrgTree; });
3574
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "X", function() { return getSelectorOrgDetail; });
3575
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "R", function() { return getOrgMainTree; });
3576
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "W", function() { return getSelectOrgsubids; });
3577
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "z", function() { return findSysCode; });
3578
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "J", function() { return getDictList; });
3573
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Z", function() { return getSelectorOrgTree; });
3574
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Y", function() { return getSelectorOrgDetail; });
3575
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "S", function() { return getOrgMainTree; });
3576
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "X", function() { return getSelectOrgsubids; });
3577
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "A", function() { return findSysCode; });
3578
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "K", function() { return getDictList; });
3579
3579
  /* unused harmony export findUserBaseInfo */
3580
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "bb", function() { return gethelpdoc; });
3580
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "cb", function() { return gethelpdoc; });
3581
3581
  /* unused harmony export getCurrentuser */
3582
3582
  /* unused harmony export mainDetail */
3583
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Yb", function() { return toStartFlow; });
3584
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Ub", function() { return tempSave; });
3583
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Zb", function() { return toStartFlow; });
3584
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Vb", function() { return tempSave; });
3585
3585
  /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "i", function() { return commonOpion; });
3586
3586
  /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "a", function() { return addCommonOpion; });
3587
3587
  /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "w", function() { return editCommonOpion; });
3588
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "zb", function() { return saveCommonOpinion; });
3589
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "oc", function() { return updateCommonOpinion; });
3588
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Ab", function() { return saveCommonOpinion; });
3589
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "pc", function() { return updateCommonOpinion; });
3590
3590
  /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "k", function() { return deleteCommonOpion; });
3591
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "U", function() { return getProcessDefList; });
3592
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "O", function() { return getNodeInfo; });
3593
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "y", function() { return findCodeValues; });
3594
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "B", function() { return findSysParam; });
3595
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "A", function() { return findSysCodes; });
3596
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Q", function() { return getNotificationMsg; });
3597
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "L", function() { return getHandleInfoHtml; });
3598
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Kb", function() { return taskHandleHtml; });
3591
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "V", function() { return getProcessDefList; });
3592
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "P", function() { return getNodeInfo; });
3593
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "z", function() { return findCodeValues; });
3594
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "C", function() { return findSysParam; });
3595
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "B", function() { return findSysCodes; });
3596
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "R", function() { return getNotificationMsg; });
3597
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "M", function() { return getHandleInfoHtml; });
3598
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Lb", function() { return taskHandleHtml; });
3599
3599
  /* unused harmony export getView */
3600
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "wb", function() { return register; });
3601
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "ob", function() { return pendedhistoryList; });
3602
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "cc", function() { return toTaskRejectHtml; });
3603
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Nb", function() { return taskRejectHtml; });
3604
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Zb", function() { return toStartTaskRead; });
3605
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "ac", function() { return toStartTaskReadIndex; });
3606
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Lb", function() { return taskReadHtml; });
3607
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "xb", function() { return rejectAndEnd; });
3608
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Xb", function() { return toSendMsg; });
3609
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Fb", function() { return sendMsg; });
3610
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "x", function() { return endFlowHtml; });
3611
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "cb", function() { return handleInfo; });
3612
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "lb", function() { return loginUserInfo; });
3613
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "wc", function() { return wss; });
3614
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "mc", function() { return topic; });
3615
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "S", function() { return getPresetCustomInfo; });
3616
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "T", function() { return getPresetNodeInfo; });
3617
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "ic", function() { return toTaskTransferIndex; });
3618
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Rb", function() { return taskTransfer; });
3619
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Vb", function() { return toPresetInfoListIndex; });
3600
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "xb", function() { return register; });
3601
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "pb", function() { return pendedhistoryList; });
3602
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "dc", function() { return toTaskRejectHtml; });
3603
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Ob", function() { return taskRejectHtml; });
3604
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "ac", function() { return toStartTaskRead; });
3605
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "bc", function() { return toStartTaskReadIndex; });
3606
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Mb", function() { return taskReadHtml; });
3607
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "yb", function() { return rejectAndEnd; });
3608
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Yb", function() { return toSendMsg; });
3609
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Gb", function() { return sendMsg; });
3610
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "y", function() { return endFlowHtml; });
3611
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "db", function() { return handleInfo; });
3612
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "mb", function() { return loginUserInfo; });
3613
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "xc", function() { return wss; });
3614
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "nc", function() { return topic; });
3615
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "T", function() { return getPresetCustomInfo; });
3616
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "U", function() { return getPresetNodeInfo; });
3617
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "jc", function() { return toTaskTransferIndex; });
3618
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Sb", function() { return taskTransfer; });
3619
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Wb", function() { return toPresetInfoListIndex; });
3620
3620
  /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "m", function() { return deletePresetInfo; });
3621
3621
  /* unused harmony export historyListJson */
3622
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "pb", function() { return pendedhistoryListJson; });
3623
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "rb", function() { return pressListJson; });
3622
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "qb", function() { return pendedhistoryListJson; });
3623
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "sb", function() { return pressListJson; });
3624
3624
  /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "l", function() { return deleteFlow; });
3625
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "jb", function() { return isCanStartSubFlow; });
3626
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "jc", function() { return toTaskUnionExamine; });
3627
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Sb", function() { return taskUnionExamine; });
3628
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "hc", function() { return toTaskTakeAdvice; });
3629
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Qb", function() { return taskTakeAdvice; });
3630
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "ec", function() { return toTaskStartDraft; });
3631
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "fc", function() { return toTaskSupervise; });
3632
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "gc", function() { return toTaskSuperviseSub; });
3633
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Pb", function() { return taskStartDraft; });
3634
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "dc", function() { return toTaskReview; });
3635
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Ob", function() { return taskReview; });
3636
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "kc", function() { return toTaskUnionSeal; });
3637
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Tb", function() { return taskUnionSeal; });
3638
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "lc", function() { return toTwoOfficesDispatch; });
3639
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "nc", function() { return twoOfficesDispatch; });
3640
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Wb", function() { return toResetProcessIndex; });
3641
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "yb", function() { return resetProcess; });
3642
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "bc", function() { return toTaskContinuationIndex; });
3643
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Jb", function() { return taskContinuation; });
3644
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "K", function() { return getFreeStartFlowParams; });
3645
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "D", function() { return freeStartFlowWithSubmitTask; });
3625
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "kb", function() { return isCanStartSubFlow; });
3626
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "kc", function() { return toTaskUnionExamine; });
3627
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Tb", function() { return taskUnionExamine; });
3628
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "ic", function() { return toTaskTakeAdvice; });
3629
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Rb", function() { return taskTakeAdvice; });
3630
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "fc", function() { return toTaskStartDraft; });
3631
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "gc", function() { return toTaskSupervise; });
3632
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "hc", function() { return toTaskSuperviseSub; });
3633
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Qb", function() { return taskStartDraft; });
3634
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "ec", function() { return toTaskReview; });
3635
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Pb", function() { return taskReview; });
3636
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "lc", function() { return toTaskUnionSeal; });
3637
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Ub", function() { return taskUnionSeal; });
3638
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "mc", function() { return toTwoOfficesDispatch; });
3639
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "oc", function() { return twoOfficesDispatch; });
3640
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Xb", function() { return toResetProcessIndex; });
3641
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "zb", function() { return resetProcess; });
3642
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "cc", function() { return toTaskContinuationIndex; });
3643
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Kb", function() { return taskContinuation; });
3644
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "L", function() { return getFreeStartFlowParams; });
3645
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "E", function() { return freeStartFlowWithSubmitTask; });
3646
3646
  /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "e", function() { return checkForeignOrgStartedCircularRead; });
3647
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "qb", function() { return pendedhistoryListWithCircularReadJson; });
3648
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "E", function() { return fyListJson; });
3647
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "rb", function() { return pendedhistoryListWithCircularReadJson; });
3648
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "F", function() { return fyListJson; });
3649
3649
  /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "f", function() { return circularReadWithdraw; });
3650
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Mb", function() { return taskReadWithDraw; });
3651
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Gb", function() { return startReadTransferHandleFlowWithTaskReadEnd; });
3650
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Nb", function() { return taskReadWithDraw; });
3651
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Hb", function() { return startReadTransferHandleFlowWithTaskReadEnd; });
3652
3652
  /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "d", function() { return checkBusinessIdStartedReadTransferHandle; });
3653
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Eb", function() { return sendList; });
3654
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Db", function() { return sendInfo; });
3653
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Fb", function() { return sendList; });
3654
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Eb", function() { return sendInfo; });
3655
3655
  /* unused harmony export sendSave */
3656
3656
  /* unused harmony export sendUpdate */
3657
3657
  /* unused harmony export sendDelete */
3658
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Cb", function() { return sendBatch; });
3659
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "C", function() { return formContents; });
3658
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Db", function() { return sendBatch; });
3659
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "D", function() { return formContents; });
3660
3660
  /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "n", function() { return directStartTaskCircularRead; });
3661
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "P", function() { return getNodeInfoForStart; });
3661
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "x", function() { return endFlowAndStartTaskCircularRead; });
3662
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Q", function() { return getNodeInfoForStart; });
3662
3663
  var flowPendingPrefix = window.flowPendingPrefix || localStorage.getItem('flowPendingPrefix') || '/bpm';
3663
3664
  // 登录
3664
3665
  var doCaLogin = '/sso2/signIn/auth/doCaLogin'; // ca登录认证
@@ -3914,6 +3915,7 @@ var sendBatch = '/notify2/sendRecord/reSendNotifyMessageBatch';
3914
3915
 
3915
3916
  var formContents = '/lowcode/admin/online/onlineForm/getOnlineFormFromCache';
3916
3917
  var directStartTaskCircularRead = '/bpm/bpmBackend/directStartTaskCircularRead';
3918
+ var endFlowAndStartTaskCircularRead = '/bpm/bpmBackend/endFlowAndStartTaskCircularRead';
3917
3919
  var getNodeInfoForStart = flowPendingPrefix + '/task/taskHandle/getNodeInfoForStart.dhtml';
3918
3920
 
3919
3921
  /***/ }),
@@ -5904,8 +5906,8 @@ var plugin_typeof = typeof Symbol === "function" && typeof Symbol.iterator === "
5904
5906
 
5905
5907
  function _classCallCheck(instance, Constructor) { if (!(instance instanceof Constructor)) { throw new TypeError("Cannot call a class as a function"); } }
5906
5908
 
5907
- /**
5908
- * JIT_GW_ExtInterface 模块,提供与客户端交互的功能
5909
+ /**
5910
+ * JIT_GW_ExtInterface 模块,提供与客户端交互的功能
5909
5911
  */
5910
5912
  var CA_ExtInterface = function () {
5911
5913
  function CA_ExtInterface() {
@@ -5916,11 +5918,11 @@ var CA_ExtInterface = function () {
5916
5918
  this.options = {};
5917
5919
  }
5918
5920
 
5919
- /**
5920
- * 简单的 Object.assign 兼容 IE <= 11 的 polyfill
5921
- * @see https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Object/assign
5922
- * @param {Object} target - 目标对象
5923
- * @param {Object} options - 新的选项对象
5921
+ /**
5922
+ * 简单的 Object.assign 兼容 IE <= 11 的 polyfill
5923
+ * @see https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Object/assign
5924
+ * @param {Object} target - 目标对象
5925
+ * @param {Object} options - 新的选项对象
5924
5926
  */
5925
5927
 
5926
5928
 
@@ -5935,8 +5937,8 @@ var CA_ExtInterface = function () {
5935
5937
  }
5936
5938
  };
5937
5939
 
5938
- /**
5939
- * 检查当前会话的 WebSocket URL
5940
+ /**
5941
+ * 检查当前会话的 WebSocket URL
5940
5942
  */
5941
5943
 
5942
5944
 
@@ -5950,8 +5952,8 @@ var CA_ExtInterface = function () {
5950
5952
  }
5951
5953
  };
5952
5954
 
5953
- /**
5954
- * 检查是否使用 ActiveX
5955
+ /**
5956
+ * 检查是否使用 ActiveX
5955
5957
  */
5956
5958
 
5957
5959
 
@@ -5963,11 +5965,11 @@ var CA_ExtInterface = function () {
5963
5965
  }
5964
5966
  };
5965
5967
 
5966
- /**
5967
- * 扩展发送消息并等待响应
5968
- * @param {string} operatorCmd - 操作命令
5969
- * @param {string} sendMsg - 发送的消息
5970
- * @returns {string} 响应消息
5968
+ /**
5969
+ * 扩展发送消息并等待响应
5970
+ * @param {string} operatorCmd - 操作命令
5971
+ * @param {string} sendMsg - 发送的消息
5972
+ * @returns {string} 响应消息
5971
5973
  */
5972
5974
 
5973
5975
 
@@ -5977,11 +5979,11 @@ var CA_ExtInterface = function () {
5977
5979
  return this.sendAndWaitMessage(this.currentSessionWSURL, strSendMsg);
5978
5980
  };
5979
5981
 
5980
- /**
5981
- * 发送消息并等待响应
5982
- * @param {string} wsurl - WebSocket URL
5983
- * @param {string} sendMsg - 发送的消息
5984
- * @returns {string} 响应消息
5982
+ /**
5983
+ * 发送消息并等待响应
5984
+ * @param {string} wsurl - WebSocket URL
5985
+ * @param {string} sendMsg - 发送的消息
5986
+ * @returns {string} 响应消息
5985
5987
  */
5986
5988
 
5987
5989
 
@@ -6005,9 +6007,9 @@ var CA_ExtInterface = function () {
6005
6007
  return ResultMsg;
6006
6008
  };
6007
6009
 
6008
- /**
6009
- * 配置选项
6010
- * @param {Object} extendOption - 扩展选项
6010
+ /**
6011
+ * 配置选项
6012
+ * @param {Object} extendOption - 扩展选项
6011
6013
  */
6012
6014
 
6013
6015
 
@@ -6017,8 +6019,8 @@ var CA_ExtInterface = function () {
6017
6019
  }
6018
6020
  };
6019
6021
 
6020
- /**
6021
- * 初始化
6022
+ /**
6023
+ * 初始化
6022
6024
  */
6023
6025
 
6024
6026
 
@@ -6026,9 +6028,9 @@ var CA_ExtInterface = function () {
6026
6028
  this.isUseActioveX();
6027
6029
  };
6028
6030
 
6029
- /**
6030
- * 返回客户端的版本
6031
- * @returns {string} 客户端版本
6031
+ /**
6032
+ * 返回客户端的版本
6033
+ * @returns {string} 客户端版本
6032
6034
  */
6033
6035
 
6034
6036
 
@@ -6041,13 +6043,13 @@ var CA_ExtInterface = function () {
6041
6043
  }
6042
6044
  };
6043
6045
 
6044
- /**
6045
- * 下载客户端程序并安装
6046
- * @param {string} bstrURL - 下载地址
6047
- * @param {string} bstrHashValue - 哈希值
6048
- * @param {boolean} bSync - 是否同步安装
6049
- * @param {boolean} bOnlySSO - 是否仅安装 SSO
6050
- * @returns {number} 安装结果
6046
+ /**
6047
+ * 下载客户端程序并安装
6048
+ * @param {string} bstrURL - 下载地址
6049
+ * @param {string} bstrHashValue - 哈希值
6050
+ * @param {boolean} bSync - 是否同步安装
6051
+ * @param {boolean} bOnlySSO - 是否仅安装 SSO
6052
+ * @returns {number} 安装结果
6051
6053
  */
6052
6054
 
6053
6055
 
@@ -6061,11 +6063,11 @@ var CA_ExtInterface = function () {
6061
6063
  }
6062
6064
  };
6063
6065
 
6064
- /**
6065
- * 获取硬件指纹信息
6066
- * @param {number} dwSign - 签名
6067
- * @param {string} strGateWayIP - 网关 IP
6068
- * @returns {string} 硬件指纹信息
6066
+ /**
6067
+ * 获取硬件指纹信息
6068
+ * @param {number} dwSign - 签名
6069
+ * @param {string} strGateWayIP - 网关 IP
6070
+ * @returns {string} 硬件指纹信息
6069
6071
  */
6070
6072
 
6071
6073
 
@@ -6079,12 +6081,12 @@ var CA_ExtInterface = function () {
6079
6081
  }
6080
6082
  };
6081
6083
 
6082
- /**
6083
- * 设置转发策略和代填策略
6084
- * @param {string} strProxyPolicy - 转发策略
6085
- * @param {string} strSSOPolicy - 代填策略
6086
- * @param {string} strGatewayAddress - 网关地址
6087
- * @returns {number} 设置结果
6084
+ /**
6085
+ * 设置转发策略和代填策略
6086
+ * @param {string} strProxyPolicy - 转发策略
6087
+ * @param {string} strSSOPolicy - 代填策略
6088
+ * @param {string} strGatewayAddress - 网关地址
6089
+ * @returns {number} 设置结果
6088
6090
  */
6089
6091
 
6090
6092
 
@@ -6098,11 +6100,11 @@ var CA_ExtInterface = function () {
6098
6100
  }
6099
6101
  };
6100
6102
 
6101
- /**
6102
- * 启动认证信息模块
6103
- * @param {string} strFileName - 文件名
6104
- * @param {string} strXmlData - XML 数据
6105
- * @returns {string} 认证信息
6103
+ /**
6104
+ * 启动认证信息模块
6105
+ * @param {string} strFileName - 文件名
6106
+ * @param {string} strXmlData - XML 数据
6107
+ * @returns {string} 认证信息
6106
6108
  */
6107
6109
 
6108
6110
 
@@ -6116,10 +6118,10 @@ var CA_ExtInterface = function () {
6116
6118
  }
6117
6119
  };
6118
6120
 
6119
- /**
6120
- * 打开 BS 应用
6121
- * @param {string} strUrl - 应用 URL
6122
- * @returns {number} 打开结果
6121
+ /**
6122
+ * 打开 BS 应用
6123
+ * @param {string} strUrl - 应用 URL
6124
+ * @returns {number} 打开结果
6123
6125
  */
6124
6126
 
6125
6127
 
@@ -6133,12 +6135,12 @@ var CA_ExtInterface = function () {
6133
6135
  }
6134
6136
  };
6135
6137
 
6136
- /**
6137
- * 打开 CS 应用
6138
- * @param {string} strGatewayAddress - 网关地址
6139
- * @param {string} strAppFlag - 应用标识
6140
- * @param {string} strAppPath - 应用路径
6141
- * @returns {number} 打开结果
6138
+ /**
6139
+ * 打开 CS 应用
6140
+ * @param {string} strGatewayAddress - 网关地址
6141
+ * @param {string} strAppFlag - 应用标识
6142
+ * @param {string} strAppPath - 应用路径
6143
+ * @returns {number} 打开结果
6142
6144
  */
6143
6145
 
6144
6146
 
@@ -6152,13 +6154,13 @@ var CA_ExtInterface = function () {
6152
6154
  }
6153
6155
  };
6154
6156
 
6155
- /**
6156
- * 设置自动更新策略
6157
- * @param {string} strGatewayAddress - 网关地址
6158
- * @param {number} nGatewayPort - 网关端口
6159
- * @param {string} strUserToken - 用户令牌
6160
- * @param {number} updatedelay - 更新延迟
6161
- * @returns {number} 设置结果
6157
+ /**
6158
+ * 设置自动更新策略
6159
+ * @param {string} strGatewayAddress - 网关地址
6160
+ * @param {number} nGatewayPort - 网关端口
6161
+ * @param {string} strUserToken - 用户令牌
6162
+ * @param {number} updatedelay - 更新延迟
6163
+ * @returns {number} 设置结果
6162
6164
  */
6163
6165
 
6164
6166
 
@@ -6172,10 +6174,10 @@ var CA_ExtInterface = function () {
6172
6174
  }
6173
6175
  };
6174
6176
 
6175
- /**
6176
- * 获取客户端 IP
6177
- * @param {string} strGatewayIP - 网关 IP
6178
- * @returns {string} 客户端 IP
6177
+ /**
6178
+ * 获取客户端 IP
6179
+ * @param {string} strGatewayIP - 网关 IP
6180
+ * @returns {string} 客户端 IP
6179
6181
  */
6180
6182
 
6181
6183
 
@@ -6189,10 +6191,10 @@ var CA_ExtInterface = function () {
6189
6191
  }
6190
6192
  };
6191
6193
 
6192
- /**
6193
- * 登出网关
6194
- * @param {string} strServerIP - 服务器 IP
6195
- * @returns {number} 登出结果
6194
+ /**
6195
+ * 登出网关
6196
+ * @param {string} strServerIP - 服务器 IP
6197
+ * @returns {number} 登出结果
6196
6198
  */
6197
6199
 
6198
6200
 
@@ -6206,11 +6208,11 @@ var CA_ExtInterface = function () {
6206
6208
  }
6207
6209
  };
6208
6210
 
6209
- /**
6210
- * 运行安装包
6211
- * @param {number} lRunType - 运行类型
6212
- * @param {boolean} bIsOnlySSO - 是否仅安装 SSO
6213
- * @returns {number} 运行结果
6211
+ /**
6212
+ * 运行安装包
6213
+ * @param {number} lRunType - 运行类型
6214
+ * @param {boolean} bIsOnlySSO - 是否仅安装 SSO
6215
+ * @returns {number} 运行结果
6214
6216
  */
6215
6217
 
6216
6218
 
@@ -6224,9 +6226,9 @@ var CA_ExtInterface = function () {
6224
6226
  }
6225
6227
  };
6226
6228
 
6227
- /**
6228
- * 获取下载进度
6229
- * @returns {number} 下载进度
6229
+ /**
6230
+ * 获取下载进度
6231
+ * @returns {number} 下载进度
6230
6232
  */
6231
6233
 
6232
6234
 
@@ -6240,9 +6242,9 @@ var CA_ExtInterface = function () {
6240
6242
  }
6241
6243
  };
6242
6244
 
6243
- /**
6244
- * 是否安装完成
6245
- * @returns {boolean} 安装完成状态
6245
+ /**
6246
+ * 是否安装完成
6247
+ * @returns {boolean} 安装完成状态
6246
6248
  */
6247
6249
 
6248
6250
 
@@ -6256,11 +6258,11 @@ var CA_ExtInterface = function () {
6256
6258
  }
6257
6259
  };
6258
6260
 
6259
- /**
6260
- * 初始化签包对象
6261
- * @param {string} strAlgType - 算法类型
6262
- * @param {string} strAuxParam - 辅助参数
6263
- * @returns {number} 初始化结果
6261
+ /**
6262
+ * 初始化签包对象
6263
+ * @param {string} strAlgType - 算法类型
6264
+ * @param {string} strAuxParam - 辅助参数
6265
+ * @returns {number} 初始化结果
6264
6266
  */
6265
6267
 
6266
6268
 
@@ -6274,10 +6276,10 @@ var CA_ExtInterface = function () {
6274
6276
  }
6275
6277
  };
6276
6278
 
6277
- /**
6278
- * 设置摘要算法
6279
- * @param {string} strDigestAlg - 摘要算法
6280
- * @returns {number} 设置结果
6279
+ /**
6280
+ * 设置摘要算法
6281
+ * @param {string} strDigestAlg - 摘要算法
6282
+ * @returns {number} 设置结果
6281
6283
  */
6282
6284
 
6283
6285
 
@@ -6291,10 +6293,10 @@ var CA_ExtInterface = function () {
6291
6293
  }
6292
6294
  };
6293
6295
 
6294
- /**
6295
- * 设置单证书是否弹出对话框
6296
- * @param {number} isChoose - 是否弹出对话框
6297
- * @returns {number} 设置结果
6296
+ /**
6297
+ * 设置单证书是否弹出对话框
6298
+ * @param {number} isChoose - 是否弹出对话框
6299
+ * @returns {number} 设置结果
6298
6300
  */
6299
6301
 
6300
6302
 
@@ -6308,11 +6310,11 @@ var CA_ExtInterface = function () {
6308
6310
  }
6309
6311
  };
6310
6312
 
6311
- /**
6312
- * 添加证书过滤条件
6313
- * @param {number} ulType - 过滤类型
6314
- * @param {string} strValue - 过滤值
6315
- * @returns {number} 添加结果
6313
+ /**
6314
+ * 添加证书过滤条件
6315
+ * @param {number} ulType - 过滤类型
6316
+ * @param {string} strValue - 过滤值
6317
+ * @returns {number} 添加结果
6316
6318
  */
6317
6319
 
6318
6320
 
@@ -6326,9 +6328,9 @@ var CA_ExtInterface = function () {
6326
6328
  }
6327
6329
  };
6328
6330
 
6329
- /**
6330
- * 清除所有过滤条件
6331
- * @returns {number} 清除结果
6331
+ /**
6332
+ * 清除所有过滤条件
6333
+ * @returns {number} 清除结果
6332
6334
  */
6333
6335
 
6334
6336
 
@@ -6342,10 +6344,10 @@ var CA_ExtInterface = function () {
6342
6344
  }
6343
6345
  };
6344
6346
 
6345
- /**
6346
- * P1 签名
6347
- * @param {string} strValueBase64 - 待签名的 Base64 字符串
6348
- * @returns {string} 签名结果
6347
+ /**
6348
+ * P1 签名
6349
+ * @param {string} strValueBase64 - 待签名的 Base64 字符串
6350
+ * @returns {string} 签名结果
6349
6351
  */
6350
6352
 
6351
6353
 
@@ -6359,10 +6361,10 @@ var CA_ExtInterface = function () {
6359
6361
  }
6360
6362
  };
6361
6363
 
6362
- /**
6363
- * P1 签名字符串
6364
- * @param {string} strValue - 待签名的字符串
6365
- * @returns {string} 签名结果
6364
+ /**
6365
+ * P1 签名字符串
6366
+ * @param {string} strValue - 待签名的字符串
6367
+ * @returns {string} 签名结果
6366
6368
  */
6367
6369
 
6368
6370
 
@@ -6376,12 +6378,12 @@ var CA_ExtInterface = function () {
6376
6378
  }
6377
6379
  };
6378
6380
 
6379
- /**
6380
- * P7 签名
6381
- * @param {string} strValueBase64 - 待签名的 Base64 字符串
6382
- * @param {boolean} isDetach - 是否分离签名
6383
- * @param {boolean} isIncludeCert - 是否包含证书
6384
- * @returns {string} 签名结果
6381
+ /**
6382
+ * P7 签名
6383
+ * @param {string} strValueBase64 - 待签名的 Base64 字符串
6384
+ * @param {boolean} isDetach - 是否分离签名
6385
+ * @param {boolean} isIncludeCert - 是否包含证书
6386
+ * @returns {string} 签名结果
6385
6387
  */
6386
6388
 
6387
6389
 
@@ -6395,12 +6397,12 @@ var CA_ExtInterface = function () {
6395
6397
  }
6396
6398
  };
6397
6399
 
6398
- /**
6399
- * P7 签名字符串
6400
- * @param {string} strValue - 待签名的字符串
6401
- * @param {boolean} isDetach - 是否分离签名
6402
- * @param {boolean} isIncludeCert - 是否包含证书
6403
- * @returns {string} 签名结果
6400
+ /**
6401
+ * P7 签名字符串
6402
+ * @param {string} strValue - 待签名的字符串
6403
+ * @param {boolean} isDetach - 是否分离签名
6404
+ * @param {boolean} isIncludeCert - 是否包含证书
6405
+ * @returns {string} 签名结果
6404
6406
  */
6405
6407
 
6406
6408
 
@@ -6414,9 +6416,9 @@ var CA_ExtInterface = function () {
6414
6416
  }
6415
6417
  };
6416
6418
 
6417
- /**
6418
- * 释放签名对象
6419
- * @returns {number} 释放结果
6419
+ /**
6420
+ * 释放签名对象
6421
+ * @returns {number} 释放结果
6420
6422
  */
6421
6423
 
6422
6424
 
@@ -6430,9 +6432,9 @@ var CA_ExtInterface = function () {
6430
6432
  }
6431
6433
  };
6432
6434
 
6433
- /**
6434
- * 获取签名版本
6435
- * @returns {string} 签名版本
6435
+ /**
6436
+ * 获取签名版本
6437
+ * @returns {string} 签名版本
6436
6438
  */
6437
6439
 
6438
6440
 
@@ -6446,9 +6448,9 @@ var CA_ExtInterface = function () {
6446
6448
  }
6447
6449
  };
6448
6450
 
6449
- /**
6450
- * 获取签名证书
6451
- * @returns {string} 签名证书
6451
+ /**
6452
+ * 获取签名证书
6453
+ * @returns {string} 签名证书
6452
6454
  */
6453
6455
 
6454
6456
 
@@ -6462,9 +6464,9 @@ var CA_ExtInterface = function () {
6462
6464
  }
6463
6465
  };
6464
6466
 
6465
- /**
6466
- * 获取错误码
6467
- * @returns {number} 错误码
6467
+ /**
6468
+ * 获取错误码
6469
+ * @returns {number} 错误码
6468
6470
  */
6469
6471
 
6470
6472
 
@@ -6478,9 +6480,9 @@ var CA_ExtInterface = function () {
6478
6480
  }
6479
6481
  };
6480
6482
 
6481
- /**
6482
- * 获取错误信息
6483
- * @returns {string} 错误信息
6483
+ /**
6484
+ * 获取错误信息
6485
+ * @returns {string} 错误信息
6484
6486
  */
6485
6487
 
6486
6488
 
@@ -6494,9 +6496,9 @@ var CA_ExtInterface = function () {
6494
6496
  }
6495
6497
  };
6496
6498
 
6497
- /**
6498
- * 销毁认证对象
6499
- * @returns {number} 销毁结果
6499
+ /**
6500
+ * 销毁认证对象
6501
+ * @returns {number} 销毁结果
6500
6502
  */
6501
6503
 
6502
6504
 
@@ -6510,9 +6512,9 @@ var CA_ExtInterface = function () {
6510
6512
  }
6511
6513
  };
6512
6514
 
6513
- /**
6514
- * 获取证书类型
6515
- * @returns {string} 证书类型
6515
+ /**
6516
+ * 获取证书类型
6517
+ * @returns {string} 证书类型
6516
6518
  */
6517
6519
 
6518
6520
 
@@ -6526,9 +6528,9 @@ var CA_ExtInterface = function () {
6526
6528
  }
6527
6529
  };
6528
6530
 
6529
- /**
6530
- * 获取签名摘要算法
6531
- * @returns {string} 签名摘要算法
6531
+ /**
6532
+ * 获取签名摘要算法
6533
+ * @returns {string} 签名摘要算法
6532
6534
  */
6533
6535
 
6534
6536
 
@@ -6542,11 +6544,11 @@ var CA_ExtInterface = function () {
6542
6544
  }
6543
6545
  };
6544
6546
 
6545
- /**
6546
- * 使能调用序列
6547
- * @param {boolean} bCallQueueEnable - 是否使能调用序列
6548
- * @param {boolean} bHeadInfoEnable - 是否使能头部信息
6549
- * @returns {number} 使能结果
6547
+ /**
6548
+ * 使能调用序列
6549
+ * @param {boolean} bCallQueueEnable - 是否使能调用序列
6550
+ * @param {boolean} bHeadInfoEnable - 是否使能头部信息
6551
+ * @returns {number} 使能结果
6550
6552
  */
6551
6553
 
6552
6554
 
@@ -6560,9 +6562,9 @@ var CA_ExtInterface = function () {
6560
6562
  }
6561
6563
  };
6562
6564
 
6563
- /**
6564
- * 清空调用序列结果
6565
- * @returns {number} 清空调用序列结果
6565
+ /**
6566
+ * 清空调用序列结果
6567
+ * @returns {number} 清空调用序列结果
6566
6568
  */
6567
6569
 
6568
6570
 
@@ -6576,9 +6578,9 @@ var CA_ExtInterface = function () {
6576
6578
  }
6577
6579
  };
6578
6580
 
6579
- /**
6580
- * 获取调用序列结果
6581
- * @returns {string} 调用序列结果
6581
+ /**
6582
+ * 获取调用序列结果
6583
+ * @returns {string} 调用序列结果
6582
6584
  */
6583
6585
 
6584
6586
 
@@ -6592,12 +6594,12 @@ var CA_ExtInterface = function () {
6592
6594
  }
6593
6595
  };
6594
6596
 
6595
- /**
6596
- * 客户端安全策略检查
6597
- * @param {string} strGatewayAddress - 网关地址
6598
- * @param {number} usGatewayPort - 网关端口
6599
- * @param {string} strSecurityPolicys - 安全策略
6600
- * @returns {boolean} 检查结果
6597
+ /**
6598
+ * 客户端安全策略检查
6599
+ * @param {string} strGatewayAddress - 网关地址
6600
+ * @param {number} usGatewayPort - 网关端口
6601
+ * @param {string} strSecurityPolicys - 安全策略
6602
+ * @returns {boolean} 检查结果
6601
6603
  */
6602
6604
 
6603
6605
 
@@ -6611,9 +6613,9 @@ var CA_ExtInterface = function () {
6611
6613
  }
6612
6614
  };
6613
6615
 
6614
- /**
6615
- * 获取通讯协议版本
6616
- * @returns {string} 通讯协议版本
6616
+ /**
6617
+ * 获取通讯协议版本
6618
+ * @returns {string} 通讯协议版本
6617
6619
  */
6618
6620
 
6619
6621
 
@@ -6627,13 +6629,13 @@ var CA_ExtInterface = function () {
6627
6629
  }
6628
6630
  };
6629
6631
 
6630
- /**
6631
- * 修改 Key 的 Pin 码
6632
- * @param {string} strCertSn - 证书序列号
6633
- * @param {number} lPinCodeType - Pin 码类型
6634
- * @param {string} strCurPinCode - 当前 Pin 码
6635
- * @param {string} strNewPinCode - 新 Pin 码
6636
- * @returns {number} 修改结果
6632
+ /**
6633
+ * 修改 Key 的 Pin 码
6634
+ * @param {string} strCertSn - 证书序列号
6635
+ * @param {number} lPinCodeType - Pin 码类型
6636
+ * @param {string} strCurPinCode - 当前 Pin 码
6637
+ * @param {string} strNewPinCode - 新 Pin 码
6638
+ * @returns {number} 修改结果
6637
6639
  */
6638
6640
 
6639
6641
 
@@ -6647,10 +6649,10 @@ var CA_ExtInterface = function () {
6647
6649
  }
6648
6650
  };
6649
6651
 
6650
- /**
6651
- * 等待策略设置完毕
6652
- * @param {string} strGatewayAddress - 网关地址
6653
- * @returns {number} 等待结果
6652
+ /**
6653
+ * 等待策略设置完毕
6654
+ * @param {string} strGatewayAddress - 网关地址
6655
+ * @returns {number} 等待结果
6654
6656
  */
6655
6657
 
6656
6658
 
@@ -6664,10 +6666,10 @@ var CA_ExtInterface = function () {
6664
6666
  }
6665
6667
  };
6666
6668
 
6667
- /**
6668
- * 获取会话 Token
6669
- * @param {string} strGatewayAddress - 网关地址
6670
- * @returns {string} 会话 Token
6669
+ /**
6670
+ * 获取会话 Token
6671
+ * @param {string} strGatewayAddress - 网关地址
6672
+ * @returns {string} 会话 Token
6671
6673
  */
6672
6674
 
6673
6675
 
@@ -6681,9 +6683,9 @@ var CA_ExtInterface = function () {
6681
6683
  }
6682
6684
  };
6683
6685
 
6684
- /**
6685
- * 获取控件版本
6686
- * @returns {string} 控件版本
6686
+ /**
6687
+ * 获取控件版本
6688
+ * @returns {string} 控件版本
6687
6689
  */
6688
6690
 
6689
6691
 
@@ -6697,10 +6699,10 @@ var CA_ExtInterface = function () {
6697
6699
  }
6698
6700
  };
6699
6701
 
6700
- /**
6701
- * 设置语言资源
6702
- * @param {string} strLanguage - 语言资源
6703
- * @returns {number} 设置结果
6702
+ /**
6703
+ * 设置语言资源
6704
+ * @param {string} strLanguage - 语言资源
6705
+ * @returns {number} 设置结果
6704
6706
  */
6705
6707
 
6706
6708
 
@@ -6714,12 +6716,12 @@ var CA_ExtInterface = function () {
6714
6716
  }
6715
6717
  };
6716
6718
 
6717
- /**
6718
- * 获取用户属性
6719
- * @param {string} strGatewayAddress - 网关地址
6720
- * @param {string} strAppFlag - 应用标识
6721
- * @param {string} strAttributeName - 属性名称
6722
- * @returns {string} 用户属性值
6719
+ /**
6720
+ * 获取用户属性
6721
+ * @param {string} strGatewayAddress - 网关地址
6722
+ * @param {string} strAppFlag - 应用标识
6723
+ * @param {string} strAttributeName - 属性名称
6724
+ * @returns {string} 用户属性值
6723
6725
  */
6724
6726
 
6725
6727
 
@@ -6733,9 +6735,9 @@ var CA_ExtInterface = function () {
6733
6735
  }
6734
6736
  };
6735
6737
 
6736
- /**
6737
- * 获取签名加密 PIN 码
6738
- * @returns {string} 签名加密 PIN 码
6738
+ /**
6739
+ * 获取签名加密 PIN 码
6740
+ * @returns {string} 签名加密 PIN 码
6739
6741
  */
6740
6742
 
6741
6743
 
@@ -7852,9 +7854,9 @@ var checkbox_group_src_mainvue_type_script_lang_js_extends = Object.assign || fu
7852
7854
  },
7853
7855
  findCode: function findCode() {
7854
7856
  if (this.service) {
7855
- return '/' + this.service + api["J" /* getDictList */];
7857
+ return '/' + this.service + api["K" /* getDictList */];
7856
7858
  }
7857
- return api["z" /* findSysCode */];
7859
+ return api["A" /* findSysCode */];
7858
7860
  }
7859
7861
  },
7860
7862
  watch: {
@@ -10298,9 +10300,9 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
10298
10300
  },
10299
10301
  findCode: function findCode() {
10300
10302
  if (this.service) {
10301
- return '/' + this.service + api["J" /* getDictList */];
10303
+ return '/' + this.service + api["K" /* getDictList */];
10302
10304
  }
10303
- return api["z" /* findSysCode */];
10305
+ return api["A" /* findSysCode */];
10304
10306
  }
10305
10307
  },
10306
10308
  data: function data() {
@@ -11172,7 +11174,7 @@ var pageView = utils_util["a" /* default */].getParams('pageView');
11172
11174
  },
11173
11175
  contentsUrl: {
11174
11176
  type: String,
11175
- default: api["C" /* formContents */]
11177
+ default: api["D" /* formContents */]
11176
11178
  },
11177
11179
  mode: {
11178
11180
  type: String,
@@ -11629,9 +11631,9 @@ var pageView = utils_util["a" /* default */].getParams('pageView');
11629
11631
  },
11630
11632
  findCode: function findCode() {
11631
11633
  if (this.service) {
11632
- return '/' + this.service + api["J" /* getDictList */];
11634
+ return '/' + this.service + api["K" /* getDictList */];
11633
11635
  }
11634
- return api["z" /* findSysCode */];
11636
+ return api["A" /* findSysCode */];
11635
11637
  },
11636
11638
  isShow: function isShow() {
11637
11639
  var useCaseCodes = utils_util["a" /* default */].getStorage('useCaseCodes');
@@ -14426,9 +14428,9 @@ var mainvue_type_script_lang_js_components;
14426
14428
  },
14427
14429
  findCode: function findCode() {
14428
14430
  if (this.service) {
14429
- return '/' + this.service + api["J" /* getDictList */];
14431
+ return '/' + this.service + api["K" /* getDictList */];
14430
14432
  }
14431
- return api["z" /* findSysCode */];
14433
+ return api["A" /* findSysCode */];
14432
14434
  }
14433
14435
  },
14434
14436
  watch: {
@@ -24975,7 +24977,7 @@ var mainvue_type_script_lang_js_pageView = utils_util["a" /* default */].getPara
24975
24977
  },
24976
24978
  contentsUrl: {
24977
24979
  type: String,
24978
- default: api["C" /* formContents */]
24980
+ default: api["D" /* formContents */]
24979
24981
  },
24980
24982
  autocomplete: {
24981
24983
  type: Boolean,
@@ -25497,7 +25499,7 @@ var mainvue_type_script_lang_js_pageView = utils_util["a" /* default */].getPara
25497
25499
  this.loading = true;
25498
25500
  var params = typeof this.contents === 'string' ? { formId: this.contents } : this.contents;
25499
25501
  utils_util["a" /* default */].ajax({
25500
- url: api["C" /* formContents */],
25502
+ url: api["D" /* formContents */],
25501
25503
  data: params,
25502
25504
  params: params
25503
25505
  }).then(function (res) {
@@ -26291,8 +26293,8 @@ form_src_main.install = function (Vue) {
26291
26293
  };
26292
26294
 
26293
26295
  /* harmony default export */ var packages_form = (form_src_main);
26294
- // CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./packages/flow/src/main.vue?vue&type=template&id=fe0ac130&
26295
- var mainvue_type_template_id_fe0ac130_render = function () {
26296
+ // CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./packages/flow/src/main.vue?vue&type=template&id=5f8259cf&
26297
+ var mainvue_type_template_id_5f8259cf_render = function () {
26296
26298
  var _vm = this
26297
26299
  var _h = _vm.$createElement
26298
26300
  var _c = _vm._self._c || _h
@@ -26404,6 +26406,7 @@ var mainvue_type_template_id_fe0ac130_render = function () {
26404
26406
  attrs: {
26405
26407
  businessId: _vm.businessId,
26406
26408
  selectorParams: _vm.params,
26409
+ "pending-id": _vm.pendingId,
26407
26410
  showBtn: false,
26408
26411
  processDefinitionId: _vm.nodeInfo.nextNode,
26409
26412
  simpleTips: _vm.simpleTips,
@@ -26471,6 +26474,7 @@ var mainvue_type_template_id_fe0ac130_render = function () {
26471
26474
  simpleTips: _vm.simpleTips,
26472
26475
  appId: _vm.resetAppId,
26473
26476
  flowParams: _vm.param,
26477
+ subParams: _vm.subParams,
26474
26478
  },
26475
26479
  on: {
26476
26480
  cancel: function ($event) {
@@ -28846,11 +28850,11 @@ var mainvue_type_template_id_fe0ac130_render = function () {
28846
28850
  )
28847
28851
  : _vm._e()
28848
28852
  }
28849
- var mainvue_type_template_id_fe0ac130_staticRenderFns = []
28850
- mainvue_type_template_id_fe0ac130_render._withStripped = true
28853
+ var mainvue_type_template_id_5f8259cf_staticRenderFns = []
28854
+ mainvue_type_template_id_5f8259cf_render._withStripped = true
28851
28855
 
28852
28856
 
28853
- // CONCATENATED MODULE: ./packages/flow/src/main.vue?vue&type=template&id=fe0ac130&
28857
+ // CONCATENATED MODULE: ./packages/flow/src/main.vue?vue&type=template&id=5f8259cf&
28854
28858
 
28855
28859
  // CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./packages/flow/src/component/CommonOpinions.vue?vue&type=template&id=fdf49dec&
28856
28860
  var CommonOpinionsvue_type_template_id_fdf49dec_render = function () {
@@ -29655,21 +29659,21 @@ var CommonOpinionsvue_type_script_lang_js_components;
29655
29659
  return validSate;
29656
29660
  },
29657
29661
 
29658
- /**
29659
- * changeOpinion
29660
- * @desc:监听意见变化
29661
- * @author liufan
29662
- * @date 2022年10月28日
29662
+ /**
29663
+ * changeOpinion
29664
+ * @desc:监听意见变化
29665
+ * @author liufan
29666
+ * @date 2022年10月28日
29663
29667
  **/
29664
29668
  changeOpinion: function changeOpinion() {
29665
29669
  this.$emit('change', this.form.value);
29666
29670
  },
29667
29671
 
29668
- /**
29669
- * getCommonOpion
29670
- * @desc:获取意见
29671
- * @author liufan
29672
- * @date 2022年5月25日
29672
+ /**
29673
+ * getCommonOpion
29674
+ * @desc:获取意见
29675
+ * @author liufan
29676
+ * @date 2022年5月25日
29673
29677
  **/
29674
29678
  getCommonOpion: function getCommonOpion() {
29675
29679
  var _this = this;
@@ -29698,31 +29702,31 @@ var CommonOpinionsvue_type_script_lang_js_components;
29698
29702
  });
29699
29703
  },
29700
29704
 
29701
- /**
29702
- * upDate
29703
- * @desc:修改常用语
29704
- * @author liufan
29705
- * @param {Object} val 修改值
29706
- * @date 2022年5月25日
29705
+ /**
29706
+ * upDate
29707
+ * @desc:修改常用语
29708
+ * @author liufan
29709
+ * @param {Object} val 修改值
29710
+ * @date 2022年5月25日
29707
29711
  **/
29708
29712
  upDate: function upDate(val) {
29709
29713
  this.FormData.id = val.id;
29710
29714
  this.addVisible = true;
29711
29715
  },
29712
29716
 
29713
- /**
29714
- * selectChange
29715
- * @desc:常用语选择
29716
- * @author liufan
29717
- * @param {String} val 选中值
29718
- * @date 2022年5月25日
29717
+ /**
29718
+ * selectChange
29719
+ * @desc:常用语选择
29720
+ * @author liufan
29721
+ * @param {String} val 选中值
29722
+ * @date 2022年5月25日
29719
29723
  **/
29720
29724
  selectChange: function selectChange(val) {
29721
29725
  var _this2 = this;
29722
29726
 
29723
29727
  var that = this;
29724
29728
  utils_util["a" /* default */].ajax({
29725
- url: api["B" /* findSysParam */],
29729
+ url: api["C" /* findSysParam */],
29726
29730
  params: { cpName: 'commonOpinionsSelectType' }
29727
29731
  }).then(function (res) {
29728
29732
  if (res.status == 'success') {
@@ -29734,12 +29738,12 @@ var CommonOpinionsvue_type_script_lang_js_components;
29734
29738
  });
29735
29739
  },
29736
29740
 
29737
- /**
29738
- * del
29739
- * @desc:删除常用语
29740
- * @author liufan
29741
- * @param {Object} val 删除的数据
29742
- * @date 2022年5月25日
29741
+ /**
29742
+ * del
29743
+ * @desc:删除常用语
29744
+ * @author liufan
29745
+ * @param {Object} val 删除的数据
29746
+ * @date 2022年5月25日
29743
29747
  **/
29744
29748
  del: function del(val) {
29745
29749
  var _this3 = this;
@@ -29781,12 +29785,12 @@ var CommonOpinionsvue_type_script_lang_js_components;
29781
29785
  }).catch(function (e) {});
29782
29786
  },
29783
29787
 
29784
- /**
29785
- * submit
29786
- * @desc:新增/编辑意见保存
29787
- * @author liufan
29788
- * @param {Object} val 保存数据
29789
- * @date 2022年5月25日
29788
+ /**
29789
+ * submit
29790
+ * @desc:新增/编辑意见保存
29791
+ * @author liufan
29792
+ * @param {Object} val 保存数据
29793
+ * @date 2022年5月25日
29790
29794
  **/
29791
29795
  submit: function submit(val) {
29792
29796
  var _this4 = this;
@@ -29800,7 +29804,7 @@ var CommonOpinionsvue_type_script_lang_js_components;
29800
29804
  }
29801
29805
  this.loading = utils_util["a" /* default */].loading(this.$loading, '提交中...');
29802
29806
  utils_util["a" /* default */].ajax({
29803
- url: data.id ? api["oc" /* updateCommonOpinion */] : api["zb" /* saveCommonOpinion */],
29807
+ url: data.id ? api["pc" /* updateCommonOpinion */] : api["Ab" /* saveCommonOpinion */],
29804
29808
  data: info,
29805
29809
  header: { 'Content-Type': 'multipart/form-data' },
29806
29810
  method: 'post'
@@ -30468,8 +30472,8 @@ processFormvue_type_template_id_d7f4c800_render._withStripped = true
30468
30472
 
30469
30473
  // CONCATENATED MODULE: ./packages/flow/src/processForm.vue?vue&type=template&id=d7f4c800&
30470
30474
 
30471
- // CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./packages/flow/src/selectUser.vue?vue&type=template&id=615d0e78&
30472
- var selectUservue_type_template_id_615d0e78_render = function () {
30475
+ // CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./packages/flow/src/selectUser.vue?vue&type=template&id=1de54739&
30476
+ var selectUservue_type_template_id_1de54739_render = function () {
30473
30477
  var _vm = this
30474
30478
  var _h = _vm.$createElement
30475
30479
  var _c = _vm._self._c || _h
@@ -30587,7 +30591,7 @@ var selectUservue_type_template_id_615d0e78_render = function () {
30587
30591
  _vm.isCurrentNodeForbiddenChangeCandidate == 1,
30588
30592
  filterable: Boolean(_vm.isCustomUser),
30589
30593
  multiple: _vm.newMultiple,
30590
- param: _vm.newParams,
30594
+ param: Object.assign({}, _vm.newParams, { info: "no" }),
30591
30595
  disableds: _vm.disableds,
30592
30596
  },
30593
30597
  on: {
@@ -30612,11 +30616,11 @@ var selectUservue_type_template_id_615d0e78_render = function () {
30612
30616
  2
30613
30617
  )
30614
30618
  }
30615
- var selectUservue_type_template_id_615d0e78_staticRenderFns = []
30616
- selectUservue_type_template_id_615d0e78_render._withStripped = true
30619
+ var selectUservue_type_template_id_1de54739_staticRenderFns = []
30620
+ selectUservue_type_template_id_1de54739_render._withStripped = true
30617
30621
 
30618
30622
 
30619
- // CONCATENATED MODULE: ./packages/flow/src/selectUser.vue?vue&type=template&id=615d0e78&
30623
+ // CONCATENATED MODULE: ./packages/flow/src/selectUser.vue?vue&type=template&id=1de54739&
30620
30624
 
30621
30625
  // CONCATENATED MODULE: ./node_modules/babel-loader/lib!./node_modules/vue-loader/lib??vue-loader-options!./packages/flow/src/selectUser.vue?vue&type=script&lang=js&
30622
30626
  var selectUservue_type_script_lang_js_extends = Object.assign || function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; };
@@ -30804,7 +30808,7 @@ var selectUservue_type_script_lang_js_extends = Object.assign || function (targe
30804
30808
  newNextUser: [],
30805
30809
  newOptions: [],
30806
30810
  newSelectUserList: [],
30807
- url: api["cb" /* handleInfo */],
30811
+ url: api["db" /* handleInfo */],
30808
30812
  newCheckboxList: [],
30809
30813
  newPresetEdit: 0,
30810
30814
  newMultiple: false,
@@ -30921,7 +30925,7 @@ var selectUservue_type_script_lang_js_extends = Object.assign || function (targe
30921
30925
  if (query !== '') {
30922
30926
  this.searchLoading = true;
30923
30927
  utils_util["a" /* default */].ajax({
30924
- url: api["cb" /* handleInfo */],
30928
+ url: api["db" /* handleInfo */],
30925
30929
  params: { searchKey: query, query: query, type: 'user' }
30926
30930
  }).then(function (res) {
30927
30931
  var status = res.status,
@@ -31092,8 +31096,8 @@ var selectUservue_type_script_lang_js_extends = Object.assign || function (targe
31092
31096
 
31093
31097
  var selectUser_component = normalizeComponent(
31094
31098
  src_selectUservue_type_script_lang_js_,
31095
- selectUservue_type_template_id_615d0e78_render,
31096
- selectUservue_type_template_id_615d0e78_staticRenderFns,
31099
+ selectUservue_type_template_id_1de54739_render,
31100
+ selectUservue_type_template_id_1de54739_staticRenderFns,
31097
31101
  false,
31098
31102
  null,
31099
31103
  null,
@@ -31336,7 +31340,7 @@ var CustomPresetvue_type_script_lang_js_components;
31336
31340
  nextNodeId: nodeId,
31337
31341
  businessId: this.id
31338
31342
  };
31339
- utils_util["a" /* default */].ajax({ url: api["O" /* getNodeInfo */], params: params }).then(function (res) {
31343
+ utils_util["a" /* default */].ajax({ url: api["P" /* getNodeInfo */], params: params }).then(function (res) {
31340
31344
  var status = res.status,
31341
31345
  message = res.message,
31342
31346
  _res$data = res.data,
@@ -31434,7 +31438,7 @@ var CustomPresetvue_type_script_lang_js_components;
31434
31438
 
31435
31439
  isNoStart && (this.newPresetList = []);
31436
31440
  var params = {
31437
- url: api["S" /* getPresetCustomInfo */],
31441
+ url: api["T" /* getPresetCustomInfo */],
31438
31442
  data: {
31439
31443
  nodeId: nodeId,
31440
31444
  processDefinitionId: processDefinitionId ? processDefinitionId : this.newProcessDefinitionId
@@ -31788,7 +31792,7 @@ var Presetvue_type_script_lang_js_components;
31788
31792
  nodeId = this.nodeId;
31789
31793
 
31790
31794
  var params = {
31791
- url: api["T" /* getPresetNodeInfo */],
31795
+ url: api["U" /* getPresetNodeInfo */],
31792
31796
  data: {
31793
31797
  nextNodeId: nextNodeId,
31794
31798
  processDefinitionId: processDefinitionId,
@@ -32420,7 +32424,7 @@ var processFormvue_type_script_lang_js_components;
32420
32424
  if (mainConfig) {
32421
32425
  this.userModel = JSON.parse(mainConfig).userModel;
32422
32426
  } else {
32423
- utils_util["a" /* default */].ajax({ url: api["lb" /* loginUserInfo */] }).then(function (res) {
32427
+ utils_util["a" /* default */].ajax({ url: api["mb" /* loginUserInfo */] }).then(function (res) {
32424
32428
  var status = res.status,
32425
32429
  data = res.data;
32426
32430
 
@@ -32525,7 +32529,7 @@ var processFormvue_type_script_lang_js_components;
32525
32529
  var _this2 = this;
32526
32530
 
32527
32531
  utils_util["a" /* default */].ajax({
32528
- url: api["y" /* findCodeValues */],
32532
+ url: api["z" /* findCodeValues */],
32529
32533
  params: {
32530
32534
  ccCode: 'notification_type',
32531
32535
  userId: utils_util["a" /* default */].getStorage('userId')
@@ -32554,7 +32558,7 @@ var processFormvue_type_script_lang_js_components;
32554
32558
  nodeId: this.nextNode.nextNode,
32555
32559
  businessId: this.id
32556
32560
  };
32557
- utils_util["a" /* default */].ajax({ url: api["Q" /* getNotificationMsg */], params: params, methods: 'post' }).then(function (res) {
32561
+ utils_util["a" /* default */].ajax({ url: api["R" /* getNotificationMsg */], params: params, methods: 'post' }).then(function (res) {
32558
32562
  if (res.status === 'success') {
32559
32563
  _this3.nextNode.noticeInfo = res.message;
32560
32564
  }
@@ -32651,7 +32655,7 @@ var processFormvue_type_script_lang_js_components;
32651
32655
  params = newParm;
32652
32656
  }
32653
32657
  utils_util["a" /* default */].ajax({
32654
- url: _this4.isFreeStartFlow ? api["D" /* freeStartFlowWithSubmitTask */] : _this4.formType == 'readTransfer' ? api["Gb" /* startReadTransferHandleFlowWithTaskReadEnd */] : api["wb" /* register */],
32658
+ url: _this4.isFreeStartFlow ? api["E" /* freeStartFlowWithSubmitTask */] : _this4.formType == 'readTransfer' ? api["Hb" /* startReadTransferHandleFlowWithTaskReadEnd */] : api["xb" /* register */],
32655
32659
  method: 'post',
32656
32660
  data: params
32657
32661
  }).then(function (res) {
@@ -32685,7 +32689,7 @@ var processFormvue_type_script_lang_js_components;
32685
32689
  businessId: this.id,
32686
32690
  userId: utils_util["a" /* default */].getStorage('userId')
32687
32691
  };
32688
- utils_util["a" /* default */].ajax({ url: api["O" /* getNodeInfo */], params: params }).then(function (res) {
32692
+ utils_util["a" /* default */].ajax({ url: api["P" /* getNodeInfo */], params: params }).then(function (res) {
32689
32693
  var status = res.status,
32690
32694
  message = res.message,
32691
32695
  _res$data = res.data,
@@ -32773,7 +32777,7 @@ var processFormvue_type_script_lang_js_components;
32773
32777
  var _this6 = this;
32774
32778
 
32775
32779
  utils_util["a" /* default */].ajax({
32776
- url: api["A" /* findSysCodes */]
32780
+ url: api["B" /* findSysCodes */]
32777
32781
  }).then(function (res) {
32778
32782
  var status = res.status,
32779
32783
  message = res.message;
@@ -32800,11 +32804,11 @@ var processFormvue_type_script_lang_js_components;
32800
32804
  });
32801
32805
  },
32802
32806
 
32803
- /**
32804
- * isMultiple
32805
- * @desc:是否多选
32806
- * @author liufan
32807
- * @date 2022年9月13日
32807
+ /**
32808
+ * isMultiple
32809
+ * @desc:是否多选
32810
+ * @author liufan
32811
+ * @date 2022年9月13日
32808
32812
  **/
32809
32813
  isMultiple: function isMultiple(val, choiceOrgId, choiceDeptId, pOrgId) {
32810
32814
  var multiple = false;
@@ -32851,7 +32855,7 @@ var processFormvue_type_script_lang_js_components;
32851
32855
  businessId: this.businessId
32852
32856
  };
32853
32857
  // 获取节点
32854
- utils_util["a" /* default */].ajax({ url: api["Yb" /* toStartFlow */], params: params }).then(function (res) {
32858
+ utils_util["a" /* default */].ajax({ url: api["Zb" /* toStartFlow */], params: params }).then(function (res) {
32855
32859
  //pc接口返回数据处理
32856
32860
  var status = res.status,
32857
32861
  message = res.message,
@@ -33488,7 +33492,7 @@ SendMsgvue_type_template_id_5cb986c6_render._withStripped = true
33488
33492
  notificationType = _sendInfo.notificationType;
33489
33493
 
33490
33494
  var params = {
33491
- url: api["Fb" /* sendMsg */],
33495
+ url: api["Gb" /* sendMsg */],
33492
33496
  headers: { Accept: 'application/json,text/plain' },
33493
33497
  method: 'post',
33494
33498
  data: {
@@ -33550,7 +33554,7 @@ SendMsgvue_type_template_id_5cb986c6_render._withStripped = true
33550
33554
 
33551
33555
  this.loading = true;
33552
33556
  utils_util["a" /* default */].ajax({
33553
- url: api["Xb" /* toSendMsg */],
33557
+ url: api["Yb" /* toSendMsg */],
33554
33558
  params: { pendingId: this.$attrs.pendingId }
33555
33559
  }).then(function (res) {
33556
33560
  var status = res.status,
@@ -34372,7 +34376,7 @@ processRejectvue_type_template_id_67bb0710_render._withStripped = true
34372
34376
  var _this = this;
34373
34377
 
34374
34378
  utils_util["a" /* default */].ajax({
34375
- url: api["y" /* findCodeValues */],
34379
+ url: api["z" /* findCodeValues */],
34376
34380
  params: {
34377
34381
  ccCode: 'notification_type',
34378
34382
  userId: utils_util["a" /* default */].getStorage('userId')
@@ -34415,7 +34419,7 @@ processRejectvue_type_template_id_67bb0710_render._withStripped = true
34415
34419
  userId: utils_util["a" /* default */].getStorage('userId'),
34416
34420
  nextNodeId: _this2.nextNode.nextNodeId
34417
34421
  };
34418
- utils_util["a" /* default */].ajax({ url: api["Nb" /* taskRejectHtml */], method: 'post', data: params }).then(function (res) {
34422
+ utils_util["a" /* default */].ajax({ url: api["Ob" /* taskRejectHtml */], method: 'post', data: params }).then(function (res) {
34419
34423
  var status = res.status,
34420
34424
  message = res.message;
34421
34425
 
@@ -34446,7 +34450,7 @@ processRejectvue_type_template_id_67bb0710_render._withStripped = true
34446
34450
  var _this3 = this;
34447
34451
 
34448
34452
  utils_util["a" /* default */].ajax({
34449
- url: api["A" /* findSysCodes */]
34453
+ url: api["B" /* findSysCodes */]
34450
34454
  }).then(function (res) {
34451
34455
  var status = res.status,
34452
34456
  message = res.message;
@@ -34479,7 +34483,7 @@ processRejectvue_type_template_id_67bb0710_render._withStripped = true
34479
34483
  isSinglePage: false,
34480
34484
  opinion: this.option
34481
34485
  };
34482
- utils_util["a" /* default */].ajax({ url: api["cc" /* toTaskRejectHtml */], params: params }).then(function (res) {
34486
+ utils_util["a" /* default */].ajax({ url: api["dc" /* toTaskRejectHtml */], params: params }).then(function (res) {
34483
34487
  var status = res.status,
34484
34488
  message = res.message,
34485
34489
  _res$data = res.data,
@@ -35253,7 +35257,7 @@ var startTaskReadvue_type_script_lang_js_components;
35253
35257
  } else {
35254
35258
  params.appId = this.readParams.appId;
35255
35259
  }
35256
- utils_util["a" /* default */].ajax({ url: api["Q" /* getNotificationMsg */], params: params, methods: 'post' }).then(function (res) {
35260
+ utils_util["a" /* default */].ajax({ url: api["R" /* getNotificationMsg */], params: params, methods: 'post' }).then(function (res) {
35257
35261
  if (res.status === 'success') {
35258
35262
  _this.newsNoice = res.message;
35259
35263
  }
@@ -35272,7 +35276,7 @@ var startTaskReadvue_type_script_lang_js_components;
35272
35276
  taskExamine = this.taskExamine;
35273
35277
 
35274
35278
  var params = {
35275
- url: api["ic" /* toTaskTransferIndex */],
35279
+ url: api["jc" /* toTaskTransferIndex */],
35276
35280
  params: {
35277
35281
  opinion: opinion,
35278
35282
  pendingId: pendingId,
@@ -35397,7 +35401,7 @@ var startTaskReadvue_type_script_lang_js_components;
35397
35401
  var _this4 = this;
35398
35402
 
35399
35403
  var params = {
35400
- url: api["Zb" /* toStartTaskRead */],
35404
+ url: api["ac" /* toStartTaskRead */],
35401
35405
  params: startTaskReadvue_type_script_lang_js_extends({ pendingId: this.pendingId, taskAction: this.type }, this.param)
35402
35406
  };
35403
35407
  if (this.typeCode == 'read') {
@@ -35440,7 +35444,7 @@ var startTaskReadvue_type_script_lang_js_components;
35440
35444
  var _this6 = this;
35441
35445
 
35442
35446
  utils_util["a" /* default */].ajax({
35443
- url: api["y" /* findCodeValues */],
35447
+ url: api["z" /* findCodeValues */],
35444
35448
  params: {
35445
35449
  ccCode: 'notification_type',
35446
35450
  userId: utils_util["a" /* default */].getStorage('userId')
@@ -35486,7 +35490,7 @@ var startTaskReadvue_type_script_lang_js_components;
35486
35490
  type = this.type;
35487
35491
 
35488
35492
  var params = {
35489
- url: api["Rb" /* taskTransfer */],
35493
+ url: api["Sb" /* taskTransfer */],
35490
35494
  data: {
35491
35495
  choiceDeptId: choiceDeptId,
35492
35496
  choiceOrgId: choiceOrgId,
@@ -35585,7 +35589,7 @@ var startTaskReadvue_type_script_lang_js_components;
35585
35589
  params = startTaskReadvue_type_script_lang_js_extends({}, params, _this8.readParams);
35586
35590
  }
35587
35591
  utils_util["a" /* default */].ajax({
35588
- url: api["Lb" /* taskReadHtml */],
35592
+ url: api["Mb" /* taskReadHtml */],
35589
35593
  params: { taskAction: _this8.type },
35590
35594
  headers: {
35591
35595
  Accept: 'application/json,text/plain'
@@ -35624,7 +35628,7 @@ var startTaskReadvue_type_script_lang_js_components;
35624
35628
 
35625
35629
  this.loading = true;
35626
35630
  utils_util["a" /* default */].ajax({
35627
- url: api["A" /* findSysCodes */]
35631
+ url: api["B" /* findSysCodes */]
35628
35632
  }).then(function (res) {
35629
35633
  var status = res.status,
35630
35634
  message = res.message,
@@ -35677,8 +35681,8 @@ var startTaskRead_component = normalizeComponent(
35677
35681
  )
35678
35682
 
35679
35683
  /* harmony default export */ var startTaskRead = (startTaskRead_component.exports);
35680
- // CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./packages/flow/src/reset.vue?vue&type=template&id=7924ff92&
35681
- var resetvue_type_template_id_7924ff92_render = function () {
35684
+ // CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./packages/flow/src/reset.vue?vue&type=template&id=5d246dae&
35685
+ var resetvue_type_template_id_5d246dae_render = function () {
35682
35686
  var _vm = this
35683
35687
  var _h = _vm.$createElement
35684
35688
  var _c = _vm._self._c || _h
@@ -36104,11 +36108,11 @@ var resetvue_type_template_id_7924ff92_render = function () {
36104
36108
  1
36105
36109
  )
36106
36110
  }
36107
- var resetvue_type_template_id_7924ff92_staticRenderFns = []
36108
- resetvue_type_template_id_7924ff92_render._withStripped = true
36111
+ var resetvue_type_template_id_5d246dae_staticRenderFns = []
36112
+ resetvue_type_template_id_5d246dae_render._withStripped = true
36109
36113
 
36110
36114
 
36111
- // CONCATENATED MODULE: ./packages/flow/src/reset.vue?vue&type=template&id=7924ff92&
36115
+ // CONCATENATED MODULE: ./packages/flow/src/reset.vue?vue&type=template&id=5d246dae&
36112
36116
 
36113
36117
  // CONCATENATED MODULE: ./node_modules/babel-loader/lib!./node_modules/vue-loader/lib??vue-loader-options!./packages/flow/src/reset.vue?vue&type=script&lang=js&
36114
36118
  var resetvue_type_script_lang_js_extends = Object.assign || function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; };
@@ -36341,6 +36345,10 @@ var resetvue_type_script_lang_js_components;
36341
36345
  type: Object,
36342
36346
  default: function _default() {}
36343
36347
  },
36348
+ subParams: {
36349
+ type: Object,
36350
+ default: function _default() {}
36351
+ },
36344
36352
  appId: {
36345
36353
  type: String,
36346
36354
  default: ''
@@ -36461,7 +36469,7 @@ var resetvue_type_script_lang_js_components;
36461
36469
  if (mainConfig) {
36462
36470
  this.userModel = JSON.parse(mainConfig).userModel;
36463
36471
  } else {
36464
- utils_util["a" /* default */].ajax({ url: api["lb" /* loginUserInfo */] }).then(function (res) {
36472
+ utils_util["a" /* default */].ajax({ url: api["mb" /* loginUserInfo */] }).then(function (res) {
36465
36473
  var status = res.status,
36466
36474
  data = res.data;
36467
36475
 
@@ -36554,7 +36562,7 @@ var resetvue_type_script_lang_js_components;
36554
36562
  var _this2 = this;
36555
36563
 
36556
36564
  utils_util["a" /* default */].ajax({
36557
- url: api["y" /* findCodeValues */],
36565
+ url: api["z" /* findCodeValues */],
36558
36566
  params: {
36559
36567
  ccCode: 'notification_type',
36560
36568
  userId: utils_util["a" /* default */].getStorage('userId')
@@ -36584,7 +36592,7 @@ var resetvue_type_script_lang_js_components;
36584
36592
  nodeId: this.nextNode.nextNode,
36585
36593
  businessId: this.taskExamine.businessId
36586
36594
  };
36587
- utils_util["a" /* default */].ajax({ url: api["Q" /* getNotificationMsg */], params: params, methods: 'post' }).then(function (res) {
36595
+ utils_util["a" /* default */].ajax({ url: api["R" /* getNotificationMsg */], params: params, methods: 'post' }).then(function (res) {
36588
36596
  if (res.status === 'success') {
36589
36597
  _this3.nextNode.noticeInfo = res.message;
36590
36598
  }
@@ -36649,7 +36657,7 @@ var resetvue_type_script_lang_js_components;
36649
36657
  if (noticeType) {
36650
36658
  newNoticeType = noticeType.join(',');
36651
36659
  }
36652
- var params = {
36660
+ var params = resetvue_type_script_lang_js_extends({
36653
36661
  processDefinitionId: _this4.processDefinitionId,
36654
36662
  nextUserId: _this4.multiple ? newNextUser.join(',') : nextUser,
36655
36663
  nextNodeId: nextNode,
@@ -36666,10 +36674,10 @@ var resetvue_type_script_lang_js_components;
36666
36674
  handleExplain: handleExplain,
36667
36675
  presetReadUserId: _this4.mixPresetList && _this4.mixPresetList.length > 0 ? _this4.mixPresetList.join('|') : presetReadUserId.join(','),
36668
36676
  opinion: _this4.newOpinion || newOpinion
36669
- };
36677
+ }, _this4.subParams);
36670
36678
  if (_this4.activeNames != '1') delete params.customPresetUserJson;
36671
36679
  utils_util["a" /* default */].ajax({
36672
- url: _this4.type == 'reset' ? api["yb" /* resetProcess */] : api["Jb" /* taskContinuation */],
36680
+ url: _this4.type == 'reset' ? api["zb" /* resetProcess */] : api["Kb" /* taskContinuation */],
36673
36681
  method: 'post',
36674
36682
  data: params
36675
36683
  }).then(function (res) {
@@ -36703,7 +36711,7 @@ var resetvue_type_script_lang_js_components;
36703
36711
  businessId: this.taskExamine.businessId,
36704
36712
  pendingId: this.taskExamine.pendingId
36705
36713
  };
36706
- utils_util["a" /* default */].ajax({ url: api["O" /* getNodeInfo */], params: params }).then(function (res) {
36714
+ utils_util["a" /* default */].ajax({ url: api["P" /* getNodeInfo */], params: params }).then(function (res) {
36707
36715
  var status = res.status,
36708
36716
  message = res.message,
36709
36717
  _res$data = res.data,
@@ -36804,7 +36812,7 @@ var resetvue_type_script_lang_js_components;
36804
36812
  var _this6 = this;
36805
36813
 
36806
36814
  utils_util["a" /* default */].ajax({
36807
- url: api["A" /* findSysCodes */]
36815
+ url: api["B" /* findSysCodes */]
36808
36816
  }).then(function (res) {
36809
36817
  var status = res.status,
36810
36818
  message = res.message;
@@ -36832,11 +36840,11 @@ var resetvue_type_script_lang_js_components;
36832
36840
  });
36833
36841
  },
36834
36842
 
36835
- /**
36836
- * isMultiple
36837
- * @desc:是否多选
36838
- * @author liufan
36839
- * @date 2022年9月13日
36843
+ /**
36844
+ * isMultiple
36845
+ * @desc:是否多选
36846
+ * @author liufan
36847
+ * @date 2022年9月13日
36840
36848
  **/
36841
36849
  isMultiple: function isMultiple(val, choiceOrgId, choiceDeptId, pOrgId) {
36842
36850
  var multiple = false;
@@ -36873,7 +36881,7 @@ var resetvue_type_script_lang_js_components;
36873
36881
  var _this7 = this;
36874
36882
 
36875
36883
  var params = {
36876
- url: this.type == 'continuation' ? api["bc" /* toTaskContinuationIndex */] : api["Wb" /* toResetProcessIndex */],
36884
+ url: this.type == 'continuation' ? api["cc" /* toTaskContinuationIndex */] : api["Xb" /* toResetProcessIndex */],
36877
36885
  params: resetvue_type_script_lang_js_extends({
36878
36886
  appId: this.appId
36879
36887
  }, this.flowParams)
@@ -36969,8 +36977,8 @@ var resetvue_type_script_lang_js_components;
36969
36977
 
36970
36978
  var reset_component = normalizeComponent(
36971
36979
  src_resetvue_type_script_lang_js_,
36972
- resetvue_type_template_id_7924ff92_render,
36973
- resetvue_type_template_id_7924ff92_staticRenderFns,
36980
+ resetvue_type_template_id_5d246dae_render,
36981
+ resetvue_type_template_id_5d246dae_staticRenderFns,
36974
36982
  false,
36975
36983
  null,
36976
36984
  null,
@@ -37455,7 +37463,7 @@ var taskUnionExaminevue_type_script_lang_js_components;
37455
37463
  pendingId = this.pendingId;
37456
37464
 
37457
37465
  var params = {
37458
- url: api["Ob" /* taskReview */],
37466
+ url: api["Pb" /* taskReview */],
37459
37467
  data: {
37460
37468
  nextUserId: nextOtherOrgObj.join(','),
37461
37469
  notificationType: noticeType.join(','),
@@ -37491,7 +37499,7 @@ var taskUnionExaminevue_type_script_lang_js_components;
37491
37499
  var _this2 = this;
37492
37500
 
37493
37501
  var params = {
37494
- url: api["dc" /* toTaskReview */],
37502
+ url: api["ec" /* toTaskReview */],
37495
37503
  params: { pendingId: this.pendingId }
37496
37504
  };
37497
37505
  utils_util["a" /* default */].ajax(params).then(function (res) {
@@ -37527,7 +37535,7 @@ var taskUnionExaminevue_type_script_lang_js_components;
37527
37535
  var _this3 = this;
37528
37536
 
37529
37537
  var params = {
37530
- url: this.type == 'takeAdvice' ? api["hc" /* toTaskTakeAdvice */] : this.type === 'startDraf' ? api["ec" /* toTaskStartDraft */] : this.type == 'unionSeal' ? api["kc" /* toTaskUnionSeal */] : this.type == 'twoOfficesDispatch' ? api["lc" /* toTwoOfficesDispatch */] : api["jc" /* toTaskUnionExamine */],
37538
+ url: this.type == 'takeAdvice' ? api["ic" /* toTaskTakeAdvice */] : this.type === 'startDraf' ? api["fc" /* toTaskStartDraft */] : this.type == 'unionSeal' ? api["lc" /* toTaskUnionSeal */] : this.type == 'twoOfficesDispatch' ? api["mc" /* toTwoOfficesDispatch */] : api["kc" /* toTaskUnionExamine */],
37531
37539
  params: { pendingId: this.pendingId },
37532
37540
  headers: { Accept: 'application/json,text/plain' }
37533
37541
  };
@@ -37651,7 +37659,7 @@ var taskUnionExaminevue_type_script_lang_js_components;
37651
37659
  // if (this.type != 'startDraf' && this.type != 'unionSeal' && this.type != 'twoOfficesDispatch')
37652
37660
  // return this.$message.warning('暂未开放,敬请期待!');
37653
37661
  var param = {
37654
- url: this.type === 'startDraf' ? api["Pb" /* taskStartDraft */] : this.type == 'unionSeal' ? api["Tb" /* taskUnionSeal */] : this.type === 'twoOfficesDispatch' ? api["nc" /* twoOfficesDispatch */] : this.type == 'takeAdvice' ? api["Qb" /* taskTakeAdvice */] : api["Sb" /* taskUnionExamine */],
37662
+ url: this.type === 'startDraf' ? api["Qb" /* taskStartDraft */] : this.type == 'unionSeal' ? api["Ub" /* taskUnionSeal */] : this.type === 'twoOfficesDispatch' ? api["oc" /* twoOfficesDispatch */] : this.type == 'takeAdvice' ? api["Rb" /* taskTakeAdvice */] : api["Tb" /* taskUnionExamine */],
37655
37663
  data: {
37656
37664
  opinion: opinion,
37657
37665
  pendingId: pendingId,
@@ -37717,7 +37725,7 @@ var taskUnionExaminevue_type_script_lang_js_components;
37717
37725
  var _this5 = this;
37718
37726
 
37719
37727
  utils_util["a" /* default */].ajax({
37720
- url: api["y" /* findCodeValues */],
37728
+ url: api["z" /* findCodeValues */],
37721
37729
  params: {
37722
37730
  ccCode: 'notification_type',
37723
37731
  userId: utils_util["a" /* default */].getStorage('userId')
@@ -37745,7 +37753,7 @@ var taskUnionExaminevue_type_script_lang_js_components;
37745
37753
  var params = {
37746
37754
  pendingId: this.pendingId
37747
37755
  };
37748
- utils_util["a" /* default */].ajax({ url: api["Q" /* getNotificationMsg */], params: params, methods: 'post' }).then(function (res) {
37756
+ utils_util["a" /* default */].ajax({ url: api["R" /* getNotificationMsg */], params: params, methods: 'post' }).then(function (res) {
37749
37757
  if (res.status === 'success') {
37750
37758
  _this6.infoList.noticeInfo = res.message;
37751
37759
  }
@@ -37761,7 +37769,7 @@ var taskUnionExaminevue_type_script_lang_js_components;
37761
37769
  var _this7 = this;
37762
37770
 
37763
37771
  utils_util["a" /* default */].ajax({
37764
- url: api["A" /* findSysCodes */]
37772
+ url: api["B" /* findSysCodes */]
37765
37773
  }).then(function (res) {
37766
37774
  var status = res.status,
37767
37775
  message = res.message;
@@ -40999,7 +41007,7 @@ function freeStartFlowvue_type_script_lang_js_asyncToGenerator(fn) { return func
40999
41007
  var _this = this;
41000
41008
 
41001
41009
  var params = {
41002
- url: api["F" /* getAdjunctFileInfos */],
41010
+ url: api["G" /* getAdjunctFileInfos */],
41003
41011
  params: { ownId: ownId, code: code }
41004
41012
  };
41005
41013
  utils_util["a" /* default */].ajax(params).then(function (res) {
@@ -41087,7 +41095,7 @@ function freeStartFlowvue_type_script_lang_js_asyncToGenerator(fn) { return func
41087
41095
  taskAction: 'complete'
41088
41096
  };
41089
41097
  utils_util["a" /* default */].ajax({
41090
- url: api["Lb" /* taskReadHtml */],
41098
+ url: api["Mb" /* taskReadHtml */],
41091
41099
  params: { taskAction: 'complete' },
41092
41100
  headers: {
41093
41101
  Accept: 'application/json,text/plain'
@@ -41119,7 +41127,7 @@ function freeStartFlowvue_type_script_lang_js_asyncToGenerator(fn) { return func
41119
41127
 
41120
41128
  this.loading = utils_util["a" /* default */].loading(this.$loading, '加载中...');
41121
41129
  utils_util["a" /* default */].ajax({
41122
- url: api["ac" /* toStartTaskReadIndex */],
41130
+ url: api["bc" /* toStartTaskReadIndex */],
41123
41131
  params: { pendingId: this.pendingId }
41124
41132
  }).then(function (res) {
41125
41133
  var status = res.status,
@@ -41155,7 +41163,7 @@ function freeStartFlowvue_type_script_lang_js_asyncToGenerator(fn) { return func
41155
41163
  if (mainConfig) {
41156
41164
  this.userModel = JSON.parse(mainConfig).userModel;
41157
41165
  } else {
41158
- utils_util["a" /* default */].ajax({ url: api["lb" /* loginUserInfo */] }).then(function (res) {
41166
+ utils_util["a" /* default */].ajax({ url: api["mb" /* loginUserInfo */] }).then(function (res) {
41159
41167
  var status = res.status,
41160
41168
  data = res.data;
41161
41169
 
@@ -41190,7 +41198,7 @@ function freeStartFlowvue_type_script_lang_js_asyncToGenerator(fn) { return func
41190
41198
  var _this5 = this;
41191
41199
 
41192
41200
  utils_util["a" /* default */].ajax({
41193
- url: api["y" /* findCodeValues */],
41201
+ url: api["z" /* findCodeValues */],
41194
41202
  params: {
41195
41203
  ccCode: 'notification_type',
41196
41204
  userId: utils_util["a" /* default */].getStorage('userId')
@@ -41209,11 +41217,11 @@ function freeStartFlowvue_type_script_lang_js_asyncToGenerator(fn) { return func
41209
41217
  });
41210
41218
  },
41211
41219
 
41212
- /**
41213
- * saveInfo
41214
- * @desc:暂存
41215
- * @author liufan
41216
- * @date 2022年9月9日
41220
+ /**
41221
+ * saveInfo
41222
+ * @desc:暂存
41223
+ * @author liufan
41224
+ * @date 2022年9月9日
41217
41225
  **/
41218
41226
  saveInfo: function saveInfo(type, btn) {
41219
41227
  var _this6 = this;
@@ -41256,7 +41264,7 @@ function freeStartFlowvue_type_script_lang_js_asyncToGenerator(fn) { return func
41256
41264
  pendingId: this.pendingId
41257
41265
  };
41258
41266
  this.loading = utils_util["a" /* default */].loading(this.$loading, '保存中...');
41259
- utils_util["a" /* default */].ajax({ url: api["Ub" /* tempSave */], params: params }).then(function (res) {
41267
+ utils_util["a" /* default */].ajax({ url: api["Vb" /* tempSave */], params: params }).then(function (res) {
41260
41268
  var status = res.status,
41261
41269
  message = res.message;
41262
41270
 
@@ -41275,11 +41283,11 @@ function freeStartFlowvue_type_script_lang_js_asyncToGenerator(fn) { return func
41275
41283
  });
41276
41284
  },
41277
41285
 
41278
- /**
41279
- * rejectBtn
41280
- * @desc:点击驳回
41281
- * @author liufan
41282
- * @date 2022年5月25日
41286
+ /**
41287
+ * rejectBtn
41288
+ * @desc:点击驳回
41289
+ * @author liufan
41290
+ * @date 2022年5月25日
41283
41291
  **/
41284
41292
  rejectBtn: function rejectBtn() {
41285
41293
  var _this8 = this;
@@ -41297,11 +41305,11 @@ function freeStartFlowvue_type_script_lang_js_asyncToGenerator(fn) { return func
41297
41305
  }
41298
41306
  },
41299
41307
 
41300
- /**
41301
- * taskReadBtn
41302
- * @desc:点击分阅
41303
- * @author liufan
41304
- * @date 2022年5月25日
41308
+ /**
41309
+ * taskReadBtn
41310
+ * @desc:点击分阅
41311
+ * @author liufan
41312
+ * @date 2022年5月25日
41305
41313
  **/
41306
41314
  taskReadBtn: function taskReadBtn() {
41307
41315
  var _this9 = this;
@@ -41320,17 +41328,17 @@ function freeStartFlowvue_type_script_lang_js_asyncToGenerator(fn) { return func
41320
41328
  }
41321
41329
  },
41322
41330
 
41323
- /**
41324
- * getFind
41325
- * @desc:获取通知方式
41326
- * @author liufan
41327
- * @date 2022年5月25日
41331
+ /**
41332
+ * getFind
41333
+ * @desc:获取通知方式
41334
+ * @author liufan
41335
+ * @date 2022年5月25日
41328
41336
  **/
41329
41337
  getFind: function getFind() {
41330
41338
  var _this10 = this;
41331
41339
 
41332
41340
  utils_util["a" /* default */].ajax({
41333
- url: api["A" /* findSysCodes */]
41341
+ url: api["B" /* findSysCodes */]
41334
41342
  }).then(function (res) {
41335
41343
  var status = res.status,
41336
41344
  message = res.message;
@@ -41362,7 +41370,7 @@ function freeStartFlowvue_type_script_lang_js_asyncToGenerator(fn) { return func
41362
41370
  nodeId = _endFlowInfo.nodeId;
41363
41371
 
41364
41372
  var param = {
41365
- url: api["K" /* getFreeStartFlowParams */],
41373
+ url: api["L" /* getFreeStartFlowParams */],
41366
41374
  params: {
41367
41375
  businessId: businessId,
41368
41376
  processDefinitionId: processDefinitionId,
@@ -41379,12 +41387,12 @@ function freeStartFlowvue_type_script_lang_js_asyncToGenerator(fn) { return func
41379
41387
  });
41380
41388
  },
41381
41389
 
41382
- /**
41383
- * endFlows
41384
- * @desc:直接办结
41385
- * @author liufan
41386
- * @param {Object} res 直接办结数据
41387
- * @date 2022年5月25日
41390
+ /**
41391
+ * endFlows
41392
+ * @desc:直接办结
41393
+ * @author liufan
41394
+ * @param {Object} res 直接办结数据
41395
+ * @date 2022年5月25日
41388
41396
  **/
41389
41397
  endFlows: function endFlows(res) {
41390
41398
  var _this12 = this;
@@ -41402,7 +41410,7 @@ function freeStartFlowvue_type_script_lang_js_asyncToGenerator(fn) { return func
41402
41410
 
41403
41411
  this.$confirm('确认' + res.value + '?').then(function () {
41404
41412
  var params = {
41405
- url: api["x" /* endFlowHtml */],
41413
+ url: api["y" /* endFlowHtml */],
41406
41414
  headers: { Accept: 'application/json,text/plain' },
41407
41415
  method: 'post',
41408
41416
  data: freeStartFlowvue_type_script_lang_js_extends({}, _this13.endFlowInfo, _this13.nextNode, {
@@ -41438,12 +41446,12 @@ function freeStartFlowvue_type_script_lang_js_asyncToGenerator(fn) { return func
41438
41446
  }).catch(function (e) {});
41439
41447
  },
41440
41448
 
41441
- /**
41442
- * goView
41443
- * @desc:更多流程按钮操作
41444
- * @author liufan
41445
- * @param {Object} res 当前点击操作按钮数据
41446
- * @date 2022年5月25日
41449
+ /**
41450
+ * goView
41451
+ * @desc:更多流程按钮操作
41452
+ * @author liufan
41453
+ * @param {Object} res 当前点击操作按钮数据
41454
+ * @date 2022年5月25日
41447
41455
  **/
41448
41456
  goView: function goView(res) {
41449
41457
  // 驳回并办结:rejectAndEndHtml
@@ -41528,11 +41536,11 @@ function freeStartFlowvue_type_script_lang_js_asyncToGenerator(fn) { return func
41528
41536
  // isCanStartSubFlow
41529
41537
  },
41530
41538
 
41531
- /**
41532
- * toTakeAdvice
41533
- * @desc:征求意见
41534
- * @author liufan
41535
- * @date 2022年9月29日
41539
+ /**
41540
+ * toTakeAdvice
41541
+ * @desc:征求意见
41542
+ * @author liufan
41543
+ * @date 2022年9月29日
41536
41544
  **/
41537
41545
  toTakeAdvice: function toTakeAdvice(res) {
41538
41546
  var _this14 = this;
@@ -41550,7 +41558,7 @@ function freeStartFlowvue_type_script_lang_js_asyncToGenerator(fn) { return func
41550
41558
  var _this15 = this;
41551
41559
 
41552
41560
  var params = {
41553
- url: api["jb" /* isCanStartSubFlow */],
41561
+ url: api["kb" /* isCanStartSubFlow */],
41554
41562
  data: {
41555
41563
  appId: this.taskExamineInfo.appId,
41556
41564
  inevitableNode: res.inevitableNode
@@ -41576,11 +41584,11 @@ function freeStartFlowvue_type_script_lang_js_asyncToGenerator(fn) { return func
41576
41584
  });
41577
41585
  },
41578
41586
 
41579
- /**
41580
- * toStartDraf
41581
- * @desc: 稿件递送、联合审核、复核
41582
- * @author liufan
41583
- * @date 2022年9月29日
41587
+ /**
41588
+ * toStartDraf
41589
+ * @desc: 稿件递送、联合审核、复核
41590
+ * @author liufan
41591
+ * @date 2022年9月29日
41584
41592
  **/
41585
41593
  toStartDraf: function toStartDraf(res) {
41586
41594
  var _this16 = this;
@@ -41594,11 +41602,11 @@ function freeStartFlowvue_type_script_lang_js_asyncToGenerator(fn) { return func
41594
41602
  }
41595
41603
  },
41596
41604
 
41597
- /**
41598
- * toSendMsg
41599
- * @desc:核稿通知
41600
- * @author liufan
41601
- * @date 2022年9月29日
41605
+ /**
41606
+ * toSendMsg
41607
+ * @desc:核稿通知
41608
+ * @author liufan
41609
+ * @date 2022年9月29日
41602
41610
  **/
41603
41611
  toSendMsg: function toSendMsg(res) {
41604
41612
  var _this17 = this;
@@ -41612,11 +41620,11 @@ function freeStartFlowvue_type_script_lang_js_asyncToGenerator(fn) { return func
41612
41620
  }
41613
41621
  },
41614
41622
 
41615
- /**
41616
- * toTaskReadAndEnd
41617
- * @desc:分阅并办结
41618
- * @author liufan
41619
- * @date 2022年9月29日
41623
+ /**
41624
+ * toTaskReadAndEnd
41625
+ * @desc:分阅并办结
41626
+ * @author liufan
41627
+ * @date 2022年9月29日
41620
41628
  **/
41621
41629
  toTaskReadAndEnd: function toTaskReadAndEnd(res) {
41622
41630
  var _this18 = this;
@@ -41634,11 +41642,11 @@ function freeStartFlowvue_type_script_lang_js_asyncToGenerator(fn) { return func
41634
41642
  }
41635
41643
  },
41636
41644
 
41637
- /**
41638
- * rejectAndEnd
41639
- * @desc:驳回并办结
41640
- * @author liufan
41641
- * @date 2022年9月29日
41645
+ /**
41646
+ * rejectAndEnd
41647
+ * @desc:驳回并办结
41648
+ * @author liufan
41649
+ * @date 2022年9月29日
41642
41650
  **/
41643
41651
  rejectAndEnd: function rejectAndEnd(res) {
41644
41652
  var _this19 = this;
@@ -41660,7 +41668,7 @@ function freeStartFlowvue_type_script_lang_js_asyncToGenerator(fn) { return func
41660
41668
  this.$confirm('确认' + res.value + '?').then(function () {
41661
41669
  // return this.$message.warning('请填写意见');
41662
41670
  var params = {
41663
- url: api["xb" /* rejectAndEnd */],
41671
+ url: api["yb" /* rejectAndEnd */],
41664
41672
  headers: { Accept: 'application/json,text/plain' },
41665
41673
  method: 'post',
41666
41674
  data: {
@@ -41693,11 +41701,11 @@ function freeStartFlowvue_type_script_lang_js_asyncToGenerator(fn) { return func
41693
41701
  });
41694
41702
  },
41695
41703
 
41696
- /**
41697
- * toTransfer
41698
- * @desc:转办
41699
- * @author liufan
41700
- * @date 2022年9月29日
41704
+ /**
41705
+ * toTransfer
41706
+ * @desc:转办
41707
+ * @author liufan
41708
+ * @date 2022年9月29日
41701
41709
  **/
41702
41710
  toTransfer: function toTransfer(res) {
41703
41711
  var _this21 = this;
@@ -41713,11 +41721,11 @@ function freeStartFlowvue_type_script_lang_js_asyncToGenerator(fn) { return func
41713
41721
  }
41714
41722
  },
41715
41723
 
41716
- /**
41717
- * getNodeInfo
41718
- * @desc:获取节点信息
41719
- * @author liufan
41720
- * @date 2022年5月25日
41724
+ /**
41725
+ * getNodeInfo
41726
+ * @desc:获取节点信息
41727
+ * @author liufan
41728
+ * @date 2022年5月25日
41721
41729
  **/
41722
41730
  getNodeInfo: function getNodeInfo() {
41723
41731
  var _this22 = this;
@@ -41730,7 +41738,7 @@ function freeStartFlowvue_type_script_lang_js_asyncToGenerator(fn) { return func
41730
41738
  pendingId: this.pendingId,
41731
41739
  businessId: this.businessIds
41732
41740
  };
41733
- utils_util["a" /* default */].ajax({ url: api["O" /* getNodeInfo */], params: params }).then(function (res) {
41741
+ utils_util["a" /* default */].ajax({ url: api["P" /* getNodeInfo */], params: params }).then(function (res) {
41734
41742
  var status = res.status,
41735
41743
  message = res.message,
41736
41744
  data = res.data;
@@ -41816,12 +41824,12 @@ function freeStartFlowvue_type_script_lang_js_asyncToGenerator(fn) { return func
41816
41824
  });
41817
41825
  },
41818
41826
 
41819
- /**
41820
- * selecNext
41821
- * @desc:下步节点变化时更新数据
41822
- * @author liufan
41823
- * @param {String} val 当前选中值
41824
- * @date 2022年5月25日
41827
+ /**
41828
+ * selecNext
41829
+ * @desc:下步节点变化时更新数据
41830
+ * @author liufan
41831
+ * @param {String} val 当前选中值
41832
+ * @date 2022年5月25日
41825
41833
  **/
41826
41834
  selecNext: function selecNext(val, type, isDef) {
41827
41835
  var _this23 = this;
@@ -41930,11 +41938,11 @@ function freeStartFlowvue_type_script_lang_js_asyncToGenerator(fn) { return func
41930
41938
  if (isDef !== true) this.getNodeInfo();
41931
41939
  },
41932
41940
 
41933
- /**
41934
- * isMultiple
41935
- * @desc:是否多选
41936
- * @author liufan
41937
- * @date 2022年9月13日
41941
+ /**
41942
+ * isMultiple
41943
+ * @desc:是否多选
41944
+ * @author liufan
41945
+ * @date 2022年9月13日
41938
41946
  **/
41939
41947
  isMultiple: function isMultiple(val, choiceOrgId, choiceDeptId, pOrgId) {
41940
41948
  if (val == 2 || val == 4 || val == 6 || val == 16) {
@@ -41966,11 +41974,11 @@ function freeStartFlowvue_type_script_lang_js_asyncToGenerator(fn) { return func
41966
41974
  }
41967
41975
  },
41968
41976
 
41969
- /**
41970
- * getHedInfo
41971
- * @desc:获取审核页面数据
41972
- * @author liufan
41973
- * @date 2022年5月25日
41977
+ /**
41978
+ * getHedInfo
41979
+ * @desc:获取审核页面数据
41980
+ * @author liufan
41981
+ * @date 2022年5月25日
41974
41982
  **/
41975
41983
  getHedInfo: function getHedInfo() {
41976
41984
  var _this24 = this;
@@ -41980,7 +41988,7 @@ function freeStartFlowvue_type_script_lang_js_asyncToGenerator(fn) { return func
41980
41988
  pendingId: this.pendingId,
41981
41989
  userId: utils_util["a" /* default */].getStorage('userId')
41982
41990
  };
41983
- utils_util["a" /* default */].ajax({ url: api["L" /* getHandleInfoHtml */], params: params }).then(function (res) {
41991
+ utils_util["a" /* default */].ajax({ url: api["M" /* getHandleInfoHtml */], params: params }).then(function (res) {
41984
41992
  //pc返回数据
41985
41993
 
41986
41994
  _this24.loading.close();
@@ -42206,13 +42214,13 @@ function freeStartFlowvue_type_script_lang_js_asyncToGenerator(fn) { return func
42206
42214
  });
42207
42215
  },
42208
42216
 
42209
- /**
42210
- * closeProcess
42211
- * @desc:关闭弹窗
42212
- * @author liufan
42213
- * @param {boolean} val 当前是否办理流程
42214
- * @param {String} type 当前点击的弹窗类型
42215
- * @date 2022年5月25日
42217
+ /**
42218
+ * closeProcess
42219
+ * @desc:关闭弹窗
42220
+ * @author liufan
42221
+ * @param {boolean} val 当前是否办理流程
42222
+ * @param {String} type 当前点击的弹窗类型
42223
+ * @date 2022年5月25日
42216
42224
  **/
42217
42225
  closeProcess: function closeProcess(val, type, closeParent) {
42218
42226
  if (closeParent) {
@@ -42229,23 +42237,23 @@ function freeStartFlowvue_type_script_lang_js_asyncToGenerator(fn) { return func
42229
42237
  }
42230
42238
  },
42231
42239
 
42232
- /**
42233
- * selectChange
42234
- * @desc:常用语选择
42235
- * @author liufan
42236
- * @param {String} val 选中值
42237
- * @date 2022年5月25日
42240
+ /**
42241
+ * selectChange
42242
+ * @desc:常用语选择
42243
+ * @author liufan
42244
+ * @param {String} val 选中值
42245
+ * @date 2022年5月25日
42238
42246
  **/
42239
42247
  selectChange: function selectChange(val) {
42240
42248
  this.value = val;
42241
42249
  },
42242
42250
 
42243
- /**
42244
- * upDate
42245
- * @desc:修改常用语
42246
- * @author liufan
42247
- * @param {Object} val 修改值
42248
- * @date 2022年5月25日
42251
+ /**
42252
+ * upDate
42253
+ * @desc:修改常用语
42254
+ * @author liufan
42255
+ * @param {Object} val 修改值
42256
+ * @date 2022年5月25日
42249
42257
  **/
42250
42258
  upDate: function upDate(val) {
42251
42259
  this.FormData.id = val.id;
@@ -42253,11 +42261,11 @@ function freeStartFlowvue_type_script_lang_js_asyncToGenerator(fn) { return func
42253
42261
  },
42254
42262
 
42255
42263
 
42256
- /**
42257
- * getProcess
42258
- * @desc:获取选择流程
42259
- * @author liufan
42260
- * @date 2022年5月25日
42264
+ /**
42265
+ * getProcess
42266
+ * @desc:获取选择流程
42267
+ * @author liufan
42268
+ * @date 2022年5月25日
42261
42269
  **/
42262
42270
  getProcess: function getProcess() {
42263
42271
  var _this25 = this;
@@ -42272,7 +42280,7 @@ function freeStartFlowvue_type_script_lang_js_asyncToGenerator(fn) { return func
42272
42280
  // onlyFlag: true
42273
42281
  };
42274
42282
  this.loading = utils_util["a" /* default */].loading(this.$loading, '加载中...');
42275
- utils_util["a" /* default */].ajax({ url: api["U" /* getProcessDefList */], params: params }).then(function (res) {
42283
+ utils_util["a" /* default */].ajax({ url: api["V" /* getProcessDefList */], params: params }).then(function (res) {
42276
42284
  var status = res.status,
42277
42285
  message = res.message,
42278
42286
  data = res.data;
@@ -42311,11 +42319,11 @@ function freeStartFlowvue_type_script_lang_js_asyncToGenerator(fn) { return func
42311
42319
  });
42312
42320
  },
42313
42321
 
42314
- /**
42315
- * getPendedhistoryList
42316
- * @desc:获取流程列表
42317
- * @author liufan
42318
- * @date 2022年5月25日
42322
+ /**
42323
+ * getPendedhistoryList
42324
+ * @desc:获取流程列表
42325
+ * @author liufan
42326
+ * @date 2022年5月25日
42319
42327
  **/
42320
42328
  getPendedhistoryList: function getPendedhistoryList() {
42321
42329
  var _this26 = this;
@@ -42325,7 +42333,7 @@ function freeStartFlowvue_type_script_lang_js_asyncToGenerator(fn) { return func
42325
42333
  userId: utils_util["a" /* default */].getStorage('userId'),
42326
42334
  type: 2
42327
42335
  };
42328
- utils_util["a" /* default */].ajax({ url: api["ob" /* pendedhistoryList */], data: params, method: 'post' }).then(function (res) {
42336
+ utils_util["a" /* default */].ajax({ url: api["pb" /* pendedhistoryList */], data: params, method: 'post' }).then(function (res) {
42329
42337
  var rCode = res.rCode,
42330
42338
  msg = res.msg,
42331
42339
  results = res.results;
@@ -42347,12 +42355,12 @@ function freeStartFlowvue_type_script_lang_js_asyncToGenerator(fn) { return func
42347
42355
  },
42348
42356
 
42349
42357
  // 提交流程
42350
- /**
42351
- * subProcess
42352
- * @desc:提交流程
42353
- * @author liufan
42354
- * @param {String} formName 当前form表单ref值
42355
- * @date 2022年5月25日
42358
+ /**
42359
+ * subProcess
42360
+ * @desc:提交流程
42361
+ * @author liufan
42362
+ * @param {String} formName 当前form表单ref值
42363
+ * @date 2022年5月25日
42356
42364
  **/
42357
42365
  subProcess: function subProcess(val) {
42358
42366
  var _this27 = this;
@@ -42521,7 +42529,7 @@ function freeStartFlowvue_type_script_lang_js_asyncToGenerator(fn) { return func
42521
42529
  params.isSubFlow = taskExamineInfo.isSubFlow;
42522
42530
  params.nodeId = taskExamineInfo.nodeId;
42523
42531
  params.needRetrialAuth = needRetrialAuth;
42524
- return _context.abrupt('return', utils_util["a" /* default */].ajax({ url: api["Kb" /* taskHandleHtml */], method: 'post', data: params }).then(function (res) {
42532
+ return _context.abrupt('return', utils_util["a" /* default */].ajax({ url: api["Lb" /* taskHandleHtml */], method: 'post', data: params }).then(function (res) {
42525
42533
  var status = res.status,
42526
42534
  message = res.message;
42527
42535
 
@@ -42880,7 +42888,7 @@ var supervisevue_type_script_lang_js_extends = Object.assign || function (target
42880
42888
  pendingUserIds = _nextNode.pendingUserIds;
42881
42889
 
42882
42890
  var params = {
42883
- url: api["gc" /* toTaskSuperviseSub */],
42891
+ url: api["hc" /* toTaskSuperviseSub */],
42884
42892
  params: {
42885
42893
  userId: utils_util["a" /* default */].getStorage('userId'),
42886
42894
  urgeUserIds: pendingUserIds,
@@ -42905,7 +42913,7 @@ var supervisevue_type_script_lang_js_extends = Object.assign || function (target
42905
42913
 
42906
42914
  this.loading = utils_util["a" /* default */].loading(this.$loading, '加载中...');
42907
42915
  utils_util["a" /* default */].ajax({
42908
- url: api["fc" /* toTaskSupervise */],
42916
+ url: api["gc" /* toTaskSupervise */],
42909
42917
  params: {
42910
42918
  businessId: this.businessId,
42911
42919
  userId: utils_util["a" /* default */].getStorage('userId')
@@ -42948,8 +42956,8 @@ var supervise_component = normalizeComponent(
42948
42956
  )
42949
42957
 
42950
42958
  /* harmony default export */ var supervise = (supervise_component.exports);
42951
- // CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./packages/flow/src/component/Circulate.vue?vue&type=template&id=1012ba25&
42952
- var Circulatevue_type_template_id_1012ba25_render = function () {
42959
+ // CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./packages/flow/src/component/Circulate.vue?vue&type=template&id=3f042944&
42960
+ var Circulatevue_type_template_id_3f042944_render = function () {
42953
42961
  var _vm = this
42954
42962
  var _h = _vm.$createElement
42955
42963
  var _c = _vm._self._c || _h
@@ -43137,11 +43145,11 @@ var Circulatevue_type_template_id_1012ba25_render = function () {
43137
43145
  1
43138
43146
  )
43139
43147
  }
43140
- var Circulatevue_type_template_id_1012ba25_staticRenderFns = []
43141
- Circulatevue_type_template_id_1012ba25_render._withStripped = true
43148
+ var Circulatevue_type_template_id_3f042944_staticRenderFns = []
43149
+ Circulatevue_type_template_id_3f042944_render._withStripped = true
43142
43150
 
43143
43151
 
43144
- // CONCATENATED MODULE: ./packages/flow/src/component/Circulate.vue?vue&type=template&id=1012ba25&
43152
+ // CONCATENATED MODULE: ./packages/flow/src/component/Circulate.vue?vue&type=template&id=3f042944&
43145
43153
 
43146
43154
  // CONCATENATED MODULE: ./node_modules/babel-loader/lib!./node_modules/vue-loader/lib??vue-loader-options!./packages/flow/src/component/Circulate.vue?vue&type=script&lang=js&
43147
43155
  var Circulatevue_type_script_lang_js_components;
@@ -43342,7 +43350,7 @@ var Circulatevue_type_script_lang_js_components;
43342
43350
  }
43343
43351
 
43344
43352
  var param = {
43345
- url: api["n" /* directStartTaskCircularRead */],
43353
+ url: this.showBtn ? api["n" /* directStartTaskCircularRead */] : api["x" /* endFlowAndStartTaskCircularRead */],
43346
43354
  data: {
43347
43355
  opinion: opinion,
43348
43356
  businessId: businessId,
@@ -43356,6 +43364,10 @@ var Circulatevue_type_script_lang_js_components;
43356
43364
  headers: { Accept: 'application/json,text/plain' },
43357
43365
  method: 'POST'
43358
43366
  };
43367
+ if (!this.showBtn) {
43368
+ param.data.pendingId = this.pendingId;
43369
+ delete param.data.processDefinitionId;
43370
+ }
43359
43371
  this.loading = true;
43360
43372
  utils_util["a" /* default */].ajax(param).then(function (res) {
43361
43373
  var message = res.message,
@@ -43408,7 +43420,7 @@ var Circulatevue_type_script_lang_js_components;
43408
43420
  var _this2 = this;
43409
43421
 
43410
43422
  utils_util["a" /* default */].ajax({
43411
- url: api["y" /* findCodeValues */],
43423
+ url: api["z" /* findCodeValues */],
43412
43424
  params: {
43413
43425
  ccCode: 'notification_type',
43414
43426
  userId: utils_util["a" /* default */].getStorage('userId')
@@ -43437,7 +43449,7 @@ var Circulatevue_type_script_lang_js_components;
43437
43449
  var params = {
43438
43450
  pendingId: this.pendingId
43439
43451
  };
43440
- utils_util["a" /* default */].ajax({ url: api["Q" /* getNotificationMsg */], params: params, methods: 'post' }).then(function (res) {
43452
+ utils_util["a" /* default */].ajax({ url: api["R" /* getNotificationMsg */], params: params, methods: 'post' }).then(function (res) {
43441
43453
  if (res.status === 'success') {
43442
43454
  _this3.infoList.noticeInfo = res.message;
43443
43455
  }
@@ -43453,7 +43465,7 @@ var Circulatevue_type_script_lang_js_components;
43453
43465
  var _this4 = this;
43454
43466
 
43455
43467
  utils_util["a" /* default */].ajax({
43456
- url: api["A" /* findSysCodes */]
43468
+ url: api["B" /* findSysCodes */]
43457
43469
  }).then(function (res) {
43458
43470
  var status = res.status,
43459
43471
  message = res.message;
@@ -43493,8 +43505,8 @@ var Circulatevue_type_script_lang_js_components;
43493
43505
 
43494
43506
  var Circulate_component = normalizeComponent(
43495
43507
  component_Circulatevue_type_script_lang_js_,
43496
- Circulatevue_type_template_id_1012ba25_render,
43497
- Circulatevue_type_template_id_1012ba25_staticRenderFns,
43508
+ Circulatevue_type_template_id_3f042944_render,
43509
+ Circulatevue_type_template_id_3f042944_staticRenderFns,
43498
43510
  false,
43499
43511
  null,
43500
43512
  null,
@@ -44457,6 +44469,8 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
44457
44469
  //
44458
44470
  //
44459
44471
  //
44472
+ //
44473
+ //
44460
44474
 
44461
44475
 
44462
44476
 
@@ -44509,6 +44523,10 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
44509
44523
  type: Object,
44510
44524
  default: function _default() {}
44511
44525
  },
44526
+ subParams: {
44527
+ type: Object,
44528
+ default: function _default() {}
44529
+ },
44512
44530
  width: {
44513
44531
  type: String
44514
44532
  },
@@ -44803,7 +44821,7 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
44803
44821
  var _this = this;
44804
44822
 
44805
44823
  var params = {
44806
- url: api["P" /* getNodeInfoForStart */],
44824
+ url: api["Q" /* getNodeInfoForStart */],
44807
44825
  params: { processDefinitionId: processDefinitionId }
44808
44826
  };
44809
44827
  utils_util["a" /* default */].ajax(params).then(function (res) {
@@ -44938,7 +44956,7 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
44938
44956
  var _this3 = this;
44939
44957
 
44940
44958
  var params = {
44941
- url: api["F" /* getAdjunctFileInfos */],
44959
+ url: api["G" /* getAdjunctFileInfos */],
44942
44960
  params: { ownId: ownId, code: code }
44943
44961
  };
44944
44962
  utils_util["a" /* default */].ajax(params).then(function (res) {
@@ -45026,7 +45044,7 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
45026
45044
  taskAction: 'complete'
45027
45045
  };
45028
45046
  utils_util["a" /* default */].ajax({
45029
- url: api["Lb" /* taskReadHtml */],
45047
+ url: api["Mb" /* taskReadHtml */],
45030
45048
  params: { taskAction: 'complete' },
45031
45049
  headers: {
45032
45050
  Accept: 'application/json,text/plain'
@@ -45073,7 +45091,7 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
45073
45091
 
45074
45092
  this.loading = utils_util["a" /* default */].loading(this.$loading, '加载中...');
45075
45093
  utils_util["a" /* default */].ajax({
45076
- url: api["ac" /* toStartTaskReadIndex */],
45094
+ url: api["bc" /* toStartTaskReadIndex */],
45077
45095
  params: { pendingId: this.pendingId }
45078
45096
  }).then(function (res) {
45079
45097
  var status = res.status,
@@ -45117,7 +45135,7 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
45117
45135
  if (mainConfig) {
45118
45136
  this.userModel = JSON.parse(mainConfig).userModel;
45119
45137
  } else {
45120
- utils_util["a" /* default */].ajax({ url: api["lb" /* loginUserInfo */] }).then(function (res) {
45138
+ utils_util["a" /* default */].ajax({ url: api["mb" /* loginUserInfo */] }).then(function (res) {
45121
45139
  var status = res.status,
45122
45140
  data = res.data;
45123
45141
 
@@ -45152,7 +45170,7 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
45152
45170
  var _this8 = this;
45153
45171
 
45154
45172
  utils_util["a" /* default */].ajax({
45155
- url: api["y" /* findCodeValues */],
45173
+ url: api["z" /* findCodeValues */],
45156
45174
  params: {
45157
45175
  ccCode: 'notification_type',
45158
45176
  userId: utils_util["a" /* default */].getStorage('userId')
@@ -45171,11 +45189,11 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
45171
45189
  });
45172
45190
  },
45173
45191
 
45174
- /**
45175
- * saveInfo
45176
- * @desc:暂存
45177
- * @author liufan
45178
- * @date 2022年9月9日
45192
+ /**
45193
+ * saveInfo
45194
+ * @desc:暂存
45195
+ * @author liufan
45196
+ * @date 2022年9月9日
45179
45197
  **/
45180
45198
  saveInfo: function saveInfo(type, btn) {
45181
45199
  var _this9 = this;
@@ -45218,7 +45236,7 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
45218
45236
  pendingId: this.pendingId
45219
45237
  };
45220
45238
  this.loading = utils_util["a" /* default */].loading(this.$loading, '保存中...');
45221
- utils_util["a" /* default */].ajax({ url: api["Ub" /* tempSave */], params: params }).then(function (res) {
45239
+ utils_util["a" /* default */].ajax({ url: api["Vb" /* tempSave */], params: params }).then(function (res) {
45222
45240
  var status = res.status,
45223
45241
  message = res.message;
45224
45242
 
@@ -45237,11 +45255,11 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
45237
45255
  });
45238
45256
  },
45239
45257
 
45240
- /**
45241
- * rejectBtn
45242
- * @desc:点击驳回
45243
- * @author liufan
45244
- * @date 2022年5月25日
45258
+ /**
45259
+ * rejectBtn
45260
+ * @desc:点击驳回
45261
+ * @author liufan
45262
+ * @date 2022年5月25日
45245
45263
  **/
45246
45264
  rejectBtn: function rejectBtn() {
45247
45265
  var _this11 = this;
@@ -45259,11 +45277,11 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
45259
45277
  }
45260
45278
  },
45261
45279
 
45262
- /**
45263
- * taskReadBtn
45264
- * @desc:点击分阅
45265
- * @author liufan
45266
- * @date 2022年5月25日
45280
+ /**
45281
+ * taskReadBtn
45282
+ * @desc:点击分阅
45283
+ * @author liufan
45284
+ * @date 2022年5月25日
45267
45285
  **/
45268
45286
  taskReadBtn: function taskReadBtn() {
45269
45287
  var _this12 = this;
@@ -45282,17 +45300,17 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
45282
45300
  }
45283
45301
  },
45284
45302
 
45285
- /**
45286
- * getFind
45287
- * @desc:获取通知方式
45288
- * @author liufan
45289
- * @date 2022年5月25日
45303
+ /**
45304
+ * getFind
45305
+ * @desc:获取通知方式
45306
+ * @author liufan
45307
+ * @date 2022年5月25日
45290
45308
  **/
45291
45309
  getFind: function getFind() {
45292
45310
  var _this13 = this;
45293
45311
 
45294
45312
  utils_util["a" /* default */].ajax({
45295
- url: api["A" /* findSysCodes */]
45313
+ url: api["B" /* findSysCodes */]
45296
45314
  }).then(function (res) {
45297
45315
  var status = res.status,
45298
45316
  message = res.message;
@@ -45324,7 +45342,7 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
45324
45342
  nodeId = _endFlowInfo.nodeId;
45325
45343
 
45326
45344
  var param = {
45327
- url: api["K" /* getFreeStartFlowParams */],
45345
+ url: api["L" /* getFreeStartFlowParams */],
45328
45346
  params: {
45329
45347
  businessId: businessId,
45330
45348
  processDefinitionId: processDefinitionId,
@@ -45352,12 +45370,12 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
45352
45370
  });
45353
45371
  },
45354
45372
 
45355
- /**
45356
- * endFlows
45357
- * @desc:直接办结
45358
- * @author liufan
45359
- * @param {Object} res 直接办结数据
45360
- * @date 2022年5月25日
45373
+ /**
45374
+ * endFlows
45375
+ * @desc:直接办结
45376
+ * @author liufan
45377
+ * @param {Object} res 直接办结数据
45378
+ * @date 2022年5月25日
45361
45379
  **/
45362
45380
  endFlows: function endFlows(res) {
45363
45381
  var _this15 = this;
@@ -45375,7 +45393,7 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
45375
45393
 
45376
45394
  this.$confirm('确认' + res.value + '?').then(function () {
45377
45395
  var params = {
45378
- url: api["x" /* endFlowHtml */],
45396
+ url: api["y" /* endFlowHtml */],
45379
45397
  headers: { Accept: 'application/json,text/plain' },
45380
45398
  method: 'post',
45381
45399
  data: flow_src_mainvue_type_script_lang_js_extends({}, _this16.endFlowInfo, _this16.nextNode, {
@@ -45412,12 +45430,12 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
45412
45430
  }).catch(function (e) {});
45413
45431
  },
45414
45432
 
45415
- /**
45416
- * goView
45417
- * @desc:更多流程按钮操作
45418
- * @author liufan
45419
- * @param {Object} res 当前点击操作按钮数据
45420
- * @date 2022年5月25日
45433
+ /**
45434
+ * goView
45435
+ * @desc:更多流程按钮操作
45436
+ * @author liufan
45437
+ * @param {Object} res 当前点击操作按钮数据
45438
+ * @date 2022年5月25日
45421
45439
  **/
45422
45440
  goView: function goView(res) {
45423
45441
  // 驳回并办结:rejectAndEndHtml
@@ -45502,11 +45520,11 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
45502
45520
  // isCanStartSubFlow
45503
45521
  },
45504
45522
 
45505
- /**
45506
- * toTakeAdvice
45507
- * @desc:征求意见
45508
- * @author liufan
45509
- * @date 2022年9月29日
45523
+ /**
45524
+ * toTakeAdvice
45525
+ * @desc:征求意见
45526
+ * @author liufan
45527
+ * @date 2022年9月29日
45510
45528
  **/
45511
45529
  toTakeAdvice: function toTakeAdvice(res) {
45512
45530
  var _this17 = this;
@@ -45524,7 +45542,7 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
45524
45542
  var _this18 = this;
45525
45543
 
45526
45544
  var params = {
45527
- url: api["jb" /* isCanStartSubFlow */],
45545
+ url: api["kb" /* isCanStartSubFlow */],
45528
45546
  data: {
45529
45547
  appId: this.taskExamineInfo.appId,
45530
45548
  inevitableNode: res.inevitableNode
@@ -45550,11 +45568,11 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
45550
45568
  });
45551
45569
  },
45552
45570
 
45553
- /**
45554
- * toStartDraf
45555
- * @desc: 稿件递送、联合审核、复核
45556
- * @author liufan
45557
- * @date 2022年9月29日
45571
+ /**
45572
+ * toStartDraf
45573
+ * @desc: 稿件递送、联合审核、复核
45574
+ * @author liufan
45575
+ * @date 2022年9月29日
45558
45576
  **/
45559
45577
  toStartDraf: function toStartDraf(res) {
45560
45578
  var _this19 = this;
@@ -45568,11 +45586,11 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
45568
45586
  }
45569
45587
  },
45570
45588
 
45571
- /**
45572
- * toSendMsg
45573
- * @desc:核稿通知
45574
- * @author liufan
45575
- * @date 2022年9月29日
45589
+ /**
45590
+ * toSendMsg
45591
+ * @desc:核稿通知
45592
+ * @author liufan
45593
+ * @date 2022年9月29日
45576
45594
  **/
45577
45595
  toSendMsg: function toSendMsg(res) {
45578
45596
  var _this20 = this;
@@ -45586,11 +45604,11 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
45586
45604
  }
45587
45605
  },
45588
45606
 
45589
- /**
45590
- * toTaskReadAndEnd
45591
- * @desc:分阅并办结
45592
- * @author liufan
45593
- * @date 2022年9月29日
45607
+ /**
45608
+ * toTaskReadAndEnd
45609
+ * @desc:分阅并办结
45610
+ * @author liufan
45611
+ * @date 2022年9月29日
45594
45612
  **/
45595
45613
  toTaskReadAndEnd: function toTaskReadAndEnd(res) {
45596
45614
  var _this21 = this;
@@ -45608,11 +45626,11 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
45608
45626
  }
45609
45627
  },
45610
45628
 
45611
- /**
45612
- * rejectAndEnd
45613
- * @desc:驳回并办结
45614
- * @author liufan
45615
- * @date 2022年9月29日
45629
+ /**
45630
+ * rejectAndEnd
45631
+ * @desc:驳回并办结
45632
+ * @author liufan
45633
+ * @date 2022年9月29日
45616
45634
  **/
45617
45635
  rejectAndEnd: function rejectAndEnd(res) {
45618
45636
  var _this22 = this;
@@ -45634,7 +45652,7 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
45634
45652
  this.$confirm('确认' + res.value + '?').then(function () {
45635
45653
  // return this.$message.warning('请填写意见');
45636
45654
  var params = {
45637
- url: api["xb" /* rejectAndEnd */],
45655
+ url: api["yb" /* rejectAndEnd */],
45638
45656
  headers: { Accept: 'application/json,text/plain' },
45639
45657
  method: 'post',
45640
45658
  data: {
@@ -45668,11 +45686,11 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
45668
45686
  });
45669
45687
  },
45670
45688
 
45671
- /**
45672
- * toTransfer
45673
- * @desc:转办
45674
- * @author liufan
45675
- * @date 2022年9月29日
45689
+ /**
45690
+ * toTransfer
45691
+ * @desc:转办
45692
+ * @author liufan
45693
+ * @date 2022年9月29日
45676
45694
  **/
45677
45695
  toTransfer: function toTransfer(res) {
45678
45696
  var _this24 = this;
@@ -45688,11 +45706,11 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
45688
45706
  }
45689
45707
  },
45690
45708
 
45691
- /**
45692
- * getNodeInfo
45693
- * @desc:获取节点信息
45694
- * @author liufan
45695
- * @date 2022年5月25日
45709
+ /**
45710
+ * getNodeInfo
45711
+ * @desc:获取节点信息
45712
+ * @author liufan
45713
+ * @date 2022年5月25日
45696
45714
  **/
45697
45715
  getNodeInfo: function getNodeInfo() {
45698
45716
  var _this25 = this;
@@ -45705,7 +45723,7 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
45705
45723
  pendingId: this.pendingId,
45706
45724
  businessId: this.businessIds
45707
45725
  };
45708
- utils_util["a" /* default */].ajax({ url: api["O" /* getNodeInfo */], params: params }).then(function (res) {
45726
+ utils_util["a" /* default */].ajax({ url: api["P" /* getNodeInfo */], params: params }).then(function (res) {
45709
45727
  var status = res.status,
45710
45728
  message = res.message,
45711
45729
  data = res.data;
@@ -45795,12 +45813,12 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
45795
45813
  });
45796
45814
  },
45797
45815
 
45798
- /**
45799
- * selecNext
45800
- * @desc:下步节点变化时更新数据
45801
- * @author liufan
45802
- * @param {String} val 当前选中值
45803
- * @date 2022年5月25日
45816
+ /**
45817
+ * selecNext
45818
+ * @desc:下步节点变化时更新数据
45819
+ * @author liufan
45820
+ * @param {String} val 当前选中值
45821
+ * @date 2022年5月25日
45804
45822
  **/
45805
45823
  selecNext: function selecNext(val, type, isDef) {
45806
45824
  var _this26 = this;
@@ -45910,11 +45928,11 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
45910
45928
  this.getNodeInfo();
45911
45929
  },
45912
45930
 
45913
- /**
45914
- * isMultiple
45915
- * @desc:是否多选
45916
- * @author liufan
45917
- * @date 2022年9月13日
45931
+ /**
45932
+ * isMultiple
45933
+ * @desc:是否多选
45934
+ * @author liufan
45935
+ * @date 2022年9月13日
45918
45936
  **/
45919
45937
  isMultiple: function isMultiple(val, choiceOrgId, choiceDeptId, pOrgId) {
45920
45938
  if (val == 2 || val == 4 || val == 6 || val == 16) {
@@ -45946,11 +45964,11 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
45946
45964
  }
45947
45965
  },
45948
45966
 
45949
- /**
45950
- * getHedInfo
45951
- * @desc:获取审核页面数据
45952
- * @author liufan
45953
- * @date 2022年5月25日
45967
+ /**
45968
+ * getHedInfo
45969
+ * @desc:获取审核页面数据
45970
+ * @author liufan
45971
+ * @date 2022年5月25日
45954
45972
  **/
45955
45973
  getHedInfo: function getHedInfo() {
45956
45974
  var _this27 = this;
@@ -45960,7 +45978,7 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
45960
45978
  pendingId: this.pendingId,
45961
45979
  userId: utils_util["a" /* default */].getStorage('userId')
45962
45980
  };
45963
- utils_util["a" /* default */].ajax({ url: api["L" /* getHandleInfoHtml */], params: params }).then(function (res) {
45981
+ utils_util["a" /* default */].ajax({ url: api["M" /* getHandleInfoHtml */], params: params }).then(function (res) {
45964
45982
  //pc返回数据
45965
45983
 
45966
45984
  _this27.loading.close();
@@ -46196,13 +46214,13 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
46196
46214
  });
46197
46215
  },
46198
46216
 
46199
- /**
46200
- * closeProcess
46201
- * @desc:关闭弹窗
46202
- * @author liufan
46203
- * @param {boolean} val 当前是否办理流程
46204
- * @param {String} type 当前点击的弹窗类型
46205
- * @date 2022年5月25日
46217
+ /**
46218
+ * closeProcess
46219
+ * @desc:关闭弹窗
46220
+ * @author liufan
46221
+ * @param {boolean} val 当前是否办理流程
46222
+ * @param {String} type 当前点击的弹窗类型
46223
+ * @date 2022年5月25日
46206
46224
  **/
46207
46225
  closeProcess: function closeProcess(val, type, closeParent) {
46208
46226
  if (closeParent) {
@@ -46220,23 +46238,23 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
46220
46238
  }
46221
46239
  },
46222
46240
 
46223
- /**
46224
- * selectChange
46225
- * @desc:常用语选择
46226
- * @author liufan
46227
- * @param {String} val 选中值
46228
- * @date 2022年5月25日
46241
+ /**
46242
+ * selectChange
46243
+ * @desc:常用语选择
46244
+ * @author liufan
46245
+ * @param {String} val 选中值
46246
+ * @date 2022年5月25日
46229
46247
  **/
46230
46248
  selectChange: function selectChange(val) {
46231
46249
  this.value = val;
46232
46250
  },
46233
46251
 
46234
- /**
46235
- * upDate
46236
- * @desc:修改常用语
46237
- * @author liufan
46238
- * @param {Object} val 修改值
46239
- * @date 2022年5月25日
46252
+ /**
46253
+ * upDate
46254
+ * @desc:修改常用语
46255
+ * @author liufan
46256
+ * @param {Object} val 修改值
46257
+ * @date 2022年5月25日
46240
46258
  **/
46241
46259
  upDate: function upDate(val) {
46242
46260
  this.FormData.id = val.id;
@@ -46244,11 +46262,11 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
46244
46262
  },
46245
46263
 
46246
46264
 
46247
- /**
46248
- * getProcess
46249
- * @desc:获取选择流程
46250
- * @author liufan
46251
- * @date 2022年5月25日
46265
+ /**
46266
+ * getProcess
46267
+ * @desc:获取选择流程
46268
+ * @author liufan
46269
+ * @date 2022年5月25日
46252
46270
  **/
46253
46271
  getProcess: function getProcess(val) {
46254
46272
  var _this28 = this;
@@ -46261,7 +46279,7 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
46261
46279
  hideTempSave: true
46262
46280
  }, this.param);
46263
46281
  this.loading = utils_util["a" /* default */].loading(this.$loading, '加载中...');
46264
- utils_util["a" /* default */].ajax({ url: api["U" /* getProcessDefList */], params: params }).then(function (res) {
46282
+ utils_util["a" /* default */].ajax({ url: api["V" /* getProcessDefList */], params: params }).then(function (res) {
46265
46283
  var status = res.status,
46266
46284
  message = res.message,
46267
46285
  data = res.data;
@@ -46303,11 +46321,11 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
46303
46321
  });
46304
46322
  },
46305
46323
 
46306
- /**
46307
- * getPendedhistoryList
46308
- * @desc:获取流程列表
46309
- * @author liufan
46310
- * @date 2022年5月25日
46324
+ /**
46325
+ * getPendedhistoryList
46326
+ * @desc:获取流程列表
46327
+ * @author liufan
46328
+ * @date 2022年5月25日
46311
46329
  **/
46312
46330
  getPendedhistoryList: function getPendedhistoryList() {
46313
46331
  var _this29 = this;
@@ -46317,7 +46335,7 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
46317
46335
  userId: utils_util["a" /* default */].getStorage('userId'),
46318
46336
  type: 2
46319
46337
  };
46320
- utils_util["a" /* default */].ajax({ url: api["ob" /* pendedhistoryList */], data: params, method: 'post' }).then(function (res) {
46338
+ utils_util["a" /* default */].ajax({ url: api["pb" /* pendedhistoryList */], data: params, method: 'post' }).then(function (res) {
46321
46339
  var rCode = res.rCode,
46322
46340
  msg = res.msg,
46323
46341
  results = res.results;
@@ -46375,12 +46393,12 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
46375
46393
  },
46376
46394
 
46377
46395
  // 提交流程
46378
- /**
46379
- * subProcess
46380
- * @desc:提交流程
46381
- * @author liufan
46382
- * @param {String} formName 当前form表单ref值
46383
- * @date 2022年5月25日
46396
+ /**
46397
+ * subProcess
46398
+ * @desc:提交流程
46399
+ * @author liufan
46400
+ * @param {String} formName 当前form表单ref值
46401
+ * @date 2022年5月25日
46384
46402
  **/
46385
46403
  subProcess: function subProcess(val, type) {
46386
46404
  var _this31 = this;
@@ -46618,7 +46636,7 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
46618
46636
  params.orgRoleCode = circularReadParamsMap.circularReadOrgRoleCode;
46619
46637
  }
46620
46638
 
46621
- return _context.abrupt('return', utils_util["a" /* default */].ajax({ url: api["Kb" /* taskHandleHtml */], method: 'post', data: params }).then(function (res) {
46639
+ return _context.abrupt('return', utils_util["a" /* default */].ajax({ url: api["Lb" /* taskHandleHtml */], method: 'post', data: params }).then(function (res) {
46622
46640
  var status = res.status,
46623
46641
  message = res.message;
46624
46642
 
@@ -46700,8 +46718,8 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
46700
46718
 
46701
46719
  var flow_src_main_component = normalizeComponent(
46702
46720
  packages_flow_src_mainvue_type_script_lang_js_,
46703
- mainvue_type_template_id_fe0ac130_render,
46704
- mainvue_type_template_id_fe0ac130_staticRenderFns,
46721
+ mainvue_type_template_id_5f8259cf_render,
46722
+ mainvue_type_template_id_5f8259cf_staticRenderFns,
46705
46723
  false,
46706
46724
  null,
46707
46725
  null,
@@ -48691,8 +48709,8 @@ flow_group_src_main.install = function (Vue) {
48691
48709
  };
48692
48710
 
48693
48711
  /* harmony default export */ var flow_group = (flow_group_src_main);
48694
- // CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./packages/flow-list/src/main.vue?vue&type=template&id=0f6641c6&
48695
- var mainvue_type_template_id_0f6641c6_render = function () {
48712
+ // CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./packages/flow-list/src/main.vue?vue&type=template&id=64b7e13b&
48713
+ var mainvue_type_template_id_64b7e13b_render = function () {
48696
48714
  var _vm = this
48697
48715
  var _h = _vm.$createElement
48698
48716
  var _c = _vm._self._c || _h
@@ -48895,11 +48913,11 @@ var mainvue_type_template_id_0f6641c6_render = function () {
48895
48913
  2
48896
48914
  )
48897
48915
  }
48898
- var mainvue_type_template_id_0f6641c6_staticRenderFns = []
48899
- mainvue_type_template_id_0f6641c6_render._withStripped = true
48916
+ var mainvue_type_template_id_64b7e13b_staticRenderFns = []
48917
+ mainvue_type_template_id_64b7e13b_render._withStripped = true
48900
48918
 
48901
48919
 
48902
- // CONCATENATED MODULE: ./packages/flow-list/src/main.vue?vue&type=template&id=0f6641c6&
48920
+ // CONCATENATED MODULE: ./packages/flow-list/src/main.vue?vue&type=template&id=64b7e13b&
48903
48921
 
48904
48922
  // CONCATENATED MODULE: ./node_modules/babel-loader/lib!./node_modules/vue-loader/lib??vue-loader-options!./packages/flow-list/src/main.vue?vue&type=script&lang=js&
48905
48923
 
@@ -49937,7 +49955,7 @@ function flow_list_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return
49937
49955
  return x.id;
49938
49956
  }).join(',');
49939
49957
  var params = {
49940
- url: api["Mb" /* taskReadWithDraw */],
49958
+ url: api["Nb" /* taskReadWithDraw */],
49941
49959
  params: {
49942
49960
  pendingIds: pendingIds
49943
49961
  }
@@ -50027,7 +50045,7 @@ function flow_list_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return
50027
50045
 
50028
50046
  var _that = this;
50029
50047
  var params = {
50030
- url: api["qb" /* pendedhistoryListWithCircularReadJson */],
50048
+ url: api["rb" /* pendedhistoryListWithCircularReadJson */],
50031
50049
  params: { apprecordid: _that.businessId }
50032
50050
  };
50033
50051
  utils_util["a" /* default */].ajax(params).then(function (res) {
@@ -50049,24 +50067,31 @@ function flow_list_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return
50049
50067
  switch (type) {
50050
50068
  case 'preset':
50051
50069
  this.flowListCount.preset = this.presetData.length;
50070
+ this.flowListCount.presetData = this.presetData;
50052
50071
  return this.presetData;
50053
50072
  case 'sign':
50054
50073
  this.flowListCount.sign = this.signData.length;
50074
+ this.flowListCount.signData = this.signData;
50055
50075
  return this.signData;
50056
50076
  case 'splitReading':
50057
50077
  this.flowListCount.splitReading = this.splitReadingData.length;
50078
+ this.flowListCount.splitReadingData = this.splitReadingData;
50058
50079
  return this.splitReadingData;
50059
50080
  case 'circular':
50060
50081
  this.flowListCount.circular = this.circularData.length;
50082
+ this.flowListCount.circularData = this.circularData;
50061
50083
  return this.circularData;
50062
50084
  case 'untreatedRead':
50063
50085
  this.flowListCount.untreatedRead = this.untreatedReadData.length;
50086
+ this.flowListCount.untreatedReadData = this.untreatedReadData;
50064
50087
  return this.untreatedReadData;
50065
50088
  case 'processedRead':
50066
50089
  this.flowListCount.processedRead = this.processedReadData.length;
50090
+ this.flowListCount.processedReadData = this.processedReadData;
50067
50091
  return this.processedReadData;
50068
50092
  default:
50069
50093
  this.flowListCount.flow = this.flowData.length;
50094
+ this.flowListCount.flowData = this.flowData;
50070
50095
  return this.flowData;
50071
50096
  }
50072
50097
  },
@@ -50091,12 +50116,12 @@ function flow_list_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return
50091
50116
  }
50092
50117
  },
50093
50118
 
50094
- /**
50095
- * handleFormSubmit
50096
- * @desc:删除节点点击事件
50097
- * @param {Object} formData 点击删除的form数据
50098
- * @author liufan
50099
- * @date 2022年11月29日
50119
+ /**
50120
+ * handleFormSubmit
50121
+ * @desc:删除节点点击事件
50122
+ * @param {Object} formData 点击删除的form数据
50123
+ * @author liufan
50124
+ * @date 2022年11月29日
50100
50125
  **/
50101
50126
  handleFormSubmit: function handleFormSubmit(formData) {
50102
50127
  var _this10 = this;
@@ -50127,48 +50152,48 @@ function flow_list_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return
50127
50152
  });
50128
50153
  },
50129
50154
 
50130
- /**
50131
- * del
50132
- * @desc:展示删除弹窗
50133
- * @param {String} id 当前点击数据id
50134
- * @author liufan
50135
- * @date 2022年11月29日
50155
+ /**
50156
+ * del
50157
+ * @desc:展示删除弹窗
50158
+ * @param {String} id 当前点击数据id
50159
+ * @author liufan
50160
+ * @date 2022年11月29日
50136
50161
  **/
50137
50162
  del: function del(id) {
50138
50163
  this.historyId = id;
50139
50164
  this.showDel = true;
50140
50165
  },
50141
50166
 
50142
- /**
50143
- * handleCurrentChange
50144
- * @desc:监听页码变化
50145
- * @param {String} val 当前页
50146
- * @author liufan
50147
- * @date 2022年11月29日
50167
+ /**
50168
+ * handleCurrentChange
50169
+ * @desc:监听页码变化
50170
+ * @param {String} val 当前页
50171
+ * @author liufan
50172
+ * @date 2022年11月29日
50148
50173
  **/
50149
50174
  handleCurrentChange: function handleCurrentChange(val) {
50150
50175
  this.currentPage = val;
50151
50176
  this.getPressList();
50152
50177
  },
50153
50178
 
50154
- /**
50155
- * handleSizeChange
50156
- * @desc:监听每页数据显示数量变化
50157
- * @param {String} val 每页展示数量
50158
- * @author liufan
50159
- * @date 2022年11月29日
50179
+ /**
50180
+ * handleSizeChange
50181
+ * @desc:监听每页数据显示数量变化
50182
+ * @param {String} val 每页展示数量
50183
+ * @author liufan
50184
+ * @date 2022年11月29日
50160
50185
  **/
50161
50186
  handleSizeChange: function handleSizeChange(val) {
50162
50187
  this.pageSize = val;
50163
50188
  this.getPressList();
50164
50189
  },
50165
50190
 
50166
- /**
50167
- * sortChange
50168
- * @desc:监听排序变化
50169
- * @param {Object} info 需要排序的字段及排序方式
50170
- * @author liufan
50171
- * @date 2022年11月29日
50191
+ /**
50192
+ * sortChange
50193
+ * @desc:监听排序变化
50194
+ * @param {Object} info 需要排序的字段及排序方式
50195
+ * @author liufan
50196
+ * @date 2022年11月29日
50172
50197
  **/
50173
50198
  sortChange: function sortChange(info) {
50174
50199
  var prop = info.prop,
@@ -50179,11 +50204,11 @@ function flow_list_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return
50179
50204
  this.getPressList();
50180
50205
  },
50181
50206
 
50182
- /**
50183
- * getPressList
50184
- * @desc:催办列表数据
50185
- * @author liufan
50186
- * @date 2022年11月29日
50207
+ /**
50208
+ * getPressList
50209
+ * @desc:催办列表数据
50210
+ * @author liufan
50211
+ * @date 2022年11月29日
50187
50212
  **/
50188
50213
  getPressList: function getPressList() {
50189
50214
  var _this11 = this;
@@ -50196,7 +50221,7 @@ function flow_list_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return
50196
50221
 
50197
50222
  this.pressLoading = true;
50198
50223
  var params = {
50199
- url: api["rb" /* pressListJson */],
50224
+ url: api["sb" /* pressListJson */],
50200
50225
  params: { historyId: historyId },
50201
50226
  method: 'POST',
50202
50227
  data: { page: currentPage, rows: pageSize, sidx: sidx, sord: sord, historyId: historyId }
@@ -50213,12 +50238,12 @@ function flow_list_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return
50213
50238
  });
50214
50239
  },
50215
50240
 
50216
- /**
50217
- * goPress
50218
- * @desc:催办列表查看
50219
- * @param {String} id 催办列表id
50220
- * @author liufan
50221
- * @date 2022年11月29日
50241
+ /**
50242
+ * goPress
50243
+ * @desc:催办列表查看
50244
+ * @param {String} id 催办列表id
50245
+ * @author liufan
50246
+ * @date 2022年11月29日
50222
50247
  **/
50223
50248
  goPress: function goPress(id) {
50224
50249
  this.historyId = id;
@@ -50226,23 +50251,23 @@ function flow_list_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return
50226
50251
  this.getPressList();
50227
50252
  },
50228
50253
 
50229
- /**
50230
- * showFile
50231
- * @desc:附件查看
50232
- * @param {String} ownId 附件id
50233
- * @author liufan
50234
- * @date 2022年11月29日
50254
+ /**
50255
+ * showFile
50256
+ * @desc:附件查看
50257
+ * @param {String} ownId 附件id
50258
+ * @author liufan
50259
+ * @date 2022年11月29日
50235
50260
  **/
50236
50261
  showFile: function showFile(ownId) {
50237
50262
  this.wfpendingid = ownId;
50238
50263
  this.showFileList = true;
50239
50264
  },
50240
50265
 
50241
- /**
50242
- * handleChange
50243
- * @desc:切换排序方式
50244
- * @author liufan
50245
- * @date 2022年11月22日
50266
+ /**
50267
+ * handleChange
50268
+ * @desc:切换排序方式
50269
+ * @author liufan
50270
+ * @date 2022年11月22日
50246
50271
  **/
50247
50272
  handleChange: function handleChange(key, value) {
50248
50273
  if (value) {
@@ -50262,7 +50287,7 @@ function flow_list_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return
50262
50287
  switch (_context3.prev = _context3.next) {
50263
50288
  case 0:
50264
50289
  params = {
50265
- url: api["E" /* fyListJson */],
50290
+ url: api["F" /* fyListJson */],
50266
50291
  params: {
50267
50292
  appRecordId: _this12.businessId,
50268
50293
  status: type
@@ -50291,17 +50316,17 @@ function flow_list_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return
50291
50316
  }))();
50292
50317
  },
50293
50318
 
50294
- /**
50295
- * getFlowList
50296
- * @desc:获取流程列表
50297
- * @author liufan
50298
- * @date 2022年11月22日
50319
+ /**
50320
+ * getFlowList
50321
+ * @desc:获取流程列表
50322
+ * @author liufan
50323
+ * @date 2022年11月22日
50299
50324
  **/
50300
50325
  getFlowList: function getFlowList() {
50301
50326
  var _this13 = this;
50302
50327
 
50303
50328
  var params = {
50304
- url: api["pb" /* pendedhistoryListJson */],
50329
+ url: api["qb" /* pendedhistoryListJson */],
50305
50330
  params: flow_list_src_mainvue_type_script_lang_js_extends({
50306
50331
  apprecordid: this.businessId,
50307
50332
  pendingAttr: 0,
@@ -50371,12 +50396,12 @@ function flow_list_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return
50371
50396
  });
50372
50397
  },
50373
50398
 
50374
- /**
50375
- * handleClick
50376
- * @desc:表单点击事件
50377
- * @param {Object} val 当前点击行数据及按钮
50378
- * @author liufan
50379
- * @date 2022年11月10日
50399
+ /**
50400
+ * handleClick
50401
+ * @desc:表单点击事件
50402
+ * @param {Object} val 当前点击行数据及按钮
50403
+ * @author liufan
50404
+ * @date 2022年11月10日
50380
50405
  **/
50381
50406
  handleClick: function handleClick(val) {
50382
50407
  var _this14 = this;
@@ -50422,13 +50447,13 @@ function flow_list_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return
50422
50447
  }
50423
50448
  },
50424
50449
 
50425
- /**
50426
- * getCodeValue
50427
- * @desc:获取代码表过滤后的值
50428
- * @param {String} value 展示数据的代码值
50429
- * @param {String} type 代码表类型
50430
- * @author liufan
50431
- * @date 2022年11月10日
50450
+ /**
50451
+ * getCodeValue
50452
+ * @desc:获取代码表过滤后的值
50453
+ * @param {String} value 展示数据的代码值
50454
+ * @param {String} type 代码表类型
50455
+ * @author liufan
50456
+ * @date 2022年11月10日
50432
50457
  **/
50433
50458
  getCodeValue: function getCodeValue(value, type) {
50434
50459
  var val = this[type].filter(function (item) {
@@ -50437,18 +50462,18 @@ function flow_list_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return
50437
50462
  return val[0].shortName;
50438
50463
  },
50439
50464
 
50440
- /**
50441
- * getSysInfo
50442
- * @desc:获取代码表
50443
- * @param {String} code 编码code值
50444
- * @author liufan
50445
- * @date 2022年11月10日
50465
+ /**
50466
+ * getSysInfo
50467
+ * @desc:获取代码表
50468
+ * @param {String} code 编码code值
50469
+ * @author liufan
50470
+ * @date 2022年11月10日
50446
50471
  **/
50447
50472
  getSysInfo: function getSysInfo(code) {
50448
50473
  var _this15 = this;
50449
50474
 
50450
50475
  var params = {
50451
- url: api["y" /* findCodeValues */],
50476
+ url: api["z" /* findCodeValues */],
50452
50477
  params: { ccCode: code }
50453
50478
  };
50454
50479
  utils_util["a" /* default */].ajax(params).then(function (res) {
@@ -50464,17 +50489,17 @@ function flow_list_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return
50464
50489
  }).catch(function (e) {});
50465
50490
  },
50466
50491
 
50467
- /**
50468
- * getListInfo
50469
- * @desc:获取预设列表数据
50470
- * @author liufan
50471
- * @date 2022年11月10日
50492
+ /**
50493
+ * getListInfo
50494
+ * @desc:获取预设列表数据
50495
+ * @author liufan
50496
+ * @date 2022年11月10日
50472
50497
  **/
50473
50498
  getListInfo: function getListInfo() {
50474
50499
  var _this16 = this;
50475
50500
 
50476
50501
  var param = {
50477
- url: api["Vb" /* toPresetInfoListIndex */],
50502
+ url: api["Wb" /* toPresetInfoListIndex */],
50478
50503
  params: { apprecordid: this.businessId }
50479
50504
  };
50480
50505
  utils_util["a" /* default */].ajax(param).then(function (res) {
@@ -50521,8 +50546,8 @@ function flow_list_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return
50521
50546
 
50522
50547
  var flow_list_src_main_component = normalizeComponent(
50523
50548
  packages_flow_list_src_mainvue_type_script_lang_js_,
50524
- mainvue_type_template_id_0f6641c6_render,
50525
- mainvue_type_template_id_0f6641c6_staticRenderFns,
50549
+ mainvue_type_template_id_64b7e13b_render,
50550
+ mainvue_type_template_id_64b7e13b_staticRenderFns,
50526
50551
  false,
50527
50552
  null,
50528
50553
  null,
@@ -50737,7 +50762,7 @@ mainvue_type_template_id_3d02c60c_render._withStripped = true
50737
50762
 
50738
50763
  if (this.job.id !== item.id) {
50739
50764
  this.job = item;
50740
- utils_util["a" /* default */].ajax({ url: api["Hb" /* switchUserTo */], params: { userId: item.value } }).then(function (res) {
50765
+ utils_util["a" /* default */].ajax({ url: api["Ib" /* switchUserTo */], params: { userId: item.value } }).then(function (res) {
50741
50766
  if (res.rCode == 0) {
50742
50767
  utils_util["a" /* default */].setStorage({
50743
50768
  type: _this.storage,
@@ -51446,7 +51471,7 @@ var _props;
51446
51471
  document.body.appendChild(iframe);
51447
51472
  }
51448
51473
  }
51449
- utils_util["a" /* default */].ajax({ method: 'post', url: api["mb" /* logout */] }).then(function (res) {
51474
+ utils_util["a" /* default */].ajax({ method: 'post', url: api["nb" /* logout */] }).then(function (res) {
51450
51475
  if (res.rCode == 0) {
51451
51476
  utils_util["a" /* default */].removeStorage(['Authorization', 'token', 'ssId', 'userId', 'userName', 'auth', 'deviceUnique', 'menus', 'useCaseCodes', 'mainConfig', 'jump']);
51452
51477
  if (_this.onQuit && typeof _this.onQuit === 'function') {
@@ -51578,7 +51603,7 @@ mainvue_type_template_id_20e44f4a_render._withStripped = true
51578
51603
  props: {
51579
51604
  preview: {
51580
51605
  type: String,
51581
- default: api["sb" /* previewAdjunct */] + '?adjunctId='
51606
+ default: api["tb" /* previewAdjunct */] + '?adjunctId='
51582
51607
  },
51583
51608
  contents: [Object, String]
51584
51609
  },
@@ -54725,7 +54750,7 @@ function resetPasswordvue_type_script_lang_js_objectWithoutProperties(obj, keys)
54725
54750
  var _this2 = this;
54726
54751
 
54727
54752
  utils_util["a" /* default */].ajax({
54728
- url: api["gb" /* initModifyPassword */]
54753
+ url: api["hb" /* initModifyPassword */]
54729
54754
  }).then(function (res) {
54730
54755
  if (res.rCode === 0) {
54731
54756
  var results = JSON.parse(JSON.stringify(res.results));
@@ -54785,7 +54810,7 @@ function resetPasswordvue_type_script_lang_js_objectWithoutProperties(obj, keys)
54785
54810
  var _this4 = this;
54786
54811
 
54787
54812
  utils_util["a" /* default */].ajax({
54788
- url: api["N" /* getModifyPassCode */],
54813
+ url: api["O" /* getModifyPassCode */],
54789
54814
  params: params
54790
54815
  }).then(function (res) {
54791
54816
  if (res.rCode === 0) {
@@ -54830,7 +54855,7 @@ function resetPasswordvue_type_script_lang_js_objectWithoutProperties(obj, keys)
54830
54855
  data.operationCheckCode = this.operationCheckCode;
54831
54856
  utils_util["a" /* default */].ajax({
54832
54857
  method: 'post',
54833
- url: api["kb" /* loginModifyPassword */],
54858
+ url: api["lb" /* loginModifyPassword */],
54834
54859
  data: data
54835
54860
  }).then(function (res) {
54836
54861
  _this5.submit = false;
@@ -55448,7 +55473,7 @@ var ceshi = utils_util["a" /* default */].getParams('ceshi');
55448
55473
  //初始登录配置接口地址
55449
55474
  initLogin: {
55450
55475
  type: String,
55451
- default: api["fb" /* initLogin */]
55476
+ default: api["gb" /* initLogin */]
55452
55477
  },
55453
55478
  size: String,
55454
55479
  mode: {
@@ -55572,7 +55597,7 @@ var ceshi = utils_util["a" /* default */].getParams('ceshi');
55572
55597
  },
55573
55598
  getLoginCode: {
55574
55599
  type: String,
55575
- default: api["M" /* getLoginCode */]
55600
+ default: api["N" /* getLoginCode */]
55576
55601
  },
55577
55602
  doCodeLogin: {
55578
55603
  type: String,
@@ -55580,7 +55605,7 @@ var ceshi = utils_util["a" /* default */].getParams('ceshi');
55580
55605
  },
55581
55606
  getTwoFactorLoginCode: {
55582
55607
  type: String,
55583
- default: api["Z" /* getTwoFactorLoginCode */]
55608
+ default: api["ab" /* getTwoFactorLoginCode */]
55584
55609
  },
55585
55610
  doTwoFactorLogin: {
55586
55611
  type: String,
@@ -59660,7 +59685,7 @@ appsvue_type_template_id_71b9cb14_scoped_true_render._withStripped = true
59660
59685
  },
59661
59686
  handleClick: function handleClick(res) {
59662
59687
  utils_util["a" /* default */].ajax({
59663
- url: api["vb" /* recordUserApp */],
59688
+ url: api["wb" /* recordUserApp */],
59664
59689
  params: {
59665
59690
  userId: this.user.userId,
59666
59691
  appId: res.id
@@ -59669,10 +59694,10 @@ appsvue_type_template_id_71b9cb14_scoped_true_render._withStripped = true
59669
59694
  this.$emit('click', res);
59670
59695
  },
59671
59696
 
59672
- /**
59673
- * @desc:获取气泡提醒
59674
- * @author huangbo
59675
- * @date 2024年9月7日
59697
+ /**
59698
+ * @desc:获取气泡提醒
59699
+ * @author huangbo
59700
+ * @date 2024年9月7日
59676
59701
  **/
59677
59702
  getBadge: function getBadge(res) {
59678
59703
  var num = res.tips || 0;
@@ -60072,7 +60097,7 @@ userinfovue_type_template_id_1c52f6d2_render._withStripped = true
60072
60097
  var initLogin = utils_util["a" /* default */].getStorage('initLogin');
60073
60098
  initLogin && (initLogin = JSON.parse(initLogin));
60074
60099
  utils_util["a" /* default */].ajax({
60075
- url: api["qc" /* updateUserInfo */],
60100
+ url: api["rc" /* updateUserInfo */],
60076
60101
  params: {
60077
60102
  email: this.model.email,
60078
60103
  officeTel: this.model.officeTel,
@@ -60308,7 +60333,7 @@ var userinfo_component = normalizeComponent(
60308
60333
  var _this2 = this;
60309
60334
 
60310
60335
  utils_util["a" /* default */].ajax({
60311
- url: api["ib" /* initUserSet */]
60336
+ url: api["jb" /* initUserSet */]
60312
60337
  }).then(function (res) {
60313
60338
  if (res.rCode === 0) {
60314
60339
  var results = JSON.parse(JSON.stringify(res.results));
@@ -60349,7 +60374,7 @@ var userinfo_component = normalizeComponent(
60349
60374
  var notify = this.checked.join(',');
60350
60375
  utils_util["a" /* default */].ajax({
60351
60376
  method: 'post',
60352
- url: api["pc" /* updateUserCustomInfo */],
60377
+ url: api["qc" /* updateUserCustomInfo */],
60353
60378
  data: {
60354
60379
  notify: notify
60355
60380
  }
@@ -60379,7 +60404,7 @@ var userinfo_component = normalizeComponent(
60379
60404
  if (this.user.identityId !== res.id) {
60380
60405
  utils_util["a" /* default */].ajax({
60381
60406
  method: 'post',
60382
- url: api["Hb" /* switchUserTo */],
60407
+ url: api["Ib" /* switchUserTo */],
60383
60408
  data: { userId: res.value }
60384
60409
  }).then(function (res) {
60385
60410
  if (res.rCode == 0) {
@@ -60771,7 +60796,7 @@ messagevue_type_template_id_324b2ecc_render._withStripped = true
60771
60796
  if (this.pageNum <= this.pageCount) {
60772
60797
  this.loading = true;
60773
60798
  utils_util["a" /* default */].ajax({
60774
- url: api["Ib" /* sysMsgPage */],
60799
+ url: api["Jb" /* sysMsgPage */],
60775
60800
  params: {
60776
60801
  pageNum: reload ? 1 : this.pageNum,
60777
60802
  pageSize: this.pageSize
@@ -60804,7 +60829,7 @@ messagevue_type_template_id_324b2ecc_render._withStripped = true
60804
60829
  var _this2 = this;
60805
60830
 
60806
60831
  utils_util["a" /* default */].ajax({
60807
- url: api["eb" /* ignoreSysMsg */],
60832
+ url: api["fb" /* ignoreSysMsg */],
60808
60833
  params: {
60809
60834
  id: res.id
60810
60835
  }
@@ -60824,7 +60849,7 @@ messagevue_type_template_id_324b2ecc_render._withStripped = true
60824
60849
  var _this3 = this;
60825
60850
 
60826
60851
  utils_util["a" /* default */].ajax({
60827
- url: api["db" /* ignoreAllSysMsg */]
60852
+ url: api["eb" /* ignoreAllSysMsg */]
60828
60853
  }).then(function (res) {
60829
60854
  _this3.count = 0;
60830
60855
  _this3.msgs = [];
@@ -61184,7 +61209,7 @@ noticevue_type_template_id_4696772e_render._withStripped = true
61184
61209
  var _this = this;
61185
61210
 
61186
61211
  utils_util["a" /* default */].ajax({
61187
- url: api["eb" /* ignoreSysMsg */],
61212
+ url: api["fb" /* ignoreSysMsg */],
61188
61213
  params: {
61189
61214
  id: res.id
61190
61215
  }
@@ -61203,7 +61228,7 @@ noticevue_type_template_id_4696772e_render._withStripped = true
61203
61228
  var _this2 = this;
61204
61229
 
61205
61230
  utils_util["a" /* default */].ajax({
61206
- url: api["db" /* ignoreAllSysMsg */]
61231
+ url: api["eb" /* ignoreAllSysMsg */]
61207
61232
  }).then(function (res) {
61208
61233
  _this2.msgs = [];
61209
61234
  _this2.$emit('ignore', { type: 'ignore', value: 'all' });
@@ -61989,7 +62014,7 @@ onlinevue_type_template_id_63844b4e_scoped_true_render._withStripped = true
61989
62014
  props: {
61990
62015
  sysuseronline: {
61991
62016
  type: String,
61992
- default: api["vc" /* userOnline */]
62017
+ default: api["wc" /* userOnline */]
61993
62018
  }
61994
62019
  },
61995
62020
  data: function data() {
@@ -62662,7 +62687,7 @@ var searchvue_type_script_lang_js_extends = Object.assign || function (target) {
62662
62687
  },
62663
62688
  searchType: {
62664
62689
  type: String,
62665
- default: api["Bb" /* searchType */]
62690
+ default: api["Cb" /* searchType */]
62666
62691
  },
62667
62692
  pageSize: {
62668
62693
  type: Number,
@@ -63448,7 +63473,7 @@ var events = [function (tabs, index, that) {
63448
63473
  //应用列表接口
63449
63474
  appsUrl: {
63450
63475
  type: String,
63451
- default: api["ab" /* getUserAppWithTag */]
63476
+ default: api["bb" /* getUserAppWithTag */]
63452
63477
  },
63453
63478
  //是否启用子应用菜单接口
63454
63479
  application: {
@@ -63625,9 +63650,9 @@ var events = [function (tabs, index, that) {
63625
63650
  return this.menuUrl;
63626
63651
  }
63627
63652
  if (this.application) {
63628
- return api["I" /* getComplexApplicationsNew */];
63653
+ return api["J" /* getComplexApplicationsNew */];
63629
63654
  }
63630
- return api["H" /* getComplexApplications */];
63655
+ return api["I" /* getComplexApplications */];
63631
63656
  },
63632
63657
 
63633
63658
  //人工智能配置
@@ -63695,10 +63720,10 @@ var events = [function (tabs, index, that) {
63695
63720
  },
63696
63721
 
63697
63722
  methods: {
63698
- /**
63699
- * @desc:匹配路由
63700
- * @author huangbo
63701
- * @date 2024年9月7日
63723
+ /**
63724
+ * @desc:匹配路由
63725
+ * @author huangbo
63726
+ * @date 2024年9月7日
63702
63727
  **/
63703
63728
  hasRouter: function hasRouter(res, url, code) {
63704
63729
  if (!url) {
@@ -63742,10 +63767,10 @@ var events = [function (tabs, index, that) {
63742
63767
  return false;
63743
63768
  },
63744
63769
 
63745
- /**
63746
- * @desc:获取初始数据
63747
- * @author huangbo
63748
- * @date 2024年9月7日
63770
+ /**
63771
+ * @desc:获取初始数据
63772
+ * @author huangbo
63773
+ * @date 2024年9月7日
63749
63774
  **/
63750
63775
  init: function init(results, first) {
63751
63776
  this.setConfig(results);
@@ -63754,10 +63779,10 @@ var events = [function (tabs, index, that) {
63754
63779
  }
63755
63780
  },
63756
63781
 
63757
- /**
63758
- * @desc:设置用户配置及信息
63759
- * @author huangbo
63760
- * @date 2024年9月7日
63782
+ /**
63783
+ * @desc:设置用户配置及信息
63784
+ * @author huangbo
63785
+ * @date 2024年9月7日
63761
63786
  **/
63762
63787
  setConfig: function setConfig(results) {
63763
63788
  localStorage.setItem('mainConfig', JSON.stringify(results));
@@ -63888,10 +63913,10 @@ var events = [function (tabs, index, that) {
63888
63913
  }
63889
63914
  },
63890
63915
 
63891
- /**
63892
- * @desc:获取所有应用
63893
- * @author huangbo
63894
- * @date 2024年9月7日
63916
+ /**
63917
+ * @desc:获取所有应用
63918
+ * @author huangbo
63919
+ * @date 2024年9月7日
63895
63920
  **/
63896
63921
  getApplications: function getApplications() {
63897
63922
  var _this = this;
@@ -63939,10 +63964,10 @@ var events = [function (tabs, index, that) {
63939
63964
  });
63940
63965
  },
63941
63966
 
63942
- /**
63943
- * @desc:获取菜单列表
63944
- * @author huangbo
63945
- * @date 2024年9月7日
63967
+ /**
63968
+ * @desc:获取菜单列表
63969
+ * @author huangbo
63970
+ * @date 2024年9月7日
63946
63971
  **/
63947
63972
  getMenus: function getMenus(loading) {
63948
63973
  var _this2 = this;
@@ -63975,10 +64000,10 @@ var events = [function (tabs, index, that) {
63975
64000
  });
63976
64001
  },
63977
64002
 
63978
- /**
63979
- * @desc:处理菜单列表
63980
- * @author huangbo
63981
- * @date 2024年9月7日
64003
+ /**
64004
+ * @desc:处理菜单列表
64005
+ * @author huangbo
64006
+ * @date 2024年9月7日
63982
64007
  **/
63983
64008
  renderMenus: function renderMenus(res) {
63984
64009
  this.menus = res;
@@ -64068,10 +64093,10 @@ var events = [function (tabs, index, that) {
64068
64093
  }
64069
64094
  },
64070
64095
 
64071
- /**
64072
- * @desc:设置页面加载类型
64073
- * @author huangbo
64074
- * @date 2024年9月7日
64096
+ /**
64097
+ * @desc:设置页面加载类型
64098
+ * @author huangbo
64099
+ * @date 2024年9月7日
64075
64100
  **/
64076
64101
  setIframeType: function setIframeType(res) {
64077
64102
  var url = res.url;
@@ -64127,10 +64152,10 @@ var events = [function (tabs, index, that) {
64127
64152
  return res;
64128
64153
  },
64129
64154
 
64130
- /**
64131
- * @desc:获取菜单
64132
- * @author huangbo
64133
- * @date 2024年9月7日
64155
+ /**
64156
+ * @desc:获取菜单
64157
+ * @author huangbo
64158
+ * @date 2024年9月7日
64134
64159
  **/
64135
64160
  getMenu: function getMenu(menus, res, key) {
64136
64161
  if (Array.isArray(menus)) {
@@ -64159,10 +64184,10 @@ var events = [function (tabs, index, that) {
64159
64184
  return false;
64160
64185
  },
64161
64186
 
64162
- /**
64163
- * @desc:获取菜单第一条数据
64164
- * @author huangbo
64165
- * @date 2024年9月7日
64187
+ /**
64188
+ * @desc:获取菜单第一条数据
64189
+ * @author huangbo
64190
+ * @date 2024年9月7日
64166
64191
  **/
64167
64192
  getFirst: function getFirst(obj) {
64168
64193
  if (!obj) {
@@ -64181,10 +64206,10 @@ var events = [function (tabs, index, that) {
64181
64206
  }
64182
64207
  },
64183
64208
 
64184
- /**
64185
- * @desc:遍历设置菜单气泡提醒
64186
- * @author huangbo
64187
- * @date 2024年9月7日
64209
+ /**
64210
+ * @desc:遍历设置菜单气泡提醒
64211
+ * @author huangbo
64212
+ * @date 2024年9月7日
64188
64213
  **/
64189
64214
  setTips: function setTips(obj) {
64190
64215
  var _this3 = this;
@@ -64247,10 +64272,10 @@ var events = [function (tabs, index, that) {
64247
64272
  }
64248
64273
  },
64249
64274
 
64250
- /**
64251
- * @desc:获取气泡提醒
64252
- * @author huangbo
64253
- * @date 2024年9月7日
64275
+ /**
64276
+ * @desc:获取气泡提醒
64277
+ * @author huangbo
64278
+ * @date 2024年9月7日
64254
64279
  **/
64255
64280
  getBadge: function getBadge(res) {
64256
64281
  var num = res.tips || 0;
@@ -64264,17 +64289,17 @@ var events = [function (tabs, index, that) {
64264
64289
  };
64265
64290
  },
64266
64291
 
64267
- /**
64268
- * @desc:开启weosocket
64269
- * @author huangbo
64270
- * @date 2024年9月7日
64292
+ /**
64293
+ * @desc:开启weosocket
64294
+ * @author huangbo
64295
+ * @date 2024年9月7日
64271
64296
  **/
64272
64297
  initWebSocket: function initWebSocket() {
64273
64298
  var _this5 = this;
64274
64299
 
64275
64300
  this.webSocket = utils_util["a" /* default */].socket({
64276
- url: api["wc" /* wss */],
64277
- take: api["mc" /* topic */],
64301
+ url: api["xc" /* wss */],
64302
+ take: api["nc" /* topic */],
64278
64303
  success: function success(res) {
64279
64304
  var data = res.data || {};
64280
64305
  for (var i in data) {
@@ -64315,10 +64340,10 @@ var events = [function (tabs, index, that) {
64315
64340
  });
64316
64341
  },
64317
64342
 
64318
- /**
64319
- * @desc:显示用户信息
64320
- * @author huangbo
64321
- * @date 2024年9月7日
64343
+ /**
64344
+ * @desc:显示用户信息
64345
+ * @author huangbo
64346
+ * @date 2024年9月7日
64322
64347
  **/
64323
64348
  showUserInfo: function showUserInfo() {
64324
64349
  if (this.showUser === false) {
@@ -64326,19 +64351,19 @@ var events = [function (tabs, index, that) {
64326
64351
  }
64327
64352
  },
64328
64353
 
64329
- /**
64330
- * @desc:删除更多应用菜单点击
64331
- * @author huangbo
64332
- * @date 2024年9月7日
64354
+ /**
64355
+ * @desc:删除更多应用菜单点击
64356
+ * @author huangbo
64357
+ * @date 2024年9月7日
64333
64358
  **/
64334
64359
  handleDelete: function handleDelete(index) {
64335
64360
  this.newApps.splice(index, 1);
64336
64361
  },
64337
64362
 
64338
- /**
64339
- * @desc:储存更多应用菜单点击
64340
- * @author huangbo
64341
- * @date 2024年9月7日
64363
+ /**
64364
+ * @desc:储存更多应用菜单点击
64365
+ * @author huangbo
64366
+ * @date 2024年9月7日
64342
64367
  **/
64343
64368
  handlerClickApps: function handlerClickApps(res) {
64344
64369
  if (res.permission === false) {
@@ -64351,10 +64376,10 @@ var events = [function (tabs, index, that) {
64351
64376
  this.handlerClickApp(res);
64352
64377
  },
64353
64378
 
64354
- /**
64355
- * @desc:侧边应用菜单点击
64356
- * @author huangbo
64357
- * @date 2024年9月7日
64379
+ /**
64380
+ * @desc:侧边应用菜单点击
64381
+ * @author huangbo
64382
+ * @date 2024年9月7日
64358
64383
  **/
64359
64384
  handlerClickApp: function handlerClickApp(res) {
64360
64385
  this.showMsg = false;
@@ -64441,10 +64466,10 @@ var events = [function (tabs, index, that) {
64441
64466
  }
64442
64467
  },
64443
64468
 
64444
- /**
64445
- * @desc:显示Drawer界面
64446
- * @author huangbo
64447
- * @date 2024年9月7日
64469
+ /**
64470
+ * @desc:显示Drawer界面
64471
+ * @author huangbo
64472
+ * @date 2024年9月7日
64448
64473
  **/
64449
64474
  handlerSetDrawer: function handlerSetDrawer(res, type) {
64450
64475
  var direction = arguments.length > 2 && arguments[2] !== undefined ? arguments[2] : 'ltr';
@@ -64464,23 +64489,23 @@ var events = [function (tabs, index, that) {
64464
64489
  }
64465
64490
  },
64466
64491
 
64467
- /**
64468
- * @desc:关闭Drawer界面
64469
- * @author huangbo
64470
- * @date 2024年9月7日
64492
+ /**
64493
+ * @desc:关闭Drawer界面
64494
+ * @author huangbo
64495
+ * @date 2024年9月7日
64471
64496
  **/
64472
64497
  handleCloseDrawer: function handleCloseDrawer() {
64473
64498
  this.drawer = { visible: false };
64474
64499
  },
64475
64500
 
64476
- /**
64477
- * @desc:菜单点击
64478
- * @author huangbo
64479
- * @date 2024年9月7日
64501
+ /**
64502
+ * @desc:菜单点击
64503
+ * @author huangbo
64504
+ * @date 2024年9月7日
64480
64505
  **/
64481
64506
  handlerClickMenu: function handlerClickMenu(res) {
64482
64507
  utils_util["a" /* default */].ajax({
64483
- url: api["vb" /* recordUserApp */],
64508
+ url: api["wb" /* recordUserApp */],
64484
64509
  params: {
64485
64510
  userId: this.user.userId,
64486
64511
  appId: res.id
@@ -64525,19 +64550,19 @@ var events = [function (tabs, index, that) {
64525
64550
  },
64526
64551
 
64527
64552
 
64528
- /**
64529
- * @desc:用户详情请求成功
64530
- * @author huangbo
64531
- * @date 2024年9月7日
64553
+ /**
64554
+ * @desc:用户详情请求成功
64555
+ * @author huangbo
64556
+ * @date 2024年9月7日
64532
64557
  **/
64533
64558
  handleSuccess: function handleSuccess(res) {
64534
64559
  this.simpleUserInfo = res.simpleUserInfo;
64535
64560
  },
64536
64561
 
64537
- /**
64538
- * @desc:修改用户配置
64539
- * @author huangbo
64540
- * @date 2024年9月7日
64562
+ /**
64563
+ * @desc:修改用户配置
64564
+ * @author huangbo
64565
+ * @date 2024年9月7日
64541
64566
  **/
64542
64567
  handleChangeConfig: function handleChangeConfig(name, res) {
64543
64568
  if (name == 'userHeadUrl') {
@@ -64553,10 +64578,10 @@ var events = [function (tabs, index, that) {
64553
64578
  }
64554
64579
  },
64555
64580
 
64556
- /**
64557
- * @desc:关闭webSocket
64558
- * @author huangbo
64559
- * @date 2024年9月7日
64581
+ /**
64582
+ * @desc:关闭webSocket
64583
+ * @author huangbo
64584
+ * @date 2024年9月7日
64560
64585
  **/
64561
64586
  handlerClose: function handlerClose() {
64562
64587
  if (this.webSocket) {
@@ -64564,10 +64589,10 @@ var events = [function (tabs, index, that) {
64564
64589
  }
64565
64590
  },
64566
64591
 
64567
- /**
64568
- * @desc:刷新选中iframe页签
64569
- * @author huangbo
64570
- * @date 2024年9月7日
64592
+ /**
64593
+ * @desc:刷新选中iframe页签
64594
+ * @author huangbo
64595
+ * @date 2024年9月7日
64571
64596
  **/
64572
64597
  handleRefresh: function handleRefresh() {
64573
64598
  var i = utils_util["a" /* default */].indexOfObj(this.tabs, this.activeName, 'id');
@@ -64588,10 +64613,10 @@ var events = [function (tabs, index, that) {
64588
64613
  }
64589
64614
  },
64590
64615
 
64591
- /**
64592
- * @desc:删除iframe
64593
- * @author huangbo
64594
- * @date 2024年9月7日
64616
+ /**
64617
+ * @desc:删除iframe
64618
+ * @author huangbo
64619
+ * @date 2024年9月7日
64595
64620
  **/
64596
64621
  handleRemove: function handleRemove(name) {
64597
64622
  var len = this.tabs.length - 1;
@@ -64608,10 +64633,10 @@ var events = [function (tabs, index, that) {
64608
64633
  }
64609
64634
  },
64610
64635
 
64611
- /**
64612
- * @desc:tabs鼠标右键事件
64613
- * @author huangbo
64614
- * @date 2024年9月7日
64636
+ /**
64637
+ * @desc:tabs鼠标右键事件
64638
+ * @author huangbo
64639
+ * @date 2024年9月7日
64615
64640
  **/
64616
64641
  handleContextmenu: function handleContextmenu(tabs, e) {
64617
64642
  var disabled = {};
@@ -64636,10 +64661,10 @@ var events = [function (tabs, index, that) {
64636
64661
  window.addEventListener('click', this.closeTabsEvents);
64637
64662
  },
64638
64663
 
64639
- /**
64640
- * @desc:tabs页签事件
64641
- * @author huangbo
64642
- * @date 2024年9月7日
64664
+ /**
64665
+ * @desc:tabs页签事件
64666
+ * @author huangbo
64667
+ * @date 2024年9月7日
64643
64668
  **/
64644
64669
  handleTabsEvents: function handleTabsEvents(num) {
64645
64670
  if (this.pane !== null) {
@@ -64657,10 +64682,10 @@ var events = [function (tabs, index, that) {
64657
64682
  window.removeEventListener('click', this.closeTabsEvents);
64658
64683
  },
64659
64684
 
64660
- /**
64661
- * @desc:handler工具栏点击事件
64662
- * @author huangbo
64663
- * @date 2024年9月7日
64685
+ /**
64686
+ * @desc:handler工具栏点击事件
64687
+ * @author huangbo
64688
+ * @date 2024年9月7日
64664
64689
  **/
64665
64690
  handleClick: function handleClick(res) {
64666
64691
  var type = res.type,
@@ -64738,10 +64763,10 @@ var events = [function (tabs, index, that) {
64738
64763
  this.$emit('handler-click', res);
64739
64764
  },
64740
64765
 
64741
- /**
64742
- * @desc:退出登录
64743
- * @author huangbo
64744
- * @date 2024年9月7日
64766
+ /**
64767
+ * @desc:退出登录
64768
+ * @author huangbo
64769
+ * @date 2024年9月7日
64745
64770
  **/
64746
64771
  handleQuit: function handleQuit() {
64747
64772
  var _this6 = this;
@@ -64768,7 +64793,7 @@ var events = [function (tabs, index, that) {
64768
64793
  document.body.appendChild(iframe);
64769
64794
  }
64770
64795
  }
64771
- utils_util["a" /* default */].ajax({ method: 'post', url: api["mb" /* logout */] }).then(function (res) {
64796
+ utils_util["a" /* default */].ajax({ method: 'post', url: api["nb" /* logout */] }).then(function (res) {
64772
64797
  if (res.rCode == 0) {
64773
64798
  utils_util["a" /* default */].removeStorage(['Authorization', 'token', 'ssId', 'userId', 'userName', 'auth', 'deviceUnique', 'menus', 'useCaseCodes', 'mainConfig', 'jump']);
64774
64799
  if (_this6.onQuit && typeof _this6.onQuit === 'function') {
@@ -64816,10 +64841,10 @@ var events = [function (tabs, index, that) {
64816
64841
  }).catch(function (e) {});
64817
64842
  },
64818
64843
 
64819
- /**
64820
- * @desc:主题、消息回调
64821
- * @author huangbo
64822
- * @date 2024年9月7日
64844
+ /**
64845
+ * @desc:主题、消息回调
64846
+ * @author huangbo
64847
+ * @date 2024年9月7日
64823
64848
  **/
64824
64849
  handleChange: function handleChange(res) {
64825
64850
  var type = res.type,
@@ -64835,10 +64860,10 @@ var events = [function (tabs, index, that) {
64835
64860
  }
64836
64861
  },
64837
64862
 
64838
- /**
64839
- * @desc:菜单布局样式切换
64840
- * @author huangbo
64841
- * @date 2024年9月7日
64863
+ /**
64864
+ * @desc:菜单布局样式切换
64865
+ * @author huangbo
64866
+ * @date 2024年9月7日
64842
64867
  **/
64843
64868
  handleLayout: function handleLayout(res, active) {
64844
64869
  if (active) {
@@ -64847,10 +64872,10 @@ var events = [function (tabs, index, that) {
64847
64872
  this.$emit('chang-layout', res, active);
64848
64873
  },
64849
64874
 
64850
- /**
64851
- * @desc:消息修改总数
64852
- * @author huangbo
64853
- * @date 2024年9月7日
64875
+ /**
64876
+ * @desc:消息修改总数
64877
+ * @author huangbo
64878
+ * @date 2024年9月7日
64854
64879
  **/
64855
64880
  handleMenuTips: function handleMenuTips(id, num) {
64856
64881
  if (num) {
@@ -64861,10 +64886,10 @@ var events = [function (tabs, index, that) {
64861
64886
  }
64862
64887
  },
64863
64888
 
64864
- /**
64865
- * @desc:处理即时消息
64866
- * @author huangbo
64867
- * @date 2024年9月7日
64889
+ /**
64890
+ * @desc:处理即时消息
64891
+ * @author huangbo
64892
+ * @date 2024年9月7日
64868
64893
  **/
64869
64894
  handleOpened: function handleOpened(res) {
64870
64895
  var _this7 = this;
@@ -65826,7 +65851,7 @@ var userinfovue_type_script_lang_js_extends = Object.assign || function (target)
65826
65851
  var _this2 = this;
65827
65852
 
65828
65853
  utils_util["a" /* default */].ajax({
65829
- url: api["ib" /* initUserSet */]
65854
+ url: api["jb" /* initUserSet */]
65830
65855
  }).then(function (res) {
65831
65856
  if (res.rCode === 0) {
65832
65857
  var results = JSON.parse(JSON.stringify(res.results));
@@ -65875,7 +65900,7 @@ var userinfovue_type_script_lang_js_extends = Object.assign || function (target)
65875
65900
 
65876
65901
  switch (type) {
65877
65902
  case 'job':
65878
- utils_util["a" /* default */].ajax({ url: api["Hb" /* switchUserTo */], params: { userId: value.value } }).then(function (res) {
65903
+ utils_util["a" /* default */].ajax({ url: api["Ib" /* switchUserTo */], params: { userId: value.value } }).then(function (res) {
65879
65904
  if (res.rCode == 0) {
65880
65905
  utils_util["a" /* default */].setStorage({
65881
65906
  type: _this3.storage,
@@ -65916,7 +65941,7 @@ var userinfovue_type_script_lang_js_extends = Object.assign || function (target)
65916
65941
  var initLogin = utils_util["a" /* default */].getStorage('initLogin');
65917
65942
  initLogin && (initLogin = JSON.parse(initLogin));
65918
65943
  utils_util["a" /* default */].ajax({
65919
- url: api["qc" /* updateUserInfo */],
65944
+ url: api["rc" /* updateUserInfo */],
65920
65945
  params: {
65921
65946
  email: this.values.email,
65922
65947
  officeTel: this.values.officeTel,
@@ -65974,7 +65999,7 @@ var userinfovue_type_script_lang_js_extends = Object.assign || function (target)
65974
65999
  var notify = _this4.values.notify.sort().join(',');
65975
66000
  if (notify != _this4.notify.split(',').sort().join(',')) {
65976
66001
  utils_util["a" /* default */].ajax({
65977
- url: api["pc" /* updateUserCustomInfo */],
66002
+ url: api["qc" /* updateUserCustomInfo */],
65978
66003
  params: {
65979
66004
  notify: notify
65980
66005
  }
@@ -66329,7 +66354,7 @@ messagevue_type_template_id_016a2883_render._withStripped = true
66329
66354
  if (this.pageNum <= this.pageCount) {
66330
66355
  this.loading = true;
66331
66356
  utils_util["a" /* default */].ajax({
66332
- url: api["Ib" /* sysMsgPage */],
66357
+ url: api["Jb" /* sysMsgPage */],
66333
66358
  params: {
66334
66359
  pageNum: reload ? 1 : this.pageNum,
66335
66360
  pageSize: this.pageSize
@@ -66362,7 +66387,7 @@ messagevue_type_template_id_016a2883_render._withStripped = true
66362
66387
  var _this2 = this;
66363
66388
 
66364
66389
  utils_util["a" /* default */].ajax({
66365
- url: api["eb" /* ignoreSysMsg */],
66390
+ url: api["fb" /* ignoreSysMsg */],
66366
66391
  params: {
66367
66392
  id: res.id
66368
66393
  }
@@ -66382,7 +66407,7 @@ messagevue_type_template_id_016a2883_render._withStripped = true
66382
66407
  var _this3 = this;
66383
66408
 
66384
66409
  utils_util["a" /* default */].ajax({
66385
- url: api["db" /* ignoreAllSysMsg */]
66410
+ url: api["eb" /* ignoreAllSysMsg */]
66386
66411
  }).then(function (res) {
66387
66412
  _this3.count = 0;
66388
66413
  _this3.msgs = [];
@@ -66717,7 +66742,7 @@ noticevue_type_template_id_6c63684e_render._withStripped = true
66717
66742
  var _this = this;
66718
66743
 
66719
66744
  utils_util["a" /* default */].ajax({
66720
- url: api["db" /* ignoreAllSysMsg */]
66745
+ url: api["eb" /* ignoreAllSysMsg */]
66721
66746
  }).then(function (res) {
66722
66747
  _this.count = 0;
66723
66748
  _this.msgs = [];
@@ -67224,7 +67249,7 @@ var appCode = utils_util["a" /* default */].getParams('appCode') || utils_util["
67224
67249
  //获取用户信息的接口
67225
67250
  mainConfig: {
67226
67251
  type: String,
67227
- default: api["nb" /* mainConfig */]
67252
+ default: api["ob" /* mainConfig */]
67228
67253
  },
67229
67254
  iframeId: {
67230
67255
  type: String,
@@ -67333,9 +67358,9 @@ var appCode = utils_util["a" /* default */].getParams('appCode') || utils_util["
67333
67358
  return this.menuUrl;
67334
67359
  }
67335
67360
  if (this.application) {
67336
- return api["I" /* getComplexApplicationsNew */];
67361
+ return api["J" /* getComplexApplicationsNew */];
67337
67362
  }
67338
- return api["H" /* getComplexApplications */];
67363
+ return api["I" /* getComplexApplications */];
67339
67364
  },
67340
67365
 
67341
67366
  //是否双列右侧菜单
@@ -67652,7 +67677,7 @@ var appCode = utils_util["a" /* default */].getParams('appCode') || utils_util["
67652
67677
  return;
67653
67678
  }
67654
67679
  utils_util["a" /* default */].ajax({
67655
- url: api["pc" /* updateUserCustomInfo */],
67680
+ url: api["qc" /* updateUserCustomInfo */],
67656
67681
  params: { color: escape(color.toLowerCase()) },
67657
67682
  data: { color: escape(color.toLowerCase()) }
67658
67683
  }).then(function (res) {
@@ -68860,8 +68885,8 @@ var appCode = utils_util["a" /* default */].getParams('appCode') || utils_util["
68860
68885
  var _this11 = this;
68861
68886
 
68862
68887
  this.webSocket = utils_util["a" /* default */].socket({
68863
- url: api["wc" /* wss */],
68864
- take: api["mc" /* topic */],
68888
+ url: api["xc" /* wss */],
68889
+ take: api["nc" /* topic */],
68865
68890
  success: function success(res) {
68866
68891
  var data = res.data || {};
68867
68892
  for (var i in data) {
@@ -70691,7 +70716,7 @@ var notify_src_mainvue_type_script_lang_js_extends = Object.assign || function (
70691
70716
  text: '重发',
70692
70717
  format: false,
70693
70718
  method: 'post',
70694
- action: api["Cb" /* sendBatch */]
70719
+ action: api["Db" /* sendBatch */]
70695
70720
  }]
70696
70721
  }];
70697
70722
  }
@@ -70878,13 +70903,13 @@ var notify_src_mainvue_type_script_lang_js_extends = Object.assign || function (
70878
70903
  },
70879
70904
  data: function data() {
70880
70905
  return {
70881
- sendList: api["Eb" /* sendList */],
70882
- sendBatch: api["Cb" /* sendBatch */],
70906
+ sendList: api["Fb" /* sendList */],
70907
+ sendBatch: api["Db" /* sendBatch */],
70883
70908
  tableCount: 0,
70884
70909
  selectData: [],
70885
70910
  formTitle: '',
70886
70911
  showForm: false,
70887
- formData: api["Db" /* sendInfo */],
70912
+ formData: api["Eb" /* sendInfo */],
70888
70913
  params: {},
70889
70914
  sendTypeDict: [],
70890
70915
  statusDict: []
@@ -70903,7 +70928,7 @@ var notify_src_mainvue_type_script_lang_js_extends = Object.assign || function (
70903
70928
  type: 'primary',
70904
70929
  checkbox: true,
70905
70930
  format: false,
70906
- action: api["Cb" /* sendBatch */]
70931
+ action: api["Db" /* sendBatch */]
70907
70932
  }]
70908
70933
  }, {
70909
70934
  type: 'search',
@@ -72006,19 +72031,19 @@ var QRCode = __webpack_require__(24);
72006
72031
  //设置logo大小
72007
72032
  var logoPosition = (_this3.mwidth - 46) / 2; //logo相对于canvas居中定位
72008
72033
  //设置获取的logo将其变为圆角以及添加白色背景
72009
- /* ctx.fillStyle = "#fff";
72010
- ctx.beginPath();
72011
- let h = 46; //圆角高 10为基数(logo四周白色背景为10/2)
72012
- let w = 46; //圆角宽
72013
- let x = logoPosition - 5;
72014
- let y = logoPosition - 5;
72015
- let r = 5; //圆角半径
72016
- ctx.moveTo(x + r, y);
72017
- ctx.arcTo(x + w, y, x + w, y + h, r);
72018
- ctx.arcTo(x + w, y + h, x, y + h, r);
72019
- ctx.arcTo(x, y + h, x, y, r);
72020
- ctx.arcTo(x, y, x + w, y, r);
72021
- ctx.closePath();
72034
+ /* ctx.fillStyle = "#fff";
72035
+ ctx.beginPath();
72036
+ let h = 46; //圆角高 10为基数(logo四周白色背景为10/2)
72037
+ let w = 46; //圆角宽
72038
+ let x = logoPosition - 5;
72039
+ let y = logoPosition - 5;
72040
+ let r = 5; //圆角半径
72041
+ ctx.moveTo(x + r, y);
72042
+ ctx.arcTo(x + w, y, x + w, y + h, r);
72043
+ ctx.arcTo(x + w, y + h, x, y + h, r);
72044
+ ctx.arcTo(x, y + h, x, y, r);
72045
+ ctx.arcTo(x, y, x + w, y, r);
72046
+ ctx.closePath();
72022
72047
  ctx.fill(); */
72023
72048
  logo.onload = function () {
72024
72049
  ctx.drawImage(logo, logoPosition, logoPosition, 46, 46);
@@ -72418,9 +72443,9 @@ var radio_group_src_mainvue_type_script_lang_js_typeof = typeof Symbol === "func
72418
72443
  },
72419
72444
  findCode: function findCode() {
72420
72445
  if (this.service) {
72421
- return '/' + this.service + api["J" /* getDictList */];
72446
+ return '/' + this.service + api["K" /* getDictList */];
72422
72447
  }
72423
- return api["z" /* findSysCode */];
72448
+ return api["A" /* findSysCode */];
72424
72449
  }
72425
72450
  },
72426
72451
  watch: {
@@ -72846,7 +72871,7 @@ mainvue_type_template_id_c789bcdc_render._withStripped = true
72846
72871
  var mainConfig = utils_util["a" /* default */].getStorage('mainConfig');
72847
72872
  mainConfig && (this.userModel = JSON.parse(mainConfig).userModel);
72848
72873
  utils_util["a" /* default */].ajax({
72849
- url: api["hb" /* initRetrialAuth */]
72874
+ url: api["ib" /* initRetrialAuth */]
72850
72875
  }).then(function (res) {
72851
72876
  var rCode = res.rCode,
72852
72877
  results = res.results;
@@ -72930,7 +72955,7 @@ mainvue_type_template_id_c789bcdc_render._withStripped = true
72930
72955
  }
72931
72956
  }, 1000);
72932
72957
  utils_util["a" /* default */].ajax({
72933
- url: api["V" /* getRetrialAuthCode */],
72958
+ url: api["W" /* getRetrialAuthCode */],
72934
72959
  method: 'post',
72935
72960
  data: params,
72936
72961
  params: params
@@ -72955,7 +72980,7 @@ mainvue_type_template_id_c789bcdc_render._withStripped = true
72955
72980
  uuid: this.uuid
72956
72981
  };
72957
72982
  utils_util["a" /* default */].ajax({
72958
- url: api["Ab" /* scanCodeRetrialAuth */],
72983
+ url: api["Bb" /* scanCodeRetrialAuth */],
72959
72984
  method: 'post',
72960
72985
  data: params,
72961
72986
  params: params
@@ -73219,9 +73244,9 @@ function select_src_mainvue_type_script_lang_js_objectWithoutProperties(obj, key
73219
73244
  },
73220
73245
  findCode: function findCode() {
73221
73246
  if (this.service) {
73222
- return '/' + this.service + api["J" /* getDictList */];
73247
+ return '/' + this.service + api["K" /* getDictList */];
73223
73248
  }
73224
- return api["z" /* findSysCode */];
73249
+ return api["A" /* findSysCode */];
73225
73250
  }
73226
73251
  },
73227
73252
  watch: {
@@ -73934,9 +73959,9 @@ var select_ganged_src_mainvue_type_script_lang_js_extends = Object.assign || fun
73934
73959
  },
73935
73960
  findCode: function findCode() {
73936
73961
  if (this.service) {
73937
- return '/' + this.service + api["J" /* getDictList */];
73962
+ return '/' + this.service + api["K" /* getDictList */];
73938
73963
  }
73939
- return api["z" /* findSysCode */];
73964
+ return api["A" /* findSysCode */];
73940
73965
  }
73941
73966
  },
73942
73967
  watch: {
@@ -75228,7 +75253,7 @@ var clickoutside_default = /*#__PURE__*/__webpack_require__.n(clickoutside_);
75228
75253
  value: [Array, Object],
75229
75254
  action: {
75230
75255
  type: String,
75231
- default: api["X" /* getSelectorOrgDetail */]
75256
+ default: api["Y" /* getSelectorOrgDetail */]
75232
75257
  },
75233
75258
  host: {
75234
75259
  type: String,
@@ -76783,7 +76808,7 @@ var selector_panel_src_mainvue_type_script_lang_js_typeof = typeof Symbol === "f
76783
76808
  },
76784
76809
  selection: {
76785
76810
  type: [String, Array],
76786
- default: api["X" /* getSelectorOrgDetail */]
76811
+ default: api["Y" /* getSelectorOrgDetail */]
76787
76812
  },
76788
76813
  param: {
76789
76814
  type: Object,
@@ -76875,7 +76900,7 @@ var selector_panel_src_mainvue_type_script_lang_js_typeof = typeof Symbol === "f
76875
76900
  enterprise: {
76876
76901
  label: '选择单位',
76877
76902
  name: 'enterprise',
76878
- url: api["Y" /* getSelectorOrgTree */],
76903
+ url: api["Z" /* getSelectorOrgTree */],
76879
76904
  data: [],
76880
76905
  nodeData: '',
76881
76906
  selection: [],
@@ -76889,7 +76914,7 @@ var selector_panel_src_mainvue_type_script_lang_js_typeof = typeof Symbol === "f
76889
76914
  department: {
76890
76915
  label: '选择部门',
76891
76916
  name: 'department',
76892
- url: api["Y" /* getSelectorOrgTree */],
76917
+ url: api["Z" /* getSelectorOrgTree */],
76893
76918
  data: [],
76894
76919
  nodeData: '',
76895
76920
  selection: [],
@@ -76903,7 +76928,7 @@ var selector_panel_src_mainvue_type_script_lang_js_typeof = typeof Symbol === "f
76903
76928
  employee: {
76904
76929
  label: '选择用户',
76905
76930
  name: 'employee',
76906
- url: api["Y" /* getSelectorOrgTree */],
76931
+ url: api["Z" /* getSelectorOrgTree */],
76907
76932
  data: [],
76908
76933
  nodeData: '',
76909
76934
  selection: [],
@@ -76917,7 +76942,7 @@ var selector_panel_src_mainvue_type_script_lang_js_typeof = typeof Symbol === "f
76917
76942
  myemployee: {
76918
76943
  label: '本单位用户',
76919
76944
  name: 'myemployee',
76920
- url: api["Y" /* getSelectorOrgTree */],
76945
+ url: api["Z" /* getSelectorOrgTree */],
76921
76946
  data: [],
76922
76947
  nodeData: '',
76923
76948
  selection: [],
@@ -76931,7 +76956,7 @@ var selector_panel_src_mainvue_type_script_lang_js_typeof = typeof Symbol === "f
76931
76956
  otheremployee: {
76932
76957
  label: '外单位用户',
76933
76958
  name: 'otheremployee',
76934
- url: api["Y" /* getSelectorOrgTree */],
76959
+ url: api["Z" /* getSelectorOrgTree */],
76935
76960
  data: [],
76936
76961
  nodeData: '',
76937
76962
  selection: [],
@@ -76945,7 +76970,7 @@ var selector_panel_src_mainvue_type_script_lang_js_typeof = typeof Symbol === "f
76945
76970
  person: {
76946
76971
  label: '选择人员',
76947
76972
  name: 'person',
76948
- url: api["Y" /* getSelectorOrgTree */],
76973
+ url: api["Z" /* getSelectorOrgTree */],
76949
76974
  data: [],
76950
76975
  nodeData: '',
76951
76976
  selection: [],
@@ -76959,7 +76984,7 @@ var selector_panel_src_mainvue_type_script_lang_js_typeof = typeof Symbol === "f
76959
76984
  otherperson: {
76960
76985
  label: '外单位人员',
76961
76986
  name: 'otherperson',
76962
- url: api["Y" /* getSelectorOrgTree */],
76987
+ url: api["Z" /* getSelectorOrgTree */],
76963
76988
  data: [],
76964
76989
  nodeData: '',
76965
76990
  selection: [],
@@ -76973,7 +76998,7 @@ var selector_panel_src_mainvue_type_script_lang_js_typeof = typeof Symbol === "f
76973
76998
  persongroup: {
76974
76999
  label: '选择群组成员',
76975
77000
  name: 'persongroup',
76976
- url: api["Y" /* getSelectorOrgTree */],
77001
+ url: api["Z" /* getSelectorOrgTree */],
76977
77002
  data: [],
76978
77003
  nodeData: '',
76979
77004
  selection: [],
@@ -76991,7 +77016,7 @@ var selector_panel_src_mainvue_type_script_lang_js_typeof = typeof Symbol === "f
76991
77016
  selection: [],
76992
77017
  value: [],
76993
77018
  name: 'filgroup',
76994
- url: api["Y" /* getSelectorOrgTree */],
77019
+ url: api["Z" /* getSelectorOrgTree */],
76995
77020
  param: {
76996
77021
  showarea: 3,
76997
77022
  id: 0,
@@ -77001,7 +77026,7 @@ var selector_panel_src_mainvue_type_script_lang_js_typeof = typeof Symbol === "f
77001
77026
  depgroup: {
77002
77027
  label: '部门群组成员',
77003
77028
  name: 'depgroup',
77004
- url: api["Y" /* getSelectorOrgTree */],
77029
+ url: api["Z" /* getSelectorOrgTree */],
77005
77030
  data: [],
77006
77031
  nodeData: '',
77007
77032
  selection: [],
@@ -77015,7 +77040,7 @@ var selector_panel_src_mainvue_type_script_lang_js_typeof = typeof Symbol === "f
77015
77040
  persongroupobj: {
77016
77041
  label: '人员群组',
77017
77042
  name: 'persongroupobj',
77018
- url: api["Y" /* getSelectorOrgTree */],
77043
+ url: api["Z" /* getSelectorOrgTree */],
77019
77044
  data: [],
77020
77045
  nodeData: '',
77021
77046
  selection: [],
@@ -77029,7 +77054,7 @@ var selector_panel_src_mainvue_type_script_lang_js_typeof = typeof Symbol === "f
77029
77054
  filgroupobj: {
77030
77055
  label: '单位群组',
77031
77056
  name: 'filgroupobj',
77032
- url: api["Y" /* getSelectorOrgTree */],
77057
+ url: api["Z" /* getSelectorOrgTree */],
77033
77058
  data: [],
77034
77059
  nodeData: '',
77035
77060
  selection: [],
@@ -77043,7 +77068,7 @@ var selector_panel_src_mainvue_type_script_lang_js_typeof = typeof Symbol === "f
77043
77068
  depgroupobj: {
77044
77069
  label: '部门群组',
77045
77070
  name: 'depgroupobj',
77046
- url: api["Y" /* getSelectorOrgTree */],
77071
+ url: api["Z" /* getSelectorOrgTree */],
77047
77072
  data: [],
77048
77073
  nodeData: '',
77049
77074
  selection: [],
@@ -77057,7 +77082,7 @@ var selector_panel_src_mainvue_type_script_lang_js_typeof = typeof Symbol === "f
77057
77082
  role: {
77058
77083
  label: '选择角色',
77059
77084
  name: 'role',
77060
- url: api["Y" /* getSelectorOrgTree */],
77085
+ url: api["Z" /* getSelectorOrgTree */],
77061
77086
  data: [],
77062
77087
  nodeData: '',
77063
77088
  selection: [],
@@ -77071,7 +77096,7 @@ var selector_panel_src_mainvue_type_script_lang_js_typeof = typeof Symbol === "f
77071
77096
  post: {
77072
77097
  label: '选择岗位',
77073
77098
  name: 'post',
77074
- url: api["Y" /* getSelectorOrgTree */],
77099
+ url: api["Z" /* getSelectorOrgTree */],
77075
77100
  data: [],
77076
77101
  nodeData: '',
77077
77102
  selection: [],
@@ -77085,7 +77110,7 @@ var selector_panel_src_mainvue_type_script_lang_js_typeof = typeof Symbol === "f
77085
77110
  codetable: {
77086
77111
  label: '代码表',
77087
77112
  name: 'codetable',
77088
- url: api["Y" /* getSelectorOrgTree */],
77113
+ url: api["Z" /* getSelectorOrgTree */],
77089
77114
  data: [],
77090
77115
  nodeData: '',
77091
77116
  selection: [],
@@ -77099,7 +77124,7 @@ var selector_panel_src_mainvue_type_script_lang_js_typeof = typeof Symbol === "f
77099
77124
  topcontacts: {
77100
77125
  label: '常用联系人',
77101
77126
  name: 'topcontacts',
77102
- url: api["Y" /* getSelectorOrgTree */],
77127
+ url: api["Z" /* getSelectorOrgTree */],
77103
77128
  data: [],
77104
77129
  nodeData: '',
77105
77130
  selection: [],
@@ -77761,11 +77786,11 @@ function sizer_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return fun
77761
77786
  },
77762
77787
  url: {
77763
77788
  type: String,
77764
- default: api["R" /* getOrgMainTree */]
77789
+ default: api["S" /* getOrgMainTree */]
77765
77790
  },
77766
77791
  orgUrl: {
77767
77792
  type: String,
77768
- default: api["W" /* getSelectOrgsubids */]
77793
+ default: api["X" /* getSelectOrgsubids */]
77769
77794
  },
77770
77795
  selectField: {
77771
77796
  type: String,
@@ -81229,7 +81254,7 @@ mainvue_type_template_id_6baa7a0b_render._withStripped = true
81229
81254
  },
81230
81255
  url: {
81231
81256
  type: String,
81232
- default: api["bb" /* gethelpdoc */]
81257
+ default: api["cb" /* gethelpdoc */]
81233
81258
  },
81234
81259
  param: {
81235
81260
  type: Object,
@@ -81738,7 +81763,7 @@ mainvue_type_template_id_367f47a8_render._withStripped = true
81738
81763
  // 选择项远程地址
81739
81764
  url: {
81740
81765
  type: String,
81741
- default: api["R" /* getOrgMainTree */]
81766
+ default: api["S" /* getOrgMainTree */]
81742
81767
  },
81743
81768
  system: {
81744
81769
  type: Boolean,
@@ -88658,7 +88683,7 @@ var mainvue_type_script_lang_js_props;
88658
88683
  }, mainvue_type_script_lang_js_props.properties = {
88659
88684
  type: String,
88660
88685
  default: function _default() {
88661
- return api["G" /* getAdjunctProperties */];
88686
+ return api["H" /* getAdjunctProperties */];
88662
88687
  }
88663
88688
  }, mainvue_type_script_lang_js_props.fileIcons = {
88664
88689
  type: Object,
@@ -88693,7 +88718,7 @@ var mainvue_type_script_lang_js_props;
88693
88718
  source: '',
88694
88719
  excludeNames: '',
88695
88720
  boxHeight: this.listHeight,
88696
- previewAdjunct: api["sb" /* previewAdjunct */],
88721
+ previewAdjunct: api["tb" /* previewAdjunct */],
88697
88722
  kkfileview: null,
88698
88723
  dochubConfig: {}
88699
88724
  };
@@ -88751,7 +88776,7 @@ var mainvue_type_script_lang_js_props;
88751
88776
  return this.totalSize ? this.totalSize : this.fileTotalSize ? this.fileTotalSize : 0;
88752
88777
  },
88753
88778
  getAdjunctFileInfos: function getAdjunctFileInfos() {
88754
- return typeof this.fileList === 'string' ? this.fileList : api["F" /* getAdjunctFileInfos */];
88779
+ return typeof this.fileList === 'string' ? this.fileList : api["G" /* getAdjunctFileInfos */];
88755
88780
  },
88756
88781
  showList: function showList() {
88757
88782
  return this.portrait ? false : this.showFileList;
@@ -88950,7 +88975,7 @@ var mainvue_type_script_lang_js_props;
88950
88975
  this.dochubConfig = config.dochubConfig;
88951
88976
  }
88952
88977
 
88953
- var url = this.portrait || this.documentId ? this.dochubConfig.reuploadDocumentUrl || api["sc" /* uploadOnlyOne */] : this.dochubConfig.uploadDocumentUrl || api["uc" /* uploads */];
88978
+ var url = this.portrait || this.documentId ? this.dochubConfig.reuploadDocumentUrl || api["tc" /* uploadOnlyOne */] : this.dochubConfig.uploadDocumentUrl || api["vc" /* uploads */];
88954
88979
  this.uploadUrl = url.indexOf(this.host) > -1 ? url : this.host + url;
88955
88980
  this.requestFiles && this.getFiles();
88956
88981
  } else {
@@ -88973,7 +88998,7 @@ var mainvue_type_script_lang_js_props;
88973
88998
  _this3.dochubConfig = res.results.dochubConfig;
88974
88999
  sessionStorage.setItem('dochubConfig', JSON.stringify(res.results.dochubConfig));
88975
89000
  }
88976
- var _url = _this3.portrait ? _this3.dochubConfig.reuploadDocumentUrl || api["sc" /* uploadOnlyOne */] : _this3.dochubConfig.uploadDocumentUrl || api["uc" /* uploads */];
89001
+ var _url = _this3.portrait ? _this3.dochubConfig.reuploadDocumentUrl || api["tc" /* uploadOnlyOne */] : _this3.dochubConfig.uploadDocumentUrl || api["vc" /* uploads */];
88977
89002
  _this3.uploadUrl = _url.indexOf(_this3.host) > -1 ? _url : _this3.host + _url;
88978
89003
  if (res.results.kkViewRootPath) {
88979
89004
  _this3.kkfileview = res.results.kkViewRootPath;
@@ -89003,7 +89028,7 @@ var mainvue_type_script_lang_js_props;
89003
89028
  if (!this.show || this.fileList && Array.isArray(this.fileList) && this.fileList.length || this.requiredOwnId && !Object.prototype.hasOwnProperty.call(this.params, 'ownId')) {
89004
89029
  return false;
89005
89030
  }
89006
- var url = typeof this.fileList === 'string' ? this.fileList : this.dochubConfig.getDocumentList ? this.dochubConfig.getDocumentList : api["F" /* getAdjunctFileInfos */];
89031
+ var url = typeof this.fileList === 'string' ? this.fileList : this.dochubConfig.getDocumentList ? this.dochubConfig.getDocumentList : api["G" /* getAdjunctFileInfos */];
89007
89032
  utils_util["a" /* default */].ajax({
89008
89033
  method: this.method,
89009
89034
  url: url,
@@ -89088,13 +89113,13 @@ var mainvue_type_script_lang_js_props;
89088
89113
  if (this.kkfileview) {
89089
89114
  this.openKkfileview(file);
89090
89115
  } else {
89091
- utils_util["a" /* default */].win.open(this.host + (url ? url : api["ub" /* previewAdjunctOffice */]) + '?cmd=view&bucketName=' + file.absolutePath + '&fileId=' + file.adjunctId + '&fileName=' + file.newName);
89116
+ utils_util["a" /* default */].win.open(this.host + (url ? url : api["vb" /* previewAdjunctOffice */]) + '?cmd=view&bucketName=' + file.absolutePath + '&fileId=' + file.adjunctId + '&fileName=' + file.newName);
89092
89117
  }
89093
89118
  } else if (suffix.includes('pdf')) {
89094
89119
  if (this.kkfileview) {
89095
89120
  this.openKkfileview(file);
89096
89121
  } else {
89097
- utils_util["a" /* default */].win.open(this.host + (url ? url : api["tb" /* previewAdjunct2 */]) + '/' + file.originalName + '?adjunctId=' + file.adjunctId);
89122
+ utils_util["a" /* default */].win.open(this.host + (url ? url : api["ub" /* previewAdjunct2 */]) + '/' + file.originalName + '?adjunctId=' + file.adjunctId);
89098
89123
  }
89099
89124
  } else if (suffix.includes('jpge') || suffix.includes('jpg') || suffix.includes('gif') || suffix.includes('png')) {
89100
89125
  this.imgUrl = res.url && utils_util["a" /* default */].startWith(url, ['http', '/', true]) ? res.url : this.host + (url ? url : this.previewAdjunct) + '?adjunctId=' + file.adjunctId;
@@ -89259,7 +89284,7 @@ var mainvue_type_script_lang_js_props;
89259
89284
  }
89260
89285
  },
89261
89286
  handleDownloads: function handleDownloads() {
89262
- var url = typeof this.downloads === 'string' ? this.downloads : this.dochubConfig.compressDownloadDocumentUrl || api["rc" /* uploadDownloads */];
89287
+ var url = typeof this.downloads === 'string' ? this.downloads : this.dochubConfig.compressDownloadDocumentUrl || api["sc" /* uploadDownloads */];
89263
89288
  utils_util["a" /* default */].win.open(this.host + url + '?ownId=' + this.ownId + '&code=' + this.code + (this.extendCode ? '&extendCode=' + this.extendCode : '') + '&businessId=' + this.ownId + '&fileName=文档.zip' + '&bucketCode=' + this.code);
89264
89289
  },
89265
89290
  handleDownload: function handleDownload(file) {
@@ -89299,7 +89324,7 @@ var mainvue_type_script_lang_js_props;
89299
89324
  ids = ids.join(',');
89300
89325
  utils_util["a" /* default */].ajax({
89301
89326
  method: this.method,
89302
- url: this.dochubConfig.sortDocumentsUrl || api["tc" /* uploadSort */],
89327
+ url: this.dochubConfig.sortDocumentsUrl || api["uc" /* uploadSort */],
89303
89328
  data: {
89304
89329
  ids: ids,
89305
89330
  documentIds: ids,
@@ -89910,7 +89935,7 @@ if (typeof window !== 'undefined' && window.Vue) {
89910
89935
  }
89911
89936
 
89912
89937
  /* harmony default export */ var src_0 = __webpack_exports__["default"] = ({
89913
- version: '0.6.66',
89938
+ version: '0.6.67',
89914
89939
  install: install,
89915
89940
  Button: packages_button,
89916
89941
  ButtonGroup: button_group,