eoss-ui 0.6.58 → 0.6.59

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 (283) hide show
  1. package/lib/button-group.js +105 -118
  2. package/lib/button.js +105 -118
  3. package/lib/checkbox-group.js +106 -119
  4. package/lib/config/api.js +6 -1
  5. package/lib/data-table-form.js +106 -119
  6. package/lib/data-table.js +107 -120
  7. package/lib/date-picker.js +105 -118
  8. package/lib/dialog.js +105 -118
  9. package/lib/eoss-ui.common.js +1157 -885
  10. package/lib/flow-group.js +105 -118
  11. package/lib/flow-list.js +551 -276
  12. package/lib/flow.js +467 -479
  13. package/lib/form.js +105 -118
  14. package/lib/handle-user.js +106 -119
  15. package/lib/handler.js +106 -119
  16. package/lib/icon.js +106 -119
  17. package/lib/index.js +1 -1
  18. package/lib/input-number.js +105 -118
  19. package/lib/input.js +105 -118
  20. package/lib/login.js +111 -124
  21. package/lib/main.js +270 -283
  22. package/lib/nav.js +105 -118
  23. package/lib/notify.js +107 -100
  24. package/lib/page.js +105 -118
  25. package/lib/pagination.js +105 -118
  26. package/lib/player.js +105 -118
  27. package/lib/qr-code.js +118 -131
  28. package/lib/radio-group.js +106 -119
  29. package/lib/retrial-auth.js +108 -121
  30. package/lib/select-ganged.js +106 -119
  31. package/lib/select.js +106 -119
  32. package/lib/selector-panel.js +123 -136
  33. package/lib/selector.js +106 -119
  34. package/lib/sizer.js +107 -120
  35. package/lib/steps.js +105 -118
  36. package/lib/switch.js +105 -118
  37. package/lib/table-form.js +105 -118
  38. package/lib/tabs.js +105 -118
  39. package/lib/theme-chalk/flow-list.css +1 -1
  40. package/lib/theme-chalk/index.css +1 -1
  41. package/lib/tips.js +106 -119
  42. package/lib/tree-group.js +105 -118
  43. package/lib/tree.js +106 -119
  44. package/lib/upload.js +115 -128
  45. package/lib/utils/util.js +1 -21
  46. package/lib/wujie.js +105 -118
  47. package/lib/wxlogin.js +105 -118
  48. package/package.json +159 -159
  49. package/packages/button/index.js +5 -5
  50. package/packages/button/src/main.vue +418 -418
  51. package/packages/button-group/index.js +5 -5
  52. package/packages/button-group/src/main.vue +298 -298
  53. package/packages/calendar/index.js +5 -5
  54. package/packages/card/index.js +5 -5
  55. package/packages/card/src/main.vue +156 -156
  56. package/packages/cascader/index.js +5 -5
  57. package/packages/cascader/src/main.vue +168 -168
  58. package/packages/checkbox-group/index.js +5 -5
  59. package/packages/checkbox-group/src/main.vue +333 -333
  60. package/packages/clients/index.js +5 -5
  61. package/packages/clients/src/main.vue +144 -144
  62. package/packages/data-table/index.js +5 -5
  63. package/packages/data-table/src/children.vue +39 -39
  64. package/packages/data-table/src/column.vue +989 -989
  65. package/packages/data-table/src/main.vue +1822 -1822
  66. package/packages/data-table/src/sizer.vue +195 -195
  67. package/packages/data-table-form/index.js +5 -5
  68. package/packages/data-table-form/src/checkbox.vue +101 -101
  69. package/packages/data-table-form/src/colgroup.vue +17 -17
  70. package/packages/data-table-form/src/main.vue +181 -181
  71. package/packages/data-table-form/src/radio.vue +65 -65
  72. package/packages/data-table-form/src/table.vue +233 -233
  73. package/packages/data-table-form/src/tbody.vue +336 -336
  74. package/packages/data-table-form/src/thead.vue +68 -68
  75. package/packages/date-picker/index.js +5 -5
  76. package/packages/date-picker/src/main.vue +236 -236
  77. package/packages/dialog/index.js +5 -5
  78. package/packages/enable-drag/index.js +5 -5
  79. package/packages/enterprise/index.js +5 -5
  80. package/packages/enterprise/src/main.vue +66 -66
  81. package/packages/error-page/index.js +5 -5
  82. package/packages/error-page/src/main.vue +44 -44
  83. package/packages/flow/index.js +5 -5
  84. package/packages/flow/src/component/CommonOpinions.vue +345 -345
  85. package/packages/flow/src/component/CustomPreset.vue +322 -322
  86. package/packages/flow/src/component/FileList.vue +99 -99
  87. package/packages/flow/src/component/Preset.vue +255 -255
  88. package/packages/flow/src/component/SendMsg.vue +229 -229
  89. package/packages/flow/src/component/TimeLimit.vue +190 -190
  90. package/packages/flow/src/component/taskUnionExamine.vue +611 -611
  91. package/packages/flow/src/form.vue +121 -121
  92. package/packages/flow/src/freeStartFlow.vue +2843 -2843
  93. package/packages/flow/src/main.vue +3173 -3172
  94. package/packages/flow/src/processForm.vue +1087 -1087
  95. package/packages/flow/src/processReject.vue +293 -293
  96. package/packages/flow/src/reset.vue +900 -900
  97. package/packages/flow/src/startTaskRead.vue +641 -641
  98. package/packages/flow/src/supervise.vue +138 -138
  99. package/packages/flow/src/table.vue +58 -58
  100. package/packages/flow-group/index.js +5 -5
  101. package/packages/flow-group/src/main.vue +688 -688
  102. package/packages/flow-list/index.js +5 -5
  103. package/packages/flow-list/src/main.vue +1691 -1446
  104. package/packages/form/index.js +5 -5
  105. package/packages/form/src/main.vue +3583 -3583
  106. package/packages/form/src/table.vue +1426 -1426
  107. package/packages/handle-user/index.js +5 -5
  108. package/packages/handle-user/src/main.vue +138 -138
  109. package/packages/handler/index.js +5 -5
  110. package/packages/handler/src/main.vue +493 -493
  111. package/packages/icon/index.js +5 -5
  112. package/packages/icon/src/main.vue +101 -101
  113. package/packages/icons/index.js +5 -5
  114. package/packages/icons/src/main.vue +81 -81
  115. package/packages/input/index.js +5 -5
  116. package/packages/input/src/main.vue +356 -356
  117. package/packages/input-number/index.js +5 -5
  118. package/packages/input-number/src/main.vue +106 -106
  119. package/packages/label/index.js +5 -5
  120. package/packages/label/src/main.vue +457 -457
  121. package/packages/layout/index.js +5 -5
  122. package/packages/layout/src/item.vue +152 -152
  123. package/packages/layout/src/main.vue +31 -31
  124. package/packages/login/index.js +5 -5
  125. package/packages/login/src/main.vue +1935 -1935
  126. package/packages/login/src/resetPassword.vue +562 -562
  127. package/packages/main/index.js +5 -5
  128. package/packages/main/src/default/message.vue +249 -249
  129. package/packages/main/src/default/notice.vue +157 -157
  130. package/packages/main/src/default/userinfo.vue +503 -503
  131. package/packages/main/src/public/online.vue +89 -89
  132. package/packages/main/src/public/search.vue +462 -462
  133. package/packages/main/src/public/settings.vue +221 -221
  134. package/packages/main/src/simplicity/apps.vue +388 -388
  135. package/packages/main/src/simplicity/avatar.vue +82 -82
  136. package/packages/main/src/simplicity/handler.vue +259 -259
  137. package/packages/main/src/simplicity/index.vue +2086 -2086
  138. package/packages/main/src/simplicity/lists.vue +84 -84
  139. package/packages/main/src/simplicity/menu-list.vue +135 -135
  140. package/packages/main/src/simplicity/message.vue +259 -259
  141. package/packages/main/src/simplicity/notice.vue +190 -190
  142. package/packages/main/src/simplicity/router-page.vue +45 -45
  143. package/packages/main/src/simplicity/sub-menu.vue +264 -264
  144. package/packages/main/src/simplicity/user.vue +257 -257
  145. package/packages/main/src/simplicity/userinfo.vue +312 -312
  146. package/packages/menu/index.js +5 -5
  147. package/packages/menu/src/main.vue +584 -584
  148. package/packages/nav/index.js +5 -5
  149. package/packages/nav/src/main.vue +351 -351
  150. package/packages/notify/index.js +5 -5
  151. package/packages/notify/src/main.vue +538 -538
  152. package/packages/page/index.js +5 -5
  153. package/packages/page/src/main.vue +167 -167
  154. package/packages/pagination/index.js +5 -5
  155. package/packages/pagination/src/main.vue +96 -96
  156. package/packages/player/index.js +5 -5
  157. package/packages/player/src/main.vue +194 -194
  158. package/packages/qr-code/index.js +5 -5
  159. package/packages/qr-code/src/main.vue +170 -170
  160. package/packages/radio-group/index.js +6 -6
  161. package/packages/radio-group/src/main.vue +319 -319
  162. package/packages/retrial-auth/index.js +5 -5
  163. package/packages/retrial-auth/src/main.vue +280 -280
  164. package/packages/select/index.js +5 -5
  165. package/packages/select/src/main.vue +778 -778
  166. package/packages/select-ganged/index.js +5 -5
  167. package/packages/select-ganged/src/main.vue +724 -724
  168. package/packages/selector/index.js +5 -5
  169. package/packages/selector/src/main.vue +687 -687
  170. package/packages/selector-panel/index.js +5 -5
  171. package/packages/selector-panel/src/main.vue +1027 -1027
  172. package/packages/selector-panel/src/selection.vue +177 -177
  173. package/packages/selector-panel/src/tree.vue +129 -129
  174. package/packages/sizer/index.js +5 -5
  175. package/packages/sizer/src/main.vue +254 -254
  176. package/packages/steps/index.js +5 -5
  177. package/packages/steps/src/main.vue +181 -181
  178. package/packages/switch/index.js +5 -5
  179. package/packages/switch/src/main.vue +154 -154
  180. package/packages/table-form/index.js +5 -5
  181. package/packages/tabs/index.js +5 -5
  182. package/packages/tabs/src/main.vue +788 -788
  183. package/packages/tabs-panel/index.js +5 -5
  184. package/packages/tabs-panel/src/main.vue +29 -29
  185. package/packages/theme-chalk/lib/flow-list.css +1 -1
  186. package/packages/theme-chalk/lib/index.css +1 -1
  187. package/packages/theme-chalk/src/base.scss +260 -260
  188. package/packages/theme-chalk/src/button-group.scss +176 -175
  189. package/packages/theme-chalk/src/button.scss +24 -24
  190. package/packages/theme-chalk/src/calendar.scss +113 -113
  191. package/packages/theme-chalk/src/card.scss +99 -99
  192. package/packages/theme-chalk/src/checkbox-group.scss +8 -8
  193. package/packages/theme-chalk/src/clients.scss +87 -87
  194. package/packages/theme-chalk/src/data-table-form.scss +67 -67
  195. package/packages/theme-chalk/src/data-table.scss +293 -293
  196. package/packages/theme-chalk/src/date-picker.scss +7 -7
  197. package/packages/theme-chalk/src/dialog.scss +77 -77
  198. package/packages/theme-chalk/src/enable-drag.scss +181 -181
  199. package/packages/theme-chalk/src/enterprise.scss +5 -5
  200. package/packages/theme-chalk/src/error-page.scss +18 -18
  201. package/packages/theme-chalk/src/flow-group.scss +110 -110
  202. package/packages/theme-chalk/src/flow-list.scss +39 -36
  203. package/packages/theme-chalk/src/flow.scss +343 -343
  204. package/packages/theme-chalk/src/form.scss +496 -496
  205. package/packages/theme-chalk/src/handle-user.scss +40 -40
  206. package/packages/theme-chalk/src/handler.scss +143 -143
  207. package/packages/theme-chalk/src/icon.scss +1789 -1789
  208. package/packages/theme-chalk/src/icons.scss +99 -99
  209. package/packages/theme-chalk/src/input.scss +9 -9
  210. package/packages/theme-chalk/src/label.scss +24 -24
  211. package/packages/theme-chalk/src/layout.scss +46 -46
  212. package/packages/theme-chalk/src/login.scss +969 -969
  213. package/packages/theme-chalk/src/main.scss +663 -663
  214. package/packages/theme-chalk/src/menu.scss +222 -222
  215. package/packages/theme-chalk/src/mixins/color.scss +117 -117
  216. package/packages/theme-chalk/src/nav.scss +111 -111
  217. package/packages/theme-chalk/src/page.scss +3 -3
  218. package/packages/theme-chalk/src/pagination.scss +29 -29
  219. package/packages/theme-chalk/src/player.scss +9 -9
  220. package/packages/theme-chalk/src/qr-code.scss +17 -17
  221. package/packages/theme-chalk/src/radio-group.scss +9 -9
  222. package/packages/theme-chalk/src/retrial-auth.scss +38 -38
  223. package/packages/theme-chalk/src/select-ganged.scss +8 -8
  224. package/packages/theme-chalk/src/select.scss +8 -8
  225. package/packages/theme-chalk/src/selector-panel.scss +204 -204
  226. package/packages/theme-chalk/src/selector.scss +91 -91
  227. package/packages/theme-chalk/src/simplicity.scss +1351 -1351
  228. package/packages/theme-chalk/src/sizer.scss +36 -36
  229. package/packages/theme-chalk/src/steps.scss +88 -88
  230. package/packages/theme-chalk/src/switch.scss +3 -3
  231. package/packages/theme-chalk/src/table-form.scss +1 -1
  232. package/packages/theme-chalk/src/tabs.scss +87 -87
  233. package/packages/theme-chalk/src/tips.scss +7 -7
  234. package/packages/theme-chalk/src/toolbar.scss +179 -179
  235. package/packages/theme-chalk/src/tree-group.scss +72 -72
  236. package/packages/theme-chalk/src/tree.scss +165 -165
  237. package/packages/theme-chalk/src/upload.scss +168 -168
  238. package/packages/theme-chalk/src/wxlogin.scss +3 -3
  239. package/packages/tips/index.js +5 -5
  240. package/packages/tips/src/main.vue +141 -141
  241. package/packages/toolbar/index.js +5 -5
  242. package/packages/toolbar/src/main.vue +430 -430
  243. package/packages/tree/index.js +5 -5
  244. package/packages/tree-group/index.js +5 -5
  245. package/packages/upload/index.js +5 -5
  246. package/packages/upload/src/main.vue +1347 -1347
  247. package/packages/upload/src/picture.js +15 -15
  248. package/packages/wujie/index.js +5 -5
  249. package/packages/wujie/src/main.vue +145 -145
  250. package/packages/wxlogin/index.js +5 -5
  251. package/packages/wxlogin/src/main.vue +128 -128
  252. package/src/config/api.js +286 -281
  253. package/src/config/image.js +2 -2
  254. package/src/index.js +160 -160
  255. package/src/utils/bus.js +3 -3
  256. package/src/utils/date-util.js +312 -312
  257. package/src/utils/http.js +50 -50
  258. package/src/utils/rules.js +18 -18
  259. package/src/utils/store.js +21 -21
  260. package/src/utils/util.js +1 -21
  261. package/src/utils/webSocket.js +107 -107
  262. package/packages/.DS_Store +0 -0
  263. package/packages/data-table/.DS_Store +0 -0
  264. package/packages/data-table-form/.DS_Store +0 -0
  265. package/packages/error-page/.DS_Store +0 -0
  266. package/packages/flow/.DS_Store +0 -0
  267. package/packages/flow-group/.DS_Store +0 -0
  268. package/packages/flow-list/.DS_Store +0 -0
  269. package/packages/form/.DS_Store +0 -0
  270. package/packages/handler/.DS_Store +0 -0
  271. package/packages/login/.DS_Store +0 -0
  272. package/packages/main/.DS_Store +0 -0
  273. package/packages/main/src/.DS_Store +0 -0
  274. package/packages/menu/.DS_Store +0 -0
  275. package/packages/retrial-auth/.DS_Store +0 -0
  276. package/packages/select/.DS_Store +0 -0
  277. package/packages/selector/.DS_Store +0 -0
  278. package/packages/selector-panel/.DS_Store +0 -0
  279. package/packages/sizer/.DS_Store +0 -0
  280. package/packages/tabs/.DS_Store +0 -0
  281. package/packages/theme-chalk/src/.DS_Store +0 -0
  282. package/packages/upload/.DS_Store +0 -0
  283. package/src/.DS_Store +0 -0
