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
@@ -90,7 +90,7 @@ module.exports =
90
90
  /***/ (function(module, __webpack_exports__, __webpack_require__) {
91
91
 
92
92
  "use strict";
93
- /* harmony import */ var babel_runtime_regenerator__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(3);
93
+ /* harmony import */ var babel_runtime_regenerator__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(2);
94
94
  /* harmony import */ var babel_runtime_regenerator__WEBPACK_IMPORTED_MODULE_0___default = /*#__PURE__*/__webpack_require__.n(babel_runtime_regenerator__WEBPACK_IMPORTED_MODULE_0__);
95
95
  /* harmony import */ var _config_api__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(1);
96
96
  /* harmony import */ var axios__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(10);
@@ -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
  // 阅转办校验接口
@@ -3925,13 +3912,13 @@ var formContents = '/lowcode/admin/online/onlineForm/getOnlineFormFromCache';
3925
3912
  /* 2 */
3926
3913
  /***/ (function(module, exports) {
3927
3914
 
3928
- module.exports = require("throttle-debounce");
3915
+ module.exports = require("babel-runtime/regenerator");
3929
3916
 
3930
3917
  /***/ }),
3931
3918
  /* 3 */
3932
3919
  /***/ (function(module, exports) {
3933
3920
 
3934
- module.exports = require("babel-runtime/regenerator");
3921
+ module.exports = require("throttle-debounce");
3935
3922
 
3936
3923
  /***/ }),
3937
3924
  /* 4 */
@@ -6605,7 +6592,7 @@ mainvue_type_template_id_e9ea73d6_render._withStripped = true
6605
6592
  var api = __webpack_require__(1);
6606
6593
 
6607
6594
  // EXTERNAL MODULE: external "throttle-debounce"
6608
- var external_throttle_debounce_ = __webpack_require__(2);
6595
+ var external_throttle_debounce_ = __webpack_require__(3);
6609
6596
 
6610
6597
  // CONCATENATED MODULE: ./src/utils/store.js
6611
6598
  var store_store = {
@@ -6835,7 +6822,7 @@ var checkbox_group_src_mainvue_type_script_lang_js_extends = Object.assign || fu
6835
6822
  },
6836
6823
  findCode: function findCode() {
6837
6824
  if (this.service) {
6838
- return '/' + this.service + api["H" /* getDictList */];
6825
+ return '/' + this.service + api["I" /* getDictList */];
6839
6826
  }
6840
6827
  return api["y" /* findSysCode */];
6841
6828
  }
@@ -8606,7 +8593,7 @@ columnvue_type_template_id_4d1a48b2_render._withStripped = true
8606
8593
  // CONCATENATED MODULE: ./packages/data-table/src/column.vue?vue&type=template&id=4d1a48b2&
8607
8594
 
8608
8595
  // EXTERNAL MODULE: external "babel-runtime/regenerator"
8609
- var regenerator_ = __webpack_require__(3);
8596
+ var regenerator_ = __webpack_require__(2);
8610
8597
  var regenerator_default = /*#__PURE__*/__webpack_require__.n(regenerator_);
8611
8598
 
8612
8599
  // CONCATENATED MODULE: ./node_modules/babel-loader/lib!./node_modules/vue-loader/lib??vue-loader-options!./packages/data-table/src/column.vue?vue&type=script&lang=js&
@@ -9264,7 +9251,7 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
9264
9251
  },
9265
9252
  findCode: function findCode() {
9266
9253
  if (this.service) {
9267
- return '/' + this.service + api["H" /* getDictList */];
9254
+ return '/' + this.service + api["I" /* getDictList */];
9268
9255
  }
9269
9256
  return api["y" /* findSysCode */];
9270
9257
  }
@@ -10595,7 +10582,7 @@ var pageView = utils_util["a" /* default */].getParams('pageView');
10595
10582
  },
10596
10583
  findCode: function findCode() {
10597
10584
  if (this.service) {
10598
- return '/' + this.service + api["H" /* getDictList */];
10585
+ return '/' + this.service + api["I" /* getDictList */];
10599
10586
  }
10600
10587
  return api["y" /* findSysCode */];
10601
10588
  },
@@ -13392,7 +13379,7 @@ var mainvue_type_script_lang_js_components;
13392
13379
  },
13393
13380
  findCode: function findCode() {
13394
13381
  if (this.service) {
13395
- return '/' + this.service + api["H" /* getDictList */];
13382
+ return '/' + this.service + api["I" /* getDictList */];
13396
13383
  }
13397
13384
  return api["y" /* findSysCode */];
13398
13385
  }
@@ -25250,8 +25237,8 @@ form_src_main.install = function (Vue) {
25250
25237
  };
25251
25238
 
25252
25239
  /* harmony default export */ var packages_form = (form_src_main);
25253
- // 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&
25254
- var mainvue_type_template_id_fa4ed272_render = function () {
25240
+ // 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&
25241
+ var mainvue_type_template_id_bcadf692_render = function () {
25255
25242
  var _vm = this
25256
25243
  var _h = _vm.$createElement
25257
25244
  var _c = _vm._self._c || _h
@@ -27499,7 +27486,7 @@ var mainvue_type_template_id_fa4ed272_render = function () {
27499
27486
  staticClass: "flow-dialog",
27500
27487
  attrs: {
27501
27488
  "append-to-body": "",
27502
- height: "auto",
27489
+ height: "400",
27503
27490
  title: "发送消息",
27504
27491
  "close-on-click-modal": false,
27505
27492
  visible: _vm.showSendMsg,
@@ -27534,7 +27521,7 @@ var mainvue_type_template_id_fa4ed272_render = function () {
27534
27521
  staticClass: "flow-dialog",
27535
27522
  attrs: {
27536
27523
  "append-to-body": "",
27537
- height: "auto",
27524
+ height: "400",
27538
27525
  "close-on-click-modal": false,
27539
27526
  title: _vm.flowTitle,
27540
27527
  visible: _vm.showTaskUnionExamine,
@@ -27624,11 +27611,11 @@ var mainvue_type_template_id_fa4ed272_render = function () {
27624
27611
  )
27625
27612
  : _vm._e()
27626
27613
  }
27627
- var mainvue_type_template_id_fa4ed272_staticRenderFns = []
27628
- mainvue_type_template_id_fa4ed272_render._withStripped = true
27614
+ var mainvue_type_template_id_bcadf692_staticRenderFns = []
27615
+ mainvue_type_template_id_bcadf692_render._withStripped = true
27629
27616
 
27630
27617
 
27631
- // CONCATENATED MODULE: ./packages/flow/src/main.vue?vue&type=template&id=fa4ed272&
27618
+ // CONCATENATED MODULE: ./packages/flow/src/main.vue?vue&type=template&id=bcadf692&
27632
27619
 
27633
27620
  // CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./packages/flow/src/component/CommonOpinions.vue?vue&type=template&id=feb3781a&
27634
27621
  var CommonOpinionsvue_type_template_id_feb3781a_render = function () {
@@ -28428,21 +28415,21 @@ var CommonOpinionsvue_type_script_lang_js_components;
28428
28415
  return validSate;
28429
28416
  },
28430
28417
 
28431
- /**
28432
- * changeOpinion
28433
- * @desc:监听意见变化
28434
- * @author liufan
28435
- * @date 2022年10月28日
28418
+ /**
28419
+ * changeOpinion
28420
+ * @desc:监听意见变化
28421
+ * @author liufan
28422
+ * @date 2022年10月28日
28436
28423
  **/
28437
28424
  changeOpinion: function changeOpinion() {
28438
28425
  this.$emit('change', this.form.value);
28439
28426
  },
28440
28427
 
28441
- /**
28442
- * getCommonOpion
28443
- * @desc:获取意见
28444
- * @author liufan
28445
- * @date 2022年5月25日
28428
+ /**
28429
+ * getCommonOpion
28430
+ * @desc:获取意见
28431
+ * @author liufan
28432
+ * @date 2022年5月25日
28446
28433
  **/
28447
28434
  getCommonOpion: function getCommonOpion() {
28448
28435
  var _this = this;
@@ -28471,24 +28458,24 @@ var CommonOpinionsvue_type_script_lang_js_components;
28471
28458
  });
28472
28459
  },
28473
28460
 
28474
- /**
28475
- * upDate
28476
- * @desc:修改常用语
28477
- * @author liufan
28478
- * @param {Object} val 修改值
28479
- * @date 2022年5月25日
28461
+ /**
28462
+ * upDate
28463
+ * @desc:修改常用语
28464
+ * @author liufan
28465
+ * @param {Object} val 修改值
28466
+ * @date 2022年5月25日
28480
28467
  **/
28481
28468
  upDate: function upDate(val) {
28482
28469
  this.FormData.id = val.id;
28483
28470
  this.addVisible = true;
28484
28471
  },
28485
28472
 
28486
- /**
28487
- * selectChange
28488
- * @desc:常用语选择
28489
- * @author liufan
28490
- * @param {String} val 选中值
28491
- * @date 2022年5月25日
28473
+ /**
28474
+ * selectChange
28475
+ * @desc:常用语选择
28476
+ * @author liufan
28477
+ * @param {String} val 选中值
28478
+ * @date 2022年5月25日
28492
28479
  **/
28493
28480
  selectChange: function selectChange(val) {
28494
28481
  var _this2 = this;
@@ -28507,12 +28494,12 @@ var CommonOpinionsvue_type_script_lang_js_components;
28507
28494
  });
28508
28495
  },
28509
28496
 
28510
- /**
28511
- * del
28512
- * @desc:删除常用语
28513
- * @author liufan
28514
- * @param {Object} val 删除的数据
28515
- * @date 2022年5月25日
28497
+ /**
28498
+ * del
28499
+ * @desc:删除常用语
28500
+ * @author liufan
28501
+ * @param {Object} val 删除的数据
28502
+ * @date 2022年5月25日
28516
28503
  **/
28517
28504
  del: function del(val) {
28518
28505
  var _this3 = this;
@@ -28554,12 +28541,12 @@ var CommonOpinionsvue_type_script_lang_js_components;
28554
28541
  }).catch(function (e) {});
28555
28542
  },
28556
28543
 
28557
- /**
28558
- * submit
28559
- * @desc:新增/编辑意见保存
28560
- * @author liufan
28561
- * @param {Object} val 保存数据
28562
- * @date 2022年5月25日
28544
+ /**
28545
+ * submit
28546
+ * @desc:新增/编辑意见保存
28547
+ * @author liufan
28548
+ * @param {Object} val 保存数据
28549
+ * @date 2022年5月25日
28563
28550
  **/
28564
28551
  submit: function submit(val) {
28565
28552
  var _this4 = this;
@@ -28573,7 +28560,7 @@ var CommonOpinionsvue_type_script_lang_js_components;
28573
28560
  }
28574
28561
  this.loading = utils_util["a" /* default */].loading(this.$loading, '提交中...');