package/lib/flow.js CHANGED
@@ -227,26 +227,6 @@ var ajax = function ajax(_ref) {
227
227
  // 请求拦截
228
228
  http.interceptors.request.use(function (config) {
229
229
  config.headers.common = getStorage();
230
- // 根据请求的信息(请求方式,url,请求get/post数据),产生map的key
231
- // let requestKey = getRequestKey(config);
232
- // // 判断请求是否重复
233
- // if (pendingRequest.has(requestKey)) {
234
- // // 取消上次请求
235
- // let cancel = pendingRequest.get(requestKey);
236
- // cancel();
237
- // // 删除请求信息
238
- // pendingRequest.delete(requestKey);
239
- // }
240
- // // 把请求信息,添加请求到map当中
241
- // // 生成取消方法
242
- // config.cancelToken =
243
- // config.cancelToken ||
244
- // new axios.CancelToken(cancel => {
245
- // // 把取消方法添加到map
246
- // if (!pendingRequest.has(requestKey)) {
247
- // pendingRequest.set(requestKey, cancel);
248
- // }
249
- // });
250
230
  return config;
251
231
  }, function (err) {
252
232
  return err;
@@ -777,7 +757,7 @@ var busEmit = function busEmit(that, _ref3) {
777
757
  var method = _ref3.method,
778
758
  args = _ref3.args;
779
759
 
780
- var bus = win.$wujie ? win.$wujie.bus : that ? that.bus || that.$root.Bus : null;
760
+ var bus = win.$wujie ? win.$wujie.bus : that ? that.bus || that.$root.Bus || that.$root.$bus : null;
781
761
  if (bus) {
782
762
  Array.isArray(args) ? bus.$emit.apply(bus, [method].concat(args)) : bus.$emit(method, args);
783
763
  } else {
@@ -1621,7 +1601,7 @@ var getLightness = function getLightness($v, $i, $isLight) {
1621
1601
  * @param {function} callback - 回调函数
1622
1602
  **/
1623
1603
  var getMainConfig = function getMainConfig(callback) {
1624
- ajax({ url: _config_api__WEBPACK_IMPORTED_MODULE_1__[/* mainConfig */ "kb"] }).then(function (res) {
1604
+ ajax({ url: _config_api__WEBPACK_IMPORTED_MODULE_1__[/* mainConfig */ "lb"] }).then(function (res) {
1625
1605
  if (res && res.rCode === 0) {
1626
1606
  callback(res.results);
1627
1607
  }
@@ -2378,7 +2358,7 @@ var isLogined = function () {
2378
2358
  break;
2379
2359
  }
2380
2360
 
2381
- ajax({ method: 'post', url: _config_api__WEBPACK_IMPORTED_MODULE_1__[/* logout */ "jb"] }).then(function (res) {
2361
+ ajax({ method: 'post', url: _config_api__WEBPACK_IMPORTED_MODULE_1__[/* logout */ "kb"] }).then(function (res) {
2382
2362
  if (res.rCode === 0) {
2383
2363
  removeStorage();
2384
2364
  }
@@ -3533,143 +3513,145 @@ var watermark = function watermark(option) {
3533
3513
  /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "o", function() { return doCaLogin; });
3534
3514
  /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "s", function() { return doUserLogin; });
3535
3515
  /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "q", function() { return doQrLogin; });
3536
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "jb", function() { return logout; });
3537
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "cb", function() { return initLogin; });
3538
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Eb", function() { return switchUserTo; });
3516
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "kb", function() { return logout; });
3517
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "db", function() { return initLogin; });
3518
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Fb", function() { return switchUserTo; });
3539
3519
  /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "c", function() { return changeImg; });
3540
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "K", function() { return getLoginCode; });
3520
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "L", function() { return getLoginCode; });
3541
3521
  /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "p", function() { return doCodeLogin; });
3542
3522
  /* unused harmony export updateCode */
3543
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "L", function() { return getModifyPassCode; });
3523
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "M", function() { return getModifyPassCode; });
3544
3524
  /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "g", function() { return codeModifyPass; });
3545
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "hb", function() { return loginModifyPassword; });
3525
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "ib", function() { return loginModifyPassword; });
3546
3526
  /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "b", function() { return authCenter; });
3547
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "db", function() { return initModifyPassword; });
3527
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "eb", function() { return initModifyPassword; });
3548
3528
  /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "t", function() { return doWechatQrLogin; });
3549
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "W", function() { return getTwoFactorLoginCode; });
3529
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "X", function() { return getTwoFactorLoginCode; });
3550
3530
  /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "r", function() { return doTwoFactorLogin; });
3551
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "eb", function() { return initRetrialAuth; });
3552
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "S", function() { return getRetrialAuthCode; });
3553
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "xb", function() { return scanCodeRetrialAuth; });
3531
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "fb", function() { return initRetrialAuth; });
3532
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "T", function() { return getRetrialAuthCode; });
3533
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "yb", function() { return scanCodeRetrialAuth; });
3554
3534
  /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "h", function() { return codeRetrialAuth; });
3555
3535
  /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "n", function() { return doAssistanceQrLogin; });
3556
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "rc", function() { return userOnline; });
3557
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "X", function() { return getUserAppWithTag; });
3558
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "sb", function() { return recordUserApp; });
3559
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "kb", function() { return mainConfig; });
3560
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "fb", function() { return initUserSet; });
3561
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "mc", function() { return updateUserInfo; });
3536
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "tc", function() { return userOnline; });
3537
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Y", function() { return getUserAppWithTag; });
3538
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "tb", function() { return recordUserApp; });
3539
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "lb", function() { return mainConfig; });
3540
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "gb", function() { return initUserSet; });
3541
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "oc", function() { return updateUserInfo; });
3562
3542
  /* unused harmony export getUserImgUrl */
3563
3543
  /* unused harmony export getDoorIndex */
3564
3544
  /* unused harmony export refreshOnlineUsers */
3565
3545
  /* unused harmony export getQuickMenuIds */
3566
3546
  /* unused harmony export getApplicationIdArray */
3567
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "F", function() { return getComplexApplications; });
3568
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "G", function() { return getComplexApplicationsNew; });
3547
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "G", function() { return getComplexApplications; });
3548
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "H", function() { return getComplexApplicationsNew; });
3569
3549
  /* unused harmony export getUserCustomInfo */
3570
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "lc", function() { return updateUserCustomInfo; });
3571
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Fb", function() { return sysMsgPage; });
3572
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "bb", function() { return ignoreSysMsg; });
3573
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "ab", function() { return ignoreAllSysMsg; });
3574
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "yb", function() { return searchType; });
3575
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "E", function() { return getAdjunctProperties; });
3576
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "qc", function() { return uploads; });
3577
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "oc", function() { return uploadOnlyOne; });
3578
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "D", function() { return getAdjunctFileInfos; });
3579
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "pc", function() { return uploadSort; });
3550
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "nc", function() { return updateUserCustomInfo; });
3551
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Gb", function() { return sysMsgPage; });
3552
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "cb", function() { return ignoreSysMsg; });
3553
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "bb", function() { return ignoreAllSysMsg; });
3554
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "zb", function() { return searchType; });
3555
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "F", function() { return getAdjunctProperties; });
3556
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "sc", function() { return uploads; });
3557
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "qc", function() { return uploadOnlyOne; });
3558
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "E", function() { return getAdjunctFileInfos; });
3559
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "rc", function() { return uploadSort; });
3580
3560
  /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "u", function() { return downloadByAdjunctId; });
3581
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "nc", function() { return uploadDownloads; });
3582
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "pb", function() { return previewAdjunct; });
3583
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "qb", function() { return previewAdjunct2; });
3584
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "rb", function() { return previewAdjunctOffice; });
3561
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "pc", function() { return uploadDownloads; });
3562
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "qb", function() { return previewAdjunct; });
3563
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "rb", function() { return previewAdjunct2; });
3564
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "sb", function() { return previewAdjunctOffice; });
3585
3565
  /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "j", function() { return delAdjunct; });
3586
3566
  /* unused harmony export upload_updateClassify */
3587
3567
  /* unused harmony export getDeleteAdjunctFileInfos */
3588
3568
  /* unused harmony export getPictureBase64 */
3589
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "V", function() { return getSelectorOrgTree; });
3590
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "U", function() { return getSelectorOrgDetail; });
3591
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "O", function() { return getOrgMainTree; });
3592
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "T", function() { return getSelectOrgsubids; });
3569
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "W", function() { return getSelectorOrgTree; });
3570
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "V", function() { return getSelectorOrgDetail; });
3571
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "P", function() { return getOrgMainTree; });
3572
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "U", function() { return getSelectOrgsubids; });
3593
3573
  /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "y", function() { return findSysCode; });
3594
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "H", function() { return getDictList; });
3574
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "I", function() { return getDictList; });
3595
3575
  /* unused harmony export findUserBaseInfo */
3596
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Y", function() { return gethelpdoc; });
3576
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Z", function() { return gethelpdoc; });
3597
3577
  /* unused harmony export getCurrentuser */
3598
3578
  /* unused harmony export mainDetail */
3599
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Ub", function() { return toStartFlow; });
3600
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Qb", function() { return tempSave; });
3579
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Wb", function() { return toStartFlow; });
3580
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Sb", function() { return tempSave; });
3601
3581
  /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "i", function() { return commonOpion; });
3602
3582
  /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "a", function() { return addCommonOpion; });
3603
3583
  /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "v", function() { return editCommonOpion; });
3604
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "wb", function() { return saveCommonOpinion; });
3605
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "kc", function() { return updateCommonOpinion; });
3584
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "xb", function() { return saveCommonOpinion; });
3585
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "mc", function() { return updateCommonOpinion; });
3606
3586
  /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "k", function() { return deleteCommonOpion; });
3607
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "R", function() { return getProcessDefList; });
3608
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "M", function() { return getNodeInfo; });
3587
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "S", function() { return getProcessDefList; });
3588
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "N", function() { return getNodeInfo; });
3609
3589
  /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "x", function() { return findCodeValues; });
3610
3590
  /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "A", function() { return findSysParam; });
3611
3591
  /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "z", function() { return findSysCodes; });