28575
28562
  utils_util["a" /* default */].ajax({
28576
- url: data.id ? api["kc" /* updateCommonOpinion */] : api["wb" /* saveCommonOpinion */],
28563
+ url: data.id ? api["mc" /* updateCommonOpinion */] : api["xb" /* saveCommonOpinion */],
28577
28564
  data: info,
28578
28565
  header: { 'Content-Type': 'multipart/form-data' },
28579
28566
  method: 'post'
@@ -28624,8 +28611,8 @@ var CommonOpinions_component = normalizeComponent(
28624
28611
  )
28625
28612
 
28626
28613
  /* harmony default export */ var CommonOpinions = (CommonOpinions_component.exports);
28627
- // 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&
28628
- var processFormvue_type_template_id_353b8fd9_render = function () {
28614
+ // 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&
28615
+ var processFormvue_type_template_id_0567bde9_render = function () {
28629
28616
  var _vm = this
28630
28617
  var _h = _vm.$createElement
28631
28618
  var _c = _vm._self._c || _h
@@ -29235,11 +29222,11 @@ var processFormvue_type_template_id_353b8fd9_render = function () {
29235
29222
  1
29236
29223
  )
29237
29224
  }
29238
- var processFormvue_type_template_id_353b8fd9_staticRenderFns = []
29239
- processFormvue_type_template_id_353b8fd9_render._withStripped = true
29225
+ var processFormvue_type_template_id_0567bde9_staticRenderFns = []
29226
+ processFormvue_type_template_id_0567bde9_render._withStripped = true
29240
29227
 
29241
29228
 
29242
- // CONCATENATED MODULE: ./packages/flow/src/processForm.vue?vue&type=template&id=353b8fd9&
29229
+ // CONCATENATED MODULE: ./packages/flow/src/processForm.vue?vue&type=template&id=0567bde9&
29243
29230
 
29244
29231
  // 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&
29245
29232
  var selectUservue_type_template_id_615d0e78_render = function () {
@@ -29577,7 +29564,7 @@ var selectUservue_type_script_lang_js_extends = Object.assign || function (targe
29577
29564
  newNextUser: [],
29578
29565
  newOptions: [],
29579
29566
  newSelectUserList: [],
29580
- url: api["Z" /* handleInfo */],
29567
+ url: api["ab" /* handleInfo */],
29581
29568
  newCheckboxList: [],
29582
29569
  newPresetEdit: 0,
29583
29570
  newMultiple: false,
@@ -29694,7 +29681,7 @@ var selectUservue_type_script_lang_js_extends = Object.assign || function (targe
29694
29681
  if (query !== '') {
29695
29682
  this.searchLoading = true;
29696
29683
  utils_util["a" /* default */].ajax({
29697
- url: api["Z" /* handleInfo */],
29684
+ url: api["ab" /* handleInfo */],
29698
29685
  params: { searchKey: query, query: query, type: 'user' }
29699
29686
  }).then(function (res) {
29700
29687
  var status = res.status,
@@ -30109,7 +30096,7 @@ var CustomPresetvue_type_script_lang_js_components;
30109
30096
  nextNodeId: nodeId,
30110
30097
  businessId: this.id
30111
30098
  };
30112
- utils_util["a" /* default */].ajax({ url: api["M" /* getNodeInfo */], params: params }).then(function (res) {
30099
+ utils_util["a" /* default */].ajax({ url: api["N" /* getNodeInfo */], params: params }).then(function (res) {
30113
30100
  var status = res.status,
30114
30101
  message = res.message,
30115
30102
  _res$data = res.data,
@@ -30207,7 +30194,7 @@ var CustomPresetvue_type_script_lang_js_components;
30207
30194
 
30208
30195
  isNoStart && (this.newPresetList = []);
30209
30196
  var params = {
30210
- url: api["P" /* getPresetCustomInfo */],
30197
+ url: api["Q" /* getPresetCustomInfo */],
30211
30198
  data: {
30212
30199
  nodeId: nodeId,
30213
30200
  processDefinitionId: processDefinitionId ? processDefinitionId : this.newProcessDefinitionId
@@ -30561,7 +30548,7 @@ var Presetvue_type_script_lang_js_components;
30561
30548
  nodeId = this.nodeId;
30562
30549
 
30563
30550
  var params = {
30564
- url: api["Q" /* getPresetNodeInfo */],
30551
+ url: api["R" /* getPresetNodeInfo */],
30565
30552
  data: {
30566
30553
  nextNodeId: nextNodeId,
30567
30554
  processDefinitionId: processDefinitionId,
@@ -31189,7 +31176,7 @@ var processFormvue_type_script_lang_js_components;
31189
31176
  if (mainConfig) {
31190
31177
  this.userModel = JSON.parse(mainConfig).userModel;
31191
31178
  } else {
31192
- utils_util["a" /* default */].ajax({ url: api["ib" /* loginUserInfo */] }).then(function (res) {
31179
+ utils_util["a" /* default */].ajax({ url: api["jb" /* loginUserInfo */] }).then(function (res) {
31193
31180
  var status = res.status,
31194
31181
  data = res.data;
31195
31182
 
@@ -31323,7 +31310,7 @@ var processFormvue_type_script_lang_js_components;
31323
31310
  nodeId: this.nextNode.nextNode,
31324
31311
  businessId: this.id
31325
31312
  };
31326
- utils_util["a" /* default */].ajax({ url: api["N" /* getNotificationMsg */], params: params, methods: 'post' }).then(function (res) {
31313
+ utils_util["a" /* default */].ajax({ url: api["O" /* getNotificationMsg */], params: params, methods: 'post' }).then(function (res) {
31327
31314
  if (res.status === 'success') {
31328
31315
  _this3.nextNode.noticeInfo = res.message;
31329
31316
  }
@@ -31355,10 +31342,10 @@ var processFormvue_type_script_lang_js_components;
31355
31342
  nextOrgId = _nextNode.nextOrgId,
31356
31343
  newOpinion = _nextNode.newOpinion,
31357
31344
  customLimitTime = _nextNode.customLimitTime;
31345
+ // if (noticeType.length === 0) {
31346
+ // return this.$message.warning('请选择通知方式');
31347
+ // }
31358
31348
 
31359
- if (noticeType.length === 0) {
31360
- return _this4.$message.warning('请选择通知方式');
31361
- }
31362
31349
  if (_this4.isShowNextUser) {
31363
31350
  if (nextUser == '' || _this4.multiple && nextUser.length == 0) {
31364
31351
  return _this4.$message.warning('请选择下步办理人');
@@ -31420,7 +31407,7 @@ var processFormvue_type_script_lang_js_components;
31420
31407
  params = newParm;
31421
31408
  }
31422
31409
  utils_util["a" /* default */].ajax({
31423
- url: _this4.isFreeStartFlow ? api["C" /* freeStartFlowWithSubmitTask */] : _this4.formType == 'readTransfer' ? api["Db" /* startReadTransferHandleFlowWithTaskReadEnd */] : api["tb" /* register */],
31410
+ url: _this4.isFreeStartFlow ? api["C" /* freeStartFlowWithSubmitTask */] : _this4.formType == 'readTransfer' ? api["Eb" /* startReadTransferHandleFlowWithTaskReadEnd */] : api["ub" /* register */],
31424
31411
  method: 'post',
31425
31412
  data: params
31426
31413
  }).then(function (res) {
@@ -31454,7 +31441,7 @@ var processFormvue_type_script_lang_js_components;
31454
31441
  businessId: this.id,
31455
31442
  userId: utils_util["a" /* default */].getStorage('userId')
31456
31443
  };
31457
- utils_util["a" /* default */].ajax({ url: api["M" /* getNodeInfo */], params: params }).then(function (res) {
31444
+ utils_util["a" /* default */].ajax({ url: api["N" /* getNodeInfo */], params: params }).then(function (res) {
31458
31445
  var status = res.status,
31459
31446
  message = res.message,
31460
31447
  _res$data = res.data,
@@ -31569,11 +31556,11 @@ var processFormvue_type_script_lang_js_components;
31569
31556
  });
31570
31557
  },
31571
31558
 
31572
- /**
31573
- * isMultiple
31574
- * @desc:是否多选
31575
- * @author liufan
31576
- * @date 2022年9月13日
31559
+ /**
31560
+ * isMultiple
31561
+ * @desc:是否多选
31562
+ * @author liufan
31563
+ * @date 2022年9月13日
31577
31564
  **/
31578
31565
  isMultiple: function isMultiple(val, choiceOrgId, choiceDeptId, pOrgId) {
31579
31566
  var multiple = false;
@@ -31620,7 +31607,7 @@ var processFormvue_type_script_lang_js_components;
31620
31607
  businessId: this.businessId
31621
31608
  };
31622
31609
  // 获取节点
31623
- utils_util["a" /* default */].ajax({ url: api["Ub" /* toStartFlow */], params: params }).then(function (res) {
31610
+ utils_util["a" /* default */].ajax({ url: api["Wb" /* toStartFlow */], params: params }).then(function (res) {
31624
31611
  //pc接口返回数据处理
31625
31612
  var status = res.status,
31626
31613
  message = res.message,
@@ -31726,8 +31713,8 @@ var processFormvue_type_script_lang_js_components;
31726
31713
 
31727
31714
  var processForm_component = normalizeComponent(
31728
31715
  src_processFormvue_type_script_lang_js_,
31729
- processFormvue_type_template_id_353b8fd9_render,
31730
- processFormvue_type_template_id_353b8fd9_staticRenderFns,
31716
+ processFormvue_type_template_id_0567bde9_render,
31717
+ processFormvue_type_template_id_0567bde9_staticRenderFns,
31731
31718
  false,
31732
31719
  null,
31733
31720
  null,
@@ -32252,7 +32239,7 @@ SendMsgvue_type_template_id_798f665c_render._withStripped = true
32252
32239
  notificationType = _sendInfo.notificationType;
32253
32240
 
32254
32241
  var params = {
32255
- url: api["Cb" /* sendMsg */],
32242
+ url: api["Db" /* sendMsg */],
32256
32243
  headers: { Accept: 'application/json,text/plain' },
32257
32244
  method: 'post',
32258
32245
  data: {
@@ -32314,7 +32301,7 @@ SendMsgvue_type_template_id_798f665c_render._withStripped = true
32314
32301
 
32315
32302
  this.loading = true;
32316
32303
  utils_util["a" /* default */].ajax({
32317
- url: api["Tb" /* toSendMsg */],
32304
+ url: api["Vb" /* toSendMsg */],
32318
32305
  params: { pendingId: this.$attrs.pendingId }
32319
32306
  }).then(function (res) {
32320
32307
  var status = res.status,
@@ -33178,7 +33165,7 @@ processRejectvue_type_template_id_4710ec4e_render._withStripped = true
33178
33165
  userId: utils_util["a" /* default */].getStorage('userId'),
33179
33166
  nextNodeId: _this2.nextNode.nextNodeId
33180
33167
  };
33181
- utils_util["a" /* default */].ajax({ url: api["Jb" /* taskRejectHtml */], method: 'post', data: params }).then(function (res) {
33168
+ utils_util["a" /* default */].ajax({ url: api["Lb" /* taskRejectHtml */], method: 'post', data: params }).then(function (res) {
33182
33169
  var status = res.status,
33183
33170
  message = res.message;
33184
33171
 
@@ -33242,7 +33229,7 @@ processRejectvue_type_template_id_4710ec4e_render._withStripped = true
33242
33229
  isSinglePage: false,
33243
33230
  opinion: this.option
33244
33231
  };
33245
- utils_util["a" /* default */].ajax({ url: api["Yb" /* toTaskRejectHtml */], params: params }).then(function (res) {
33232
+ utils_util["a" /* default */].ajax({ url: api["ac" /* toTaskRejectHtml */], params: params }).then(function (res) {
33246
33233
  var status = res.status,
33247
33234
  message = res.message,
33248
33235
  _res$data = res.data,
@@ -34004,7 +33991,7 @@ var startTaskReadvue_type_script_lang_js_components;
34004
33991
  var params = {
34005
33992
  appId: this.readParams.appId
34006
33993
  };
34007
- utils_util["a" /* default */].ajax({ url: api["N" /* getNotificationMsg */], params: params, methods: 'post' }).then(function (res) {
33994
+ utils_util["a" /* default */].ajax({ url: api["O" /* getNotificationMsg */], params: params, methods: 'post' }).then(function (res) {
34008
33995
  if (res.status === 'success') {
34009
33996
  _this.newsNoice = res.message;
34010
33997
  }
@@ -34023,7 +34010,7 @@ var startTaskReadvue_type_script_lang_js_components;
34023
34010
  taskExamine = this.taskExamine;
34024
34011
 
34025
34012
  var params = {
34026
- url: api["ec" /* toTaskTransferIndex */],
34013
+ url: api["gc" /* toTaskTransferIndex */],
34027
34014
  params: {
34028
34015
  opinion: opinion,
34029
34016
  pendingId: pendingId,
@@ -34148,7 +34135,7 @@ var startTaskReadvue_type_script_lang_js_components;
34148
34135
  var _this4 = this;
34149
34136
 
34150
34137
  var params = {
34151
- url: api["Vb" /* toStartTaskRead */],
34138
+ url: api["Xb" /* toStartTaskRead */],
34152
34139
  params: { pendingId: this.pendingId, taskAction: this.type }
34153
34140
  };
34154
34141
  if (this.type != 'taskReadAndEnd') delete params.params.taskAction;
@@ -34233,7 +34220,7 @@ var startTaskReadvue_type_script_lang_js_components;
34233
34220
  type = this.type;
34234
34221
 
34235
34222
  var params = {
34236
- url: api["Nb" /* taskTransfer */],
34223
+ url: api["Pb" /* taskTransfer */],
34237
34224
  data: {
34238
34225
  choiceDeptId: choiceDeptId,
34239
34226
  choiceOrgId: choiceOrgId,
@@ -34330,7 +34317,7 @@ var startTaskReadvue_type_script_lang_js_components;
34330
34317
  params = startTaskReadvue_type_script_lang_js_extends({}, params, _this8.readParams);
34331
34318
  }
34332
34319
  utils_util["a" /* default */].ajax({
34333
- url: api["Ib" /* taskReadHtml */],
34320
+ url: api["Jb" /* taskReadHtml */],
34334
34321
  params: { taskAction: _this8.type },
34335
34322
  headers: {
34336
34323
  Accept: 'application/json,text/plain'
@@ -35206,7 +35193,7 @@ var resetvue_type_script_lang_js_components;
35206
35193
  if (mainConfig) {
35207
35194
  this.userModel = JSON.parse(mainConfig).userModel;
35208
35195
  } else {
35209
- utils_util["a" /* default */].ajax({ url: api["ib" /* loginUserInfo */] }).then(function (res) {
35196
+ utils_util["a" /* default */].ajax({ url: api["jb" /* loginUserInfo */] }).then(function (res) {
35210
35197
  var status = res.status,
35211
35198
  data = res.data;
35212
35199
 
@@ -35329,7 +35316,7 @@ var resetvue_type_script_lang_js_components;
35329
35316
  nodeId: this.nextNode.nextNode,
35330
35317
  businessId: this.taskExamine.businessId
35331
35318
  };
35332
- utils_util["a" /* default */].ajax({ url: api["N" /* getNotificationMsg */], params: params, methods: 'post' }).then(function (res) {
35319
+ utils_util["a" /* default */].ajax({ url: api["O" /* getNotificationMsg */], params: params, methods: 'post' }).then(function (res) {
35333
35320
  if (res.status === 'success') {
35334
35321
  _this3.nextNode.noticeInfo = res.message;
35335
35322
  }
@@ -35414,7 +35401,7 @@ var resetvue_type_script_lang_js_components;
35414
35401
  };
35415
35402
  if (_this4.activeNames != '1') delete params.customPresetUserJson;
35416
35403
  utils_util["a" /* default */].ajax({
35417
- url: _this4.type == 'reset' ? api["vb" /* resetProcess */] : api["Gb" /* taskContinuation */],
35404
+ url: _this4.type == 'reset' ? api["wb" /* resetProcess */] : api["Hb" /* taskContinuation */],
35418
35405
  method: 'post',
35419
35406
  data: params
35420
35407
  }).then(function (res) {
@@ -35448,7 +35435,7 @@ var resetvue_type_script_lang_js_components;
35448
35435
  businessId: this.taskExamine.businessId,
35449
35436
  pendingId: this.taskExamine.pendingId
35450
35437
  };
35451
- utils_util["a" /* default */].ajax({ url: api["M" /* getNodeInfo */], params: params }).then(function (res) {
35438
+ utils_util["a" /* default */].ajax({ url: api["N" /* getNodeInfo */], params: params }).then(function (res) {
35452
35439
  var status = res.status,
35453
35440
  message = res.message,
35454
35441
  _res$data = res.data,
@@ -35577,11 +35564,11 @@ var resetvue_type_script_lang_js_components;
35577
35564
  });
35578
35565
  },
35579
35566
 
35580
- /**
35581
- * isMultiple
35582
- * @desc:是否多选
35583
- * @author liufan
35584
- * @date 2022年9月13日
35567
+ /**
35568
+ * isMultiple
35569
+ * @desc:是否多选
35570
+ * @author liufan
35571
+ * @date 2022年9月13日
35585
35572
  **/
35586
35573
  isMultiple: function isMultiple(val, choiceOrgId, choiceDeptId, pOrgId) {
35587
35574
  var multiple = false;
@@ -35618,7 +35605,7 @@ var resetvue_type_script_lang_js_components;
35618
35605
  var _this7 = this;
35619
35606
 
35620
35607
  var params = {
35621
- url: this.type == 'continuation' ? api["Xb" /* toTaskContinuationIndex */] : api["Sb" /* toResetProcessIndex */],
35608
+ url: this.type == 'continuation' ? api["Zb" /* toTaskContinuationIndex */] : api["Ub" /* toResetProcessIndex */],
35622
35609
  params: resetvue_type_script_lang_js_extends({
35623
35610
  appId: this.appId
35624
35611
  }, this.flowParams)
@@ -35724,8 +35711,8 @@ var reset_component = normalizeComponent(
35724
35711
  )
35725
35712
 
35726
35713
  /* harmony default export */ var src_reset = (reset_component.exports);
35727
- // 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&
35728
- var taskUnionExaminevue_type_template_id_3d269602_render = function () {
35714
+ // 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&
35715
+ var taskUnionExaminevue_type_template_id_51053046_render = function () {
35729
35716
  var _vm = this
35730
35717
  var _h = _vm.$createElement
35731
35718
  var _c = _vm._self._c || _h
@@ -35978,11 +35965,11 @@ var taskUnionExaminevue_type_template_id_3d269602_render = function () {
35978
35965
  1
35979
35966
  )
35980
35967
  }
35981
- var taskUnionExaminevue_type_template_id_3d269602_staticRenderFns = []
35982
- taskUnionExaminevue_type_template_id_3d269602_render._withStripped = true
35968
+ var taskUnionExaminevue_type_template_id_51053046_staticRenderFns = []
35969
+ taskUnionExaminevue_type_template_id_51053046_render._withStripped = true
35983
35970
 
35984
35971
 
35985
- // CONCATENATED MODULE: ./packages/flow/src/component/taskUnionExamine.vue?vue&type=template&id=3d269602&
35972
+ // CONCATENATED MODULE: ./packages/flow/src/component/taskUnionExamine.vue?vue&type=template&id=51053046&
35986
35973
 
35987
35974
  // 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&
35988
35975
  var taskUnionExaminevue_type_script_lang_js_components;
@@ -36196,7 +36183,7 @@ var taskUnionExaminevue_type_script_lang_js_components;
36196
36183
  pendingId = this.pendingId;
36197
36184
 
36198
36185
  var params = {
36199
- url: api["Kb" /* taskReview */],
36186
+ url: api["Mb" /* taskReview */],
36200
36187
  data: {
36201
36188
  nextUserId: nextOtherOrgObj.join(','),
36202
36189
  notificationType: noticeType.join(','),
@@ -36232,7 +36219,7 @@ var taskUnionExaminevue_type_script_lang_js_components;
36232
36219
  var _this2 = this;
36233
36220
 
36234
36221
  var params = {
36235
- url: api["Zb" /* toTaskReview */],
36222
+ url: api["bc" /* toTaskReview */],
36236
36223
  params: { pendingId: this.pendingId }
36237
36224
  };
36238
36225
  utils_util["a" /* default */].ajax(params).then(function (res) {
@@ -36266,7 +36253,7 @@ var taskUnionExaminevue_type_script_lang_js_components;
36266
36253
  var _this3 = this;
36267
36254
 
36268
36255
  var params = {
36269
- 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 */],
36256
+ 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 */],
36270
36257
  params: { pendingId: this.pendingId },
36271
36258
  headers: { Accept: 'application/json,text/plain' }
36272
36259
  };
@@ -36298,12 +36285,12 @@ var taskUnionExaminevue_type_script_lang_js_components;
36298
36285
  var param = res.data.customizedConfig.currentOrgSelectorRangeList.split(',');
36299
36286
  _this3.currentOrgTabs.map(function (x, i) {
36300
36287
  _this3.params[x] = {
36301
- filid: param[i] == 'my' ? _this3.params.filid = JSON.parse(sessionStorage.getItem('mainConfig')).userModel.orgId : param[i]
36288
+ filid: param[i] == 'my' ? _this3.params.filid = JSON.parse(utils_util["a" /* default */].getStorage('mainConfig')).userModel.orgId : param[i]
36302
36289
  };
36303
36290
  });
36304
36291
  } else {
36305
36292
  if (_this3.type == 'takeAdvice') {
36306
- _this3.params.filid = JSON.parse(sessionStorage.getItem('mainConfig')).userModel.orgId;
36293
+ _this3.params.filid = JSON.parse(utils_util["a" /* default */].getStorage('mainConfig')).userModel.orgId;
36307
36294
  }
36308
36295
  }
36309
36296
  if (res.data.customizedConfig.foreignOrgSelectorCustomized) {
@@ -36387,7 +36374,7 @@ var taskUnionExaminevue_type_script_lang_js_components;
36387
36374
  // if (this.type != 'startDraf' && this.type != 'unionSeal' && this.type != 'twoOfficesDispatch')
36388
36375
  // return this.$message.warning('暂未开放,敬请期待!');
36389
36376
  var param = {
36390
- 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 */],
36377
+ 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 */],
36391
36378
  data: {
36392
36379
  opinion: opinion,
36393
36380
  pendingId: pendingId,
@@ -36481,7 +36468,7 @@ var taskUnionExaminevue_type_script_lang_js_components;
36481
36468
  var params = {
36482
36469
  pendingId: this.pendingId
36483
36470
  };
36484
- utils_util["a" /* default */].ajax({ url: api["N" /* getNotificationMsg */], params: params, methods: 'post' }).then(function (res) {
36471
+ utils_util["a" /* default */].ajax({ url: api["O" /* getNotificationMsg */], params: params, methods: 'post' }).then(function (res) {
36485
36472
  if (res.status === 'success') {
36486
36473
  _this6.infoList.noticeInfo = res.message;
36487
36474
  }
@@ -36537,8 +36524,8 @@ var taskUnionExaminevue_type_script_lang_js_components;
36537
36524
 
36538
36525
  var taskUnionExamine_component = normalizeComponent(
36539
36526
  component_taskUnionExaminevue_type_script_lang_js_,
36540
- taskUnionExaminevue_type_template_id_3d269602_render,
36541
- taskUnionExaminevue_type_template_id_3d269602_staticRenderFns,
36527
+ taskUnionExaminevue_type_template_id_51053046_render,
36528
+ taskUnionExaminevue_type_template_id_51053046_staticRenderFns,
36542
36529
  false,
36543
36530
  null,
36544
36531
  null,
@@ -39735,7 +39722,7 @@ function freeStartFlowvue_type_script_lang_js_asyncToGenerator(fn) { return func
39735
39722
  var _this = this;
39736
39723
 
39737
39724
  var params = {
39738
- url: api["D" /* getAdjunctFileInfos */],
39725
+ url: api["E" /* getAdjunctFileInfos */],
39739
39726
  params: { ownId: ownId, code: code }
39740
39727
  };
39741
39728
  utils_util["a" /* default */].ajax(params).then(function (res) {
@@ -39823,7 +39810,7 @@ function freeStartFlowvue_type_script_lang_js_asyncToGenerator(fn) { return func
39823
39810
  taskAction: 'complete'
39824
39811
  };
39825
39812
  utils_util["a" /* default */].ajax({
39826
- url: api["Ib" /* taskReadHtml */],
39813
+ url: api["Jb" /* taskReadHtml */],
39827
39814
  params: { taskAction: 'complete' },
39828
39815
  headers: {
39829
39816
  Accept: 'application/json,text/plain'
@@ -39855,7 +39842,7 @@ function freeStartFlowvue_type_script_lang_js_asyncToGenerator(fn) { return func
39855
39842
 
39856
39843
  this.loading = utils_util["a" /* default */].loading(this.$loading, '加载中...');
39857
39844
  utils_util["a" /* default */].ajax({
39858
- url: api["Wb" /* toStartTaskReadIndex */],
39845
+ url: api["Yb" /* toStartTaskReadIndex */],
39859
39846
  params: { pendingId: this.pendingId }
39860
39847
  }).then(function (res) {
39861
39848
  var status = res.status,
@@ -39891,7 +39878,7 @@ function freeStartFlowvue_type_script_lang_js_asyncToGenerator(fn) { return func
39891
39878
  if (mainConfig) {
39892
39879
  this.userModel = JSON.parse(mainConfig).userModel;
39893
39880
  } else {
39894
- utils_util["a" /* default */].ajax({ url: api["ib" /* loginUserInfo */] }).then(function (res) {
39881
+ utils_util["a" /* default */].ajax({ url: api["jb" /* loginUserInfo */] }).then(function (res) {
39895
39882
  var status = res.status,
39896
39883
  data = res.data;
39897
39884
 
@@ -39945,11 +39932,11 @@ function freeStartFlowvue_type_script_lang_js_asyncToGenerator(fn) { return func
39945
39932
  });
39946
39933
  },
39947
39934
 
39948
- /**
39949
- * saveInfo
39950
- * @desc:暂存
39951
- * @author liufan
39952
- * @date 2022年9月9日
39935
+ /**
39936
+ * saveInfo
39937
+ * @desc:暂存
39938
+ * @author liufan
39939
+ * @date 2022年9月9日
39953
39940
  **/
39954
39941
  saveInfo: function saveInfo(type, btn) {
39955
39942
  var _this6 = this;
@@ -39992,7 +39979,7 @@ function freeStartFlowvue_type_script_lang_js_asyncToGenerator(fn) { return func
39992
39979
  pendingId: this.pendingId
39993
39980
  };
39994
39981
  this.loading = utils_util["a" /* default */].loading(this.$loading, '保存中...');
39995
- utils_util["a" /* default */].ajax({ url: api["Qb" /* tempSave */], params: params }).then(function (res) {
39982
+ utils_util["a" /* default */].ajax({ url: api["Sb" /* tempSave */], params: params }).then(function (res) {
39996
39983
  var status = res.status,
39997
39984
  message = res.message;
39998
39985
 
@@ -40011,11 +39998,11 @@ function freeStartFlowvue_type_script_lang_js_asyncToGenerator(fn) { return func
40011
39998
  });
40012
39999
  },
40013
40000
 
40014
- /**
40015
- * rejectBtn
40016
- * @desc:点击驳回
40017
- * @author liufan
40018
- * @date 2022年5月25日
40001
+ /**
40002
+ * rejectBtn
40003
+ * @desc:点击驳回
40004
+ * @author liufan
40005
+ * @date 2022年5月25日
40019
40006
  **/
40020
40007
  rejectBtn: function rejectBtn() {
40021
40008
  var _this8 = this;
@@ -40033,11 +40020,11 @@ function freeStartFlowvue_type_script_lang_js_asyncToGenerator(fn) { return func
40033
40020
  }
40034
40021
  },
40035
40022
 
40036
- /**
40037
- * taskReadBtn
40038
- * @desc:点击分阅
40039
- * @author liufan
40040
- * @date 2022年5月25日
40023
+ /**
40024
+ * taskReadBtn
40025
+ * @desc:点击分阅
40026
+ * @author liufan
40027
+ * @date 2022年5月25日
40041
40028
  **/
40042
40029
  taskReadBtn: function taskReadBtn() {
40043
40030
  var _this9 = this;
@@ -40056,11 +40043,11 @@ function freeStartFlowvue_type_script_lang_js_asyncToGenerator(fn) { return func
40056
40043
  }
40057
40044
  },
40058
40045
 
40059
- /**
40060
- * getFind
40061
- * @desc:获取通知方式
40062
- * @author liufan
40063
- * @date 2022年5月25日
40046
+ /**
40047
+ * getFind
40048
+ * @desc:获取通知方式
40049
+ * @author liufan
40050
+ * @date 2022年5月25日
40064
40051
  **/
40065
40052
  getFind: function getFind() {
40066
40053
  var _this10 = this;
@@ -40098,7 +40085,7 @@ function freeStartFlowvue_type_script_lang_js_asyncToGenerator(fn) { return func
40098
40085
  nodeId = _endFlowInfo.nodeId;
40099
40086
 
40100
40087
  var param = {
40101
- url: api["I" /* getFreeStartFlowParams */],
40088
+ url: api["J" /* getFreeStartFlowParams */],
40102
40089
  params: {
40103
40090
  businessId: businessId,
40104
40091
  processDefinitionId: processDefinitionId,
@@ -40115,12 +40102,12 @@ function freeStartFlowvue_type_script_lang_js_asyncToGenerator(fn) { return func
40115
40102
  });
40116
40103
  },
40117
40104
 
40118
- /**
40119
- * endFlows
40120
- * @desc:直接办结
40121
- * @author liufan
40122
- * @param {Object} res 直接办结数据
40123
- * @date 2022年5月25日
40105
+ /**
40106
+ * endFlows
40107
+ * @desc:直接办结
40108
+ * @author liufan
40109
+ * @param {Object} res 直接办结数据
40110
+ * @date 2022年5月25日
40124
40111
  **/
40125
40112
  endFlows: function endFlows(res) {
40126
40113
  var _this12 = this;
@@ -40174,12 +40161,12 @@ function freeStartFlowvue_type_script_lang_js_asyncToGenerator(fn) { return func
40174
40161
  }).catch(function (e) {});
40175
40162
  },
40176
40163
 
40177
- /**
40178
- * goView
40179
- * @desc:更多流程按钮操作
40180
- * @author liufan
40181
- * @param {Object} res 当前点击操作按钮数据
40182
- * @date 2022年5月25日
40164
+ /**
40165
+ * goView
40166
+ * @desc:更多流程按钮操作
40167
+ * @author liufan
40168
+ * @param {Object} res 当前点击操作按钮数据
40169
+ * @date 2022年5月25日
40183
40170
  **/
40184
40171
  goView: function goView(res) {
40185
40172
  // 驳回并办结:rejectAndEndHtml
@@ -40264,11 +40251,11 @@ function freeStartFlowvue_type_script_lang_js_asyncToGenerator(fn) { return func
40264
40251
  // isCanStartSubFlow
40265
40252
  },
40266
40253
 
40267
- /**
40268
- * toTakeAdvice
40269
- * @desc:征求意见
40270
- * @author liufan
40271
- * @date 2022年9月29日
40254
+ /**
40255
+ * toTakeAdvice
40256
+ * @desc:征求意见
40257
+ * @author liufan
40258
+ * @date 2022年9月29日
40272
40259
  **/
40273
40260
  toTakeAdvice: function toTakeAdvice(res) {
40274
40261
  var _this14 = this;
@@ -40286,7 +40273,7 @@ function freeStartFlowvue_type_script_lang_js_asyncToGenerator(fn) { return func
40286
40273
  var _this15 = this;
40287
40274
 
40288
40275
  var params = {
40289
- url: api["gb" /* isCanStartSubFlow */],
40276
+ url: api["hb" /* isCanStartSubFlow */],
40290
40277
  data: {
40291
40278
  appId: this.taskExamineInfo.appId,
40292
40279
  inevitableNode: res.inevitableNode
@@ -40312,11 +40299,11 @@ function freeStartFlowvue_type_script_lang_js_asyncToGenerator(fn) { return func
40312
40299
  });
40313
40300
  },
40314
40301
 
40315
- /**
40316
- * toStartDraf
40317
- * @desc: 稿件递送、联合审核、复核
40318
- * @author liufan
40319
- * @date 2022年9月29日
40302
+ /**
40303
+ * toStartDraf
40304
+ * @desc: 稿件递送、联合审核、复核
40305
+ * @author liufan
40306
+ * @date 2022年9月29日
40320
40307
  **/
40321
40308
  toStartDraf: function toStartDraf(res) {
40322
40309
  var _this16 = this;
@@ -40330,11 +40317,11 @@ function freeStartFlowvue_type_script_lang_js_asyncToGenerator(fn) { return func
40330
40317
  }
40331
40318
  },
40332
40319
 
40333
- /**
40334
- * toSendMsg
40335
- * @desc:核稿通知
40336
- * @author liufan
40337
- * @date 2022年9月29日
40320
+ /**
40321
+ * toSendMsg
40322
+ * @desc:核稿通知
40323
+ * @author liufan
40324
+ * @date 2022年9月29日
40338
40325
  **/
40339
40326
  toSendMsg: function toSendMsg(res) {
40340
40327
  var _this17 = this;
@@ -40348,11 +40335,11 @@ function freeStartFlowvue_type_script_lang_js_asyncToGenerator(fn) { return func
40348
40335
  }
40349
40336
  },
40350
40337
 
40351
- /**
40352
- * toTaskReadAndEnd
40353
- * @desc:分阅并办结
40354
- * @author liufan
40355
- * @date 2022年9月29日
40338
+ /**
40339
+ * toTaskReadAndEnd
40340
+ * @desc:分阅并办结
40341
+ * @author liufan
40342
+ * @date 2022年9月29日
40356
40343
  **/
40357
40344
  toTaskReadAndEnd: function toTaskReadAndEnd(res) {
40358
40345
  var _this18 = this;
@@ -40370,11 +40357,11 @@ function freeStartFlowvue_type_script_lang_js_asyncToGenerator(fn) { return func
40370
40357
  }
40371
40358
  },
40372
40359
 
40373
- /**
40374
- * rejectAndEnd
40375
- * @desc:驳回并办结
40376
- * @author liufan
40377
- * @date 2022年9月29日
40360
+ /**
40361
+ * rejectAndEnd
40362
+ * @desc:驳回并办结
40363
+ * @author liufan
40364
+ * @date 2022年9月29日
40378
40365
  **/
40379
40366
  rejectAndEnd: function rejectAndEnd(res) {
40380
40367
  var _this19 = this;
@@ -40396,7 +40383,7 @@ function freeStartFlowvue_type_script_lang_js_asyncToGenerator(fn) { return func
40396
40383
  this.$confirm('确认' + res.value + '?').then(function () {
40397
40384
  // return this.$message.warning('请填写意见');
40398
40385
  var params = {
40399
- url: api["ub" /* rejectAndEnd */],
40386
+ url: api["vb" /* rejectAndEnd */],
40400
40387
  headers: { Accept: 'application/json,text/plain' },
40401
40388
  method: 'post',
40402
40389
  data: {
@@ -40429,11 +40416,11 @@ function freeStartFlowvue_type_script_lang_js_asyncToGenerator(fn) { return func
40429
40416
  });
40430
40417
  },
40431
40418
 
40432
- /**
40433
- * toTransfer
40434
- * @desc:转办
40435
- * @author liufan
40436
- * @date 2022年9月29日
40419
+ /**
40420
+ * toTransfer
40421
+ * @desc:转办
40422
+ * @author liufan
40423
+ * @date 2022年9月29日
40437
40424
  **/
40438
40425
  toTransfer: function toTransfer(res) {
40439
40426
  var _this21 = this;
@@ -40449,11 +40436,11 @@ function freeStartFlowvue_type_script_lang_js_asyncToGenerator(fn) { return func
40449
40436
  }
40450
40437
  },
40451
40438
 
40452
- /**
40453
- * getNodeInfo
40454
- * @desc:获取节点信息
40455
- * @author liufan
40456
- * @date 2022年5月25日
40439
+ /**
40440
+ * getNodeInfo
40441
+ * @desc:获取节点信息
40442
+ * @author liufan
40443
+ * @date 2022年5月25日
40457
40444
  **/
40458
40445
  getNodeInfo: function getNodeInfo() {
40459
40446
  var _this22 = this;
@@ -40466,7 +40453,7 @@ function freeStartFlowvue_type_script_lang_js_asyncToGenerator(fn) { return func
40466
40453
  pendingId: this.pendingId,
40467
40454
  businessId: this.businessIds
40468
40455
  };
40469
- utils_util["a" /* default */].ajax({ url: api["M" /* getNodeInfo */], params: params }).then(function (res) {
40456
+ utils_util["a" /* default */].ajax({ url: api["N" /* getNodeInfo */], params: params }).then(function (res) {
40470
40457
  var status = res.status,
40471
40458
  message = res.message,
40472
40459
  data = res.data;
@@ -40552,12 +40539,12 @@ function freeStartFlowvue_type_script_lang_js_asyncToGenerator(fn) { return func
40552
40539
  });
40553
40540
  },
40554
40541
 
40555
- /**
40556
- * selecNext
40557
- * @desc:下步节点变化时更新数据
40558
- * @author liufan
40559
- * @param {String} val 当前选中值
40560
- * @date 2022年5月25日
40542
+ /**
40543
+ * selecNext
40544
+ * @desc:下步节点变化时更新数据
40545
+ * @author liufan
40546
+ * @param {String} val 当前选中值
40547
+ * @date 2022年5月25日
40561
40548
  **/
40562
40549
  selecNext: function selecNext(val, type, isDef) {
40563
40550
  var _this23 = this;
@@ -40666,11 +40653,11 @@ function freeStartFlowvue_type_script_lang_js_asyncToGenerator(fn) { return func
40666
40653
  if (isDef !== true) this.getNodeInfo();
40667
40654
  },
40668
40655
 
40669
- /**
40670
- * isMultiple
40671
- * @desc:是否多选
40672
- * @author liufan
40673
- * @date 2022年9月13日
40656
+ /**
40657
+ * isMultiple
40658
+ * @desc:是否多选
40659
+ * @author liufan
40660
+ * @date 2022年9月13日
40674
40661
  **/
40675
40662
  isMultiple: function isMultiple(val, choiceOrgId, choiceDeptId, pOrgId) {
40676
40663
  if (val == 2 || val == 4 || val == 6 || val == 16) {
@@ -40702,11 +40689,11 @@ function freeStartFlowvue_type_script_lang_js_asyncToGenerator(fn) { return func
40702
40689
  }
40703
40690
  },
40704
40691
 
40705
- /**
40706
- * getHedInfo
40707
- * @desc:获取审核页面数据
40708
- * @author liufan
40709
- * @date 2022年5月25日
40692
+ /**
40693
+ * getHedInfo
40694
+ * @desc:获取审核页面数据
40695
+ * @author liufan
40696
+ * @date 2022年5月25日
40710
40697
  **/
40711
40698
  getHedInfo: function getHedInfo() {
40712
40699
  var _this24 = this;
@@ -40716,7 +40703,7 @@ function freeStartFlowvue_type_script_lang_js_asyncToGenerator(fn) { return func
40716
40703
  pendingId: this.pendingId,
40717
40704
  userId: utils_util["a" /* default */].getStorage('userId')
40718
40705
  };
40719
- utils_util["a" /* default */].ajax({ url: api["J" /* getHandleInfoHtml */], params: params }).then(function (res) {
40706
+ utils_util["a" /* default */].ajax({ url: api["K" /* getHandleInfoHtml */], params: params }).then(function (res) {
40720
40707
  //pc返回数据
40721
40708
 
40722
40709
  _this24.loading.close();
@@ -40942,13 +40929,13 @@ function freeStartFlowvue_type_script_lang_js_asyncToGenerator(fn) { return func
40942
40929
  });
40943
40930
  },
40944
40931
 
40945
- /**
40946
- * closeProcess
40947
- * @desc:关闭弹窗
40948
- * @author liufan
40949
- * @param {boolean} val 当前是否办理流程
40950
- * @param {String} type 当前点击的弹窗类型
40951
- * @date 2022年5月25日
40932
+ /**
40933
+ * closeProcess
40934
+ * @desc:关闭弹窗
40935
+ * @author liufan
40936
+ * @param {boolean} val 当前是否办理流程
40937
+ * @param {String} type 当前点击的弹窗类型
40938
+ * @date 2022年5月25日
40952
40939
  **/
40953
40940
  closeProcess: function closeProcess(val, type, closeParent) {
40954
40941
  if (closeParent) {
@@ -40965,23 +40952,23 @@ function freeStartFlowvue_type_script_lang_js_asyncToGenerator(fn) { return func
40965
40952
  }
40966
40953
  },
40967
40954
 
40968
- /**
40969
- * selectChange
40970
- * @desc:常用语选择
40971
- * @author liufan
40972
- * @param {String} val 选中值
40973
- * @date 2022年5月25日
40955
+ /**
40956
+ * selectChange
40957
+ * @desc:常用语选择
40958
+ * @author liufan
40959
+ * @param {String} val 选中值
40960
+ * @date 2022年5月25日
40974
40961
  **/
40975
40962
  selectChange: function selectChange(val) {
40976
40963
  this.value = val;
40977
40964
  },
40978
40965
 
40979
- /**
40980
- * upDate
40981
- * @desc:修改常用语
40982
- * @author liufan
40983
- * @param {Object} val 修改值
40984
- * @date 2022年5月25日
40966
+ /**
40967
+ * upDate
40968
+ * @desc:修改常用语
40969
+ * @author liufan
40970
+ * @param {Object} val 修改值
40971
+ * @date 2022年5月25日
40985
40972
  **/
40986
40973
  upDate: function upDate(val) {
40987
40974
  this.FormData.id = val.id;
@@ -40989,11 +40976,11 @@ function freeStartFlowvue_type_script_lang_js_asyncToGenerator(fn) { return func
40989
40976
  },
40990
40977
 
40991
40978
 
40992
- /**
40993
- * getProcess
40994
- * @desc:获取选择流程
40995
- * @author liufan
40996
- * @date 2022年5月25日
40979
+ /**
40980
+ * getProcess
40981
+ * @desc:获取选择流程
40982
+ * @author liufan
40983
+ * @date 2022年5月25日
40997
40984
  **/
40998
40985
  getProcess: function getProcess() {
40999
40986
  var _this25 = this;
@@ -41008,7 +40995,7 @@ function freeStartFlowvue_type_script_lang_js_asyncToGenerator(fn) { return func
41008
40995
  // onlyFlag: true
41009
40996
  };
41010
40997
  this.loading = utils_util["a" /* default */].loading(this.$loading, '加载中...');
41011
- utils_util["a" /* default */].ajax({ url: api["R" /* getProcessDefList */], params: params }).then(function (res) {
40998
+ utils_util["a" /* default */].ajax({ url: api["S" /* getProcessDefList */], params: params }).then(function (res) {
41012
40999
  var status = res.status,
41013
41000
  message = res.message,
41014
41001
  data = res.data;
@@ -41047,11 +41034,11 @@ function freeStartFlowvue_type_script_lang_js_asyncToGenerator(fn) { return func
41047
41034
  });
41048
41035
  },
41049
41036
 
41050
- /**
41051
- * getPendedhistoryList
41052
- * @desc:获取流程列表
41053
- * @author liufan
41054
- * @date 2022年5月25日
41037
+ /**
41038
+ * getPendedhistoryList
41039
+ * @desc:获取流程列表
41040
+ * @author liufan
41041
+ * @date 2022年5月25日
41055
41042
  **/
41056
41043
  getPendedhistoryList: function getPendedhistoryList() {
41057
41044
  var _this26 = this;
@@ -41061,7 +41048,7 @@ function freeStartFlowvue_type_script_lang_js_asyncToGenerator(fn) { return func
41061
41048
  userId: utils_util["a" /* default */].getStorage('userId'),
41062
41049
  type: 2
41063
41050
  };
41064
- utils_util["a" /* default */].ajax({ url: api["lb" /* pendedhistoryList */], data: params, method: 'post' }).then(function (res) {
41051
+ utils_util["a" /* default */].ajax({ url: api["mb" /* pendedhistoryList */], data: params, method: 'post' }).then(function (res) {
41065
41052
  var rCode = res.rCode,
41066
41053
  msg = res.msg,
41067
41054
  results = res.results;
@@ -41083,12 +41070,12 @@ function freeStartFlowvue_type_script_lang_js_asyncToGenerator(fn) { return func
41083
41070
  },
41084
41071
 
41085
41072
  // 提交流程
41086
- /**
41087
- * subProcess
41088
- * @desc:提交流程
41089
- * @author liufan
41090
- * @param {String} formName 当前form表单ref值
41091
- * @date 2022年5月25日
41073
+ /**
41074
+ * subProcess
41075
+ * @desc:提交流程
41076
+ * @author liufan
41077
+ * @param {String} formName 当前form表单ref值
41078
+ * @date 2022年5月25日
41092
41079
  **/
41093
41080
  subProcess: function subProcess(val) {
41094
41081
  var _this27 = this;
@@ -41257,7 +41244,7 @@ function freeStartFlowvue_type_script_lang_js_asyncToGenerator(fn) { return func
41257
41244
  params.isSubFlow = taskExamineInfo.isSubFlow;
41258
41245
  params.nodeId = taskExamineInfo.nodeId;
41259
41246
  params.needRetrialAuth = needRetrialAuth;
41260
- return _context.abrupt('return', utils_util["a" /* default */].ajax({ url: api["Hb" /* taskHandleHtml */], method: 'post', data: params }).then(function (res) {
41247
+ return _context.abrupt('return', utils_util["a" /* default */].ajax({ url: api["Ib" /* taskHandleHtml */], method: 'post', data: params }).then(function (res) {
41261
41248
  var status = res.status,
41262
41249
  message = res.message;
41263
41250
 
@@ -41614,7 +41601,7 @@ var supervisevue_type_script_lang_js_extends = Object.assign || function (target
41614
41601
  pendingUserIds = _nextNode.pendingUserIds;
41615
41602
 
41616
41603
  var params = {
41617
- url: api["cc" /* toTaskSuperviseSub */],
41604
+ url: api["ec" /* toTaskSuperviseSub */],
41618
41605
  params: {
41619
41606
  userId: utils_util["a" /* default */].getStorage('userId'),
41620
41607
  urgeUserIds: pendingUserIds,
@@ -41638,7 +41625,7 @@ var supervisevue_type_script_lang_js_extends = Object.assign || function (target
41638
41625
 
41639
41626
  this.loading = utils_util["a" /* default */].loading(this.$loading, '加载中...');
41640
41627
  utils_util["a" /* default */].ajax({
41641
- url: api["bc" /* toTaskSupervise */],
41628
+ url: api["dc" /* toTaskSupervise */],
41642
41629
  params: {
41643
41630
  businessId: this.businessId,
41644
41631
  userId: utils_util["a" /* default */].getStorage('userId')
@@ -42967,7 +42954,7 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
42967
42954
  var _this2 = this;
42968
42955
 
42969
42956
  var params = {
42970
- url: api["D" /* getAdjunctFileInfos */],
42957
+ url: api["E" /* getAdjunctFileInfos */],
42971
42958
  params: { ownId: ownId, code: code }
42972
42959
  };
42973
42960
  utils_util["a" /* default */].ajax(params).then(function (res) {
@@ -43055,7 +43042,7 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
43055
43042
  taskAction: 'complete'
43056
43043
  };
43057
43044
  utils_util["a" /* default */].ajax({
43058
- url: api["Ib" /* taskReadHtml */],
43045
+ url: api["Jb" /* taskReadHtml */],
43059
43046
  params: { taskAction: 'complete' },
43060
43047
  headers: {
43061
43048
  Accept: 'application/json,text/plain'
@@ -43101,7 +43088,7 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
43101
43088
 
43102
43089
  this.loading = utils_util["a" /* default */].loading(this.$loading, '加载中...');
43103
43090
  utils_util["a" /* default */].ajax({
43104
- url: api["Wb" /* toStartTaskReadIndex */],
43091
+ url: api["Yb" /* toStartTaskReadIndex */],
43105
43092
  params: { pendingId: this.pendingId }
43106
43093
  }).then(function (res) {
43107
43094
  var status = res.status,
@@ -43142,7 +43129,7 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
43142
43129
  if (mainConfig) {
43143
43130
  this.userModel = JSON.parse(mainConfig).userModel;
43144
43131
  } else {
43145
- utils_util["a" /* default */].ajax({ url: api["ib" /* loginUserInfo */] }).then(function (res) {
43132
+ utils_util["a" /* default */].ajax({ url: api["jb" /* loginUserInfo */] }).then(function (res) {
43146
43133
  var status = res.status,
43147
43134
  data = res.data;
43148
43135
 
@@ -43196,11 +43183,11 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
43196
43183
  });
43197
43184
  },
43198
43185
 
43199
- /**
43200
- * saveInfo
43201
- * @desc:暂存
43202
- * @author liufan
43203
- * @date 2022年9月9日
43186
+ /**
43187
+ * saveInfo
43188
+ * @desc:暂存
43189
+ * @author liufan
43190
+ * @date 2022年9月9日
43204
43191
  **/
43205
43192
  saveInfo: function saveInfo(type, btn) {
43206
43193
  var _this8 = this;
@@ -43243,7 +43230,7 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
43243
43230
  pendingId: this.pendingId
43244
43231
  };
43245
43232
  this.loading = utils_util["a" /* default */].loading(this.$loading, '保存中...');
43246
- utils_util["a" /* default */].ajax({ url: api["Qb" /* tempSave */], params: params }).then(function (res) {
43233
+ utils_util["a" /* default */].ajax({ url: api["Sb" /* tempSave */], params: params }).then(function (res) {
43247
43234
  var status = res.status,
43248
43235
  message = res.message;
43249
43236
 
@@ -43262,11 +43249,11 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
43262
43249
  });
43263
43250
  },
43264
43251
 
43265
- /**
43266
- * rejectBtn
43267
- * @desc:点击驳回
43268
- * @author liufan
43269
- * @date 2022年5月25日
43252
+ /**
43253
+ * rejectBtn
43254
+ * @desc:点击驳回
43255
+ * @author liufan
43256
+ * @date 2022年5月25日
43270
43257
  **/
43271
43258
  rejectBtn: function rejectBtn() {
43272
43259
  var _this10 = this;
@@ -43284,11 +43271,11 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
43284
43271
  }
43285
43272
  },
43286
43273
 
43287
- /**
43288
- * taskReadBtn
43289
- * @desc:点击分阅
43290
- * @author liufan
43291
- * @date 2022年5月25日
43274
+ /**
43275
+ * taskReadBtn
43276
+ * @desc:点击分阅
43277
+ * @author liufan
43278
+ * @date 2022年5月25日
43292
43279
  **/
43293
43280
  taskReadBtn: function taskReadBtn() {
43294
43281
  var _this11 = this;
@@ -43307,11 +43294,11 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
43307
43294
  }
43308
43295
  },
43309
43296
 
43310
- /**
43311
- * getFind
43312
- * @desc:获取通知方式
43313
- * @author liufan
43314
- * @date 2022年5月25日
43297
+ /**
43298
+ * getFind
43299
+ * @desc:获取通知方式
43300
+ * @author liufan
43301
+ * @date 2022年5月25日
43315
43302
  **/
43316
43303
  getFind: function getFind() {
43317
43304
  var _this12 = this;
@@ -43349,7 +43336,7 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
43349
43336
  nodeId = _endFlowInfo.nodeId;
43350
43337
 
43351
43338
  var param = {
43352
- url: api["I" /* getFreeStartFlowParams */],
43339
+ url: api["J" /* getFreeStartFlowParams */],
43353
43340
  params: {
43354
43341
  businessId: businessId,
43355
43342
  processDefinitionId: processDefinitionId,
@@ -43377,12 +43364,12 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
43377
43364
  });
43378
43365
  },
43379
43366
 
43380
- /**
43381
- * endFlows
43382
- * @desc:直接办结
43383
- * @author liufan
43384
- * @param {Object} res 直接办结数据
43385
- * @date 2022年5月25日
43367
+ /**
43368
+ * endFlows
43369
+ * @desc:直接办结
43370
+ * @author liufan
43371
+ * @param {Object} res 直接办结数据
43372
+ * @date 2022年5月25日
43386
43373
  **/
43387
43374
  endFlows: function endFlows(res) {
43388
43375
  var _this14 = this;
@@ -43436,12 +43423,12 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
43436
43423
  }).catch(function (e) {});
43437
43424
  },
43438
43425
 
43439
- /**
43440
- * goView
43441
- * @desc:更多流程按钮操作
43442
- * @author liufan
43443
- * @param {Object} res 当前点击操作按钮数据
43444
- * @date 2022年5月25日
43426
+ /**
43427
+ * goView
43428
+ * @desc:更多流程按钮操作
43429
+ * @author liufan
43430
+ * @param {Object} res 当前点击操作按钮数据
43431
+ * @date 2022年5月25日
43445
43432
  **/
43446
43433
  goView: function goView(res) {
43447
43434
  // 驳回并办结:rejectAndEndHtml
@@ -43526,11 +43513,11 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
43526
43513
  // isCanStartSubFlow
43527
43514
  },
43528
43515
 
43529
- /**
43530
- * toTakeAdvice
43531
- * @desc:征求意见
43532
- * @author liufan
43533
- * @date 2022年9月29日
43516
+ /**
43517
+ * toTakeAdvice
43518
+ * @desc:征求意见
43519
+ * @author liufan
43520
+ * @date 2022年9月29日
43534
43521
  **/
43535
43522
  toTakeAdvice: function toTakeAdvice(res) {
43536
43523
  var _this16 = this;
@@ -43548,7 +43535,7 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
43548
43535
  var _this17 = this;
43549
43536
 
43550
43537
  var params = {
43551
- url: api["gb" /* isCanStartSubFlow */],
43538
+ url: api["hb" /* isCanStartSubFlow */],
43552
43539
  data: {
43553
43540
  appId: this.taskExamineInfo.appId,
43554
43541
  inevitableNode: res.inevitableNode
@@ -43574,11 +43561,11 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
43574
43561
  });
43575
43562
  },
43576
43563
 
43577
- /**
43578
- * toStartDraf
43579
- * @desc: 稿件递送、联合审核、复核
43580
- * @author liufan
43581
- * @date 2022年9月29日
43564
+ /**
43565
+ * toStartDraf
43566
+ * @desc: 稿件递送、联合审核、复核
43567
+ * @author liufan
43568
+ * @date 2022年9月29日
43582
43569
  **/
43583
43570
  toStartDraf: function toStartDraf(res) {
43584
43571
  var _this18 = this;
@@ -43592,11 +43579,11 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
43592
43579
  }
43593
43580
  },
43594
43581
 
43595
- /**
43596
- * toSendMsg
43597
- * @desc:核稿通知
43598
- * @author liufan
43599
- * @date 2022年9月29日
43582
+ /**
43583
+ * toSendMsg
43584
+ * @desc:核稿通知
43585
+ * @author liufan
43586
+ * @date 2022年9月29日
43600
43587
  **/
43601
43588
  toSendMsg: function toSendMsg(res) {
43602
43589
  var _this19 = this;
@@ -43610,11 +43597,11 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
43610
43597
  }
43611
43598
  },
43612
43599
 
43613
- /**
43614
- * toTaskReadAndEnd
43615
- * @desc:分阅并办结
43616
- * @author liufan
43617
- * @date 2022年9月29日
43600
+ /**
43601
+ * toTaskReadAndEnd
43602
+ * @desc:分阅并办结
43603
+ * @author liufan
43604
+ * @date 2022年9月29日
43618
43605
  **/
43619
43606
  toTaskReadAndEnd: function toTaskReadAndEnd(res) {
43620
43607
  var _this20 = this;
@@ -43632,11 +43619,11 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
43632
43619
  }
43633
43620
  },
43634
43621
 
43635
- /**
43636
- * rejectAndEnd
43637
- * @desc:驳回并办结
43638
- * @author liufan
43639
- * @date 2022年9月29日
43622
+ /**
43623
+ * rejectAndEnd
43624
+ * @desc:驳回并办结
43625
+ * @author liufan
43626
+ * @date 2022年9月29日
43640
43627
  **/
43641
43628
  rejectAndEnd: function rejectAndEnd(res) {
43642
43629
  var _this21 = this;
@@ -43658,7 +43645,7 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
43658
43645
  this.$confirm('确认' + res.value + '?').then(function () {
43659
43646
  // return this.$message.warning('请填写意见');
43660
43647
  var params = {
43661
- url: api["ub" /* rejectAndEnd */],
43648
+ url: api["vb" /* rejectAndEnd */],
43662
43649
  headers: { Accept: 'application/json,text/plain' },
43663
43650
  method: 'post',
43664
43651
  data: {
@@ -43691,11 +43678,11 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
43691
43678
  });
43692
43679
  },
43693
43680
 
43694
- /**
43695
- * toTransfer
43696
- * @desc:转办
43697
- * @author liufan
43698
- * @date 2022年9月29日
43681
+ /**
43682
+ * toTransfer
43683
+ * @desc:转办
43684
+ * @author liufan
43685
+ * @date 2022年9月29日
43699
43686
  **/
43700
43687
  toTransfer: function toTransfer(res) {
43701
43688
  var _this23 = this;
@@ -43711,11 +43698,11 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
43711
43698
  }
43712
43699
  },
43713
43700
 
43714
- /**
43715
- * getNodeInfo
43716
- * @desc:获取节点信息
43717
- * @author liufan
43718
- * @date 2022年5月25日
43701
+ /**
43702
+ * getNodeInfo
43703
+ * @desc:获取节点信息
43704
+ * @author liufan
43705
+ * @date 2022年5月25日
43719
43706
  **/
43720
43707
  getNodeInfo: function getNodeInfo() {
43721
43708
  var _this24 = this;
@@ -43728,7 +43715,7 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
43728
43715
  pendingId: this.pendingId,
43729
43716
  businessId: this.businessIds
43730
43717
  };
43731
- utils_util["a" /* default */].ajax({ url: api["M" /* getNodeInfo */], params: params }).then(function (res) {
43718
+ utils_util["a" /* default */].ajax({ url: api["N" /* getNodeInfo */], params: params }).then(function (res) {
43732
43719
  var status = res.status,
43733
43720
  message = res.message,
43734
43721
  data = res.data;
@@ -43815,12 +43802,12 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
43815
43802
  });
43816
43803
  },
43817
43804
 
43818
- /**
43819
- * selecNext
43820
- * @desc:下步节点变化时更新数据
43821
- * @author liufan
43822
- * @param {String} val 当前选中值
43823
- * @date 2022年5月25日
43805
+ /**
43806
+ * selecNext
43807
+ * @desc:下步节点变化时更新数据
43808
+ * @author liufan
43809
+ * @param {String} val 当前选中值
43810
+ * @date 2022年5月25日
43824
43811
  **/
43825
43812
  selecNext: function selecNext(val, type, isDef) {
43826
43813
  var _this25 = this;
@@ -43929,11 +43916,11 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
43929
43916
  if (isDef !== true) this.getNodeInfo();
43930
43917
  },
43931
43918
 
43932
- /**
43933
- * isMultiple
43934
- * @desc:是否多选
43935
- * @author liufan
43936
- * @date 2022年9月13日
43919
+ /**
43920
+ * isMultiple
43921
+ * @desc:是否多选
43922
+ * @author liufan
43923
+ * @date 2022年9月13日
43937
43924
  **/
43938
43925
  isMultiple: function isMultiple(val, choiceOrgId, choiceDeptId, pOrgId) {
43939
43926
  if (val == 2 || val == 4 || val == 6 || val == 16) {
@@ -43965,11 +43952,11 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
43965
43952
  }
43966
43953
  },
43967
43954
 
43968
- /**
43969
- * getHedInfo
43970
- * @desc:获取审核页面数据
43971
- * @author liufan
43972
- * @date 2022年5月25日
43955
+ /**
43956
+ * getHedInfo
43957
+ * @desc:获取审核页面数据
43958
+ * @author liufan
43959
+ * @date 2022年5月25日
43973
43960
  **/
43974
43961
  getHedInfo: function getHedInfo() {
43975
43962
  var _this26 = this;
@@ -43979,7 +43966,7 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
43979
43966
  pendingId: this.pendingId,
43980
43967
  userId: utils_util["a" /* default */].getStorage('userId')
43981
43968
  };
43982
- utils_util["a" /* default */].ajax({ url: api["J" /* getHandleInfoHtml */], params: params }).then(function (res) {
43969
+ utils_util["a" /* default */].ajax({ url: api["K" /* getHandleInfoHtml */], params: params }).then(function (res) {
43983
43970
  //pc返回数据
43984
43971
 
43985
43972
  _this26.loading.close();
@@ -44209,13 +44196,13 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
44209
44196
  });
44210
44197
  },
44211
44198
 
44212
- /**
44213
- * closeProcess
44214
- * @desc:关闭弹窗
44215
- * @author liufan
44216
- * @param {boolean} val 当前是否办理流程
44217
- * @param {String} type 当前点击的弹窗类型
44218
- * @date 2022年5月25日
44199
+ /**
44200
+ * closeProcess
44201
+ * @desc:关闭弹窗
44202
+ * @author liufan
44203
+ * @param {boolean} val 当前是否办理流程
44204
+ * @param {String} type 当前点击的弹窗类型
44205
+ * @date 2022年5月25日
44219
44206
  **/
44220
44207
  closeProcess: function closeProcess(val, type, closeParent) {
44221
44208
  if (closeParent) {
@@ -44232,23 +44219,23 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
44232
44219
  }
44233
44220
  },
44234
44221
 
44235
- /**
44236
- * selectChange
44237
- * @desc:常用语选择
44238
- * @author liufan
44239
- * @param {String} val 选中值
44240
- * @date 2022年5月25日
44222
+ /**
44223
+ * selectChange
44224
+ * @desc:常用语选择
44225
+ * @author liufan
44226
+ * @param {String} val 选中值
44227
+ * @date 2022年5月25日
44241
44228
  **/
44242
44229
  selectChange: function selectChange(val) {
44243
44230
  this.value = val;
44244
44231
  },
44245
44232
 
44246
- /**
44247
- * upDate
44248
- * @desc:修改常用语
44249
- * @author liufan
44250
- * @param {Object} val 修改值
44251
- * @date 2022年5月25日
44233
+ /**
44234
+ * upDate
44235
+ * @desc:修改常用语
44236
+ * @author liufan
44237
+ * @param {Object} val 修改值
44238
+ * @date 2022年5月25日
44252
44239
  **/
44253
44240
  upDate: function upDate(val) {
44254
44241
  this.FormData.id = val.id;
@@ -44256,11 +44243,11 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
44256
44243
  },
44257
44244
 
44258
44245
 
44259
- /**
44260
- * getProcess
44261
- * @desc:获取选择流程
44262
- * @author liufan
44263
- * @date 2022年5月25日
44246
+ /**
44247
+ * getProcess
44248
+ * @desc:获取选择流程
44249
+ * @author liufan
44250
+ * @date 2022年5月25日
44264
44251
  **/
44265
44252
  getProcess: function getProcess(val) {
44266
44253
  var _this27 = this;
@@ -44273,7 +44260,7 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
44273
44260
  hideTempSave: true
44274
44261
  }, this.param);
44275
44262
  this.loading = utils_util["a" /* default */].loading(this.$loading, '加载中...');
44276
- utils_util["a" /* default */].ajax({ url: api["R" /* getProcessDefList */], params: params }).then(function (res) {
44263
+ utils_util["a" /* default */].ajax({ url: api["S" /* getProcessDefList */], params: params }).then(function (res) {
44277
44264
  var status = res.status,
44278
44265
  message = res.message,
44279
44266
  data = res.data;
@@ -44312,11 +44299,11 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
44312
44299
  });
44313
44300
  },
44314
44301
 
44315
- /**
44316
- * getPendedhistoryList
44317
- * @desc:获取流程列表
44318
- * @author liufan
44319
- * @date 2022年5月25日
44302
+ /**
44303
+ * getPendedhistoryList
44304
+ * @desc:获取流程列表
44305
+ * @author liufan
44306
+ * @date 2022年5月25日
44320
44307
  **/
44321
44308
  getPendedhistoryList: function getPendedhistoryList() {
44322
44309
  var _this28 = this;
@@ -44326,7 +44313,7 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
44326
44313
  userId: utils_util["a" /* default */].getStorage('userId'),
44327
44314
  type: 2
44328
44315
  };
44329
- utils_util["a" /* default */].ajax({ url: api["lb" /* pendedhistoryList */], data: params, method: 'post' }).then(function (res) {
44316
+ utils_util["a" /* default */].ajax({ url: api["mb" /* pendedhistoryList */], data: params, method: 'post' }).then(function (res) {
44330
44317
  var rCode = res.rCode,
44331
44318
  msg = res.msg,
44332
44319
  results = res.results;
@@ -44355,6 +44342,7 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
44355
44342
  params: {
44356
44343
  foreignOrgObj: _that.nextNode.nextOtherOrgObj,
44357
44344
  circularReadProcessKey: _that.taskExamineInfo.processDefinitionId,
44345
+ pendingId: _that.pendingId,
44358
44346
  currentBusinessId: _that.taskExamineInfo.businessId
44359
44347
  }
44360
44348
  };
@@ -44383,12 +44371,12 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
44383
44371
  },
44384
44372
 
44385
44373
  // 提交流程
44386
- /**
44387
- * subProcess
44388
- * @desc:提交流程
44389
- * @author liufan
44390
- * @param {String} formName 当前form表单ref值
44391
- * @date 2022年5月25日
44374
+ /**
44375
+ * subProcess
44376
+ * @desc:提交流程
44377
+ * @author liufan
44378
+ * @param {String} formName 当前form表单ref值
44379
+ * @date 2022年5月25日
44392
44380
  **/
44393
44381
  subProcess: function subProcess(val, type) {
44394
44382
  var _this30 = this;
@@ -44603,7 +44591,7 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
44603
44591
  params.orgRoleCode = circularReadParamsMap.circularReadOrgRoleCode;
44604
44592
  }
44605
44593
 
44606
- return _context.abrupt('return', utils_util["a" /* default */].ajax({ url: api["Hb" /* taskHandleHtml */], method: 'post', data: params }).then(function (res) {
44594
+ return _context.abrupt('return', utils_util["a" /* default */].ajax({ url: api["Ib" /* taskHandleHtml */], method: 'post', data: params }).then(function (res) {
44607
44595
  var status = res.status,
44608
44596
  message = res.message;
44609
44597
 
@@ -44687,8 +44675,8 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
44687
44675
 
44688
44676
  var flow_src_main_component = normalizeComponent(
44689
44677
  packages_flow_src_mainvue_type_script_lang_js_,
44690
- mainvue_type_template_id_fa4ed272_render,
44691
- mainvue_type_template_id_fa4ed272_staticRenderFns,
44678
+ mainvue_type_template_id_bcadf692_render,
44679
+ mainvue_type_template_id_bcadf692_staticRenderFns,
44692
44680
  false,
44693
44681
  null,
44694
44682
  null,
@@ -46678,8 +46666,8 @@ flow_group_src_main.install = function (Vue) {
46678
46666
  };
46679
46667
 
46680
46668
  /* harmony default export */ var flow_group = (flow_group_src_main);
46681
- // CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./packages/flow-list/src/main.vue?vue&type=template&id=f1587d18&
46682
- var mainvue_type_template_id_f1587d18_render = function () {
46669
+ // CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./packages/flow-list/src/main.vue?vue&type=template&id=32bf4042&
46670
+ var mainvue_type_template_id_32bf4042_render = function () {
46683
46671
  var _vm = this
46684
46672
  var _h = _vm.$createElement
46685
46673
  var _c = _vm._self._c || _h
@@ -46733,6 +46721,7 @@ var mainvue_type_template_id_f1587d18_render = function () {
46733
46721
  on: {
46734
46722
  "cell-click": _vm.handleCellClick,
46735
46723
  "btn-click": _vm.handleBtnClick,
46724
+ "selection-change": _vm.handleSelectionChange,
46736
46725
  },
46737
46726
  },
46738
46727
  "es-data-table",
@@ -46875,17 +46864,22 @@ var mainvue_type_template_id_f1587d18_render = function () {
46875
46864
  2
46876
46865
  )
46877
46866
  }
46878
- var mainvue_type_template_id_f1587d18_staticRenderFns = []
46879
- mainvue_type_template_id_f1587d18_render._withStripped = true
46867
+ var mainvue_type_template_id_32bf4042_staticRenderFns = []
46868
+ mainvue_type_template_id_32bf4042_render._withStripped = true
46880
46869
 
46881
46870
 
46882
- // CONCATENATED MODULE: ./packages/flow-list/src/main.vue?vue&type=template&id=f1587d18&
46871
+ // CONCATENATED MODULE: ./packages/flow-list/src/main.vue?vue&type=template&id=32bf4042&
46883
46872
 
46884
46873
  // CONCATENATED MODULE: ./node_modules/babel-loader/lib!./node_modules/vue-loader/lib??vue-loader-options!./packages/flow-list/src/main.vue?vue&type=script&lang=js&
46874
+
46875
+
46885
46876
  var flow_list_src_mainvue_type_script_lang_js_extends = Object.assign || function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; };
46886
46877
 
46887
46878
  var flow_list_src_mainvue_type_script_lang_js_components;
46888
46879
 
46880
+ function flow_list_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () { var gen = fn.apply(this, arguments); return new Promise(function (resolve, reject) { function step(key, arg) { try { var info = gen[key](arg); var value = info.value; } catch (error) { reject(error); return; } if (info.done) { resolve(value); } else { return Promise.resolve(value).then(function (value) { step("next", value); }, function (err) { step("throw", err); }); } } return step("next"); }); }; }
46881
+
46882
+ //
46889
46883
  //
46890
46884
  //
46891
46885
  //
@@ -46987,6 +46981,10 @@ var flow_list_src_mainvue_type_script_lang_js_components;
46987
46981
  type: String,
46988
46982
  default: ''
46989
46983
  },
46984
+ getListCount: {
46985
+ type: Function,
46986
+ default: function _default() {}
46987
+ },
46990
46988
  hide: {
46991
46989
  type: String,
46992
46990
  default: ''
@@ -47033,9 +47031,13 @@ var flow_list_src_mainvue_type_script_lang_js_components;
47033
47031
  pressLoading: false,
47034
47032
  pressTableList: [],
47035
47033
  circularData: [],
47034
+ selectList: [],
47035
+ untreatedReadData: [],
47036
+ processedReadData: [],
47036
47037
  hasCircularReadWithdrawAuthority: false,
47037
47038
  currentPage: 1,
47038
47039
  pageSize: 20,
47040
+ flowListCount: {},
47039
47041
  currentUserHasPresetInfoAuth: false,
47040
47042
  pressThead: [{
47041
47043
  title: '催办节点',
@@ -47182,7 +47184,22 @@ var flow_list_src_mainvue_type_script_lang_js_components;
47182
47184
  circular: [{
47183
47185
  type: 'text',
47184
47186
  contents: '传阅列表'
47187
+ }],
47188
+ untreatedRead: [{
47189
+ type: 'text',
47190
+ contents: '未处理分阅列表'
47191
+ }, {
47192
+ type: 'button',
47193
+ contents: [{
47194
+ text: '撤销分阅',
47195
+ fun: 'recallRead'
47196
+ }]
47197
+ }],
47198
+ processedRead: [{
47199
+ type: 'text',
47200
+ contents: '已处理分阅列表'
47185
47201
  }]
47202
+ // Reading situation
47186
47203
  };
47187
47204
  },
47188
47205
  pageInfo: function pageInfo() {
@@ -47558,6 +47575,100 @@ var flow_list_src_mainvue_type_script_lang_js_components;
47558
47575
  return h('span', {}, [params.row.doresult ? params.row.doresult + (params.row.handleInfo ? '&' : '') : '', h('span', { style: { color: '#A5A5A5', marginLeft: '2px' } }, params.row.handleInfo || '')]);
47559
47576
  }
47560
47577
  }
47578
+ }],
47579
+ untreatedRead: [{
47580
+ label: '步骤',
47581
+ field: 'itemid',
47582
+ align: 'center',
47583
+ key: 'bz',
47584
+ showOverflowTooltip: true,
47585
+ width: this.theadWidth.itemid || 110
47586
+ }, {
47587
+ label: '办理人',
47588
+ field: 'userName',
47589
+ align: 'center',
47590
+ key: 'blr',
47591
+ showOverflowTooltip: true,
47592
+ width: this.theadWidth.userName
47593
+ }, {
47594
+ label: '办理状态',
47595
+ field: 'pendstate',
47596
+ key: 'blzt',
47597
+ align: 'center',
47598
+ showOverflowTooltip: true,
47599
+ width: this.theadWidth.pendstate || 110,
47600
+ render: function render(h, params) {
47601
+ return h('span', {
47602
+ style: {
47603
+ color: params.row.pendstate == 0 || params.row.pendstate == 3 ? 'red' : params.row.pendstate == 1 ? 'green' : 'deepskyblue'
47604
+ },
47605
+ domProps: { innerHTML: params.row.querykeywords }
47606
+ });
47607
+ }
47608
+ }, {
47609
+ label: '创建时间',
47610
+ field: 'createtime',
47611
+ align: 'center',
47612
+ key: 'cjsj',
47613
+ showOverflowTooltip: true,
47614
+ width: this.theadWidth.createtime || 150,
47615
+ render: function render(h, params) {
47616
+ return h('span', {}, params.row.doetime ? utils_util["a" /* default */].formatDate(params.row.createtime, 'yyyy-MM-dd HH:mm') : '');
47617
+ }
47618
+ }],
47619
+ processedRead: [{
47620
+ label: '步骤',
47621
+ field: 'itemid',
47622
+ align: 'center',
47623
+ key: 'bz',
47624
+ showOverflowTooltip: true,
47625
+ width: this.theadWidth.itemid || 110
47626
+ }, {
47627
+ label: '办理人',
47628
+ field: 'userName',
47629
+ align: 'center',
47630
+ key: 'blr',
47631
+ showOverflowTooltip: true,
47632
+ width: this.theadWidth.userName
47633
+ }, {
47634
+ label: '办理状态',
47635
+ field: 'pendstate',
47636
+ key: 'blzt',
47637
+ align: 'center',
47638
+ showOverflowTooltip: true,
47639
+ width: this.theadWidth.pendstate || 110,
47640
+ render: function render(h, params) {
47641
+ return h('span', {
47642
+ style: {
47643
+ color: params.row.pendstate == 0 || params.row.pendstate == 3 ? 'red' : params.row.pendstate == 1 ? 'green' : 'deepskyblue'
47644
+ },
47645
+ domProps: { innerHTML: params.row.querykeywords }
47646
+ });
47647
+ }
47648
+ }, {
47649
+ label: '办理时间',
47650
+ field: 'doetime',
47651
+ align: 'center',
47652
+ key: 'blsj',
47653
+ showOverflowTooltip: true,
47654
+ width: this.theadWidth.doetime || 150,
47655
+ render: function render(h, params) {
47656
+ return h('span', {}, params.row.doetime ? utils_util["a" /* default */].formatDate(params.row.doetime, 'yyyy-MM-dd HH:mm') : '');
47657
+ }
47658
+ }, {
47659
+ label: '代办人',
47660
+ field: 'douserid',
47661
+ align: 'center',
47662
+ key: 'dbr',
47663
+ showOverflowTooltip: true,
47664
+ width: this.theadWidth.douserid
47665
+ }, {
47666
+ label: '意见',
47667
+ field: 'doresult',
47668
+ align: 'center',
47669
+ key: 'yj',
47670
+ showOverflowTooltip: true,
47671
+ width: this.theadWidth.doresult
47561
47672
  }]
47562
47673
  };
47563
47674
  },
@@ -47571,6 +47682,9 @@ var flow_list_src_mainvue_type_script_lang_js_components;
47571
47682
  return item != 'splitReading';
47572
47683
  });
47573
47684
  }
47685
+ if (newContents.indexOf('readingSituation') != -1) {
47686
+ newContents = ['untreatedRead', 'processedRead'];
47687
+ }
47574
47688
  var contents = newContents.map(function (item) {
47575
47689
  if (typeof item === 'string') {
47576
47690
  var data = [];
@@ -47594,6 +47708,7 @@ var flow_list_src_mainvue_type_script_lang_js_components;
47594
47708
  }
47595
47709
  return {
47596
47710
  type: item,
47711
+ checkbox: newContents.indexOf('untreatedRead') != -1,
47597
47712
  toolbar: _this3.toolbars[item],
47598
47713
  thead: data.length > 0 ? data : _this3.theads[item],
47599
47714
  showFormBtn: false
@@ -47708,20 +47823,121 @@ var flow_list_src_mainvue_type_script_lang_js_components;
47708
47823
  }
47709
47824
  },
47710
47825
  mounted: function mounted() {
47711
- this.loading = utils_util["a" /* default */].loading(this.$loading, '加载中...');
47712
- if (this.contents.indexOf('circular') != -1) {
47713
- this.getCircularReadList();
47714
- }
47715
- this.getFlowList();
47716
- this.getSysInfo('preset_type');
47717
- this.getSysInfo('is_edit');
47718
- this.getListInfo();
47826
+ var _this5 = this;
47827
+
47828
+ return flow_list_src_mainvue_type_script_lang_js_asyncToGenerator( /*#__PURE__*/regenerator_default.a.mark(function _callee() {
47829
+ return regenerator_default.a.wrap(function _callee$(_context) {
47830
+ while (1) {
47831
+ switch (_context.prev = _context.next) {
47832
+ case 0:
47833
+ _this5.loading = utils_util["a" /* default */].loading(_this5.$loading, '加载中...');
47834
+
47835
+ if (!(_this5.contents.indexOf('readingSituation') != -1)) {
47836
+ _context.next = 10;
47837
+ break;
47838
+ }
47839
+
47840
+ _context.next = 4;
47841
+ return _this5.getFyListJson(1);
47842
+
47843
+ case 4:
47844
+ _context.next = 6;
47845
+ return _this5.getFyListJson(2);
47846
+
47847
+ case 6:
47848
+ _this5.getListCount(_this5.flowListCount);
47849
+ _this5.show = true;
47850
+ _context.next = 11;
47851
+ break;
47852
+
47853
+ case 10:
47854
+ _this5.getFlowList();
47855
+
47856
+ case 11:
47857
+ _this5.getSysInfo('preset_type');
47858
+ _this5.getSysInfo('is_edit');
47859
+ _this5.getListInfo();
47860
+
47861
+ case 14:
47862
+ case 'end':
47863
+ return _context.stop();
47864
+ }
47865
+ }
47866
+ }, _callee, _this5);
47867
+ }))();
47719
47868
  },
47720
47869
 
47721
47870
 
47722
47871
  methods: {
47872
+ recallReadFun: function recallReadFun() {
47873
+ var _this6 = this;
47874
+
47875
+ var _that = this;
47876
+ var pendingIds = _that.selectList.map(function (x) {
47877
+ return x.id;
47878
+ }).join(',');
47879
+ var params = {
47880
+ url: api["Kb" /* taskReadWithDraw */],
47881
+ params: {
47882
+ pendingIds: pendingIds
47883
+ }
47884
+ };
47885
+ _that.loading = utils_util["a" /* default */].loading(_that.$loading, '撤销中...');
47886
+ utils_util["a" /* default */].ajax(params).then(function () {
47887
+ var _ref = flow_list_src_mainvue_type_script_lang_js_asyncToGenerator( /*#__PURE__*/regenerator_default.a.mark(function _callee2(res) {
47888
+ return regenerator_default.a.wrap(function _callee2$(_context2) {
47889
+ while (1) {
47890
+ switch (_context2.prev = _context2.next) {
47891
+ case 0:
47892
+ _that.loading.close();
47893
+
47894
+ if (!(res.rCode == 0 || res.status == 'success')) {
47895
+ _context2.next = 8;
47896
+ break;
47897
+ }
47898
+
47899
+ _that.$message.success('撤销成功!');
47900
+ _context2.next = 5;
47901
+ return _that.getFyListJson(1);
47902
+
47903
+ case 5:
47904
+ _that.getListCount(_that.flowListCount);
47905
+ _context2.next = 9;
47906
+ break;
47907
+
47908
+ case 8:
47909
+ _that.$message.error(res.message);
47910
+
47911
+ case 9:
47912
+ case 'end':
47913
+ return _context2.stop();
47914
+ }
47915
+ }
47916
+ }, _callee2, _this6);
47917
+ }));
47918
+
47919
+ return function (_x) {
47920
+ return _ref.apply(this, arguments);
47921
+ };
47922
+ }());
47923
+ },
47924
+ recallRead: function recallRead() {
47925
+ var _this7 = this;
47926
+
47927
+ if (this.selectList.length == 0) return this.$message.warning('请选择需要撤销的分阅');
47928
+ this.$confirm('是否确认撤销选中的分阅?', '提示', {
47929
+ confirmButtonText: '确定',
47930
+ cancelButtonText: '取消',
47931
+ type: 'warning'
47932
+ }).then(function () {
47933
+ _this7.recallReadFun();
47934
+ });
47935
+ },
47936
+ handleSelectionChange: function handleSelectionChange(val) {
47937
+ this.selectList = val;
47938
+ },
47723
47939
  handledraw: function handledraw(pendedHistoryId) {
47724
- var _this5 = this;
47940
+ var _this8 = this;
47725
47941
 
47726
47942
  var params = {
47727
47943
  url: api["f" /* circularReadWithdraw */],
@@ -47732,45 +47948,58 @@ var flow_list_src_mainvue_type_script_lang_js_components;
47732
47948
  cancelButtonText: '取消',
47733
47949
  type: 'warning'
47734
47950
  }).then(function () {
47735
- _this5.loading = utils_util["a" /* default */].loading(_this5.$loading, '撤回中...');
47951
+ _this8.loading = utils_util["a" /* default */].loading(_this8.$loading, '撤回中...');
47736
47952
  utils_util["a" /* default */].ajax(params).then(function (res) {
47737
- _this5.loading.close();
47953
+ _this8.loading.close();
47738
47954
  if (res.rCode == 0) {
47739
- _this5.$message({
47955
+ _this8.$message({
47740
47956
  message: '撤回成功',
47741
47957
  type: 'success'
47742
47958
  });
47743
- _this5.getCircularReadList();
47959
+ _this8.getCircularReadList();
47744
47960
  }
47745
47961
  });
47746
47962
  // _that.subMit(res.results,type)
47747
47963
  }).catch(function () {});
47748
47964
  },
47749
47965
  getCircularReadList: function getCircularReadList() {
47750
- var _this6 = this;
47751
-
47966
+ var _that = this;
47752
47967
  var params = {
47753
- url: api["nb" /* pendedhistoryListWithCircularReadJson */],
47754
- params: { apprecordid: this.businessId }
47968
+ url: api["ob" /* pendedhistoryListWithCircularReadJson */],
47969
+ params: { apprecordid: _that.businessId }
47755
47970
  };
47756
47971
  utils_util["a" /* default */].ajax(params).then(function (res) {
47757
47972
  if (res.status == 'success' || res.rCode == 0) {
47758
- _this6.circularData = res.data.fyHistoryList;
47759
- _this6.hasCircularReadWithdrawAuthority = res.data.hasCircularReadWithdrawAuthority;
47973
+ _that.circularData = res.data.fyHistoryList;
47974
+ _that.hasCircularReadWithdrawAuthority = res.data.hasCircularReadWithdrawAuthority;
47975
+ _that.$nextTick(function () {
47976
+ _that.getListCount(_that.flowListCount);
47977
+ });
47760
47978
  }
47761
47979
  });
47762
47980
  },
47763
47981
  returnData: function returnData(type) {
47764
47982
  switch (type) {
47765
47983
  case 'preset':
47984
+ this.flowListCount.preset = this.presetData.length;
47766
47985
  return this.presetData;
47767
47986
  case 'sign':
47987
+ this.flowListCount.sign = this.signData.length;
47768
47988
  return this.signData;
47769
47989
  case 'splitReading':
47990
+ this.flowListCount.splitReading = this.splitReadingData.length;
47770
47991
  return this.splitReadingData;
47771
47992
  case 'circular':
47993
+ this.flowListCount.circular = this.circularData.length;
47772
47994
  return this.circularData;
47995
+ case 'untreatedRead':
47996
+ this.flowListCount.untreatedRead = this.untreatedReadData.length;
47997
+ return this.untreatedReadData;
47998
+ case 'processedRead':
47999
+ this.flowListCount.processedRead = this.processedReadData.length;
48000
+ return this.processedReadData;
47773
48001
  default:
48002
+ this.flowListCount.flow = this.flowData.length;
47774
48003
  return this.flowData;
47775
48004
  }
47776
48005
  },
@@ -47784,23 +48013,26 @@ var flow_list_src_mainvue_type_script_lang_js_components;
47784
48013
  }
47785
48014
  },
47786
48015
  handleBtnClick: function handleBtnClick(data) {
48016
+ // recallRead
47787
48017
  var handle = data.handle,
47788
48018
  row = data.row;
47789
48019
 
47790
48020
  if (handle.text == '删除') {
47791
48021
  this.del(row.id);
48022
+ } else if (handle.fun == 'recallRead') {
48023
+ this[handle.fun]();
47792
48024
  }
47793
48025
  },
47794
48026
 
47795
- /**
47796
- * handleFormSubmit
47797
- * @desc:删除节点点击事件
47798
- * @param {Object} formData 点击删除的form数据
47799
- * @author liufan
47800
- * @date 2022年11月29日
48027
+ /**
48028
+ * handleFormSubmit
48029
+ * @desc:删除节点点击事件
48030
+ * @param {Object} formData 点击删除的form数据
48031
+ * @author liufan
48032
+ * @date 2022年11月29日
47801
48033
  **/
47802
48034
  handleFormSubmit: function handleFormSubmit(formData) {
47803
- var _this7 = this;
48035
+ var _this9 = this;
47804
48036
 
47805
48037
  this.delLoading = true;
47806
48038
  var params = {
@@ -47812,64 +48044,64 @@ var flow_list_src_mainvue_type_script_lang_js_components;
47812
48044
  var status = res.status,
47813
48045
  message = res.message;
47814
48046
 
47815
- _this7.delLoading = false;
48047
+ _this9.delLoading = false;
47816
48048
  if (status === 'success') {
47817
- _this7.$message.success('删除成功');
47818
- _this7.showDel = false;
47819
- _this7.handleChange();
48049
+ _this9.$message.success('删除成功');
48050
+ _this9.showDel = false;
48051
+ _this9.handleChange();
47820
48052
  } else {
47821
- _this7.$message.error(message || '系统错误,请联系管理员!');
48053
+ _this9.$message.error(message || '系统错误,请联系管理员!');
47822
48054
  }
47823
48055
  }).catch(function (err) {
47824
- _this7.delLoading = false;
48056
+ _this9.delLoading = false;
47825
48057
  if (err.message && err.message !== 'canceled') {
47826
- _this7.$message.error(err.message);
48058
+ _this9.$message.error(err.message);
47827
48059
  }
47828
48060
  });
47829
48061
  },
47830
48062
 
47831
- /**
47832
- * del
47833
- * @desc:展示删除弹窗
47834
- * @param {String} id 当前点击数据id
47835
- * @author liufan
47836
- * @date 2022年11月29日
48063
+ /**
48064
+ * del
48065
+ * @desc:展示删除弹窗
48066
+ * @param {String} id 当前点击数据id
48067
+ * @author liufan
48068
+ * @date 2022年11月29日
47837
48069
  **/
47838
48070
  del: function del(id) {
47839
48071
  this.historyId = id;
47840
48072
  this.showDel = true;
47841
48073
  },
47842
48074
 
47843
- /**
47844
- * handleCurrentChange
47845
- * @desc:监听页码变化
47846
- * @param {String} val 当前页
47847
- * @author liufan
47848
- * @date 2022年11月29日
48075
+ /**
48076
+ * handleCurrentChange
48077
+ * @desc:监听页码变化
48078
+ * @param {String} val 当前页
48079
+ * @author liufan
48080
+ * @date 2022年11月29日
47849
48081
  **/
47850
48082
  handleCurrentChange: function handleCurrentChange(val) {
47851
48083
  this.currentPage = val;
47852
48084
  this.getPressList();
47853
48085
  },
47854
48086
 
47855
- /**
47856
- * handleSizeChange
47857
- * @desc:监听每页数据显示数量变化
47858
- * @param {String} val 每页展示数量
47859
- * @author liufan
47860
- * @date 2022年11月29日
48087
+ /**
48088
+ * handleSizeChange
48089
+ * @desc:监听每页数据显示数量变化
48090
+ * @param {String} val 每页展示数量
48091
+ * @author liufan
48092
+ * @date 2022年11月29日
47861
48093
  **/
47862
48094
  handleSizeChange: function handleSizeChange(val) {
47863
48095
  this.pageSize = val;
47864
48096
  this.getPressList();
47865
48097
  },
47866
48098
 
47867
- /**
47868
- * sortChange
47869
- * @desc:监听排序变化
47870
- * @param {Object} info 需要排序的字段及排序方式
47871
- * @author liufan
47872
- * @date 2022年11月29日
48099
+ /**
48100
+ * sortChange
48101
+ * @desc:监听排序变化
48102
+ * @param {Object} info 需要排序的字段及排序方式
48103
+ * @author liufan
48104
+ * @date 2022年11月29日
47873
48105
  **/
47874
48106
  sortChange: function sortChange(info) {
47875
48107
  var prop = info.prop,
@@ -47880,14 +48112,14 @@ var flow_list_src_mainvue_type_script_lang_js_components;
47880
48112
  this.getPressList();
47881
48113
  },
47882
48114
 
47883
- /**
47884
- * getPressList
47885
- * @desc:催办列表数据
47886
- * @author liufan
47887
- * @date 2022年11月29日
48115
+ /**
48116
+ * getPressList
48117
+ * @desc:催办列表数据
48118
+ * @author liufan
48119
+ * @date 2022年11月29日
47888
48120
  **/
47889
48121
  getPressList: function getPressList() {
47890
- var _this8 = this;
48122
+ var _this10 = this;
47891
48123
 
47892
48124
  var historyId = this.historyId,
47893
48125
  pageSize = this.pageSize,
@@ -47897,29 +48129,29 @@ var flow_list_src_mainvue_type_script_lang_js_components;
47897
48129
 
47898
48130
  this.pressLoading = true;
47899
48131
  var params = {
47900
- url: api["ob" /* pressListJson */],
48132
+ url: api["pb" /* pressListJson */],
47901
48133
  params: { historyId: historyId },
47902
48134
  method: 'POST',
47903
48135
  data: { page: currentPage, rows: pageSize, sidx: sidx, sord: sord, historyId: historyId }
47904
48136
  };
47905
48137
  utils_util["a" /* default */].ajax(params).then(function (res) {
47906
- _this8.pressTableList = res.data;
47907
- _this8.total = res.totalrecords;
47908
- _this8.pressLoading = false;
48138
+ _this10.pressTableList = res.data;
48139
+ _this10.total = res.totalrecords;
48140
+ _this10.pressLoading = false;
47909
48141
  }).catch(function (err) {
47910
- _this8.pressLoading = false;
48142
+ _this10.pressLoading = false;
47911
48143
  if (err.message && err.message !== 'canceled') {
47912
- _this8.$message.error(err.message);
48144
+ _this10.$message.error(err.message);
47913
48145
  }
47914
48146
  });
47915
48147
  },
47916
48148
 
47917
- /**
47918
- * goPress
47919
- * @desc:催办列表查看
47920
- * @param {String} id 催办列表id
47921
- * @author liufan
47922
- * @date 2022年11月29日
48149
+ /**
48150
+ * goPress
48151
+ * @desc:催办列表查看
48152
+ * @param {String} id 催办列表id
48153
+ * @author liufan
48154
+ * @date 2022年11月29日
47923
48155
  **/
47924
48156
  goPress: function goPress(id) {
47925
48157
  this.historyId = id;
@@ -47927,23 +48159,23 @@ var flow_list_src_mainvue_type_script_lang_js_components;
47927
48159
  this.getPressList();
47928
48160
  },
47929
48161
 
47930
- /**
47931
- * showFile
47932
- * @desc:附件查看
47933
- * @param {String} ownId 附件id
47934
- * @author liufan
47935
- * @date 2022年11月29日
48162
+ /**
48163
+ * showFile
48164
+ * @desc:附件查看
48165
+ * @param {String} ownId 附件id
48166
+ * @author liufan
48167
+ * @date 2022年11月29日
47936
48168
  **/
47937
48169
  showFile: function showFile(ownId) {
47938
48170
  this.wfpendingid = ownId;
47939
48171
  this.showFileList = true;
47940
48172
  },
47941
48173
 
47942
- /**
47943
- * handleChange
47944
- * @desc:切换排序方式
47945
- * @author liufan
47946
- * @date 2022年11月22日
48174
+ /**
48175
+ * handleChange
48176
+ * @desc:切换排序方式
48177
+ * @author liufan
48178
+ * @date 2022年11月22日
47947
48179
  **/
47948
48180
  handleChange: function handleChange(key, value) {
47949
48181
  if (value) {
@@ -47953,18 +48185,51 @@ var flow_list_src_mainvue_type_script_lang_js_components;
47953
48185
  this.loading = utils_util["a" /* default */].loading(this.$loading, '加载中...');
47954
48186
  this.getFlowList();
47955
48187
  },
48188
+ getFyListJson: function getFyListJson(type) {
48189
+ var _this11 = this;
48190
+
48191
+ return flow_list_src_mainvue_type_script_lang_js_asyncToGenerator( /*#__PURE__*/regenerator_default.a.mark(function _callee3() {
48192
+ var params;
48193
+ return regenerator_default.a.wrap(function _callee3$(_context3) {
48194
+ while (1) {
48195
+ switch (_context3.prev = _context3.next) {
48196
+ case 0:
48197
+ params = {
48198
+ url: api["D" /* fyListJson */],
48199
+ params: {
48200
+ appRecordId: _this11.businessId,
48201
+ status: type
48202
+ }
48203
+ };
48204
+ _context3.next = 3;
48205
+ return utils_util["a" /* default */].ajax(params).then(function (res) {
48206
+ if (type == 1) {
48207
+ _this11.untreatedReadData = res.data;
48208
+ } else {
48209
+ _this11.processedReadData = res.data;
48210
+ }
48211
+ });
48212
+
48213
+ case 3:
48214
+ case 'end':
48215
+ return _context3.stop();
48216
+ }
48217
+ }
48218
+ }, _callee3, _this11);
48219
+ }))();
48220
+ },
47956
48221
 
47957
- /**
47958
- * getFlowList
47959
- * @desc:获取流程列表
47960
- * @author liufan
47961
- * @date 2022年11月22日
48222
+ /**
48223
+ * getFlowList
48224
+ * @desc:获取流程列表
48225
+ * @author liufan
48226
+ * @date 2022年11月22日
47962
48227
  **/
47963
48228
  getFlowList: function getFlowList() {
47964
- var _this9 = this;
48229
+ var _this12 = this;
47965
48230
 
47966
48231
  var params = {
47967
- url: api["mb" /* pendedhistoryListJson */],
48232
+ url: api["nb" /* pendedhistoryListJson */],
47968
48233
  params: flow_list_src_mainvue_type_script_lang_js_extends({
47969
48234
  apprecordid: this.businessId,
47970
48235
  pendingAttr: 0,
@@ -47984,43 +48249,50 @@ var flow_list_src_mainvue_type_script_lang_js_components;
47984
48249
  modify = _res$data.modify,
47985
48250
  taskReadName = _res$data.taskReadName;
47986
48251
 
47987
- _this9.loading.close();
48252
+ _this12.loading.close();
47988
48253
  if (status == 'success') {
47989
- _this9.flowTableInfo.adjunctCode = adjunctCode;
47990
- _this9.flowTableInfo.hasAgent = hasAgent;
47991
- _this9.attachmentPaperClipCssStyle = res.data.attachmentPaperClipCssStyle;
47992
- _this9.isShort = isShort;
47993
- _this9.taskReadName = taskReadName;
47994
- _this9.flowData = wfHistoryList;
47995
- _this9.flowData.map(function (x) {
48254
+ _this12.flowTableInfo.adjunctCode = adjunctCode;
48255
+ _this12.flowTableInfo.hasAgent = hasAgent;
48256
+ _this12.attachmentPaperClipCssStyle = res.data.attachmentPaperClipCssStyle;
48257
+ _this12.isShort = isShort;
48258
+ _this12.taskReadName = taskReadName;
48259
+ _this12.flowData = wfHistoryList;
48260
+ _this12.flowData.map(function (x) {
47996
48261
  if (!x.deptid) {
47997
48262
  x.deptid = x.deptName;
47998
48263
  }
47999
48264
  });
48000
- _this9.splitReadingData = fyHistoryList;
48001
- _this9.modify = modify;
48002
- _this9.show = true;
48265
+ _this12.splitReadingData = fyHistoryList;
48266
+ _this12.modify = modify;
48267
+ _this12.show = true;
48268
+ if (_this12.contents.indexOf('circular') != -1) {
48269
+ _this12.getCircularReadList();
48270
+ } else {
48271
+ _this12.$nextTick(function () {
48272
+ _this12.getListCount(_this12.flowListCount);
48273
+ });
48274
+ }
48003
48275
  } else {
48004
- _this9.$message.error(message || '系统错误,请联系管理员!');
48276
+ _this12.$message.error(message || '系统错误,请联系管理员!');
48005
48277
  }
48006
48278
  }).catch(function (err) {
48007
- _this9.loading.close();
48279
+ _this12.loading.close();
48008
48280
  if (err.message && err.message !== 'canceled') {
48009
- _this9.$message.error(err.message);
48281
+ _this12.$message.error(err.message);
48010
48282
  }
48011
- _this9.show = true;
48283
+ _this12.show = true;
48012
48284
  });
48013
48285
  },
48014
48286
 
48015
- /**
48016
- * handleClick
48017
- * @desc:表单点击事件
48018
- * @param {Object} val 当前点击行数据及按钮
48019
- * @author liufan
48020
- * @date 2022年11月10日
48287
+ /**
48288
+ * handleClick
48289
+ * @desc:表单点击事件
48290
+ * @param {Object} val 当前点击行数据及按钮
48291
+ * @author liufan
48292
+ * @date 2022年11月10日
48021
48293
  **/
48022
48294
  handleClick: function handleClick(val) {
48023
- var _this10 = this;
48295
+ var _this13 = this;
48024
48296
 
48025
48297
  var text = val.handle.text,
48026
48298
  _val$row = val.row,
@@ -48030,7 +48302,7 @@ var flow_list_src_mainvue_type_script_lang_js_components;
48030
48302
  if (text === '置为失效') {
48031
48303
  if (status == 0) {
48032
48304
  this.$confirm('您确定要置为失效吗?').then(function () {
48033
- _this10.loading = utils_util["a" /* default */].loading(_this10.$loading, '提交中...');
48305
+ _this13.loading = utils_util["a" /* default */].loading(_this13.$loading, '提交中...');
48034
48306
  var param = {
48035
48307
  url: api["m" /* deletePresetInfo */],
48036
48308
  headers: { Accept: 'application/json,text/plain' },
@@ -48041,17 +48313,17 @@ var flow_list_src_mainvue_type_script_lang_js_components;
48041
48313
  var status = res.status,
48042
48314
  message = res.message;
48043
48315
 
48044
- _this10.loading.close();
48316
+ _this13.loading.close();
48045
48317
  if (status === 'success') {
48046
- _this10.$message.success('操作成功');
48047
- _this10.getListInfo();
48318
+ _this13.$message.success('操作成功');
48319
+ _this13.getListInfo();
48048
48320
  } else {
48049
- _this10.$message.error(message || '系统错误,请联系管理员!');
48321
+ _this13.$message.error(message || '系统错误,请联系管理员!');
48050
48322
  }
48051
48323
  }).catch(function (err) {
48052
- _this10.loading.close();
48324
+ _this13.loading.close();
48053
48325
  if (err.message && err.message !== 'canceled') {
48054
- _this10.$message.error(err.message);
48326
+ _this13.$message.error(err.message);
48055
48327
  }
48056
48328
  });
48057
48329
  }).catch(function (e) {
@@ -48063,13 +48335,13 @@ var flow_list_src_mainvue_type_script_lang_js_components;
48063
48335
  }
48064
48336
  },
48065
48337
 
48066
- /**
48067
- * getCodeValue
48068
- * @desc:获取代码表过滤后的值
48069
- * @param {String} value 展示数据的代码值
48070
- * @param {String} type 代码表类型
48071
- * @author liufan
48072
- * @date 2022年11月10日
48338
+ /**
48339
+ * getCodeValue
48340
+ * @desc:获取代码表过滤后的值
48341
+ * @param {String} value 展示数据的代码值
48342
+ * @param {String} type 代码表类型
48343
+ * @author liufan
48344
+ * @date 2022年11月10日
48073
48345
  **/
48074
48346
  getCodeValue: function getCodeValue(value, type) {
48075
48347
  var val = this[type].filter(function (item) {
@@ -48078,15 +48350,15 @@ var flow_list_src_mainvue_type_script_lang_js_components;
48078
48350
  return val[0].shortName;
48079
48351
  },
48080
48352
 
48081
- /**
48082
- * getSysInfo
48083
- * @desc:获取代码表
48084
- * @param {String} code 编码code值
48085
- * @author liufan
48086
- * @date 2022年11月10日
48353
+ /**
48354
+ * getSysInfo
48355
+ * @desc:获取代码表
48356
+ * @param {String} code 编码code值
48357
+ * @author liufan
48358
+ * @date 2022年11月10日
48087
48359
  **/
48088
48360
  getSysInfo: function getSysInfo(code) {
48089
- var _this11 = this;
48361
+ var _this14 = this;
48090
48362
 
48091
48363
  var params = {
48092
48364
  url: api["x" /* findCodeValues */],
@@ -48098,24 +48370,24 @@ var flow_list_src_mainvue_type_script_lang_js_components;
48098
48370
  data = res.data;
48099
48371
 
48100
48372
  if (status == 'success') {
48101
- _this11[code] = data;
48373
+ _this14[code] = data;
48102
48374
  } else {
48103
- _this11.$message.error(message || '系统错误,请联系管理员!');
48375
+ _this14.$message.error(message || '系统错误,请联系管理员!');
48104
48376
  }
48105
48377
  }).catch(function (e) {});
48106
48378
  },
48107
48379
 
48108
- /**
48109
- * getListInfo
48110
- * @desc:获取预设列表数据
48111
- * @author liufan
48112
- * @date 2022年11月10日
48380
+ /**
48381
+ * getListInfo
48382
+ * @desc:获取预设列表数据
48383
+ * @author liufan
48384
+ * @date 2022年11月10日
48113
48385
  **/
48114
48386
  getListInfo: function getListInfo() {
48115
- var _this12 = this;
48387
+ var _this15 = this;
48116
48388
 
48117
48389
  var param = {
48118
- url: api["Rb" /* toPresetInfoListIndex */],
48390
+ url: api["Tb" /* toPresetInfoListIndex */],
48119
48391
  params: { apprecordid: this.businessId }
48120
48392
  };
48121
48393
  utils_util["a" /* default */].ajax(param).then(function (res) {
@@ -48127,19 +48399,19 @@ var flow_list_src_mainvue_type_script_lang_js_components;
48127
48399
  canDelete = _res$data2.canDelete,
48128
48400
  currentUserHasPresetInfoAuth = _res$data2.currentUserHasPresetInfoAuth;
48129
48401
 
48130
- _this12.loading.close();
48402
+ _this15.loading.close();
48131
48403
  if (status == 'success') {
48132
- presetInfoList && (_this12.presetData = presetInfoList);
48133
- _this12.presetInfoListHiddenColumns = presetInfoListHiddenColumns;
48134
- _this12.currentUserHasPresetInfoAuth = currentUserHasPresetInfoAuth;
48135
- _this12.canDelete = canDelete;
48404
+ presetInfoList && (_this15.presetData = presetInfoList);
48405
+ _this15.presetInfoListHiddenColumns = presetInfoListHiddenColumns;
48406
+ _this15.currentUserHasPresetInfoAuth = currentUserHasPresetInfoAuth;
48407
+ _this15.canDelete = canDelete;
48136
48408
  } else {
48137
- _this12.$message.error(message || '系统错误,请联系管理员!');
48409
+ _this15.$message.error(message || '系统错误,请联系管理员!');
48138
48410
  }
48139
48411
  }).catch(function (err) {
48140
- _this12.loading.close();
48412
+ _this15.loading.close();
48141
48413
  if (err.message && err.message !== 'canceled') {
48142
- _this12.$message.error(err.message);
48414
+ _this15.$message.error(err.message);
48143
48415
  }
48144
48416
  });
48145
48417
  }
@@ -48157,8 +48429,8 @@ var flow_list_src_mainvue_type_script_lang_js_components;
48157
48429
 
48158
48430
  var flow_list_src_main_component = normalizeComponent(
48159
48431
  packages_flow_list_src_mainvue_type_script_lang_js_,
48160
- mainvue_type_template_id_f1587d18_render,
48161
- mainvue_type_template_id_f1587d18_staticRenderFns,
48432
+ mainvue_type_template_id_32bf4042_render,
48433
+ mainvue_type_template_id_32bf4042_staticRenderFns,
48162
48434
  false,
48163
48435
  null,
48164
48436
  null,
@@ -48373,7 +48645,7 @@ mainvue_type_template_id_3d02c60c_render._withStripped = true
48373
48645
 
48374
48646
  if (this.job.id !== item.id) {
48375
48647
  this.job = item;
48376
- utils_util["a" /* default */].ajax({ url: api["Eb" /* switchUserTo */], params: { userId: item.value } }).then(function (res) {
48648
+ utils_util["a" /* default */].ajax({ url: api["Fb" /* switchUserTo */], params: { userId: item.value } }).then(function (res) {
48377
48649
  if (res.rCode == 0) {
48378
48650
  utils_util["a" /* default */].setStorage({
48379
48651
  type: _this.storage,
@@ -49082,7 +49354,7 @@ var _props;
49082
49354
  document.body.appendChild(iframe);
49083
49355
  }
49084
49356
  }
49085
- utils_util["a" /* default */].ajax({ method: 'post', url: api["jb" /* logout */] }).then(function (res) {
49357
+ utils_util["a" /* default */].ajax({ method: 'post', url: api["kb" /* logout */] }).then(function (res) {
49086
49358
  if (res.rCode == 0) {
49087
49359
  utils_util["a" /* default */].removeStorage(['Authorization', 'token', 'ssId', 'userId', 'userName', 'auth', 'deviceUnique', 'menus', 'useCaseCodes', 'mainConfig', 'jump']);
49088
49360
  if (_this.onQuit && typeof _this.onQuit === 'function') {
@@ -49214,7 +49486,7 @@ mainvue_type_template_id_20e44f4a_render._withStripped = true
49214
49486
  props: {
49215
49487
  preview: {
49216
49488
  type: String,
49217
- default: api["pb" /* previewAdjunct */] + '?adjunctId='
49489
+ default: api["qb" /* previewAdjunct */] + '?adjunctId='
49218
49490
  },
49219
49491
  contents: [Object, String]
49220
49492
  },
@@ -52271,7 +52543,7 @@ function resetPasswordvue_type_script_lang_js_objectWithoutProperties(obj, keys)
52271
52543
  var _this2 = this;
52272
52544
 
52273
52545
  utils_util["a" /* default */].ajax({
52274
- url: api["db" /* initModifyPassword */]
52546
+ url: api["eb" /* initModifyPassword */]
52275
52547
  }).then(function (res) {
52276
52548
  if (res.rCode === 0) {
52277
52549
  var results = JSON.parse(JSON.stringify(res.results));
@@ -52331,7 +52603,7 @@ function resetPasswordvue_type_script_lang_js_objectWithoutProperties(obj, keys)
52331
52603
  var _this4 = this;
52332
52604
 
52333
52605
  utils_util["a" /* default */].ajax({
52334
- url: api["L" /* getModifyPassCode */],
52606
+ url: api["M" /* getModifyPassCode */],
52335
52607
  params: params
52336
52608
  }).then(function (res) {
52337
52609
  if (res.rCode === 0) {
@@ -52376,7 +52648,7 @@ function resetPasswordvue_type_script_lang_js_objectWithoutProperties(obj, keys)
52376
52648
  data.operationCheckCode = this.operationCheckCode;
52377
52649
  utils_util["a" /* default */].ajax({
52378
52650
  method: 'post',
52379
- url: api["hb" /* loginModifyPassword */],
52651
+ url: api["ib" /* loginModifyPassword */],
52380
52652
  data: data
52381
52653
  }).then(function (res) {
52382
52654
  _this5.submit = false;
@@ -52949,7 +53221,7 @@ var ceshi = utils_util["a" /* default */].getParams('ceshi');
52949
53221
  //初始登录配置接口地址
52950
53222
  initLogin: {
52951
53223
  type: String,
52952
- default: api["cb" /* initLogin */]
53224
+ default: api["db" /* initLogin */]
52953
53225
  },
52954
53226
  size: String,
52955
53227
  mode: {
@@ -53073,7 +53345,7 @@ var ceshi = utils_util["a" /* default */].getParams('ceshi');
53073
53345
  },
53074
53346
  getLoginCode: {
53075
53347
  type: String,
53076
- default: api["K" /* getLoginCode */]
53348
+ default: api["L" /* getLoginCode */]
53077
53349
  },
53078
53350
  doCodeLogin: {
53079
53351
  type: String,
@@ -53081,7 +53353,7 @@ var ceshi = utils_util["a" /* default */].getParams('ceshi');
53081
53353
  },
53082
53354
  getTwoFactorLoginCode: {
53083
53355
  type: String,
53084
- default: api["W" /* getTwoFactorLoginCode */]
53356
+ default: api["X" /* getTwoFactorLoginCode */]
53085
53357
  },
53086
53358
  doTwoFactorLogin: {
53087
53359
  type: String,
@@ -57146,7 +57418,7 @@ appsvue_type_template_id_71b9cb14_scoped_true_render._withStripped = true
57146
57418
  },
57147
57419
  handleClick: function handleClick(res) {
57148
57420
  utils_util["a" /* default */].ajax({
57149
- url: api["sb" /* recordUserApp */],
57421
+ url: api["tb" /* recordUserApp */],
57150
57422
  params: {
57151
57423
  userId: this.user.userId,
57152
57424
  appId: res.id
@@ -57155,10 +57427,10 @@ appsvue_type_template_id_71b9cb14_scoped_true_render._withStripped = true
57155
57427
  this.$emit('click', res);
57156
57428
  },
57157
57429
 
57158
- /**
57159
- * @desc:获取气泡提醒
57160
- * @author huangbo
57161
- * @date 2024年9月7日
57430
+ /**
57431
+ * @desc:获取气泡提醒
57432
+ * @author huangbo
57433
+ * @date 2024年9月7日
57162
57434
  **/
57163
57435
  getBadge: function getBadge(res) {
57164
57436
  var num = res.tips || 0;
@@ -57558,7 +57830,7 @@ userinfovue_type_template_id_1c52f6d2_render._withStripped = true
57558
57830
  var initLogin = utils_util["a" /* default */].getStorage('initLogin');
57559
57831
  initLogin && (initLogin = JSON.parse(initLogin));
57560
57832
  utils_util["a" /* default */].ajax({
57561
- url: api["mc" /* updateUserInfo */],
57833
+ url: api["oc" /* updateUserInfo */],
57562
57834
  params: {
57563
57835
  email: this.model.email,
57564
57836
  officeTel: this.model.officeTel,
@@ -57794,7 +58066,7 @@ var userinfo_component = normalizeComponent(
57794
58066
  var _this2 = this;
57795
58067
 
57796
58068
  utils_util["a" /* default */].ajax({
57797
- url: api["fb" /* initUserSet */]
58069
+ url: api["gb" /* initUserSet */]
57798
58070
  }).then(function (res) {
57799
58071
  if (res.rCode === 0) {
57800
58072
  var results = JSON.parse(JSON.stringify(res.results));
@@ -57835,7 +58107,7 @@ var userinfo_component = normalizeComponent(
57835
58107
  var notify = this.checked.join(',');
57836
58108
  utils_util["a" /* default */].ajax({
57837
58109
  method: 'post',
57838
- url: api["lc" /* updateUserCustomInfo */],
58110
+ url: api["nc" /* updateUserCustomInfo */],
57839
58111
  data: {
57840
58112
  notify: notify
57841
58113
  }
@@ -57865,7 +58137,7 @@ var userinfo_component = normalizeComponent(
57865
58137
  if (this.user.identityId !== res.id) {
57866
58138
  utils_util["a" /* default */].ajax({
57867
58139
  method: 'post',
57868
- url: api["Eb" /* switchUserTo */],
58140
+ url: api["Fb" /* switchUserTo */],
57869
58141
  data: { userId: res.value }
57870
58142
  }).then(function (res) {
57871
58143
  if (res.rCode == 0) {
@@ -58257,7 +58529,7 @@ messagevue_type_template_id_324b2ecc_render._withStripped = true
58257
58529
  if (this.pageNum <= this.pageCount) {
58258
58530
  this.loading = true;
58259
58531
  utils_util["a" /* default */].ajax({
58260
- url: api["Fb" /* sysMsgPage */],
58532
+ url: api["Gb" /* sysMsgPage */],
58261
58533
  params: {
58262
58534
  pageNum: reload ? 1 : this.pageNum,
58263
58535
  pageSize: this.pageSize
@@ -58290,7 +58562,7 @@ messagevue_type_template_id_324b2ecc_render._withStripped = true
58290
58562
  var _this2 = this;
58291
58563
 
58292
58564
  utils_util["a" /* default */].ajax({
58293
- url: api["bb" /* ignoreSysMsg */],
58565
+ url: api["cb" /* ignoreSysMsg */],
58294
58566
  params: {
58295
58567
  id: res.id
58296
58568
  }
@@ -58310,7 +58582,7 @@ messagevue_type_template_id_324b2ecc_render._withStripped = true
58310
58582
  var _this3 = this;
58311
58583
 
58312
58584
  utils_util["a" /* default */].ajax({
58313
- url: api["ab" /* ignoreAllSysMsg */]
58585
+ url: api["bb" /* ignoreAllSysMsg */]
58314
58586
  }).then(function (res) {
58315
58587
  _this3.count = 0;
58316
58588
  _this3.msgs = [];
@@ -58670,7 +58942,7 @@ noticevue_type_template_id_4696772e_render._withStripped = true
58670
58942
  var _this = this;
58671
58943
 
58672
58944
  utils_util["a" /* default */].ajax({
58673
- url: api["bb" /* ignoreSysMsg */],
58945
+ url: api["cb" /* ignoreSysMsg */],
58674
58946
  params: {
58675
58947
  id: res.id
58676
58948
  }
@@ -58689,7 +58961,7 @@ noticevue_type_template_id_4696772e_render._withStripped = true
58689
58961
  var _this2 = this;
58690
58962
 
58691
58963
  utils_util["a" /* default */].ajax({
58692
- url: api["ab" /* ignoreAllSysMsg */]
58964
+ url: api["bb" /* ignoreAllSysMsg */]
58693
58965
  }).then(function (res) {
58694
58966
  _this2.msgs = [];
58695
58967
  _this2.$emit('ignore', { type: 'ignore', value: 'all' });
@@ -59475,7 +59747,7 @@ onlinevue_type_template_id_63844b4e_scoped_true_render._withStripped = true
59475
59747
  props: {
59476
59748
  sysuseronline: {
59477
59749
  type: String,
59478
- default: api["rc" /* userOnline */]
59750
+ default: api["tc" /* userOnline */]
59479
59751
  }
59480
59752
  },
59481
59753
  data: function data() {
@@ -60148,7 +60420,7 @@ var searchvue_type_script_lang_js_extends = Object.assign || function (target) {
60148
60420
  },
60149
60421
  searchType: {
60150
60422
  type: String,
60151
- default: api["yb" /* searchType */]
60423
+ default: api["zb" /* searchType */]
60152
60424
  },
60153
60425
  pageSize: {
60154
60426
  type: Number,
@@ -60932,7 +61204,7 @@ var events = [function (tabs, index, that) {
60932
61204
  //应用列表接口
60933
61205
  appsUrl: {
60934
61206
  type: String,
60935
- default: api["X" /* getUserAppWithTag */]
61207
+ default: api["Y" /* getUserAppWithTag */]
60936
61208
  },
60937
61209
  //是否启用子应用菜单接口
60938
61210
  application: {
@@ -61109,9 +61381,9 @@ var events = [function (tabs, index, that) {
61109
61381
  return this.menuUrl;
61110
61382
  }
61111
61383
  if (this.application) {
61112
- return api["G" /* getComplexApplicationsNew */];
61384
+ return api["H" /* getComplexApplicationsNew */];
61113
61385
  }
61114
- return api["F" /* getComplexApplications */];
61386
+ return api["G" /* getComplexApplications */];
61115
61387
  },
61116
61388
 
61117
61389
  //人工智能配置
@@ -61179,10 +61451,10 @@ var events = [function (tabs, index, that) {
61179
61451
  },
61180
61452
 
61181
61453
  methods: {
61182
- /**
61183
- * @desc:匹配路由
61184
- * @author huangbo
61185
- * @date 2024年9月7日
61454
+ /**
61455
+ * @desc:匹配路由
61456
+ * @author huangbo
61457
+ * @date 2024年9月7日
61186
61458
  **/
61187
61459
  hasRouter: function hasRouter(res, url, code) {
61188
61460
  if (!url) {
@@ -61226,10 +61498,10 @@ var events = [function (tabs, index, that) {
61226
61498
  return false;
61227
61499
  },
61228
61500
 
61229
- /**
61230
- * @desc:获取初始数据
61231
- * @author huangbo
61232
- * @date 2024年9月7日
61501
+ /**
61502
+ * @desc:获取初始数据
61503
+ * @author huangbo
61504
+ * @date 2024年9月7日
61233
61505
  **/
61234
61506
  init: function init(results, first) {
61235
61507
  this.setConfig(results);
@@ -61238,10 +61510,10 @@ var events = [function (tabs, index, that) {
61238
61510
  }
61239
61511
  },
61240
61512
 
61241
- /**
61242
- * @desc:设置用户配置及信息
61243
- * @author huangbo
61244
- * @date 2024年9月7日
61513
+ /**
61514
+ * @desc:设置用户配置及信息
61515
+ * @author huangbo
61516
+ * @date 2024年9月7日
61245
61517
  **/
61246
61518
  setConfig: function setConfig(results) {
61247
61519
  localStorage.setItem('mainConfig', JSON.stringify(results));
@@ -61371,10 +61643,10 @@ var events = [function (tabs, index, that) {
61371
61643
  }
61372
61644
  },
61373
61645
 
61374
- /**
61375
- * @desc:获取所有应用
61376
- * @author huangbo
61377
- * @date 2024年9月7日
61646
+ /**
61647
+ * @desc:获取所有应用
61648
+ * @author huangbo
61649
+ * @date 2024年9月7日
61378
61650
  **/
61379
61651
  getApplications: function getApplications() {
61380
61652
  var _this = this;
@@ -61422,10 +61694,10 @@ var events = [function (tabs, index, that) {
61422
61694
  });
61423
61695
  },
61424
61696
 
61425
- /**
61426
- * @desc:获取菜单列表
61427
- * @author huangbo
61428
- * @date 2024年9月7日
61697
+ /**
61698
+ * @desc:获取菜单列表
61699
+ * @author huangbo
61700
+ * @date 2024年9月7日
61429
61701
  **/
61430
61702
  getMenus: function getMenus(loading) {
61431
61703
  var _this2 = this;
@@ -61458,10 +61730,10 @@ var events = [function (tabs, index, that) {
61458
61730
  });
61459
61731
  },
61460
61732
 
61461
- /**
61462
- * @desc:处理菜单列表
61463
- * @author huangbo
61464
- * @date 2024年9月7日
61733
+ /**
61734
+ * @desc:处理菜单列表
61735
+ * @author huangbo
61736
+ * @date 2024年9月7日
61465
61737
  **/
61466
61738
  renderMenus: function renderMenus(res) {
61467
61739
  this.menus = res;
@@ -61551,10 +61823,10 @@ var events = [function (tabs, index, that) {
61551
61823
  }
61552
61824
  },
61553
61825
 
61554
- /**
61555
- * @desc:设置页面加载类型
61556
- * @author huangbo
61557
- * @date 2024年9月7日
61826
+ /**
61827
+ * @desc:设置页面加载类型
61828
+ * @author huangbo
61829
+ * @date 2024年9月7日
61558
61830
  **/
61559
61831
  setIframeType: function setIframeType(res) {
61560
61832
  var url = res.url;
@@ -61610,10 +61882,10 @@ var events = [function (tabs, index, that) {
61610
61882
  return res;
61611
61883
  },
61612
61884
 
61613
- /**
61614
- * @desc:获取菜单
61615
- * @author huangbo
61616
- * @date 2024年9月7日
61885
+ /**
61886
+ * @desc:获取菜单
61887
+ * @author huangbo
61888
+ * @date 2024年9月7日
61617
61889
  **/
61618
61890
  getMenu: function getMenu(menus, res, key) {
61619
61891
  if (Array.isArray(menus)) {
@@ -61642,10 +61914,10 @@ var events = [function (tabs, index, that) {
61642
61914
  return false;
61643
61915
  },
61644
61916
 
61645
- /**
61646
- * @desc:获取菜单第一条数据
61647
- * @author huangbo
61648
- * @date 2024年9月7日
61917
+ /**
61918
+ * @desc:获取菜单第一条数据
61919
+ * @author huangbo
61920
+ * @date 2024年9月7日
61649
61921
  **/
61650
61922
  getFirst: function getFirst(obj) {
61651
61923
  if (!obj) {
@@ -61664,10 +61936,10 @@ var events = [function (tabs, index, that) {
61664
61936
  }
61665
61937
  },
61666
61938
 
61667
- /**
61668
- * @desc:遍历设置菜单气泡提醒
61669
- * @author huangbo
61670
- * @date 2024年9月7日
61939
+ /**
61940
+ * @desc:遍历设置菜单气泡提醒
61941
+ * @author huangbo
61942
+ * @date 2024年9月7日
61671
61943
  **/
61672
61944
  setTips: function setTips(obj) {
61673
61945
  var _this3 = this;
@@ -61730,10 +62002,10 @@ var events = [function (tabs, index, that) {
61730
62002
  }
61731
62003
  },
61732
62004
 
61733
- /**
61734
- * @desc:获取气泡提醒
61735
- * @author huangbo
61736
- * @date 2024年9月7日
62005
+ /**
62006
+ * @desc:获取气泡提醒
62007
+ * @author huangbo
62008
+ * @date 2024年9月7日
61737
62009
  **/
61738
62010
  getBadge: function getBadge(res) {
61739
62011
  var num = res.tips || 0;
@@ -61747,17 +62019,17 @@ var events = [function (tabs, index, that) {
61747
62019
  };
61748
62020
  },
61749
62021
 
61750
- /**
61751
- * @desc:开启weosocket
61752
- * @author huangbo
61753
- * @date 2024年9月7日
62022
+ /**
62023
+ * @desc:开启weosocket
62024
+ * @author huangbo
62025
+ * @date 2024年9月7日
61754
62026
  **/
61755
62027
  initWebSocket: function initWebSocket() {
61756
62028
  var _this5 = this;
61757
62029
 
61758
62030
  this.webSocket = utils_util["a" /* default */].socket({
61759
- url: api["sc" /* wss */],
61760
- take: api["ic" /* topic */],
62031
+ url: api["uc" /* wss */],
62032
+ take: api["kc" /* topic */],
61761
62033
  success: function success(res) {
61762
62034
  var data = res.data || {};
61763
62035
  for (var i in data) {
@@ -61798,10 +62070,10 @@ var events = [function (tabs, index, that) {
61798
62070
  });
61799
62071
  },
61800
62072
 
61801
- /**
61802
- * @desc:显示用户信息
61803
- * @author huangbo
61804
- * @date 2024年9月7日
62073
+ /**
62074
+ * @desc:显示用户信息
62075
+ * @author huangbo
62076
+ * @date 2024年9月7日
61805
62077
  **/
61806
62078
  showUserInfo: function showUserInfo() {
61807
62079
  if (this.showUser === false) {
@@ -61809,19 +62081,19 @@ var events = [function (tabs, index, that) {
61809
62081
  }
61810
62082
  },
61811
62083
 
61812
- /**
61813
- * @desc:删除更多应用菜单点击
61814
- * @author huangbo
61815
- * @date 2024年9月7日
62084
+ /**
62085
+ * @desc:删除更多应用菜单点击
62086
+ * @author huangbo
62087
+ * @date 2024年9月7日
61816
62088
  **/
61817
62089
  handleDelete: function handleDelete(index) {
61818
62090
  this.newApps.splice(index, 1);
61819
62091
  },
61820
62092
 
61821
- /**
61822
- * @desc:储存更多应用菜单点击
61823
- * @author huangbo
61824
- * @date 2024年9月7日
62093
+ /**
62094
+ * @desc:储存更多应用菜单点击
62095
+ * @author huangbo
62096
+ * @date 2024年9月7日
61825
62097
  **/
61826
62098
  handlerClickApps: function handlerClickApps(res) {
61827
62099
  if (res.permission === false) {
@@ -61834,10 +62106,10 @@ var events = [function (tabs, index, that) {
61834
62106
  this.handlerClickApp(res);
61835
62107
  },
61836
62108
 
61837
- /**
61838
- * @desc:侧边应用菜单点击
61839
- * @author huangbo
61840
- * @date 2024年9月7日
62109
+ /**
62110
+ * @desc:侧边应用菜单点击
62111
+ * @author huangbo
62112
+ * @date 2024年9月7日
61841
62113
  **/
61842
62114
  handlerClickApp: function handlerClickApp(res) {
61843
62115
  this.showMsg = false;
@@ -61924,10 +62196,10 @@ var events = [function (tabs, index, that) {
61924
62196
  }
61925
62197
  },
61926
62198
 
61927
- /**
61928
- * @desc:显示Drawer界面
61929
- * @author huangbo
61930
- * @date 2024年9月7日
62199
+ /**
62200
+ * @desc:显示Drawer界面
62201
+ * @author huangbo
62202
+ * @date 2024年9月7日
61931
62203
  **/
61932
62204
  handlerSetDrawer: function handlerSetDrawer(res, type) {
61933
62205
  var direction = arguments.length > 2 && arguments[2] !== undefined ? arguments[2] : 'ltr';
@@ -61947,23 +62219,23 @@ var events = [function (tabs, index, that) {
61947
62219
  }
61948
62220
  },
61949
62221
 
61950
- /**
61951
- * @desc:关闭Drawer界面
61952
- * @author huangbo
61953
- * @date 2024年9月7日
62222
+ /**
62223
+ * @desc:关闭Drawer界面
62224
+ * @author huangbo
62225
+ * @date 2024年9月7日
61954
62226
  **/
61955
62227
  handleCloseDrawer: function handleCloseDrawer() {
61956
62228
  this.drawer = { visible: false };
61957
62229
  },
61958
62230
 
61959
- /**
61960
- * @desc:菜单点击
61961
- * @author huangbo
61962
- * @date 2024年9月7日
62231
+ /**
62232
+ * @desc:菜单点击
62233
+ * @author huangbo
62234
+ * @date 2024年9月7日
61963
62235
  **/
61964
62236
  handlerClickMenu: function handlerClickMenu(res) {
61965
62237
  utils_util["a" /* default */].ajax({
61966
- url: api["sb" /* recordUserApp */],
62238
+ url: api["tb" /* recordUserApp */],
61967
62239
  params: {
61968
62240
  userId: this.user.userId,
61969
62241
  appId: res.id
@@ -62008,19 +62280,19 @@ var events = [function (tabs, index, that) {
62008
62280
  },
62009
62281
 
62010
62282
 
62011
- /**
62012
- * @desc:用户详情请求成功
62013
- * @author huangbo
62014
- * @date 2024年9月7日
62283
+ /**
62284
+ * @desc:用户详情请求成功
62285
+ * @author huangbo
62286
+ * @date 2024年9月7日
62015
62287
  **/
62016
62288
  handleSuccess: function handleSuccess(res) {
62017
62289
  this.simpleUserInfo = res.simpleUserInfo;
62018
62290
  },
62019
62291
 
62020
- /**
62021
- * @desc:修改用户配置
62022
- * @author huangbo
62023
- * @date 2024年9月7日
62292
+ /**
62293
+ * @desc:修改用户配置
62294
+ * @author huangbo
62295
+ * @date 2024年9月7日
62024
62296
  **/
62025
62297
  handleChangeConfig: function handleChangeConfig(name, res) {
62026
62298
  if (name == 'userHeadUrl') {
@@ -62036,10 +62308,10 @@ var events = [function (tabs, index, that) {
62036
62308
  }
62037
62309
  },
62038
62310
 
62039
- /**
62040
- * @desc:关闭webSocket
62041
- * @author huangbo
62042
- * @date 2024年9月7日
62311
+ /**
62312
+ * @desc:关闭webSocket
62313
+ * @author huangbo
62314
+ * @date 2024年9月7日
62043
62315
  **/
62044
62316
  handlerClose: function handlerClose() {
62045
62317
  if (this.webSocket) {
@@ -62047,10 +62319,10 @@ var events = [function (tabs, index, that) {
62047
62319
  }
62048
62320
  },
62049
62321
 
62050
- /**
62051
- * @desc:刷新选中iframe页签
62052
- * @author huangbo
62053
- * @date 2024年9月7日
62322
+ /**
62323
+ * @desc:刷新选中iframe页签
62324
+ * @author huangbo
62325
+ * @date 2024年9月7日
62054
62326
  **/
62055
62327
  handleRefresh: function handleRefresh() {
62056
62328
  var i = utils_util["a" /* default */].indexOfObj(this.tabs, this.activeName, 'id');
@@ -62071,10 +62343,10 @@ var events = [function (tabs, index, that) {
62071
62343
  }
62072
62344
  },
62073
62345
 
62074
- /**
62075
- * @desc:删除iframe
62076
- * @author huangbo
62077
- * @date 2024年9月7日
62346
+ /**
62347
+ * @desc:删除iframe
62348
+ * @author huangbo
62349
+ * @date 2024年9月7日
62078
62350
  **/
62079
62351
  handleRemove: function handleRemove(name) {
62080
62352
  var len = this.tabs.length - 1;
@@ -62091,10 +62363,10 @@ var events = [function (tabs, index, that) {
62091
62363
  }
62092
62364
  },
62093
62365
 
62094
- /**
62095
- * @desc:tabs鼠标右键事件
62096
- * @author huangbo
62097
- * @date 2024年9月7日
62366
+ /**
62367
+ * @desc:tabs鼠标右键事件
62368
+ * @author huangbo
62369
+ * @date 2024年9月7日
62098
62370
  **/
62099
62371
  handleContextmenu: function handleContextmenu(tabs, e) {
62100
62372
  var disabled = {};
@@ -62119,10 +62391,10 @@ var events = [function (tabs, index, that) {
62119
62391
  window.addEventListener('click', this.closeTabsEvents);
62120
62392
  },
62121
62393
 
62122
- /**
62123
- * @desc:tabs页签事件
62124
- * @author huangbo
62125
- * @date 2024年9月7日
62394
+ /**
62395
+ * @desc:tabs页签事件
62396
+ * @author huangbo
62397
+ * @date 2024年9月7日
62126
62398
  **/
62127
62399
  handleTabsEvents: function handleTabsEvents(num) {
62128
62400
  if (this.pane !== null) {
@@ -62140,10 +62412,10 @@ var events = [function (tabs, index, that) {
62140
62412
  window.removeEventListener('click', this.closeTabsEvents);
62141
62413
  },
62142
62414
 
62143
- /**
62144
- * @desc:handler工具栏点击事件
62145
- * @author huangbo
62146
- * @date 2024年9月7日
62415
+ /**
62416
+ * @desc:handler工具栏点击事件
62417
+ * @author huangbo
62418
+ * @date 2024年9月7日
62147
62419
  **/
62148
62420
  handleClick: function handleClick(res) {
62149
62421
  var type = res.type,
@@ -62221,10 +62493,10 @@ var events = [function (tabs, index, that) {
62221
62493
  this.$emit('handler-click', res);
62222
62494
  },
62223
62495
 
62224
- /**
62225
- * @desc:退出登录
62226
- * @author huangbo
62227
- * @date 2024年9月7日
62496
+ /**
62497
+ * @desc:退出登录
62498
+ * @author huangbo
62499
+ * @date 2024年9月7日
62228
62500
  **/
62229
62501
  handleQuit: function handleQuit() {
62230
62502
  var _this6 = this;
@@ -62251,7 +62523,7 @@ var events = [function (tabs, index, that) {
62251
62523
  document.body.appendChild(iframe);
62252
62524
  }
62253
62525
  }
62254
- utils_util["a" /* default */].ajax({ method: 'post', url: api["jb" /* logout */] }).then(function (res) {
62526
+ utils_util["a" /* default */].ajax({ method: 'post', url: api["kb" /* logout */] }).then(function (res) {
62255
62527
  if (res.rCode == 0) {
62256
62528
  utils_util["a" /* default */].removeStorage(['Authorization', 'token', 'ssId', 'userId', 'userName', 'auth', 'deviceUnique', 'menus', 'useCaseCodes', 'mainConfig', 'jump']);
62257
62529
  if (_this6.onQuit && typeof _this6.onQuit === 'function') {
@@ -62299,10 +62571,10 @@ var events = [function (tabs, index, that) {
62299
62571
  }).catch(function (e) {});
62300
62572
  },
62301
62573
 
62302
- /**
62303
- * @desc:主题、消息回调
62304
- * @author huangbo
62305
- * @date 2024年9月7日
62574
+ /**
62575
+ * @desc:主题、消息回调
62576
+ * @author huangbo
62577
+ * @date 2024年9月7日
62306
62578
  **/
62307
62579
  handleChange: function handleChange(res) {
62308
62580
  var type = res.type,
@@ -62318,10 +62590,10 @@ var events = [function (tabs, index, that) {
62318
62590
  }
62319
62591
  },
62320
62592
 
62321
- /**
62322
- * @desc:菜单布局样式切换
62323
- * @author huangbo
62324
- * @date 2024年9月7日
62593
+ /**
62594
+ * @desc:菜单布局样式切换
62595
+ * @author huangbo
62596
+ * @date 2024年9月7日
62325
62597
  **/
62326
62598
  handleLayout: function handleLayout(res, active) {
62327
62599
  if (active) {
@@ -62330,10 +62602,10 @@ var events = [function (tabs, index, that) {
62330
62602
  this.$emit('chang-layout', res, active);
62331
62603
  },
62332
62604
 
62333
- /**
62334
- * @desc:消息修改总数
62335
- * @author huangbo
62336
- * @date 2024年9月7日
62605
+ /**
62606
+ * @desc:消息修改总数
62607
+ * @author huangbo
62608
+ * @date 2024年9月7日
62337
62609
  **/
62338
62610
  handleMenuTips: function handleMenuTips(id, num) {
62339
62611
  if (num) {
@@ -62344,10 +62616,10 @@ var events = [function (tabs, index, that) {
62344
62616
  }
62345
62617
  },
62346
62618
 
62347
- /**
62348
- * @desc:处理即时消息
62349
- * @author huangbo
62350
- * @date 2024年9月7日
62619
+ /**
62620
+ * @desc:处理即时消息
62621
+ * @author huangbo
62622
+ * @date 2024年9月7日
62351
62623
  **/
62352
62624
  handleOpened: function handleOpened(res) {
62353
62625
  var _this7 = this;
@@ -63309,7 +63581,7 @@ var userinfovue_type_script_lang_js_extends = Object.assign || function (target)
63309
63581
  var _this2 = this;
63310
63582
 
63311
63583
  utils_util["a" /* default */].ajax({
63312
- url: api["fb" /* initUserSet */]
63584
+ url: api["gb" /* initUserSet */]
63313
63585
  }).then(function (res) {
63314
63586
  if (res.rCode === 0) {
63315
63587
  var results = JSON.parse(JSON.stringify(res.results));
@@ -63358,7 +63630,7 @@ var userinfovue_type_script_lang_js_extends = Object.assign || function (target)
63358
63630
 
63359
63631
  switch (type) {
63360
63632
  case 'job':
63361
- utils_util["a" /* default */].ajax({ url: api["Eb" /* switchUserTo */], params: { userId: value.value } }).then(function (res) {
63633
+ utils_util["a" /* default */].ajax({ url: api["Fb" /* switchUserTo */], params: { userId: value.value } }).then(function (res) {
63362
63634
  if (res.rCode == 0) {
63363
63635
  utils_util["a" /* default */].setStorage({
63364
63636
  type: _this3.storage,
@@ -63399,7 +63671,7 @@ var userinfovue_type_script_lang_js_extends = Object.assign || function (target)
63399
63671
  var initLogin = utils_util["a" /* default */].getStorage('initLogin');
63400
63672
  initLogin && (initLogin = JSON.parse(initLogin));
63401
63673
  utils_util["a" /* default */].ajax({
63402
- url: api["mc" /* updateUserInfo */],
63674
+ url: api["oc" /* updateUserInfo */],
63403
63675
  params: {
63404
63676
  email: this.values.email,
63405
63677
  officeTel: this.values.officeTel,
@@ -63457,7 +63729,7 @@ var userinfovue_type_script_lang_js_extends = Object.assign || function (target)
63457
63729
  var notify = _this4.values.notify.sort().join(',');
63458
63730
  if (notify != _this4.notify.split(',').sort().join(',')) {
63459
63731
  utils_util["a" /* default */].ajax({
63460
- url: api["lc" /* updateUserCustomInfo */],
63732
+ url: api["nc" /* updateUserCustomInfo */],
63461
63733
  params: {
63462
63734
  notify: notify
63463
63735
  }
@@ -63812,7 +64084,7 @@ messagevue_type_template_id_016a2883_render._withStripped = true
63812
64084
  if (this.pageNum <= this.pageCount) {
63813
64085
  this.loading = true;
63814
64086
  utils_util["a" /* default */].ajax({
63815
- url: api["Fb" /* sysMsgPage */],
64087
+ url: api["Gb" /* sysMsgPage */],
63816
64088
  params: {
63817
64089
  pageNum: reload ? 1 : this.pageNum,
63818
64090
  pageSize: this.pageSize
@@ -63845,7 +64117,7 @@ messagevue_type_template_id_016a2883_render._withStripped = true
63845
64117
  var _this2 = this;
63846
64118
 
63847
64119
  utils_util["a" /* default */].ajax({
63848
- url: api["bb" /* ignoreSysMsg */],
64120
+ url: api["cb" /* ignoreSysMsg */],
63849
64121
  params: {
63850
64122
  id: res.id
63851
64123
  }
@@ -63865,7 +64137,7 @@ messagevue_type_template_id_016a2883_render._withStripped = true
63865
64137
  var _this3 = this;
63866
64138
 
63867
64139
  utils_util["a" /* default */].ajax({
63868
- url: api["ab" /* ignoreAllSysMsg */]
64140
+ url: api["bb" /* ignoreAllSysMsg */]
63869
64141
  }).then(function (res) {
63870
64142
  _this3.count = 0;
63871
64143
  _this3.msgs = [];
@@ -64200,7 +64472,7 @@ noticevue_type_template_id_6c63684e_render._withStripped = true
64200
64472
  var _this = this;
64201
64473
 
64202
64474
  utils_util["a" /* default */].ajax({
64203
- url: api["ab" /* ignoreAllSysMsg */]
64475
+ url: api["bb" /* ignoreAllSysMsg */]
64204
64476
  }).then(function (res) {
64205
64477
  _this.count = 0;
64206
64478
  _this.msgs = [];
@@ -64707,7 +64979,7 @@ var appCode = utils_util["a" /* default */].getParams('appCode') || utils_util["
64707
64979
  //获取用户信息的接口
64708
64980
  mainConfig: {
64709
64981
  type: String,
64710
- default: api["kb" /* mainConfig */]
64982
+ default: api["lb" /* mainConfig */]
64711
64983
  },
64712
64984
  iframeId: {
64713
64985
  type: String,
@@ -64816,9 +65088,9 @@ var appCode = utils_util["a" /* default */].getParams('appCode') || utils_util["
64816
65088
  return this.menuUrl;
64817
65089
  }
64818
65090
  if (this.application) {
64819
- return api["G" /* getComplexApplicationsNew */];
65091
+ return api["H" /* getComplexApplicationsNew */];
64820
65092
  }
64821
- return api["F" /* getComplexApplications */];
65093
+ return api["G" /* getComplexApplications */];
64822
65094
  },
64823
65095
 
64824
65096
  //是否双列右侧菜单
@@ -65135,7 +65407,7 @@ var appCode = utils_util["a" /* default */].getParams('appCode') || utils_util["
65135
65407
  return;
65136
65408
  }
65137
65409
  utils_util["a" /* default */].ajax({
65138
- url: api["lc" /* updateUserCustomInfo */],
65410
+ url: api["nc" /* updateUserCustomInfo */],
65139
65411
  params: { color: escape(color.toLowerCase()) },
65140
65412
  data: { color: escape(color.toLowerCase()) }
65141
65413
  }).then(function (res) {
@@ -66343,8 +66615,8 @@ var appCode = utils_util["a" /* default */].getParams('appCode') || utils_util["
66343
66615
  var _this11 = this;
66344
66616
 
66345
66617
  this.webSocket = utils_util["a" /* default */].socket({
66346
- url: api["sc" /* wss */],
66347
- take: api["ic" /* topic */],
66618
+ url: api["uc" /* wss */],
66619
+ take: api["kc" /* topic */],
66348
66620
  success: function success(res) {
66349
66621
  var data = res.data || {};
66350
66622
  for (var i in data) {
@@ -68174,7 +68446,7 @@ var notify_src_mainvue_type_script_lang_js_extends = Object.assign || function (
68174
68446
  text: '重发',
68175
68447
  format: false,
68176
68448
  method: 'post',
68177
- action: api["zb" /* sendBatch */]
68449
+ action: api["Ab" /* sendBatch */]
68178
68450
  }]
68179
68451
  }];
68180
68452
  }
@@ -68361,13 +68633,13 @@ var notify_src_mainvue_type_script_lang_js_extends = Object.assign || function (
68361
68633
  },
68362
68634
  data: function data() {
68363
68635
  return {
68364
- sendList: api["Bb" /* sendList */],
68365
- sendBatch: api["zb" /* sendBatch */],
68636
+ sendList: api["Cb" /* sendList */],
68637
+ sendBatch: api["Ab" /* sendBatch */],
68366
68638
  tableCount: 0,
68367
68639
  selectData: [],
68368
68640
  formTitle: '',
68369
68641
  showForm: false,
68370
- formData: api["Ab" /* sendInfo */],
68642
+ formData: api["Bb" /* sendInfo */],
68371
68643
  params: {},
68372
68644
  sendTypeDict: [],
68373
68645
  statusDict: []
@@ -68386,7 +68658,7 @@ var notify_src_mainvue_type_script_lang_js_extends = Object.assign || function (
68386
68658
  type: 'primary',
68387
68659
  checkbox: true,
68388
68660
  format: false,
68389
- action: api["zb" /* sendBatch */]
68661
+ action: api["Ab" /* sendBatch */]
68390
68662
  }]
68391
68663
  }, {
68392
68664
  type: 'search',
@@ -69489,19 +69761,19 @@ var QRCode = __webpack_require__(23);
69489
69761
  //设置logo大小
69490
69762
  var logoPosition = (_this3.mwidth - 46) / 2; //logo相对于canvas居中定位
69491
69763
  //设置获取的logo将其变为圆角以及添加白色背景
69492
- /* ctx.fillStyle = "#fff";
69493
- ctx.beginPath();
69494
- let h = 46; //圆角高 10为基数(logo四周白色背景为10/2)
69495
- let w = 46; //圆角宽
69496
- let x = logoPosition - 5;
69497
- let y = logoPosition - 5;
69498
- let r = 5; //圆角半径
69499
- ctx.moveTo(x + r, y);
69500
- ctx.arcTo(x + w, y, x + w, y + h, r);
69501
- ctx.arcTo(x + w, y + h, x, y + h, r);
69502
- ctx.arcTo(x, y + h, x, y, r);
69503
- ctx.arcTo(x, y, x + w, y, r);
69504
- ctx.closePath();
69764
+ /* ctx.fillStyle = "#fff";
69765
+ ctx.beginPath();
69766
+ let h = 46; //圆角高 10为基数(logo四周白色背景为10/2)
69767
+ let w = 46; //圆角宽
69768
+ let x = logoPosition - 5;
69769
+ let y = logoPosition - 5;
69770
+ let r = 5; //圆角半径
69771
+ ctx.moveTo(x + r, y);
69772
+ ctx.arcTo(x + w, y, x + w, y + h, r);
69773
+ ctx.arcTo(x + w, y + h, x, y + h, r);
69774
+ ctx.arcTo(x, y + h, x, y, r);
69775
+ ctx.arcTo(x, y, x + w, y, r);
69776
+ ctx.closePath();
69505
69777
  ctx.fill(); */
69506
69778
  logo.onload = function () {
69507
69779
  ctx.drawImage(logo, logoPosition, logoPosition, 46, 46);
@@ -69901,7 +70173,7 @@ var radio_group_src_mainvue_type_script_lang_js_typeof = typeof Symbol === "func
69901
70173
  },
69902
70174
  findCode: function findCode() {
69903
70175
  if (this.service) {
69904
- return '/' + this.service + api["H" /* getDictList */];
70176
+ return '/' + this.service + api["I" /* getDictList */];
69905
70177
  }
69906
70178
  return api["y" /* findSysCode */];
69907
70179
  }
@@ -70329,7 +70601,7 @@ mainvue_type_template_id_c789bcdc_render._withStripped = true
70329
70601
  var mainConfig = utils_util["a" /* default */].getStorage('mainConfig');
70330
70602
  mainConfig && (this.userModel = JSON.parse(mainConfig).userModel);
70331
70603
  utils_util["a" /* default */].ajax({
70332
- url: api["eb" /* initRetrialAuth */]
70604
+ url: api["fb" /* initRetrialAuth */]
70333
70605
  }).then(function (res) {
70334
70606
  var rCode = res.rCode,
70335
70607
  results = res.results;
@@ -70413,7 +70685,7 @@ mainvue_type_template_id_c789bcdc_render._withStripped = true
70413
70685
  }
70414
70686
  }, 1000);
70415
70687
  utils_util["a" /* default */].ajax({
70416
- url: api["S" /* getRetrialAuthCode */],
70688
+ url: api["T" /* getRetrialAuthCode */],
70417
70689
  method: 'post',
70418
70690
  data: params,
70419
70691
  params: params
@@ -70438,7 +70710,7 @@ mainvue_type_template_id_c789bcdc_render._withStripped = true
70438
70710
  uuid: this.uuid
70439
70711
  };
70440
70712
  utils_util["a" /* default */].ajax({
70441
- url: api["xb" /* scanCodeRetrialAuth */],
70713
+ url: api["yb" /* scanCodeRetrialAuth */],
70442
70714
  method: 'post',
70443
70715
  data: params,
70444
70716
  params: params
@@ -70702,7 +70974,7 @@ function select_src_mainvue_type_script_lang_js_objectWithoutProperties(obj, key
70702
70974
  },
70703
70975
  findCode: function findCode() {
70704
70976
  if (this.service) {
70705
- return '/' + this.service + api["H" /* getDictList */];
70977
+ return '/' + this.service + api["I" /* getDictList */];
70706
70978
  }
70707
70979
  return api["y" /* findSysCode */];
70708
70980
  }
@@ -71417,7 +71689,7 @@ var select_ganged_src_mainvue_type_script_lang_js_extends = Object.assign || fun
71417
71689
  },
71418
71690
  findCode: function findCode() {
71419
71691
  if (this.service) {
71420
- return '/' + this.service + api["H" /* getDictList */];
71692
+ return '/' + this.service + api["I" /* getDictList */];
71421
71693
  }
71422
71694
  return api["y" /* findSysCode */];
71423
71695
  }
@@ -72711,7 +72983,7 @@ var clickoutside_default = /*#__PURE__*/__webpack_require__.n(clickoutside_);
72711
72983
  value: [Array, Object],
72712
72984
  action: {
72713
72985
  type: String,
72714
- default: api["U" /* getSelectorOrgDetail */]
72986
+ default: api["V" /* getSelectorOrgDetail */]
72715
72987
  },
72716
72988
  host: {
72717
72989
  type: String,
@@ -74266,7 +74538,7 @@ var selector_panel_src_mainvue_type_script_lang_js_typeof = typeof Symbol === "f
74266
74538
  },
74267
74539
  selection: {
74268
74540
  type: [String, Array],
74269
- default: api["U" /* getSelectorOrgDetail */]
74541
+ default: api["V" /* getSelectorOrgDetail */]
74270
74542
  },
74271
74543
  param: {
74272
74544
  type: Object,
@@ -74358,7 +74630,7 @@ var selector_panel_src_mainvue_type_script_lang_js_typeof = typeof Symbol === "f
74358
74630
  enterprise: {
74359
74631
  label: '选择单位',
74360
74632
  name: 'enterprise',
74361
- url: api["V" /* getSelectorOrgTree */],
74633
+ url: api["W" /* getSelectorOrgTree */],
74362
74634
  data: [],
74363
74635
  nodeData: '',
74364
74636
  selection: [],
@@ -74372,7 +74644,7 @@ var selector_panel_src_mainvue_type_script_lang_js_typeof = typeof Symbol === "f
74372
74644
  department: {
74373
74645
  label: '选择部门',
74374
74646
  name: 'department',
74375
- url: api["V" /* getSelectorOrgTree */],
74647
+ url: api["W" /* getSelectorOrgTree */],
74376
74648
  data: [],
74377
74649
  nodeData: '',
74378
74650
  selection: [],
@@ -74386,7 +74658,7 @@ var selector_panel_src_mainvue_type_script_lang_js_typeof = typeof Symbol === "f
74386
74658
  employee: {
74387
74659
  label: '选择用户',
74388
74660
  name: 'employee',
74389
- url: api["V" /* getSelectorOrgTree */],
74661
+ url: api["W" /* getSelectorOrgTree */],
74390
74662
  data: [],
74391
74663
  nodeData: '',
74392
74664
  selection: [],
@@ -74400,7 +74672,7 @@ var selector_panel_src_mainvue_type_script_lang_js_typeof = typeof Symbol === "f
74400
74672
  myemployee: {
74401
74673
  label: '本单位用户',
74402
74674
  name: 'myemployee',
74403
- url: api["V" /* getSelectorOrgTree */],
74675
+ url: api["W" /* getSelectorOrgTree */],
74404
74676
  data: [],
74405
74677
  nodeData: '',
74406
74678
  selection: [],
@@ -74414,7 +74686,7 @@ var selector_panel_src_mainvue_type_script_lang_js_typeof = typeof Symbol === "f
74414
74686
  otheremployee: {
74415
74687
  label: '外单位用户',
74416
74688
  name: 'otheremployee',
74417
- url: api["V" /* getSelectorOrgTree */],
74689
+ url: api["W" /* getSelectorOrgTree */],
74418
74690
  data: [],
74419
74691
  nodeData: '',
74420
74692
  selection: [],
@@ -74428,7 +74700,7 @@ var selector_panel_src_mainvue_type_script_lang_js_typeof = typeof Symbol === "f
74428
74700
  person: {
74429
74701
  label: '选择人员',
74430
74702
  name: 'person',
74431
- url: api["V" /* getSelectorOrgTree */],
74703
+ url: api["W" /* getSelectorOrgTree */],
74432
74704
  data: [],
74433
74705
  nodeData: '',
74434
74706
  selection: [],
@@ -74442,7 +74714,7 @@ var selector_panel_src_mainvue_type_script_lang_js_typeof = typeof Symbol === "f
74442
74714
  otherperson: {
74443
74715
  label: '外单位人员',
74444
74716
  name: 'otherperson',
74445
- url: api["V" /* getSelectorOrgTree */],
74717
+ url: api["W" /* getSelectorOrgTree */],
74446
74718
  data: [],
74447
74719
  nodeData: '',
74448
74720
  selection: [],
@@ -74456,7 +74728,7 @@ var selector_panel_src_mainvue_type_script_lang_js_typeof = typeof Symbol === "f
74456
74728
  persongroup: {
74457
74729
  label: '选择群组成员',
74458
74730
  name: 'persongroup',
74459
- url: api["V" /* getSelectorOrgTree */],
74731
+ url: api["W" /* getSelectorOrgTree */],
74460
74732
  data: [],
74461
74733
  nodeData: '',
74462
74734
  selection: [],
@@ -74474,7 +74746,7 @@ var selector_panel_src_mainvue_type_script_lang_js_typeof = typeof Symbol === "f
74474
74746
  selection: [],
74475
74747
  value: [],
74476
74748
  name: 'filgroup',
74477
- url: api["V" /* getSelectorOrgTree */],
74749
+ url: api["W" /* getSelectorOrgTree */],
74478
74750
  param: {
74479
74751
  showarea: 3,
74480
74752
  id: 0,
@@ -74484,7 +74756,7 @@ var selector_panel_src_mainvue_type_script_lang_js_typeof = typeof Symbol === "f
74484
74756
  depgroup: {
74485
74757
  label: '部门群组成员',
74486
74758
  name: 'depgroup',
74487
- url: api["V" /* getSelectorOrgTree */],
74759
+ url: api["W" /* getSelectorOrgTree */],
74488
74760
  data: [],
74489
74761
  nodeData: '',
74490
74762
  selection: [],
@@ -74498,7 +74770,7 @@ var selector_panel_src_mainvue_type_script_lang_js_typeof = typeof Symbol === "f
74498
74770
  persongroupobj: {
74499
74771
  label: '人员群组',
74500
74772
  name: 'persongroupobj',
74501
- url: api["V" /* getSelectorOrgTree */],
74773
+ url: api["W" /* getSelectorOrgTree */],
74502
74774
  data: [],
74503
74775
  nodeData: '',
74504
74776
  selection: [],
@@ -74512,7 +74784,7 @@ var selector_panel_src_mainvue_type_script_lang_js_typeof = typeof Symbol === "f
74512
74784
  filgroupobj: {
74513
74785
  label: '单位群组',
74514
74786
  name: 'filgroupobj',
74515
- url: api["V" /* getSelectorOrgTree */],
74787
+ url: api["W" /* getSelectorOrgTree */],
74516
74788
  data: [],
74517
74789
  nodeData: '',
74518
74790
  selection: [],
@@ -74526,7 +74798,7 @@ var selector_panel_src_mainvue_type_script_lang_js_typeof = typeof Symbol === "f
74526
74798
  depgroupobj: {
74527
74799
  label: '部门群组',
74528
74800
  name: 'depgroupobj',
74529
- url: api["V" /* getSelectorOrgTree */],
74801
+ url: api["W" /* getSelectorOrgTree */],
74530
74802
  data: [],
74531
74803
  nodeData: '',
74532
74804
  selection: [],
@@ -74540,7 +74812,7 @@ var selector_panel_src_mainvue_type_script_lang_js_typeof = typeof Symbol === "f
74540
74812
  role: {
74541
74813
  label: '选择角色',
74542
74814
  name: 'role',
74543
- url: api["V" /* getSelectorOrgTree */],
74815
+ url: api["W" /* getSelectorOrgTree */],
74544
74816
  data: [],
74545
74817
  nodeData: '',
74546
74818
  selection: [],
@@ -74554,7 +74826,7 @@ var selector_panel_src_mainvue_type_script_lang_js_typeof = typeof Symbol === "f
74554
74826
  post: {
74555
74827
  label: '选择岗位',
74556
74828
  name: 'post',
74557
- url: api["V" /* getSelectorOrgTree */],
74829
+ url: api["W" /* getSelectorOrgTree */],
74558
74830
  data: [],
74559
74831
  nodeData: '',
74560
74832
  selection: [],
@@ -74568,7 +74840,7 @@ var selector_panel_src_mainvue_type_script_lang_js_typeof = typeof Symbol === "f
74568
74840
  codetable: {
74569
74841
  label: '代码表',
74570
74842
  name: 'codetable',
74571
- url: api["V" /* getSelectorOrgTree */],
74843
+ url: api["W" /* getSelectorOrgTree */],
74572
74844
  data: [],
74573
74845
  nodeData: '',
74574
74846
  selection: [],
@@ -74582,7 +74854,7 @@ var selector_panel_src_mainvue_type_script_lang_js_typeof = typeof Symbol === "f
74582
74854
  topcontacts: {
74583
74855
  label: '常用联系人',
74584
74856
  name: 'topcontacts',
74585
- url: api["V" /* getSelectorOrgTree */],
74857
+ url: api["W" /* getSelectorOrgTree */],
74586
74858
  data: [],
74587
74859
  nodeData: '',
74588
74860
  selection: [],
@@ -75244,11 +75516,11 @@ function sizer_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return fun
75244
75516
  },
75245
75517
  url: {
75246
75518
  type: String,
75247
- default: api["O" /* getOrgMainTree */]
75519
+ default: api["P" /* getOrgMainTree */]
75248
75520
  },
75249
75521
  orgUrl: {
75250
75522
  type: String,
75251
- default: api["T" /* getSelectOrgsubids */]
75523
+ default: api["U" /* getSelectOrgsubids */]
75252
75524
  },
75253
75525
  selectField: {
75254
75526
  type: String,
@@ -78712,7 +78984,7 @@ mainvue_type_template_id_6baa7a0b_render._withStripped = true
78712
78984
  },
78713
78985
  url: {
78714
78986
  type: String,
78715
- default: api["Y" /* gethelpdoc */]
78987
+ default: api["Z" /* gethelpdoc */]
78716
78988
  },
78717
78989
  param: {
78718
78990
  type: Object,
@@ -79221,7 +79493,7 @@ mainvue_type_template_id_367f47a8_render._withStripped = true
79221
79493
  // 选择项远程地址
79222
79494
  url: {
79223
79495
  type: String,
79224
- default: api["O" /* getOrgMainTree */]
79496
+ default: api["P" /* getOrgMainTree */]
79225
79497
  },
79226
79498
  system: {
79227
79499
  type: Boolean,
@@ -86141,7 +86413,7 @@ var mainvue_type_script_lang_js_props;
86141
86413
  }, mainvue_type_script_lang_js_props.properties = {
86142
86414
  type: String,
86143
86415
  default: function _default() {
86144
- return api["E" /* getAdjunctProperties */];
86416
+ return api["F" /* getAdjunctProperties */];
86145
86417
  }
86146
86418
  }, mainvue_type_script_lang_js_props.fileIcons = {
86147
86419
  type: Object,
@@ -86176,7 +86448,7 @@ var mainvue_type_script_lang_js_props;
86176
86448
  source: '',
86177
86449
  excludeNames: '',
86178
86450
  boxHeight: this.listHeight,
86179
- previewAdjunct: api["pb" /* previewAdjunct */],
86451
+ previewAdjunct: api["qb" /* previewAdjunct */],
86180
86452
  kkfileview: null,
86181
86453
  dochubConfig: {}
86182
86454
  };
@@ -86234,7 +86506,7 @@ var mainvue_type_script_lang_js_props;
86234
86506
  return this.totalSize ? this.totalSize : this.fileTotalSize ? this.fileTotalSize : 0;
86235
86507
  },
86236
86508
  getAdjunctFileInfos: function getAdjunctFileInfos() {
86237
- return typeof this.fileList === 'string' ? this.fileList : api["D" /* getAdjunctFileInfos */];
86509
+ return typeof this.fileList === 'string' ? this.fileList : api["E" /* getAdjunctFileInfos */];
86238
86510
  },
86239
86511
  showList: function showList() {
86240
86512
  return this.portrait ? false : this.showFileList;
@@ -86433,7 +86705,7 @@ var mainvue_type_script_lang_js_props;
86433
86705
  this.dochubConfig = config.dochubConfig;
86434
86706
  }
86435
86707
 
86436
- var url = this.portrait || this.documentId ? this.dochubConfig.reuploadDocumentUrl || api["oc" /* uploadOnlyOne */] : this.dochubConfig.uploadDocumentUrl || api["qc" /* uploads */];
86708
+ var url = this.portrait || this.documentId ? this.dochubConfig.reuploadDocumentUrl || api["qc" /* uploadOnlyOne */] : this.dochubConfig.uploadDocumentUrl || api["sc" /* uploads */];
86437
86709
  this.uploadUrl = url.indexOf(this.host) > -1 ? url : this.host + url;
86438
86710
  this.requestFiles && this.getFiles();
86439
86711
  } else {
@@ -86456,7 +86728,7 @@ var mainvue_type_script_lang_js_props;
86456
86728
  _this3.dochubConfig = res.results.dochubConfig;
86457
86729
  sessionStorage.setItem('dochubConfig', JSON.stringify(res.results.dochubConfig));
86458
86730
  }
86459
- var _url = _this3.portrait ? _this3.dochubConfig.reuploadDocumentUrl || api["oc" /* uploadOnlyOne */] : _this3.dochubConfig.uploadDocumentUrl || api["qc" /* uploads */];
86731
+ var _url = _this3.portrait ? _this3.dochubConfig.reuploadDocumentUrl || api["qc" /* uploadOnlyOne */] : _this3.dochubConfig.uploadDocumentUrl || api["sc" /* uploads */];
86460
86732
  _this3.uploadUrl = _url.indexOf(_this3.host) > -1 ? _url : _this3.host + _url;
86461
86733
  if (res.results.kkViewRootPath) {
86462
86734
  _this3.kkfileview = res.results.kkViewRootPath;
@@ -86486,7 +86758,7 @@ var mainvue_type_script_lang_js_props;
86486
86758
  if (!this.show || this.fileList && Array.isArray(this.fileList) && this.fileList.length || this.requiredOwnId && !Object.prototype.hasOwnProperty.call(this.params, 'ownId')) {
86487
86759
  return false;
86488
86760
  }
86489
- var url = typeof this.fileList === 'string' ? this.fileList : this.dochubConfig.getDocumentList ? this.dochubConfig.getDocumentList : api["D" /* getAdjunctFileInfos */];
86761
+ var url = typeof this.fileList === 'string' ? this.fileList : this.dochubConfig.getDocumentList ? this.dochubConfig.getDocumentList : api["E" /* getAdjunctFileInfos */];
86490
86762
  utils_util["a" /* default */].ajax({
86491
86763
  method: this.method,
86492
86764
  url: url,
@@ -86571,13 +86843,13 @@ var mainvue_type_script_lang_js_props;
86571
86843
  if (this.kkfileview) {
86572
86844
  this.openKkfileview(file);
86573
86845
  } else {
86574
- utils_util["a" /* default */].win.open(this.host + (url ? url : api["rb" /* previewAdjunctOffice */]) + '?cmd=view&bucketName=' + file.absolutePath + '&fileId=' + file.adjunctId + '&fileName=' + file.newName);
86846
+ utils_util["a" /* default */].win.open(this.host + (url ? url : api["sb" /* previewAdjunctOffice */]) + '?cmd=view&bucketName=' + file.absolutePath + '&fileId=' + file.adjunctId + '&fileName=' + file.newName);
86575
86847
  }
86576
86848
  } else if (suffix.includes('pdf')) {
86577
86849
  if (this.kkfileview) {
86578
86850
  this.openKkfileview(file);
86579
86851
  } else {
86580
- utils_util["a" /* default */].win.open(this.host + (url ? url : api["qb" /* previewAdjunct2 */]) + '/' + file.originalName + '?adjunctId=' + file.adjunctId);
86852
+ utils_util["a" /* default */].win.open(this.host + (url ? url : api["rb" /* previewAdjunct2 */]) + '/' + file.originalName + '?adjunctId=' + file.adjunctId);
86581
86853
  }
86582
86854
  } else if (suffix.includes('jpge') || suffix.includes('jpg') || suffix.includes('gif') || suffix.includes('png')) {
86583
86855
  this.imgUrl = res.url && utils_util["a" /* default */].startWith(url, ['http', '/', true]) ? res.url : this.host + (url ? url : this.previewAdjunct) + '?adjunctId=' + file.adjunctId;
@@ -86742,7 +87014,7 @@ var mainvue_type_script_lang_js_props;
86742
87014
  }
86743
87015
  },
86744
87016
  handleDownloads: function handleDownloads() {
86745
- var url = typeof this.downloads === 'string' ? this.downloads : this.dochubConfig.compressDownloadDocumentUrl || api["nc" /* uploadDownloads */];
87017
+ var url = typeof this.downloads === 'string' ? this.downloads : this.dochubConfig.compressDownloadDocumentUrl || api["pc" /* uploadDownloads */];
86746
87018
  utils_util["a" /* default */].win.open(this.host + url + '?ownId=' + this.ownId + '&code=' + this.code + (this.extendCode ? '&extendCode=' + this.extendCode : '') + '&businessId=' + this.ownId + '&fileName=文档.zip' + '&bucketCode=' + this.code);
86747
87019
  },
86748
87020
  handleDownload: function handleDownload(file) {
@@ -86782,7 +87054,7 @@ var mainvue_type_script_lang_js_props;
86782
87054
  ids = ids.join(',');
86783
87055
  utils_util["a" /* default */].ajax({
86784
87056
  method: this.method,
86785
- url: this.dochubConfig.sortDocumentsUrl || api["pc" /* uploadSort */],
87057
+ url: this.dochubConfig.sortDocumentsUrl || api["rc" /* uploadSort */],
86786
87058
  data: {
86787
87059
  ids: ids,
86788
87060
  documentIds: ids,
@@ -87392,7 +87664,7 @@ if (typeof window !== 'undefined' && window.Vue) {
87392
87664
  }
87393
87665
 
87394
87666
  /* harmony default export */ var src_0 = __webpack_exports__["default"] = ({
87395
- version: '0.6.58',
87667
+ version: '0.6.59',
87396
87668
  install: install,
87397
87669
  Button: packages_button,
87398
87670
  ButtonGroup: button_group,