3612
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "N", function() { return getNotificationMsg; });
3613
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "J", function() { return getHandleInfoHtml; });
3614
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Hb", function() { return taskHandleHtml; });
3592
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "O", function() { return getNotificationMsg; });
3593
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "K", function() { return getHandleInfoHtml; });
3594
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Ib", function() { return taskHandleHtml; });
3615
3595
  /* unused harmony export getView */
3616
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "tb", function() { return register; });
3617
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "lb", function() { return pendedhistoryList; });
3618
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Yb", function() { return toTaskRejectHtml; });
3619
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Jb", function() { return taskRejectHtml; });
3620
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Vb", function() { return toStartTaskRead; });
3621
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Wb", function() { return toStartTaskReadIndex; });
3622
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Ib", function() { return taskReadHtml; });
3623
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "ub", function() { return rejectAndEnd; });
3624
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Tb", function() { return toSendMsg; });
3625
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Cb", function() { return sendMsg; });
3596
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "ub", function() { return register; });
3597
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "mb", function() { return pendedhistoryList; });
3598
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "ac", function() { return toTaskRejectHtml; });
3599
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Lb", function() { return taskRejectHtml; });
3600
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Xb", function() { return toStartTaskRead; });
3601
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Yb", function() { return toStartTaskReadIndex; });
3602
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Jb", function() { return taskReadHtml; });
3603
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "vb", function() { return rejectAndEnd; });
3604
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Vb", function() { return toSendMsg; });
3605
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Db", function() { return sendMsg; });
3626
3606
  /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "w", function() { return endFlowHtml; });
3627
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Z", function() { return handleInfo; });
3628
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "ib", function() { return loginUserInfo; });
3629
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "sc", function() { return wss; });
3630
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "ic", function() { return topic; });
3631
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "P", function() { return getPresetCustomInfo; });
3632
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Q", function() { return getPresetNodeInfo; });
3633
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "ec", function() { return toTaskTransferIndex; });
3634
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Nb", function() { return taskTransfer; });
3635
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Rb", function() { return toPresetInfoListIndex; });
3607
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "ab", function() { return handleInfo; });
3608
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "jb", function() { return loginUserInfo; });
3609
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "uc", function() { return wss; });
3610
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "kc", function() { return topic; });
3611
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Q", function() { return getPresetCustomInfo; });
3612
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "R", function() { return getPresetNodeInfo; });
3613
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "gc", function() { return toTaskTransferIndex; });
3614
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Pb", function() { return taskTransfer; });
3615
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Tb", function() { return toPresetInfoListIndex; });
3636
3616
  /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "m", function() { return deletePresetInfo; });
3637
3617
  /* unused harmony export historyListJson */
3638
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "mb", function() { return pendedhistoryListJson; });
3639
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "ob", function() { return pressListJson; });
3618
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "nb", function() { return pendedhistoryListJson; });
3619
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "pb", function() { return pressListJson; });
3640
3620
  /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "l", function() { return deleteFlow; });
3641
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "gb", function() { return isCanStartSubFlow; });
3642
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "fc", function() { return toTaskUnionExamine; });
3643
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Ob", function() { return taskUnionExamine; });
3644
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "dc", function() { return toTaskTakeAdvice; });
3645
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Mb", function() { return taskTakeAdvice; });
3646
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "ac", function() { return toTaskStartDraft; });
3647
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "bc", function() { return toTaskSupervise; });
3648
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "cc", function() { return toTaskSuperviseSub; });
3649
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Lb", function() { return taskStartDraft; });
3650
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Zb", function() { return toTaskReview; });
3651
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Kb", function() { return taskReview; });
3652
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "gc", function() { return toTaskUnionSeal; });
3653
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Pb", function() { return taskUnionSeal; });
3654
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "hc", function() { return toTwoOfficesDispatch; });
3655
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "jc", function() { return twoOfficesDispatch; });
3656
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Sb", function() { return toResetProcessIndex; });
3657
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "vb", function() { return resetProcess; });
3658
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Xb", function() { return toTaskContinuationIndex; });
3659
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Gb", function() { return taskContinuation; });
3660
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "I", function() { return getFreeStartFlowParams; });
3621
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "hb", function() { return isCanStartSubFlow; });
3622
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "hc", function() { return toTaskUnionExamine; });
3623
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Qb", function() { return taskUnionExamine; });
3624
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "fc", function() { return toTaskTakeAdvice; });
3625
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Ob", function() { return taskTakeAdvice; });
3626
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "cc", function() { return toTaskStartDraft; });
3627
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "dc", function() { return toTaskSupervise; });
3628
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "ec", function() { return toTaskSuperviseSub; });
3629
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Nb", function() { return taskStartDraft; });
3630
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "bc", function() { return toTaskReview; });
3631
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Mb", function() { return taskReview; });
3632
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "ic", function() { return toTaskUnionSeal; });
3633
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Rb", function() { return taskUnionSeal; });
3634
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "jc", function() { return toTwoOfficesDispatch; });
3635
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "lc", function() { return twoOfficesDispatch; });
3636
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Ub", function() { return toResetProcessIndex; });
3637
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "wb", function() { return resetProcess; });
3638
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Zb", function() { return toTaskContinuationIndex; });
3639
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Hb", function() { return taskContinuation; });
3640
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "J", function() { return getFreeStartFlowParams; });
3661
3641
  /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "C", function() { return freeStartFlowWithSubmitTask; });
3662
3642
  /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "e", function() { return checkForeignOrgStartedCircularRead; });
3663
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "nb", function() { return pendedhistoryListWithCircularReadJson; });
3643
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "ob", function() { return pendedhistoryListWithCircularReadJson; });
3644
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "D", function() { return fyListJson; });
3664
3645
  /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "f", function() { return circularReadWithdraw; });
3665
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Db", function() { return startReadTransferHandleFlowWithTaskReadEnd; });
3646
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Kb", function() { return taskReadWithDraw; });
3647
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Eb", function() { return startReadTransferHandleFlowWithTaskReadEnd; });
3666
3648
  /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "d", function() { return checkBusinessIdStartedReadTransferHandle; });
3667
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Bb", function() { return sendList; });
3668
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Ab", function() { return sendInfo; });
3649
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Cb", function() { return sendList; });
3650
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Bb", function() { return sendInfo; });
3669
3651
  /* unused harmony export sendSave */
3670
3652
  /* unused harmony export sendUpdate */
3671
3653
  /* unused harmony export sendDelete */
3672
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "zb", function() { return sendBatch; });
3654
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Ab", function() { return sendBatch; });
3673
3655
  /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "B", function() { return formContents; });
3674
3656
  var flowPendingPrefix = window.flowPendingPrefix || localStorage.getItem('flowPendingPrefix') || '/bpm';
3675
3657
  // 登录
@@ -3873,7 +3855,7 @@ var toTaskSupervise = '/bpm/bpmBackend/toTaskSupervise';
3873
3855
  var toTaskSuperviseSub = '/bpm/bpmBackend/taskSupervise';
3874
3856
  // 稿件递送提交接口
3875
3857
  // export const taskStartDraft = flowPendingPrefix + '/task/taskHandle/taskStartDraft.dhtml';
3876
- var taskStartDraft = '/archives/task/taskHandle/taskStartDraft.dhtml';
3858
+ var taskStartDraft = '/bpm/task/taskHandle/taskStartDraft.dhtml';
3877
3859
  // 复核
3878
3860
  var toTaskReview = '/bpm/bpmBackend/toTaskReview';
3879
3861
  // 复核提交
@@ -3902,8 +3884,13 @@ var freeStartFlowWithSubmitTask = '/bpm/bpmBackend/freeStartFlowWithSubmitTask';
3902
3884
  var checkForeignOrgStartedCircularRead = '/bpm/bpmBackend/checkForeignOrgStartedCircularRead';
3903
3885
  // 获取传阅列表
3904
3886
  var pendedhistoryListWithCircularReadJson = '/bpm/pendedhistoryManager/pendedhistoryListWithCircularReadJson';
3887
+ // 获取分阅情况列表
3888
+ var fyListJson = '/bpm/pendedhistoryManager/fyListJson.dhtml';
3889
+
3905
3890
  // 传阅列表撤回
3906
3891
  var circularReadWithdraw = '/bpm/bpmBackend/circularReadWithdraw';
3892
+ // 撤销分阅
3893
+ var taskReadWithDraw = '/bpm/bpmBackend/taskReadWithDraw';
3907
3894
  // 阅转办提交流程
3908
3895
  var startReadTransferHandleFlowWithTaskReadEnd = '/bpm/bpmBackend/startReadTransferHandleFlowWithTaskReadEnd';
3909
3896
  // 阅转办校验接口
@@ -4420,7 +4407,7 @@ var component = Object(componentNormalizer["a" /* default */])(
4420
4407
  // ESM COMPAT FLAG
4421
4408
  __webpack_require__.r(__webpack_exports__);
4422
4409
 
4423
- // 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=fa4ed272&
4410
+ // 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=bcadf692&
4424
4411
  var render = function () {
4425
4412
  var _vm = this
4426
4413
  var _h = _vm.$createElement
@@ -6669,7 +6656,7 @@ var render = function () {
6669
6656
  staticClass: "flow-dialog",
6670
6657
  attrs: {
6671
6658
  "append-to-body": "",
6672
- height: "auto",
6659
+ height: "400",
6673
6660
  title: "发送消息",
6674
6661
  "close-on-click-modal": false,
6675
6662
  visible: _vm.showSendMsg,
@@ -6704,7 +6691,7 @@ var render = function () {
6704
6691
  staticClass: "flow-dialog",
6705
6692
  attrs: {
6706
6693
  "append-to-body": "",
6707
- height: "auto",
6694
+ height: "400",
6708
6695
  "close-on-click-modal": false,
6709
6696
  title: _vm.flowTitle,
6710
6697
  visible: _vm.showTaskUnionExamine,
@@ -6798,7 +6785,7 @@ var staticRenderFns = []
6798
6785
  render._withStripped = true
6799
6786
 
6800
6787
 
6801
- // CONCATENATED MODULE: ./packages/flow/src/main.vue?vue&type=template&id=fa4ed272&
6788
+ // CONCATENATED MODULE: ./packages/flow/src/main.vue?vue&type=template&id=bcadf692&
6802
6789
 
6803
6790
  // EXTERNAL MODULE: external "babel-runtime/regenerator"
6804
6791
  var regenerator_ = __webpack_require__(4);
@@ -7611,21 +7598,21 @@ var _components;
7611
7598
  return validSate;
7612
7599
  },
7613
7600
 
7614
- /**
7615
- * changeOpinion
7616
- * @desc:监听意见变化
7617
- * @author liufan
7618
- * @date 2022年10月28日
7601
+ /**
7602
+ * changeOpinion
7603
+ * @desc:监听意见变化
7604
+ * @author liufan
7605
+ * @date 2022年10月28日
7619
7606
  **/
7620
7607
  changeOpinion: function changeOpinion() {
7621
7608
  this.$emit('change', this.form.value);
7622
7609
  },
7623
7610
 
7624
- /**
7625
- * getCommonOpion
7626
- * @desc:获取意见
7627
- * @author liufan
7628
- * @date 2022年5月25日
7611
+ /**
7612
+ * getCommonOpion
7613
+ * @desc:获取意见
7614
+ * @author liufan
7615
+ * @date 2022年5月25日
7629
7616
  **/
7630
7617
  getCommonOpion: function getCommonOpion() {
7631
7618
  var _this = this;
@@ -7654,24 +7641,24 @@ var _components;
7654
7641
  });
7655
7642
  },
7656
7643
 
7657
- /**
7658
- * upDate
7659
- * @desc:修改常用语
7660
- * @author liufan
7661
- * @param {Object} val 修改值
7662
- * @date 2022年5月25日
7644
+ /**
7645
+ * upDate
7646
+ * @desc:修改常用语
7647
+ * @author liufan
7648
+ * @param {Object} val 修改值
7649
+ * @date 2022年5月25日
7663
7650
  **/
7664
7651
  upDate: function upDate(val) {
7665
7652
  this.FormData.id = val.id;
7666
7653
  this.addVisible = true;
7667
7654
  },
7668
7655
 
7669
- /**
7670
- * selectChange
7671
- * @desc:常用语选择
7672
- * @author liufan
7673
- * @param {String} val 选中值
7674
- * @date 2022年5月25日
7656
+ /**
7657
+ * selectChange
7658
+ * @desc:常用语选择
7659
+ * @author liufan
7660
+ * @param {String} val 选中值
7661
+ * @date 2022年5月25日
7675
7662
  **/
7676
7663
  selectChange: function selectChange(val) {
7677
7664
  var _this2 = this;
@@ -7690,12 +7677,12 @@ var _components;
7690
7677
  });
7691
7678
  },
7692
7679
 
7693
- /**
7694
- * del
7695
- * @desc:删除常用语
7696
- * @author liufan
7697
- * @param {Object} val 删除的数据
7698
- * @date 2022年5月25日
7680
+ /**
7681
+ * del
7682
+ * @desc:删除常用语
7683
+ * @author liufan
7684
+ * @param {Object} val 删除的数据
7685
+ * @date 2022年5月25日
7699
7686
  **/
7700
7687
  del: function del(val) {
7701
7688
  var _this3 = this;
@@ -7737,12 +7724,12 @@ var _components;
7737
7724
  }).catch(function (e) {});
7738
7725
  },
7739
7726
 
7740
- /**
7741
- * submit
7742
- * @desc:新增/编辑意见保存
7743
- * @author liufan
7744
- * @param {Object} val 保存数据
7745
- * @date 2022年5月25日
7727
+ /**
7728
+ * submit
7729
+ * @desc:新增/编辑意见保存
7730
+ * @author liufan
7731
+ * @param {Object} val 保存数据
7732
+ * @date 2022年5月25日
7746
7733
  **/
7747
7734
  submit: function submit(val) {
7748
7735
  var _this4 = this;
@@ -7756,7 +7743,7 @@ var _components;
7756
7743
  }
7757
7744
  this.loading = util["a" /* default */].loading(this.$loading, '提交中...');
7758
7745
  util["a" /* default */].ajax({
7759
- url: data.id ? api["kc" /* updateCommonOpinion */] : api["wb" /* saveCommonOpinion */],
7746
+ url: data.id ? api["mc" /* updateCommonOpinion */] : api["xb" /* saveCommonOpinion */],
7760
7747
  data: info,
7761
7748
  header: { 'Content-Type': 'multipart/form-data' },
7762
7749
  method: 'post'
@@ -7807,8 +7794,8 @@ var CommonOpinions_component = Object(componentNormalizer["a" /* default */])(
7807
7794
  )
7808
7795
 
7809
7796
  /* harmony default export */ var CommonOpinions = (CommonOpinions_component.exports);
7810
- // CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./packages/flow/src/processForm.vue?vue&type=template&id=353b8fd9&
7811
- var processFormvue_type_template_id_353b8fd9_render = function () {
7797
+ // CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./packages/flow/src/processForm.vue?vue&type=template&id=0567bde9&
7798
+ var processFormvue_type_template_id_0567bde9_render = function () {
7812
7799
  var _vm = this
7813
7800
  var _h = _vm.$createElement
7814
7801
  var _c = _vm._self._c || _h
@@ -8418,11 +8405,11 @@ var processFormvue_type_template_id_353b8fd9_render = function () {
8418
8405
  1
8419
8406
  )
8420
8407
  }
8421
- var processFormvue_type_template_id_353b8fd9_staticRenderFns = []
8422
- processFormvue_type_template_id_353b8fd9_render._withStripped = true
8408
+ var processFormvue_type_template_id_0567bde9_staticRenderFns = []
8409
+ processFormvue_type_template_id_0567bde9_render._withStripped = true
8423
8410
 
8424
8411
 
8425
- // CONCATENATED MODULE: ./packages/flow/src/processForm.vue?vue&type=template&id=353b8fd9&
8412
+ // CONCATENATED MODULE: ./packages/flow/src/processForm.vue?vue&type=template&id=0567bde9&
8426
8413
 
8427
8414
  // 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&
8428
8415
  var selectUservue_type_template_id_615d0e78_render = function () {
@@ -8760,7 +8747,7 @@ var _extends = Object.assign || function (target) { for (var i = 1; i < argument
8760
8747
  newNextUser: [],
8761
8748
  newOptions: [],
8762
8749
  newSelectUserList: [],
8763
- url: api["Z" /* handleInfo */],
8750
+ url: api["ab" /* handleInfo */],
8764
8751
  newCheckboxList: [],
8765
8752
  newPresetEdit: 0,
8766
8753
  newMultiple: false,
@@ -8877,7 +8864,7 @@ var _extends = Object.assign || function (target) { for (var i = 1; i < argument
8877
8864
  if (query !== '') {
8878
8865
  this.searchLoading = true;
8879
8866
  util["a" /* default */].ajax({
8880
- url: api["Z" /* handleInfo */],
8867
+ url: api["ab" /* handleInfo */],
8881
8868
  params: { searchKey: query, query: query, type: 'user' }
8882
8869
  }).then(function (res) {
8883
8870
  var status = res.status,
@@ -9292,7 +9279,7 @@ var CustomPresetvue_type_script_lang_js_components;
9292
9279
  nextNodeId: nodeId,
9293
9280
  businessId: this.id
9294
9281
  };
9295
- util["a" /* default */].ajax({ url: api["M" /* getNodeInfo */], params: params }).then(function (res) {
9282
+ util["a" /* default */].ajax({ url: api["N" /* getNodeInfo */], params: params }).then(function (res) {
9296
9283
  var status = res.status,
9297
9284
  message = res.message,
9298
9285
  _res$data = res.data,
@@ -9390,7 +9377,7 @@ var CustomPresetvue_type_script_lang_js_components;
9390
9377
 
9391
9378
  isNoStart && (this.newPresetList = []);
9392
9379
  var params = {
9393
- url: api["P" /* getPresetCustomInfo */],
9380
+ url: api["Q" /* getPresetCustomInfo */],
9394
9381
  data: {
9395
9382
  nodeId: nodeId,
9396
9383
  processDefinitionId: processDefinitionId ? processDefinitionId : this.newProcessDefinitionId
@@ -9744,7 +9731,7 @@ var Presetvue_type_script_lang_js_components;
9744
9731
  nodeId = this.nodeId;
9745
9732
 
9746
9733
  var params = {
9747
- url: api["Q" /* getPresetNodeInfo */],
9734
+ url: api["R" /* getPresetNodeInfo */],
9748
9735
  data: {
9749
9736
  nextNodeId: nextNodeId,
9750
9737
  processDefinitionId: processDefinitionId,
@@ -10372,7 +10359,7 @@ var processFormvue_type_script_lang_js_components;
10372
10359
  if (mainConfig) {
10373
10360
  this.userModel = JSON.parse(mainConfig).userModel;
10374
10361
  } else {
10375
- util["a" /* default */].ajax({ url: api["ib" /* loginUserInfo */] }).then(function (res) {
10362
+ util["a" /* default */].ajax({ url: api["jb" /* loginUserInfo */] }).then(function (res) {
10376
10363
  var status = res.status,
10377
10364
  data = res.data;
10378
10365
 
@@ -10506,7 +10493,7 @@ var processFormvue_type_script_lang_js_components;
10506
10493
  nodeId: this.nextNode.nextNode,
10507
10494
  businessId: this.id
10508
10495
  };
10509
- util["a" /* default */].ajax({ url: api["N" /* getNotificationMsg */], params: params, methods: 'post' }).then(function (res) {
10496
+ util["a" /* default */].ajax({ url: api["O" /* getNotificationMsg */], params: params, methods: 'post' }).then(function (res) {
10510
10497
  if (res.status === 'success') {
10511
10498
  _this3.nextNode.noticeInfo = res.message;
10512
10499
  }
@@ -10538,10 +10525,10 @@ var processFormvue_type_script_lang_js_components;
10538
10525
  nextOrgId = _nextNode.nextOrgId,
10539
10526
  newOpinion = _nextNode.newOpinion,
10540
10527
  customLimitTime = _nextNode.customLimitTime;
10528
+ // if (noticeType.length === 0) {
10529
+ // return this.$message.warning('请选择通知方式');
10530
+ // }
10541
10531
 
10542
- if (noticeType.length === 0) {
10543
- return _this4.$message.warning('请选择通知方式');
10544
- }
10545
10532
  if (_this4.isShowNextUser) {
10546
10533
  if (nextUser == '' || _this4.multiple && nextUser.length == 0) {
10547
10534
  return _this4.$message.warning('请选择下步办理人');
@@ -10603,7 +10590,7 @@ var processFormvue_type_script_lang_js_components;
10603
10590
  params = newParm;
10604
10591
  }
10605
10592
  util["a" /* default */].ajax({
10606
- url: _this4.isFreeStartFlow ? api["C" /* freeStartFlowWithSubmitTask */] : _this4.formType == 'readTransfer' ? api["Db" /* startReadTransferHandleFlowWithTaskReadEnd */] : api["tb" /* register */],
10593
+ url: _this4.isFreeStartFlow ? api["C" /* freeStartFlowWithSubmitTask */] : _this4.formType == 'readTransfer' ? api["Eb" /* startReadTransferHandleFlowWithTaskReadEnd */] : api["ub" /* register */],
10607
10594
  method: 'post',
10608
10595
  data: params
10609
10596
  }).then(function (res) {
@@ -10637,7 +10624,7 @@ var processFormvue_type_script_lang_js_components;
10637
10624
  businessId: this.id,
10638
10625
  userId: util["a" /* default */].getStorage('userId')
10639
10626
  };
10640
- util["a" /* default */].ajax({ url: api["M" /* getNodeInfo */], params: params }).then(function (res) {
10627
+ util["a" /* default */].ajax({ url: api["N" /* getNodeInfo */], params: params }).then(function (res) {
10641
10628
  var status = res.status,
10642
10629
  message = res.message,
10643
10630
  _res$data = res.data,
@@ -10752,11 +10739,11 @@ var processFormvue_type_script_lang_js_components;
10752
10739
  });
10753
10740
  },
10754
10741
 
10755
- /**
10756
- * isMultiple
10757
- * @desc:是否多选
10758
- * @author liufan
10759
- * @date 2022年9月13日
10742
+ /**
10743
+ * isMultiple
10744
+ * @desc:是否多选
10745
+ * @author liufan
10746
+ * @date 2022年9月13日
10760
10747
  **/
10761
10748
  isMultiple: function isMultiple(val, choiceOrgId, choiceDeptId, pOrgId) {
10762
10749
  var multiple = false;
@@ -10803,7 +10790,7 @@ var processFormvue_type_script_lang_js_components;
10803
10790
  businessId: this.businessId
10804
10791
  };
10805
10792
  // 获取节点
10806
- util["a" /* default */].ajax({ url: api["Ub" /* toStartFlow */], params: params }).then(function (res) {
10793
+ util["a" /* default */].ajax({ url: api["Wb" /* toStartFlow */], params: params }).then(function (res) {
10807
10794
  //pc接口返回数据处理
10808
10795
  var status = res.status,
10809
10796
  message = res.message,
@@ -10909,8 +10896,8 @@ var processFormvue_type_script_lang_js_components;
10909
10896
 
10910
10897
  var processForm_component = Object(componentNormalizer["a" /* default */])(
10911
10898
  src_processFormvue_type_script_lang_js_,
10912
- processFormvue_type_template_id_353b8fd9_render,
10913
- processFormvue_type_template_id_353b8fd9_staticRenderFns,
10899
+ processFormvue_type_template_id_0567bde9_render,
10900
+ processFormvue_type_template_id_0567bde9_staticRenderFns,
10914
10901
  false,
10915
10902
  null,
10916
10903
  null,
@@ -11278,7 +11265,7 @@ SendMsgvue_type_template_id_798f665c_render._withStripped = true
11278
11265
  notificationType = _sendInfo.notificationType;
11279
11266
 
11280
11267
  var params = {
11281
- url: api["Cb" /* sendMsg */],
11268
+ url: api["Db" /* sendMsg */],
11282
11269
  headers: { Accept: 'application/json,text/plain' },
11283
11270
  method: 'post',
11284
11271
  data: {
@@ -11340,7 +11327,7 @@ SendMsgvue_type_template_id_798f665c_render._withStripped = true
11340
11327
 
11341
11328
  this.loading = true;
11342
11329
  util["a" /* default */].ajax({
11343
- url: api["Tb" /* toSendMsg */],
11330
+ url: api["Vb" /* toSendMsg */],
11344
11331
  params: { pendingId: this.$attrs.pendingId }
11345
11332
  }).then(function (res) {
11346
11333
  var status = res.status,
@@ -12204,7 +12191,7 @@ processRejectvue_type_template_id_4710ec4e_render._withStripped = true
12204
12191
  userId: util["a" /* default */].getStorage('userId'),
12205
12192
  nextNodeId: _this2.nextNode.nextNodeId
12206
12193
  };
12207
- util["a" /* default */].ajax({ url: api["Jb" /* taskRejectHtml */], method: 'post', data: params }).then(function (res) {
12194
+ util["a" /* default */].ajax({ url: api["Lb" /* taskRejectHtml */], method: 'post', data: params }).then(function (res) {
12208
12195
  var status = res.status,
12209
12196
  message = res.message;
12210
12197
 
@@ -12268,7 +12255,7 @@ processRejectvue_type_template_id_4710ec4e_render._withStripped = true
12268
12255
  isSinglePage: false,
12269
12256
  opinion: this.option
12270
12257
  };
12271
- util["a" /* default */].ajax({ url: api["Yb" /* toTaskRejectHtml */], params: params }).then(function (res) {
12258
+ util["a" /* default */].ajax({ url: api["ac" /* toTaskRejectHtml */], params: params }).then(function (res) {
12272
12259
  var status = res.status,
12273
12260
  message = res.message,
12274
12261
  _res$data = res.data,
@@ -13030,7 +13017,7 @@ var startTaskReadvue_type_script_lang_js_components;
13030
13017
  var params = {
13031
13018
  appId: this.readParams.appId
13032
13019
  };
13033
- util["a" /* default */].ajax({ url: api["N" /* getNotificationMsg */], params: params, methods: 'post' }).then(function (res) {
13020
+ util["a" /* default */].ajax({ url: api["O" /* getNotificationMsg */], params: params, methods: 'post' }).then(function (res) {
13034
13021
  if (res.status === 'success') {
13035
13022
  _this.newsNoice = res.message;
13036
13023
  }
@@ -13049,7 +13036,7 @@ var startTaskReadvue_type_script_lang_js_components;
13049
13036
  taskExamine = this.taskExamine;
13050
13037
 
13051
13038
  var params = {
13052
- url: api["ec" /* toTaskTransferIndex */],
13039
+ url: api["gc" /* toTaskTransferIndex */],
13053
13040
  params: {
13054
13041
  opinion: opinion,
13055
13042
  pendingId: pendingId,
@@ -13174,7 +13161,7 @@ var startTaskReadvue_type_script_lang_js_components;
13174
13161
  var _this4 = this;
13175
13162
 
13176
13163
  var params = {
13177
- url: api["Vb" /* toStartTaskRead */],
13164
+ url: api["Xb" /* toStartTaskRead */],
13178
13165
  params: { pendingId: this.pendingId, taskAction: this.type }
13179
13166
  };
13180
13167
  if (this.type != 'taskReadAndEnd') delete params.params.taskAction;
@@ -13259,7 +13246,7 @@ var startTaskReadvue_type_script_lang_js_components;
13259
13246
  type = this.type;
13260
13247
 
13261
13248
  var params = {
13262
- url: api["Nb" /* taskTransfer */],
13249
+ url: api["Pb" /* taskTransfer */],
13263
13250
  data: {
13264
13251
  choiceDeptId: choiceDeptId,
13265
13252
  choiceOrgId: choiceOrgId,
@@ -13356,7 +13343,7 @@ var startTaskReadvue_type_script_lang_js_components;
13356
13343
  params = startTaskReadvue_type_script_lang_js_extends({}, params, _this8.readParams);
13357
13344
  }
13358
13345
  util["a" /* default */].ajax({
13359
- url: api["Ib" /* taskReadHtml */],
13346
+ url: api["Jb" /* taskReadHtml */],
13360
13347
  params: { taskAction: _this8.type },
13361
13348
  headers: {
13362
13349
  Accept: 'application/json,text/plain'
@@ -14232,7 +14219,7 @@ var resetvue_type_script_lang_js_components;
14232
14219
  if (mainConfig) {
14233
14220
  this.userModel = JSON.parse(mainConfig).userModel;
14234
14221
  } else {
14235
- util["a" /* default */].ajax({ url: api["ib" /* loginUserInfo */] }).then(function (res) {
14222
+ util["a" /* default */].ajax({ url: api["jb" /* loginUserInfo */] }).then(function (res) {
14236
14223
  var status = res.status,
14237
14224
  data = res.data;
14238
14225
 
@@ -14355,7 +14342,7 @@ var resetvue_type_script_lang_js_components;
14355
14342
  nodeId: this.nextNode.nextNode,
14356
14343
  businessId: this.taskExamine.businessId
14357
14344
  };
14358
- util["a" /* default */].ajax({ url: api["N" /* getNotificationMsg */], params: params, methods: 'post' }).then(function (res) {
14345
+ util["a" /* default */].ajax({ url: api["O" /* getNotificationMsg */], params: params, methods: 'post' }).then(function (res) {
14359
14346
  if (res.status === 'success') {
14360
14347
  _this3.nextNode.noticeInfo = res.message;
14361
14348
  }
@@ -14440,7 +14427,7 @@ var resetvue_type_script_lang_js_components;
14440
14427
  };
14441
14428
  if (_this4.activeNames != '1') delete params.customPresetUserJson;
14442
14429
  util["a" /* default */].ajax({
14443
- url: _this4.type == 'reset' ? api["vb" /* resetProcess */] : api["Gb" /* taskContinuation */],
14430
+ url: _this4.type == 'reset' ? api["wb" /* resetProcess */] : api["Hb" /* taskContinuation */],
14444
14431
  method: 'post',
14445
14432
  data: params
14446
14433
  }).then(function (res) {
@@ -14474,7 +14461,7 @@ var resetvue_type_script_lang_js_components;
14474
14461
  businessId: this.taskExamine.businessId,
14475
14462
  pendingId: this.taskExamine.pendingId
14476
14463
  };
14477
- util["a" /* default */].ajax({ url: api["M" /* getNodeInfo */], params: params }).then(function (res) {
14464
+ util["a" /* default */].ajax({ url: api["N" /* getNodeInfo */], params: params }).then(function (res) {
14478
14465
  var status = res.status,
14479
14466
  message = res.message,
14480
14467
  _res$data = res.data,
@@ -14603,11 +14590,11 @@ var resetvue_type_script_lang_js_components;
14603
14590
  });
14604
14591
  },
14605
14592
 
14606
- /**
14607
- * isMultiple
14608
- * @desc:是否多选
14609
- * @author liufan
14610
- * @date 2022年9月13日
14593
+ /**
14594
+ * isMultiple
14595
+ * @desc:是否多选
14596
+ * @author liufan
14597
+ * @date 2022年9月13日
14611
14598
  **/
14612
14599
  isMultiple: function isMultiple(val, choiceOrgId, choiceDeptId, pOrgId) {
14613
14600
  var multiple = false;
@@ -14644,7 +14631,7 @@ var resetvue_type_script_lang_js_components;
14644
14631
  var _this7 = this;
14645
14632
 
14646
14633
  var params = {
14647
- url: this.type == 'continuation' ? api["Xb" /* toTaskContinuationIndex */] : api["Sb" /* toResetProcessIndex */],
14634
+ url: this.type == 'continuation' ? api["Zb" /* toTaskContinuationIndex */] : api["Ub" /* toResetProcessIndex */],
14648
14635
  params: resetvue_type_script_lang_js_extends({
14649
14636
  appId: this.appId
14650
14637
  }, this.flowParams)
@@ -14750,8 +14737,8 @@ var reset_component = Object(componentNormalizer["a" /* default */])(
14750
14737
  )
14751
14738
 
14752
14739
  /* harmony default export */ var src_reset = (reset_component.exports);
14753
- // 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/taskUnionExamine.vue?vue&type=template&id=3d269602&
14754
- var taskUnionExaminevue_type_template_id_3d269602_render = function () {
14740
+ // 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/taskUnionExamine.vue?vue&type=template&id=51053046&
14741
+ var taskUnionExaminevue_type_template_id_51053046_render = function () {
14755
14742
  var _vm = this
14756
14743
  var _h = _vm.$createElement
14757
14744
  var _c = _vm._self._c || _h
@@ -15004,11 +14991,11 @@ var taskUnionExaminevue_type_template_id_3d269602_render = function () {
15004
14991
  1
15005
14992
  )
15006
14993
  }
15007
- var taskUnionExaminevue_type_template_id_3d269602_staticRenderFns = []
15008
- taskUnionExaminevue_type_template_id_3d269602_render._withStripped = true
14994
+ var taskUnionExaminevue_type_template_id_51053046_staticRenderFns = []
14995
+ taskUnionExaminevue_type_template_id_51053046_render._withStripped = true
15009
14996
 
15010
14997
 
15011
- // CONCATENATED MODULE: ./packages/flow/src/component/taskUnionExamine.vue?vue&type=template&id=3d269602&
14998
+ // CONCATENATED MODULE: ./packages/flow/src/component/taskUnionExamine.vue?vue&type=template&id=51053046&
15012
14999
 
15013
15000
  // CONCATENATED MODULE: ./node_modules/babel-loader/lib!./node_modules/vue-loader/lib??vue-loader-options!./packages/flow/src/component/taskUnionExamine.vue?vue&type=script&lang=js&
15014
15001
  var taskUnionExaminevue_type_script_lang_js_components;
@@ -15222,7 +15209,7 @@ var taskUnionExaminevue_type_script_lang_js_components;
15222
15209
  pendingId = this.pendingId;
15223
15210
 
15224
15211
  var params = {
15225
- url: api["Kb" /* taskReview */],
15212
+ url: api["Mb" /* taskReview */],
15226
15213
  data: {
15227
15214
  nextUserId: nextOtherOrgObj.join(','),
15228
15215
  notificationType: noticeType.join(','),
@@ -15258,7 +15245,7 @@ var taskUnionExaminevue_type_script_lang_js_components;
15258
15245
  var _this2 = this;
15259
15246
 
15260
15247
  var params = {
15261
- url: api["Zb" /* toTaskReview */],
15248
+ url: api["bc" /* toTaskReview */],
15262
15249
  params: { pendingId: this.pendingId }
15263
15250
  };
15264
15251
  util["a" /* default */].ajax(params).then(function (res) {
@@ -15292,7 +15279,7 @@ var taskUnionExaminevue_type_script_lang_js_components;
15292
15279
  var _this3 = this;
15293
15280
 
15294
15281
  var params = {
15295
- url: this.type == 'takeAdvice' ? api["dc" /* toTaskTakeAdvice */] : this.type === 'startDraf' ? api["ac" /* toTaskStartDraft */] : this.type == 'unionSeal' ? api["gc" /* toTaskUnionSeal */] : this.type == 'twoOfficesDispatch' ? api["hc" /* toTwoOfficesDispatch */] : api["fc" /* toTaskUnionExamine */],
15282
+ url: this.type == 'takeAdvice' ? api["fc" /* toTaskTakeAdvice */] : this.type === 'startDraf' ? api["cc" /* toTaskStartDraft */] : this.type == 'unionSeal' ? api["ic" /* toTaskUnionSeal */] : this.type == 'twoOfficesDispatch' ? api["jc" /* toTwoOfficesDispatch */] : api["hc" /* toTaskUnionExamine */],
15296
15283
  params: { pendingId: this.pendingId },
15297
15284
  headers: { Accept: 'application/json,text/plain' }
15298
15285
  };
@@ -15324,12 +15311,12 @@ var taskUnionExaminevue_type_script_lang_js_components;
15324
15311
  var param = res.data.customizedConfig.currentOrgSelectorRangeList.split(',');
15325
15312
  _this3.currentOrgTabs.map(function (x, i) {
15326
15313
  _this3.params[x] = {
15327
- filid: param[i] == 'my' ? _this3.params.filid = JSON.parse(sessionStorage.getItem('mainConfig')).userModel.orgId : param[i]
15314
+ filid: param[i] == 'my' ? _this3.params.filid = JSON.parse(util["a" /* default */].getStorage('mainConfig')).userModel.orgId : param[i]
15328
15315
  };
15329
15316
  });
15330
15317
  } else {
15331
15318
  if (_this3.type == 'takeAdvice') {
15332
- _this3.params.filid = JSON.parse(sessionStorage.getItem('mainConfig')).userModel.orgId;
15319
+ _this3.params.filid = JSON.parse(util["a" /* default */].getStorage('mainConfig')).userModel.orgId;
15333
15320
  }
15334
15321
  }
15335
15322
  if (res.data.customizedConfig.foreignOrgSelectorCustomized) {
@@ -15413,7 +15400,7 @@ var taskUnionExaminevue_type_script_lang_js_components;
15413
15400
  // if (this.type != 'startDraf' && this.type != 'unionSeal' && this.type != 'twoOfficesDispatch')
15414
15401
  // return this.$message.warning('暂未开放,敬请期待!');
15415
15402
  var param = {
15416
- url: this.type === 'startDraf' ? api["Lb" /* taskStartDraft */] : this.type == 'unionSeal' ? api["Pb" /* taskUnionSeal */] : this.type === 'twoOfficesDispatch' ? api["jc" /* twoOfficesDispatch */] : this.type == 'takeAdvice' ? api["Mb" /* taskTakeAdvice */] : api["Ob" /* taskUnionExamine */],
15403
+ url: this.type === 'startDraf' ? api["Nb" /* taskStartDraft */] : this.type == 'unionSeal' ? api["Rb" /* taskUnionSeal */] : this.type === 'twoOfficesDispatch' ? api["lc" /* twoOfficesDispatch */] : this.type == 'takeAdvice' ? api["Ob" /* taskTakeAdvice */] : api["Qb" /* taskUnionExamine */],
15417
15404
  data: {
15418
15405
  opinion: opinion,
15419
15406
  pendingId: pendingId,
@@ -15507,7 +15494,7 @@ var taskUnionExaminevue_type_script_lang_js_components;
15507
15494
  var params = {
15508
15495
  pendingId: this.pendingId
15509
15496
  };
15510
- util["a" /* default */].ajax({ url: api["N" /* getNotificationMsg */], params: params, methods: 'post' }).then(function (res) {
15497
+ util["a" /* default */].ajax({ url: api["O" /* getNotificationMsg */], params: params, methods: 'post' }).then(function (res) {
15511
15498
  if (res.status === 'success') {
15512
15499
  _this6.infoList.noticeInfo = res.message;
15513
15500
  }
@@ -15563,8 +15550,8 @@ var taskUnionExaminevue_type_script_lang_js_components;
15563
15550
 
15564
15551
  var taskUnionExamine_component = Object(componentNormalizer["a" /* default */])(
15565
15552
  component_taskUnionExaminevue_type_script_lang_js_,
15566
- taskUnionExaminevue_type_template_id_3d269602_render,
15567
- taskUnionExaminevue_type_template_id_3d269602_staticRenderFns,
15553
+ taskUnionExaminevue_type_template_id_51053046_render,
15554
+ taskUnionExaminevue_type_template_id_51053046_staticRenderFns,
15568
15555
  false,
15569
15556
  null,
15570
15557
  null,
@@ -18761,7 +18748,7 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
18761
18748
  var _this = this;
18762
18749
 
18763
18750
  var params = {
18764
- url: api["D" /* getAdjunctFileInfos */],
18751
+ url: api["E" /* getAdjunctFileInfos */],
18765
18752
  params: { ownId: ownId, code: code }
18766
18753
  };
18767
18754
  util["a" /* default */].ajax(params).then(function (res) {
@@ -18849,7 +18836,7 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
18849
18836
  taskAction: 'complete'
18850
18837
  };
18851
18838
  util["a" /* default */].ajax({
18852
- url: api["Ib" /* taskReadHtml */],
18839
+ url: api["Jb" /* taskReadHtml */],
18853
18840
  params: { taskAction: 'complete' },
18854
18841
  headers: {
18855
18842
  Accept: 'application/json,text/plain'
@@ -18881,7 +18868,7 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
18881
18868
 
18882
18869
  this.loading = util["a" /* default */].loading(this.$loading, '加载中...');
18883
18870
  util["a" /* default */].ajax({
18884
- url: api["Wb" /* toStartTaskReadIndex */],
18871
+ url: api["Yb" /* toStartTaskReadIndex */],
18885
18872
  params: { pendingId: this.pendingId }
18886
18873
  }).then(function (res) {
18887
18874
  var status = res.status,
@@ -18917,7 +18904,7 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
18917
18904
  if (mainConfig) {
18918
18905
  this.userModel = JSON.parse(mainConfig).userModel;
18919
18906
  } else {
18920
- util["a" /* default */].ajax({ url: api["ib" /* loginUserInfo */] }).then(function (res) {
18907
+ util["a" /* default */].ajax({ url: api["jb" /* loginUserInfo */] }).then(function (res) {
18921
18908
  var status = res.status,
18922
18909
  data = res.data;
18923
18910
 
@@ -18971,11 +18958,11 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
18971
18958
  });
18972
18959
  },
18973
18960
 
18974
- /**
18975
- * saveInfo
18976
- * @desc:暂存
18977
- * @author liufan
18978
- * @date 2022年9月9日
18961
+ /**
18962
+ * saveInfo
18963
+ * @desc:暂存
18964
+ * @author liufan
18965
+ * @date 2022年9月9日
18979
18966
  **/
18980
18967
  saveInfo: function saveInfo(type, btn) {
18981
18968
  var _this6 = this;
@@ -19018,7 +19005,7 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
19018
19005
  pendingId: this.pendingId
19019
19006
  };
19020
19007
  this.loading = util["a" /* default */].loading(this.$loading, '保存中...');
19021
- util["a" /* default */].ajax({ url: api["Qb" /* tempSave */], params: params }).then(function (res) {
19008
+ util["a" /* default */].ajax({ url: api["Sb" /* tempSave */], params: params }).then(function (res) {
19022
19009
  var status = res.status,
19023
19010
  message = res.message;
19024
19011
 
@@ -19037,11 +19024,11 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
19037
19024
  });
19038
19025
  },
19039
19026
 
19040
- /**
19041
- * rejectBtn
19042
- * @desc:点击驳回
19043
- * @author liufan
19044
- * @date 2022年5月25日
19027
+ /**
19028
+ * rejectBtn
19029
+ * @desc:点击驳回
19030
+ * @author liufan
19031
+ * @date 2022年5月25日
19045
19032
  **/
19046
19033
  rejectBtn: function rejectBtn() {
19047
19034
  var _this8 = this;
@@ -19059,11 +19046,11 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
19059
19046
  }
19060
19047
  },
19061
19048
 
19062
- /**
19063
- * taskReadBtn
19064
- * @desc:点击分阅
19065
- * @author liufan
19066
- * @date 2022年5月25日
19049
+ /**
19050
+ * taskReadBtn
19051
+ * @desc:点击分阅
19052
+ * @author liufan
19053
+ * @date 2022年5月25日
19067
19054
  **/
19068
19055
  taskReadBtn: function taskReadBtn() {
19069
19056
  var _this9 = this;
@@ -19082,11 +19069,11 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
19082
19069
  }
19083
19070
  },
19084
19071
 
19085
- /**
19086
- * getFind
19087
- * @desc:获取通知方式
19088
- * @author liufan
19089
- * @date 2022年5月25日
19072
+ /**
19073
+ * getFind
19074
+ * @desc:获取通知方式
19075
+ * @author liufan
19076
+ * @date 2022年5月25日
19090
19077
  **/
19091
19078
  getFind: function getFind() {
19092
19079
  var _this10 = this;
@@ -19124,7 +19111,7 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
19124
19111
  nodeId = _endFlowInfo.nodeId;
19125
19112
 
19126
19113
  var param = {
19127
- url: api["I" /* getFreeStartFlowParams */],
19114
+ url: api["J" /* getFreeStartFlowParams */],
19128
19115
  params: {
19129
19116
  businessId: businessId,
19130
19117
  processDefinitionId: processDefinitionId,
@@ -19141,12 +19128,12 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
19141
19128
  });
19142
19129
  },
19143
19130
 
19144
- /**
19145
- * endFlows
19146
- * @desc:直接办结
19147
- * @author liufan
19148
- * @param {Object} res 直接办结数据
19149
- * @date 2022年5月25日
19131
+ /**
19132
+ * endFlows
19133
+ * @desc:直接办结
19134
+ * @author liufan
19135
+ * @param {Object} res 直接办结数据
19136
+ * @date 2022年5月25日
19150
19137
  **/
19151
19138
  endFlows: function endFlows(res) {
19152
19139
  var _this12 = this;
@@ -19200,12 +19187,12 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
19200
19187
  }).catch(function (e) {});
19201
19188
  },
19202
19189
 
19203
- /**
19204
- * goView
19205
- * @desc:更多流程按钮操作
19206
- * @author liufan
19207
- * @param {Object} res 当前点击操作按钮数据
19208
- * @date 2022年5月25日
19190
+ /**
19191
+ * goView
19192
+ * @desc:更多流程按钮操作
19193
+ * @author liufan
19194
+ * @param {Object} res 当前点击操作按钮数据
19195
+ * @date 2022年5月25日
19209
19196
  **/
19210
19197
  goView: function goView(res) {
19211
19198
  // 驳回并办结:rejectAndEndHtml
@@ -19290,11 +19277,11 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
19290
19277
  // isCanStartSubFlow
19291
19278
  },
19292
19279
 
19293
- /**
19294
- * toTakeAdvice
19295
- * @desc:征求意见
19296
- * @author liufan
19297
- * @date 2022年9月29日
19280
+ /**
19281
+ * toTakeAdvice
19282
+ * @desc:征求意见
19283
+ * @author liufan
19284
+ * @date 2022年9月29日
19298
19285
  **/
19299
19286
  toTakeAdvice: function toTakeAdvice(res) {
19300
19287
  var _this14 = this;
@@ -19312,7 +19299,7 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
19312
19299
  var _this15 = this;
19313
19300
 
19314
19301
  var params = {
19315
- url: api["gb" /* isCanStartSubFlow */],
19302
+ url: api["hb" /* isCanStartSubFlow */],
19316
19303
  data: {
19317
19304
  appId: this.taskExamineInfo.appId,
19318
19305
  inevitableNode: res.inevitableNode
@@ -19338,11 +19325,11 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
19338
19325
  });
19339
19326
  },
19340
19327
 
19341
- /**
19342
- * toStartDraf
19343
- * @desc: 稿件递送、联合审核、复核
19344
- * @author liufan
19345
- * @date 2022年9月29日
19328
+ /**
19329
+ * toStartDraf
19330
+ * @desc: 稿件递送、联合审核、复核
19331
+ * @author liufan
19332
+ * @date 2022年9月29日
19346
19333
  **/
19347
19334
  toStartDraf: function toStartDraf(res) {
19348
19335
  var _this16 = this;
@@ -19356,11 +19343,11 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
19356
19343
  }
19357
19344
  },
19358
19345
 
19359
- /**
19360
- * toSendMsg
19361
- * @desc:核稿通知
19362
- * @author liufan
19363
- * @date 2022年9月29日
19346
+ /**
19347
+ * toSendMsg
19348
+ * @desc:核稿通知
19349
+ * @author liufan
19350
+ * @date 2022年9月29日
19364
19351
  **/
19365
19352
  toSendMsg: function toSendMsg(res) {
19366
19353
  var _this17 = this;
@@ -19374,11 +19361,11 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
19374
19361
  }
19375
19362
  },
19376
19363
 
19377
- /**
19378
- * toTaskReadAndEnd
19379
- * @desc:分阅并办结
19380
- * @author liufan
19381
- * @date 2022年9月29日
19364
+ /**
19365
+ * toTaskReadAndEnd
19366
+ * @desc:分阅并办结
19367
+ * @author liufan
19368
+ * @date 2022年9月29日
19382
19369
  **/
19383
19370
  toTaskReadAndEnd: function toTaskReadAndEnd(res) {
19384
19371
  var _this18 = this;
@@ -19396,11 +19383,11 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
19396
19383
  }
19397
19384
  },
19398
19385
 
19399
- /**
19400
- * rejectAndEnd
19401
- * @desc:驳回并办结
19402
- * @author liufan
19403
- * @date 2022年9月29日
19386
+ /**
19387
+ * rejectAndEnd
19388
+ * @desc:驳回并办结
19389
+ * @author liufan
19390
+ * @date 2022年9月29日
19404
19391
  **/
19405
19392
  rejectAndEnd: function rejectAndEnd(res) {
19406
19393
  var _this19 = this;
@@ -19422,7 +19409,7 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
19422
19409
  this.$confirm('确认' + res.value + '?').then(function () {
19423
19410
  // return this.$message.warning('请填写意见');
19424
19411
  var params = {
19425
- url: api["ub" /* rejectAndEnd */],
19412
+ url: api["vb" /* rejectAndEnd */],
19426
19413
  headers: { Accept: 'application/json,text/plain' },
19427
19414
  method: 'post',
19428
19415
  data: {
@@ -19455,11 +19442,11 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
19455
19442
  });
19456
19443
  },
19457
19444
 
19458
- /**
19459
- * toTransfer
19460
- * @desc:转办
19461
- * @author liufan
19462
- * @date 2022年9月29日
19445
+ /**
19446
+ * toTransfer
19447
+ * @desc:转办
19448
+ * @author liufan
19449
+ * @date 2022年9月29日
19463
19450
  **/
19464
19451
  toTransfer: function toTransfer(res) {
19465
19452
  var _this21 = this;
@@ -19475,11 +19462,11 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
19475
19462
  }
19476
19463
  },
19477
19464
 
19478
- /**
19479
- * getNodeInfo
19480
- * @desc:获取节点信息
19481
- * @author liufan
19482
- * @date 2022年5月25日
19465
+ /**
19466
+ * getNodeInfo
19467
+ * @desc:获取节点信息
19468
+ * @author liufan
19469
+ * @date 2022年5月25日
19483
19470
  **/
19484
19471
  getNodeInfo: function getNodeInfo() {
19485
19472
  var _this22 = this;
@@ -19492,7 +19479,7 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
19492
19479
  pendingId: this.pendingId,
19493
19480
  businessId: this.businessIds
19494
19481
  };
19495
- util["a" /* default */].ajax({ url: api["M" /* getNodeInfo */], params: params }).then(function (res) {
19482
+ util["a" /* default */].ajax({ url: api["N" /* getNodeInfo */], params: params }).then(function (res) {
19496
19483
  var status = res.status,
19497
19484
  message = res.message,
19498
19485
  data = res.data;
@@ -19578,12 +19565,12 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
19578
19565
  });
19579
19566
  },
19580
19567
 
19581
- /**
19582
- * selecNext
19583
- * @desc:下步节点变化时更新数据
19584
- * @author liufan
19585
- * @param {String} val 当前选中值
19586
- * @date 2022年5月25日
19568
+ /**
19569
+ * selecNext
19570
+ * @desc:下步节点变化时更新数据
19571
+ * @author liufan
19572
+ * @param {String} val 当前选中值
19573
+ * @date 2022年5月25日
19587
19574
  **/
19588
19575
  selecNext: function selecNext(val, type, isDef) {
19589
19576
  var _this23 = this;
@@ -19692,11 +19679,11 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
19692
19679
  if (isDef !== true) this.getNodeInfo();
19693
19680
  },
19694
19681
 
19695
- /**
19696
- * isMultiple
19697
- * @desc:是否多选
19698
- * @author liufan
19699
- * @date 2022年9月13日
19682
+ /**
19683
+ * isMultiple
19684
+ * @desc:是否多选
19685
+ * @author liufan
19686
+ * @date 2022年9月13日
19700
19687
  **/
19701
19688
  isMultiple: function isMultiple(val, choiceOrgId, choiceDeptId, pOrgId) {
19702
19689
  if (val == 2 || val == 4 || val == 6 || val == 16) {
@@ -19728,11 +19715,11 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
19728
19715
  }
19729
19716
  },
19730
19717
 
19731
- /**
19732
- * getHedInfo
19733
- * @desc:获取审核页面数据
19734
- * @author liufan
19735
- * @date 2022年5月25日
19718
+ /**
19719
+ * getHedInfo
19720
+ * @desc:获取审核页面数据
19721
+ * @author liufan
19722
+ * @date 2022年5月25日
19736
19723
  **/
19737
19724
  getHedInfo: function getHedInfo() {
19738
19725
  var _this24 = this;
@@ -19742,7 +19729,7 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
19742
19729
  pendingId: this.pendingId,
19743
19730
  userId: util["a" /* default */].getStorage('userId')
19744
19731
  };
19745
- util["a" /* default */].ajax({ url: api["J" /* getHandleInfoHtml */], params: params }).then(function (res) {
19732
+ util["a" /* default */].ajax({ url: api["K" /* getHandleInfoHtml */], params: params }).then(function (res) {
19746
19733
  //pc返回数据
19747
19734
 
19748
19735
  _this24.loading.close();
@@ -19968,13 +19955,13 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
19968
19955
  });
19969
19956
  },
19970
19957
 
19971
- /**
19972
- * closeProcess
19973
- * @desc:关闭弹窗
19974
- * @author liufan
19975
- * @param {boolean} val 当前是否办理流程
19976
- * @param {String} type 当前点击的弹窗类型
19977
- * @date 2022年5月25日
19958
+ /**
19959
+ * closeProcess
19960
+ * @desc:关闭弹窗
19961
+ * @author liufan
19962
+ * @param {boolean} val 当前是否办理流程
19963
+ * @param {String} type 当前点击的弹窗类型
19964
+ * @date 2022年5月25日
19978
19965
  **/
19979
19966
  closeProcess: function closeProcess(val, type, closeParent) {
19980
19967
  if (closeParent) {
@@ -19991,23 +19978,23 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
19991
19978
  }
19992
19979
  },
19993
19980
 
19994
- /**
19995
- * selectChange
19996
- * @desc:常用语选择
19997
- * @author liufan
19998
- * @param {String} val 选中值
19999
- * @date 2022年5月25日
19981
+ /**
19982
+ * selectChange
19983
+ * @desc:常用语选择
19984
+ * @author liufan
19985
+ * @param {String} val 选中值
19986
+ * @date 2022年5月25日
20000
19987
  **/
20001
19988
  selectChange: function selectChange(val) {
20002
19989
  this.value = val;
20003
19990
  },
20004
19991
 
20005
- /**
20006
- * upDate
20007
- * @desc:修改常用语
20008
- * @author liufan
20009
- * @param {Object} val 修改值
20010
- * @date 2022年5月25日
19992
+ /**
19993
+ * upDate
19994
+ * @desc:修改常用语
19995
+ * @author liufan
19996
+ * @param {Object} val 修改值
19997
+ * @date 2022年5月25日
20011
19998
  **/
20012
19999
  upDate: function upDate(val) {
20013
20000
  this.FormData.id = val.id;
@@ -20015,11 +20002,11 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
20015
20002
  },
20016
20003
 
20017
20004
 
20018
- /**
20019
- * getProcess
20020
- * @desc:获取选择流程
20021
- * @author liufan
20022
- * @date 2022年5月25日
20005
+ /**
20006
+ * getProcess
20007
+ * @desc:获取选择流程
20008
+ * @author liufan
20009
+ * @date 2022年5月25日
20023
20010
  **/
20024
20011
  getProcess: function getProcess() {
20025
20012
  var _this25 = this;
@@ -20034,7 +20021,7 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
20034
20021
  // onlyFlag: true
20035
20022
  };
20036
20023
  this.loading = util["a" /* default */].loading(this.$loading, '加载中...');
20037
- util["a" /* default */].ajax({ url: api["R" /* getProcessDefList */], params: params }).then(function (res) {
20024
+ util["a" /* default */].ajax({ url: api["S" /* getProcessDefList */], params: params }).then(function (res) {
20038
20025
  var status = res.status,
20039
20026
  message = res.message,
20040
20027
  data = res.data;
@@ -20073,11 +20060,11 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
20073
20060
  });
20074
20061
  },
20075
20062
 
20076
- /**
20077
- * getPendedhistoryList
20078
- * @desc:获取流程列表
20079
- * @author liufan
20080
- * @date 2022年5月25日
20063
+ /**
20064
+ * getPendedhistoryList
20065
+ * @desc:获取流程列表
20066
+ * @author liufan
20067
+ * @date 2022年5月25日
20081
20068
  **/
20082
20069
  getPendedhistoryList: function getPendedhistoryList() {
20083
20070
  var _this26 = this;
@@ -20087,7 +20074,7 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
20087
20074
  userId: util["a" /* default */].getStorage('userId'),
20088
20075
  type: 2
20089
20076
  };
20090
- util["a" /* default */].ajax({ url: api["lb" /* pendedhistoryList */], data: params, method: 'post' }).then(function (res) {
20077
+ util["a" /* default */].ajax({ url: api["mb" /* pendedhistoryList */], data: params, method: 'post' }).then(function (res) {
20091
20078
  var rCode = res.rCode,
20092
20079
  msg = res.msg,
20093
20080
  results = res.results;
@@ -20109,12 +20096,12 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
20109
20096
  },
20110
20097
 
20111
20098
  // 提交流程
20112
- /**
20113
- * subProcess
20114
- * @desc:提交流程
20115
- * @author liufan
20116
- * @param {String} formName 当前form表单ref值
20117
- * @date 2022年5月25日
20099
+ /**
20100
+ * subProcess
20101
+ * @desc:提交流程
20102
+ * @author liufan
20103
+ * @param {String} formName 当前form表单ref值
20104
+ * @date 2022年5月25日
20118
20105
  **/
20119
20106
  subProcess: function subProcess(val) {
20120
20107
  var _this27 = this;
@@ -20283,7 +20270,7 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
20283
20270
  params.isSubFlow = taskExamineInfo.isSubFlow;
20284
20271
  params.nodeId = taskExamineInfo.nodeId;
20285
20272
  params.needRetrialAuth = needRetrialAuth;
20286
- return _context.abrupt('return', util["a" /* default */].ajax({ url: api["Hb" /* taskHandleHtml */], method: 'post', data: params }).then(function (res) {
20273
+ return _context.abrupt('return', util["a" /* default */].ajax({ url: api["Ib" /* taskHandleHtml */], method: 'post', data: params }).then(function (res) {
20287
20274
  var status = res.status,
20288
20275
  message = res.message;
20289
20276
 
@@ -20640,7 +20627,7 @@ var supervisevue_type_script_lang_js_extends = Object.assign || function (target
20640
20627
  pendingUserIds = _nextNode.pendingUserIds;
20641
20628
 
20642
20629
  var params = {
20643
- url: api["cc" /* toTaskSuperviseSub */],
20630
+ url: api["ec" /* toTaskSuperviseSub */],
20644
20631
  params: {
20645
20632
  userId: util["a" /* default */].getStorage('userId'),
20646
20633
  urgeUserIds: pendingUserIds,
@@ -20664,7 +20651,7 @@ var supervisevue_type_script_lang_js_extends = Object.assign || function (target
20664
20651
 
20665
20652
  this.loading = util["a" /* default */].loading(this.$loading, '加载中...');
20666
20653
  util["a" /* default */].ajax({
20667
- url: api["bc" /* toTaskSupervise */],
20654
+ url: api["dc" /* toTaskSupervise */],
20668
20655
  params: {
20669
20656
  businessId: this.businessId,
20670
20657
  userId: util["a" /* default */].getStorage('userId')
@@ -21993,7 +21980,7 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
21993
21980
  var _this2 = this;
21994
21981
 
21995
21982
  var params = {
21996
- url: api["D" /* getAdjunctFileInfos */],
21983
+ url: api["E" /* getAdjunctFileInfos */],
21997
21984
  params: { ownId: ownId, code: code }
21998
21985
  };
21999
21986
  util["a" /* default */].ajax(params).then(function (res) {
@@ -22081,7 +22068,7 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
22081
22068
  taskAction: 'complete'
22082
22069
  };
22083
22070
  util["a" /* default */].ajax({
22084
- url: api["Ib" /* taskReadHtml */],
22071
+ url: api["Jb" /* taskReadHtml */],
22085
22072
  params: { taskAction: 'complete' },
22086
22073
  headers: {
22087
22074
  Accept: 'application/json,text/plain'
@@ -22127,7 +22114,7 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
22127
22114
 
22128
22115
  this.loading = util["a" /* default */].loading(this.$loading, '加载中...');
22129
22116
  util["a" /* default */].ajax({
22130
- url: api["Wb" /* toStartTaskReadIndex */],
22117
+ url: api["Yb" /* toStartTaskReadIndex */],
22131
22118
  params: { pendingId: this.pendingId }
22132
22119
  }).then(function (res) {
22133
22120
  var status = res.status,
@@ -22168,7 +22155,7 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
22168
22155
  if (mainConfig) {
22169
22156
  this.userModel = JSON.parse(mainConfig).userModel;
22170
22157
  } else {
22171
- util["a" /* default */].ajax({ url: api["ib" /* loginUserInfo */] }).then(function (res) {
22158
+ util["a" /* default */].ajax({ url: api["jb" /* loginUserInfo */] }).then(function (res) {
22172
22159
  var status = res.status,
22173
22160
  data = res.data;
22174
22161
 
@@ -22222,11 +22209,11 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
22222
22209
  });
22223
22210
  },
22224
22211
 
22225
- /**
22226
- * saveInfo
22227
- * @desc:暂存
22228
- * @author liufan
22229
- * @date 2022年9月9日
22212
+ /**
22213
+ * saveInfo
22214
+ * @desc:暂存
22215
+ * @author liufan
22216
+ * @date 2022年9月9日
22230
22217
  **/
22231
22218
  saveInfo: function saveInfo(type, btn) {
22232
22219
  var _this8 = this;
@@ -22269,7 +22256,7 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
22269
22256
  pendingId: this.pendingId
22270
22257
  };
22271
22258
  this.loading = util["a" /* default */].loading(this.$loading, '保存中...');
22272
- util["a" /* default */].ajax({ url: api["Qb" /* tempSave */], params: params }).then(function (res) {
22259
+ util["a" /* default */].ajax({ url: api["Sb" /* tempSave */], params: params }).then(function (res) {
22273
22260
  var status = res.status,
22274
22261
  message = res.message;
22275
22262
 
@@ -22288,11 +22275,11 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
22288
22275
  });
22289
22276
  },
22290
22277
 
22291
- /**
22292
- * rejectBtn
22293
- * @desc:点击驳回
22294
- * @author liufan
22295
- * @date 2022年5月25日
22278
+ /**
22279
+ * rejectBtn
22280
+ * @desc:点击驳回
22281
+ * @author liufan
22282
+ * @date 2022年5月25日
22296
22283
  **/
22297
22284
  rejectBtn: function rejectBtn() {
22298
22285
  var _this10 = this;
@@ -22310,11 +22297,11 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
22310
22297
  }
22311
22298
  },
22312
22299
 
22313
- /**
22314
- * taskReadBtn
22315
- * @desc:点击分阅
22316
- * @author liufan
22317
- * @date 2022年5月25日
22300
+ /**
22301
+ * taskReadBtn
22302
+ * @desc:点击分阅
22303
+ * @author liufan
22304
+ * @date 2022年5月25日
22318
22305
  **/
22319
22306
  taskReadBtn: function taskReadBtn() {
22320
22307
  var _this11 = this;
@@ -22333,11 +22320,11 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
22333
22320
  }
22334
22321
  },
22335
22322
 
22336
- /**
22337
- * getFind
22338
- * @desc:获取通知方式
22339
- * @author liufan
22340
- * @date 2022年5月25日
22323
+ /**
22324
+ * getFind
22325
+ * @desc:获取通知方式
22326
+ * @author liufan
22327
+ * @date 2022年5月25日
22341
22328
  **/
22342
22329
  getFind: function getFind() {
22343
22330
  var _this12 = this;
@@ -22375,7 +22362,7 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
22375
22362
  nodeId = _endFlowInfo.nodeId;
22376
22363
 
22377
22364
  var param = {
22378
- url: api["I" /* getFreeStartFlowParams */],
22365
+ url: api["J" /* getFreeStartFlowParams */],
22379
22366
  params: {
22380
22367
  businessId: businessId,
22381
22368
  processDefinitionId: processDefinitionId,
@@ -22403,12 +22390,12 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
22403
22390
  });
22404
22391
  },
22405
22392
 
22406
- /**
22407
- * endFlows
22408
- * @desc:直接办结
22409
- * @author liufan
22410
- * @param {Object} res 直接办结数据
22411
- * @date 2022年5月25日
22393
+ /**
22394
+ * endFlows
22395
+ * @desc:直接办结
22396
+ * @author liufan
22397
+ * @param {Object} res 直接办结数据
22398
+ * @date 2022年5月25日
22412
22399
  **/
22413
22400
  endFlows: function endFlows(res) {
22414
22401
  var _this14 = this;
@@ -22462,12 +22449,12 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
22462
22449
  }).catch(function (e) {});
22463
22450
  },
22464
22451
 
22465
- /**
22466
- * goView
22467
- * @desc:更多流程按钮操作
22468
- * @author liufan
22469
- * @param {Object} res 当前点击操作按钮数据
22470
- * @date 2022年5月25日
22452
+ /**
22453
+ * goView
22454
+ * @desc:更多流程按钮操作
22455
+ * @author liufan
22456
+ * @param {Object} res 当前点击操作按钮数据
22457
+ * @date 2022年5月25日
22471
22458
  **/
22472
22459
  goView: function goView(res) {
22473
22460
  // 驳回并办结:rejectAndEndHtml
@@ -22552,11 +22539,11 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
22552
22539
  // isCanStartSubFlow
22553
22540
  },
22554
22541
 
22555
- /**
22556
- * toTakeAdvice
22557
- * @desc:征求意见
22558
- * @author liufan
22559
- * @date 2022年9月29日
22542
+ /**
22543
+ * toTakeAdvice
22544
+ * @desc:征求意见
22545
+ * @author liufan
22546
+ * @date 2022年9月29日
22560
22547
  **/
22561
22548
  toTakeAdvice: function toTakeAdvice(res) {
22562
22549
  var _this16 = this;
@@ -22574,7 +22561,7 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
22574
22561
  var _this17 = this;
22575
22562
 
22576
22563
  var params = {
22577
- url: api["gb" /* isCanStartSubFlow */],
22564
+ url: api["hb" /* isCanStartSubFlow */],
22578
22565
  data: {
22579
22566
  appId: this.taskExamineInfo.appId,
22580
22567
  inevitableNode: res.inevitableNode
@@ -22600,11 +22587,11 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
22600
22587
  });
22601
22588
  },
22602
22589
 
22603
- /**
22604
- * toStartDraf
22605
- * @desc: 稿件递送、联合审核、复核
22606
- * @author liufan
22607
- * @date 2022年9月29日
22590
+ /**
22591
+ * toStartDraf
22592
+ * @desc: 稿件递送、联合审核、复核
22593
+ * @author liufan
22594
+ * @date 2022年9月29日
22608
22595
  **/
22609
22596
  toStartDraf: function toStartDraf(res) {
22610
22597
  var _this18 = this;
@@ -22618,11 +22605,11 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
22618
22605
  }
22619
22606
  },
22620
22607
 
22621
- /**
22622
- * toSendMsg
22623
- * @desc:核稿通知
22624
- * @author liufan
22625
- * @date 2022年9月29日
22608
+ /**
22609
+ * toSendMsg
22610
+ * @desc:核稿通知
22611
+ * @author liufan
22612
+ * @date 2022年9月29日
22626
22613
  **/
22627
22614
  toSendMsg: function toSendMsg(res) {
22628
22615
  var _this19 = this;
@@ -22636,11 +22623,11 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
22636
22623
  }
22637
22624
  },
22638
22625
 
22639
- /**
22640
- * toTaskReadAndEnd
22641
- * @desc:分阅并办结
22642
- * @author liufan
22643
- * @date 2022年9月29日
22626
+ /**
22627
+ * toTaskReadAndEnd
22628
+ * @desc:分阅并办结
22629
+ * @author liufan
22630
+ * @date 2022年9月29日
22644
22631
  **/
22645
22632
  toTaskReadAndEnd: function toTaskReadAndEnd(res) {
22646
22633
  var _this20 = this;
@@ -22658,11 +22645,11 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
22658
22645
  }
22659
22646
  },
22660
22647
 
22661
- /**
22662
- * rejectAndEnd
22663
- * @desc:驳回并办结
22664
- * @author liufan
22665
- * @date 2022年9月29日
22648
+ /**
22649
+ * rejectAndEnd
22650
+ * @desc:驳回并办结
22651
+ * @author liufan
22652
+ * @date 2022年9月29日
22666
22653
  **/
22667
22654
  rejectAndEnd: function rejectAndEnd(res) {
22668
22655
  var _this21 = this;
@@ -22684,7 +22671,7 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
22684
22671
  this.$confirm('确认' + res.value + '?').then(function () {
22685
22672
  // return this.$message.warning('请填写意见');
22686
22673
  var params = {
22687
- url: api["ub" /* rejectAndEnd */],
22674
+ url: api["vb" /* rejectAndEnd */],
22688
22675
  headers: { Accept: 'application/json,text/plain' },
22689
22676
  method: 'post',
22690
22677
  data: {
@@ -22717,11 +22704,11 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
22717
22704
  });
22718
22705
  },
22719
22706
 
22720
- /**
22721
- * toTransfer
22722
- * @desc:转办
22723
- * @author liufan
22724
- * @date 2022年9月29日
22707
+ /**
22708
+ * toTransfer
22709
+ * @desc:转办
22710
+ * @author liufan
22711
+ * @date 2022年9月29日
22725
22712
  **/
22726
22713
  toTransfer: function toTransfer(res) {
22727
22714
  var _this23 = this;
@@ -22737,11 +22724,11 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
22737
22724
  }
22738
22725
  },
22739
22726
 
22740
- /**
22741
- * getNodeInfo
22742
- * @desc:获取节点信息
22743
- * @author liufan
22744
- * @date 2022年5月25日
22727
+ /**
22728
+ * getNodeInfo
22729
+ * @desc:获取节点信息
22730
+ * @author liufan
22731
+ * @date 2022年5月25日
22745
22732
  **/
22746
22733
  getNodeInfo: function getNodeInfo() {
22747
22734
  var _this24 = this;
@@ -22754,7 +22741,7 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
22754
22741
  pendingId: this.pendingId,
22755
22742
  businessId: this.businessIds
22756
22743
  };
22757
- util["a" /* default */].ajax({ url: api["M" /* getNodeInfo */], params: params }).then(function (res) {
22744
+ util["a" /* default */].ajax({ url: api["N" /* getNodeInfo */], params: params }).then(function (res) {
22758
22745
  var status = res.status,
22759
22746
  message = res.message,
22760
22747
  data = res.data;
@@ -22841,12 +22828,12 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
22841
22828
  });
22842
22829
  },
22843
22830
 
22844
- /**
22845
- * selecNext
22846
- * @desc:下步节点变化时更新数据
22847
- * @author liufan
22848
- * @param {String} val 当前选中值
22849
- * @date 2022年5月25日
22831
+ /**
22832
+ * selecNext
22833
+ * @desc:下步节点变化时更新数据
22834
+ * @author liufan
22835
+ * @param {String} val 当前选中值
22836
+ * @date 2022年5月25日
22850
22837
  **/
22851
22838
  selecNext: function selecNext(val, type, isDef) {
22852
22839
  var _this25 = this;
@@ -22955,11 +22942,11 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
22955
22942
  if (isDef !== true) this.getNodeInfo();
22956
22943
  },
22957
22944
 
22958
- /**
22959
- * isMultiple
22960
- * @desc:是否多选
22961
- * @author liufan
22962
- * @date 2022年9月13日
22945
+ /**
22946
+ * isMultiple
22947
+ * @desc:是否多选
22948
+ * @author liufan
22949
+ * @date 2022年9月13日
22963
22950
  **/
22964
22951
  isMultiple: function isMultiple(val, choiceOrgId, choiceDeptId, pOrgId) {
22965
22952
  if (val == 2 || val == 4 || val == 6 || val == 16) {
@@ -22991,11 +22978,11 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
22991
22978
  }
22992
22979
  },
22993
22980
 
22994
- /**
22995
- * getHedInfo
22996
- * @desc:获取审核页面数据
22997
- * @author liufan
22998
- * @date 2022年5月25日
22981
+ /**
22982
+ * getHedInfo
22983
+ * @desc:获取审核页面数据
22984
+ * @author liufan
22985
+ * @date 2022年5月25日
22999
22986
  **/
23000
22987
  getHedInfo: function getHedInfo() {
23001
22988
  var _this26 = this;
@@ -23005,7 +22992,7 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
23005
22992
  pendingId: this.pendingId,
23006
22993
  userId: util["a" /* default */].getStorage('userId')
23007
22994
  };
23008
- util["a" /* default */].ajax({ url: api["J" /* getHandleInfoHtml */], params: params }).then(function (res) {
22995
+ util["a" /* default */].ajax({ url: api["K" /* getHandleInfoHtml */], params: params }).then(function (res) {
23009
22996
  //pc返回数据
23010
22997
 
23011
22998
  _this26.loading.close();
@@ -23235,13 +23222,13 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
23235
23222
  });
23236
23223
  },
23237
23224
 
23238
- /**
23239
- * closeProcess
23240
- * @desc:关闭弹窗
23241
- * @author liufan
23242
- * @param {boolean} val 当前是否办理流程
23243
- * @param {String} type 当前点击的弹窗类型
23244
- * @date 2022年5月25日
23225
+ /**
23226
+ * closeProcess
23227
+ * @desc:关闭弹窗
23228
+ * @author liufan
23229
+ * @param {boolean} val 当前是否办理流程
23230
+ * @param {String} type 当前点击的弹窗类型
23231
+ * @date 2022年5月25日
23245
23232
  **/
23246
23233
  closeProcess: function closeProcess(val, type, closeParent) {
23247
23234
  if (closeParent) {
@@ -23258,23 +23245,23 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
23258
23245
  }
23259
23246
  },
23260
23247
 
23261
- /**
23262
- * selectChange
23263
- * @desc:常用语选择
23264
- * @author liufan
23265
- * @param {String} val 选中值
23266
- * @date 2022年5月25日
23248
+ /**
23249
+ * selectChange
23250
+ * @desc:常用语选择
23251
+ * @author liufan
23252
+ * @param {String} val 选中值
23253
+ * @date 2022年5月25日
23267
23254
  **/
23268
23255
  selectChange: function selectChange(val) {
23269
23256
  this.value = val;
23270
23257
  },
23271
23258
 
23272
- /**
23273
- * upDate
23274
- * @desc:修改常用语
23275
- * @author liufan
23276
- * @param {Object} val 修改值
23277
- * @date 2022年5月25日
23259
+ /**
23260
+ * upDate
23261
+ * @desc:修改常用语
23262
+ * @author liufan
23263
+ * @param {Object} val 修改值
23264
+ * @date 2022年5月25日
23278
23265
  **/
23279
23266
  upDate: function upDate(val) {
23280
23267
  this.FormData.id = val.id;
@@ -23282,11 +23269,11 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
23282
23269
  },
23283
23270
 
23284
23271
 
23285
- /**
23286
- * getProcess
23287
- * @desc:获取选择流程
23288
- * @author liufan
23289
- * @date 2022年5月25日
23272
+ /**
23273
+ * getProcess
23274
+ * @desc:获取选择流程
23275
+ * @author liufan
23276
+ * @date 2022年5月25日
23290
23277
  **/
23291
23278
  getProcess: function getProcess(val) {
23292
23279
  var _this27 = this;
@@ -23299,7 +23286,7 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
23299
23286
  hideTempSave: true
23300
23287
  }, this.param);
23301
23288
  this.loading = util["a" /* default */].loading(this.$loading, '加载中...');
23302
- util["a" /* default */].ajax({ url: api["R" /* getProcessDefList */], params: params }).then(function (res) {
23289
+ util["a" /* default */].ajax({ url: api["S" /* getProcessDefList */], params: params }).then(function (res) {
23303
23290
  var status = res.status,
23304
23291
  message = res.message,
23305
23292
  data = res.data;
@@ -23338,11 +23325,11 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
23338
23325
  });
23339
23326
  },
23340
23327
 
23341
- /**
23342
- * getPendedhistoryList
23343
- * @desc:获取流程列表
23344
- * @author liufan
23345
- * @date 2022年5月25日
23328
+ /**
23329
+ * getPendedhistoryList
23330
+ * @desc:获取流程列表
23331
+ * @author liufan
23332
+ * @date 2022年5月25日
23346
23333
  **/
23347
23334
  getPendedhistoryList: function getPendedhistoryList() {
23348
23335
  var _this28 = this;
@@ -23352,7 +23339,7 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
23352
23339
  userId: util["a" /* default */].getStorage('userId'),
23353
23340
  type: 2
23354
23341
  };
23355
- util["a" /* default */].ajax({ url: api["lb" /* pendedhistoryList */], data: params, method: 'post' }).then(function (res) {
23342
+ util["a" /* default */].ajax({ url: api["mb" /* pendedhistoryList */], data: params, method: 'post' }).then(function (res) {
23356
23343
  var rCode = res.rCode,
23357
23344
  msg = res.msg,
23358
23345
  results = res.results;
@@ -23381,6 +23368,7 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
23381
23368
  params: {
23382
23369
  foreignOrgObj: _that.nextNode.nextOtherOrgObj,
23383
23370
  circularReadProcessKey: _that.taskExamineInfo.processDefinitionId,
23371
+ pendingId: _that.pendingId,
23384
23372
  currentBusinessId: _that.taskExamineInfo.businessId
23385
23373
  }
23386
23374
  };
@@ -23409,12 +23397,12 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
23409
23397
  },
23410
23398
 
23411
23399
  // 提交流程
23412
- /**
23413
- * subProcess
23414
- * @desc:提交流程
23415
- * @author liufan
23416
- * @param {String} formName 当前form表单ref值
23417
- * @date 2022年5月25日
23400
+ /**
23401
+ * subProcess
23402
+ * @desc:提交流程
23403
+ * @author liufan
23404
+ * @param {String} formName 当前form表单ref值
23405
+ * @date 2022年5月25日
23418
23406
  **/
23419
23407
  subProcess: function subProcess(val, type) {
23420
23408
  var _this30 = this;
@@ -23629,7 +23617,7 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
23629
23617
  params.orgRoleCode = circularReadParamsMap.circularReadOrgRoleCode;
23630
23618
  }
23631
23619
 
23632
- return _context.abrupt('return', util["a" /* default */].ajax({ url: api["Hb" /* taskHandleHtml */], method: 'post', data: params }).then(function (res) {
23620
+ return _context.abrupt('return', util["a" /* default */].ajax({ url: api["Ib" /* taskHandleHtml */], method: 'post', data: params }).then(function (res) {
23633
23621
  var status = res.status,
23634
23622
  message = res.message;
23635
23623