eoss-ui 0.6.58 → 0.6.60

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 (109) 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/clients.js +20 -3
  5. package/lib/config/api.js +6 -1
  6. package/lib/data-table-form.js +106 -119
  7. package/lib/data-table.js +107 -120
  8. package/lib/date-picker.js +105 -118
  9. package/lib/dialog.js +105 -118
  10. package/lib/eoss-ui.common.js +726 -412
  11. package/lib/flow-group.js +105 -118
  12. package/lib/flow-list.js +470 -195
  13. package/lib/flow.js +222 -216
  14. package/lib/form.js +105 -118
  15. package/lib/handle-user.js +106 -119
  16. package/lib/handler.js +106 -119
  17. package/lib/icon.js +106 -119
  18. package/lib/icons.js +1 -1
  19. package/lib/index.js +1 -1
  20. package/lib/input-number.js +105 -118
  21. package/lib/input.js +105 -118
  22. package/lib/login.js +120 -126
  23. package/lib/main.js +138 -151
  24. package/lib/nav.js +105 -118
  25. package/lib/notify.js +107 -100
  26. package/lib/page.js +105 -118
  27. package/lib/pagination.js +105 -118
  28. package/lib/player.js +105 -118
  29. package/lib/qr-code.js +105 -118
  30. package/lib/radio-group.js +106 -119
  31. package/lib/retrial-auth.js +108 -121
  32. package/lib/select-ganged.js +106 -119
  33. package/lib/select.js +106 -119
  34. package/lib/selector-panel.js +123 -136
  35. package/lib/selector.js +106 -119
  36. package/lib/sizer.js +107 -120
  37. package/lib/steps.js +105 -118
  38. package/lib/switch.js +105 -118
  39. package/lib/table-form.js +105 -118
  40. package/lib/tabs.js +105 -118
  41. package/lib/theme-chalk/base.css +1 -1
  42. package/lib/theme-chalk/flow-list.css +1 -1
  43. package/lib/theme-chalk/fonts/iconfont.ttf +0 -0
  44. package/lib/theme-chalk/fonts/iconfont.woff +0 -0
  45. package/lib/theme-chalk/icon.css +1 -1
  46. package/lib/theme-chalk/index.css +1 -1
  47. package/lib/theme-chalk/main.css +1 -1
  48. package/lib/theme-chalk/menu.css +1 -1
  49. package/lib/theme-chalk/simplicity.css +1 -1
  50. package/lib/theme-chalk/sizer.css +1 -1
  51. package/lib/theme-chalk/upload.css +1 -1
  52. package/lib/tips.js +106 -119
  53. package/lib/tree-group.js +105 -118
  54. package/lib/tree.js +106 -119
  55. package/lib/upload.js +115 -128
  56. package/lib/utils/util.js +1 -21
  57. package/lib/wujie.js +105 -118
  58. package/lib/wxlogin.js +105 -118
  59. package/package.json +2 -2
  60. package/packages/.DS_Store +0 -0
  61. package/packages/{data-table → autocomplete}/.DS_Store +0 -0
  62. package/packages/clients/src/main.vue +8 -1
  63. package/packages/flow/src/component/taskUnionExamine.vue +2 -2
  64. package/packages/flow/src/main.vue +8 -5
  65. package/packages/flow/src/processForm.vue +3 -3
  66. package/packages/flow/src/startTaskRead.vue +5 -0
  67. package/packages/flow/src/supervise.vue +7 -1
  68. package/packages/flow-list/src/main.vue +253 -8
  69. package/packages/icons/src/icon.json +1 -1
  70. package/packages/login/src/main.vue +7 -0
  71. package/packages/menu/.DS_Store +0 -0
  72. package/packages/{data-table-form → scrollbar}/.DS_Store +0 -0
  73. package/packages/select/.DS_Store +0 -0
  74. package/packages/theme-chalk/lib/base.css +1 -1
  75. package/packages/theme-chalk/lib/flow-list.css +1 -1
  76. package/packages/theme-chalk/lib/fonts/iconfont.ttf +0 -0
  77. package/packages/theme-chalk/lib/fonts/iconfont.woff +0 -0
  78. package/packages/theme-chalk/lib/icon.css +1 -1
  79. package/packages/theme-chalk/lib/index.css +1 -1
  80. package/packages/theme-chalk/lib/main.css +1 -1
  81. package/packages/theme-chalk/lib/menu.css +1 -1
  82. package/packages/theme-chalk/lib/simplicity.css +1 -1
  83. package/packages/theme-chalk/lib/sizer.css +1 -1
  84. package/packages/theme-chalk/lib/upload.css +1 -1
  85. package/packages/theme-chalk/src/.DS_Store +0 -0
  86. package/packages/theme-chalk/src/button-group.scss +1 -0
  87. package/packages/theme-chalk/src/flow-list.scss +3 -0
  88. package/packages/theme-chalk/src/fonts/iconfont.ttf +0 -0
  89. package/packages/theme-chalk/src/fonts/iconfont.woff +0 -0
  90. package/packages/theme-chalk/src/icon.scss +449 -445
  91. package/packages/upload/.DS_Store +0 -0
  92. package/src/.DS_Store +0 -0
  93. package/src/config/api.js +6 -1
  94. package/src/index.js +1 -1
  95. package/{packages/error-page → src/utils}/.DS_Store +0 -0
  96. package/src/utils/util.js +1 -21
  97. package/packages/flow/.DS_Store +0 -0
  98. package/packages/flow-group/.DS_Store +0 -0
  99. package/packages/flow-list/.DS_Store +0 -0
  100. package/packages/form/.DS_Store +0 -0
  101. package/packages/handler/.DS_Store +0 -0
  102. package/packages/login/.DS_Store +0 -0
  103. package/packages/main/.DS_Store +0 -0
  104. package/packages/main/src/.DS_Store +0 -0
  105. package/packages/retrial-auth/.DS_Store +0 -0
  106. package/packages/selector/.DS_Store +0 -0
  107. package/packages/selector-panel/.DS_Store +0 -0
  108. package/packages/sizer/.DS_Store +0 -0
  109. package/packages/tabs/.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 */
@@ -4139,7 +4126,7 @@ module.exports = require("stompjs");
4139
4126
  /* 15 */
4140
4127
  /***/ (function(module) {
4141
4128
 
4142
- module.exports = JSON.parse("[\"zuomian\",\"monitor\",\"maximize\",\"pointer-up\",\"pointer-left\",\"pointer-down\",\"tri-down\",\"retrograde\",\"rainfall\",\"caveat\",\"print\",\"alarm\",\"table\",\"duigouquan\",\"bumen\",\"mm\",\"accelerate\",\"quanping\",\"password\",\"qing\",\"kaifa\",\"daoru\",\"piaochongicon\",\"instructions\",\"notice\",\"wifi\",\"tishicuo\",\"minganciguanli\",\"switch-off\",\"switch-on\",\"narrow\",\"yidongduan\",\"web\",\"upload\",\"message\",\"go-back\",\"close\",\"shujutongji\",\"folder\",\"edit\",\"enter\",\"dian\",\"wendu\",\"shangwu\",\"shenbao\",\"magnifier\",\"project-add\",\"xiexian\",\"caidan\",\"tupian\",\"yinyu\",\"wenhao\",\"template\",\"daiban\",\"set\",\"zhengwen\",\"cuowu\",\"chenggong\",\"indent\",\"increase\",\"ziliaoku\",\"tuichu\",\"quit\",\"leaf\",\"refresh\",\"statistic\",\"gengduo\",\"lvyou\",\"mail\",\"user\",\"zhishi\",\"weizhi\",\"jinggao\",\"zuzhijigou\",\"xue\",\"fenxiang\",\"jinrong\",\"shanchu\",\"jianhao\",\"jiahao\",\"yinzhang\",\"renyuanqiehuan\",\"gouxuanzhong1\",\"circle\",\"fuxuankuang1\",\"fangkuang\",\"application\",\"wenjianjia\",\"jiaren\",\"xiugai\",\"duanxinguanli\",\"workbench\",\"rizhi\",\"gongwen\",\"qingshi\",\"shiwu\",\"official\",\"baogao\",\"document\",\"wodeyouxiang\",\"ziliaojiaohuan\",\"denglu\",\"podium\",\"fangkuai\",\"xuewei\",\"duoyun\",\"pm\",\"xiajia\",\"huanbao\",\"dunpai\",\"shu\",\"gongzuozheng\",\"more\",\"fenlei\",\"delete\",\"fengsu\",\"bar\",\"yuanqu\",\"duomeiti\",\"youjian\",\"qiye\",\"zuixinzixun\",\"biaoge\",\"omit\",\"diaotou\",\"jiantou-left\",\"jiantou-right\",\"jiantou-up\",\"roles\",\"jiantou-next\",\"chijiuhuacunchu\",\"zhuanhuan\",\"cloudy\",\"form\",\"wuye\",\"tri-up\",\"pointer-right\",\"bianji\",\"tri-right\",\"tri-left\",\"daimaguanli\",\"jiankong\",\"kaifazhong\",\"fujian\",\"bingtu\",\"zhuzhuangtu\",\"lose\",\"rmb\",\"move\",\"xiazai\",\"yiban\",\"laoshi\",\"clear\",\"jinyong\",\"yunxing\",\"weihu\",\"chakan\",\"pifu\",\"ren\",\"gouwuche\",\"loading2\",\"yulan\",\"ziliao\",\"yidong\",\"fenxiang11\",\"kaoqin\",\"change\",\"shidu\",\"portfolio\",\"info\",\"yanjing\",\"laba\",\"camera\",\"xitongxiaoxi\",\"xitongguanli\",\"webduan\",\"wagnz\",\"group\",\"shengqian\",\"jiantou-prev\",\"attention\",\"look\",\"guanzhu\",\"daikuan\",\"tubiao\",\"duigou\",\"star\",\"dayin\",\"xinzeng\",\"reduce\",\"goup\",\"calendar\",\"tree\",\"yingyong\",\"caution\",\"zhuanfa\",\"add\",\"zongtiqixian\",\"daochu\",\"gongwu\",\"ihouse\",\"chilun\",\"weixiu\",\"chengguo\",\"trophy\",\"duiwu\",\"qiehuanjiaose\",\"door\",\"shebei\",\"fangjian\",\"microscope\",\"huaxue\",\"shiyanshianquan\",\"shiyan\",\"qiyexinxi\",\"yewuxinxi\",\"lab\",\"shiyanguanli\",\"yuqing\",\"big-screen\",\"signal-search\",\"database\",\"star-mark\",\"cng\",\"professor\",\"informatization\",\"code\",\"science\",\"price\",\"xunhuan\",\"savings\",\"administration\",\"aid\",\"biao\",\"line\",\"xietong\",\"jingzheng\",\"enterprise\",\"datatable\",\"toubiao\",\"bingdu\",\"keji2\",\"qiyeku5\",\"touzi5\",\"zijinliu\",\"zhishichanquan3\",\"kejifuwu2\",\"zhishichanquan2\",\"zijinanquan\",\"kejifuwu1\",\"geju\",\"yiqingfangkong\",\"kejifuwu\",\"anquanfangkong\",\"shujufuwu\",\"shujuceng\",\"shujugongxiang\",\"flows\",\"setup\",\"shujulian\",\"caiwujianguan\",\"caiwuliushui\",\"mubiaogeju\",\"juxing\",\"fuwuqi\",\"touzijigou\",\"xiezilou\",\"jianzhu\",\"logo\",\"touzhi\",\"zijin\",\"fintech\",\"touzixiangmu\",\"library\",\"touziguanli\",\"zhongda\",\"ziyuan\",\"shujutai\",\"shujudongtai\",\"bank\",\"shujuzhongxin\",\"zhongyaomubiao\",\"touzishijian\",\"caiwuguanli\",\"mingzhong\",\"touzishenpi\",\"jingzhenggeju\",\"property\",\"keji\",\"qiyeku\",\"zhongyaojihui\",\"touzilicai\",\"zhishichanquan\",\"touzi\",\"tzz\",\"menu\",\"xiangmushu\",\"pdf\",\"jiazai\",\"gongsi\",\"rise\",\"jbxx\",\"zwxx\",\"jypx\",\"jcgl\",\"ndkh\",\"grjl\",\"shgx\",\"gou\",\"shijian\",\"fukuan\",\"guoji\",\"shoukuan\",\"down\",\"gongzuotai\",\"gaigedongtai\",\"xitongshezhi\",\"relation\",\"zuzhirenshi\",\"kaohepingjia\",\"caiwujiandu\",\"sanzhongyida\",\"mima\",\"xianshi\",\"zhanghao\",\"bangongshi\",\"checked\",\"checke\",\"help\",\"kuoda\",\"banli\",\"xiaoxi\",\"shouqicaidan\",\"shouqicaidan-right\",\"smile\",\"tongzhi\",\"guanji\",\"shuaxin\",\"guiji\",\"tianjiawenjianjia\",\"yunxiazai\",\"del\",\"touzifangan\",\"zongheguanli\",\"sanzhongyida_mian\",\"gongwenguanli1\",\"heguiguanli\",\"jingyingfenxi\",\"txl\",\"diannao\",\"renliziyuan\",\"caiwuxitong\",\"shiwuguanli\",\"shouye\",\"bangongyongpin\",\"sidebar\",\"zhidulashi\",\"log\",\"fawenguanli\",\"huiyiguanli\",\"zuzhishishi\",\"gongwenqianshou\",\"jinxiupeixun\",\"gongwenbao\",\"jiaohuan\",\"daibanshixiang\",\"richeng\",\"tongxunlu\",\"yongche\",\"yanzheng\",\"daibanxinxi\",\"shuben\",\"fanfu\",\"guangbo\",\"shuzhuangtu\",\"bengqiye\",\"tongguo\",\"dengdai\",\"cross\",\"daichuli\",\"zhenggai\",\"shouli\",\"shujuhecha\",\"guanli\",\"paper-file\",\"wenjian\",\"dakaiwenjian\",\"yewu\",\"jiance\",\"jiheguanli\",\"jinru\",\"arrow-right\",\"lingdao\",\"rencai\",\"prev\",\"next\",\"jianpan\",\"qrcode\",\"bohui\",\"homepage\",\"download\",\"gantanhao\",\"dingding\",\"weixin\",\"pad\",\"ios\",\"android\",\"txt\",\"doc\",\"audioo\",\"video\",\"zip\",\"shuru\",\"duanxin\",\"saoma\",\"youxiang\",\"word\",\"excel\",\"fileword\",\"picture\",\"ppt\",\"ca\",\"usb-key\",\"wenjianjiadakai\",\"yingyonglan\",\"home\",\"tiyanxinban\",\"shiyongjiuban\",\"zhuomian\",\"scan\",\"youbian\",\"zuobian\",\"saomadenglu\",\"zhanghaodenglu\",\"zhengfangti\",\"tingzhi\",\"youxiangdenglu\",\"duanxindenglu\",\"liaotian\",\"zhixiangyou\",\"zhixiangshang\",\"zhixiangxia\",\"zhixiangzuo\"]");
4129
+ module.exports = JSON.parse("[\"zuomian\",\"monitor\",\"maximize\",\"pointer-up\",\"pointer-left\",\"pointer-down\",\"tri-down\",\"retrograde\",\"rainfall\",\"caveat\",\"print\",\"alarm\",\"table\",\"duigouquan\",\"bumen\",\"mm\",\"accelerate\",\"quanping\",\"password\",\"qing\",\"kaifa\",\"daoru\",\"piaochongicon\",\"instructions\",\"notice\",\"wifi\",\"tishicuo\",\"minganciguanli\",\"switch-off\",\"switch-on\",\"narrow\",\"yidongduan\",\"web\",\"upload\",\"message\",\"go-back\",\"close\",\"shujutongji\",\"folder\",\"edit\",\"enter\",\"dian\",\"wendu\",\"shangwu\",\"shenbao\",\"magnifier\",\"project-add\",\"xiexian\",\"caidan\",\"tupian\",\"yinyu\",\"wenhao\",\"template\",\"daiban\",\"set\",\"zhengwen\",\"cuowu\",\"chenggong\",\"indent\",\"increase\",\"ziliaoku\",\"tuichu\",\"quit\",\"leaf\",\"refresh\",\"statistic\",\"gengduo\",\"lvyou\",\"mail\",\"user\",\"zhishi\",\"weizhi\",\"jinggao\",\"zuzhijigou\",\"xue\",\"fenxiang\",\"jinrong\",\"shanchu\",\"jianhao\",\"jiahao\",\"yinzhang\",\"renyuanqiehuan\",\"gouxuanzhong1\",\"circle\",\"fuxuankuang1\",\"fangkuang\",\"application\",\"wenjianjia\",\"jiaren\",\"xiugai\",\"duanxinguanli\",\"workbench\",\"rizhi\",\"gongwen\",\"qingshi\",\"shiwu\",\"official\",\"baogao\",\"document\",\"wodeyouxiang\",\"ziliaojiaohuan\",\"denglu\",\"podium\",\"fangkuai\",\"xuewei\",\"duoyun\",\"pm\",\"xiajia\",\"huanbao\",\"dunpai\",\"shu\",\"gongzuozheng\",\"more\",\"fenlei\",\"delete\",\"fengsu\",\"bar\",\"yuanqu\",\"duomeiti\",\"youjian\",\"qiye\",\"zuixinzixun\",\"biaoge\",\"omit\",\"diaotou\",\"jiantou-left\",\"jiantou-right\",\"jiantou-up\",\"roles\",\"jiantou-next\",\"chijiuhuacunchu\",\"zhuanhuan\",\"cloudy\",\"form\",\"wuye\",\"tri-up\",\"pointer-right\",\"bianji\",\"tri-right\",\"tri-left\",\"daimaguanli\",\"jiankong\",\"kaifazhong\",\"fujian\",\"bingtu\",\"zhuzhuangtu\",\"lose\",\"rmb\",\"move\",\"xiazai\",\"yiban\",\"laoshi\",\"clear\",\"jinyong\",\"yunxing\",\"weihu\",\"chakan\",\"pifu\",\"ren\",\"gouwuche\",\"loading2\",\"yulan\",\"ziliao\",\"yidong\",\"fenxiang11\",\"kaoqin\",\"change\",\"shidu\",\"portfolio\",\"info\",\"yanjing\",\"laba\",\"camera\",\"xitongxiaoxi\",\"xitongguanli\",\"webduan\",\"wagnz\",\"group\",\"shengqian\",\"jiantou-prev\",\"attention\",\"look\",\"guanzhu\",\"daikuan\",\"tubiao\",\"duigou\",\"star\",\"dayin\",\"xinzeng\",\"reduce\",\"goup\",\"calendar\",\"tree\",\"yingyong\",\"caution\",\"zhuanfa\",\"add\",\"zongtiqixian\",\"daochu\",\"gongwu\",\"ihouse\",\"chilun\",\"weixiu\",\"chengguo\",\"trophy\",\"duiwu\",\"qiehuanjiaose\",\"door\",\"shebei\",\"fangjian\",\"microscope\",\"huaxue\",\"shiyanshianquan\",\"shiyan\",\"qiyexinxi\",\"yewuxinxi\",\"lab\",\"shiyanguanli\",\"yuqing\",\"big-screen\",\"signal-search\",\"database\",\"star-mark\",\"cng\",\"professor\",\"informatization\",\"code\",\"science\",\"price\",\"xunhuan\",\"savings\",\"administration\",\"aid\",\"biao\",\"line\",\"xietong\",\"jingzheng\",\"enterprise\",\"datatable\",\"toubiao\",\"bingdu\",\"keji2\",\"qiyeku5\",\"touzi5\",\"zijinliu\",\"zhishichanquan3\",\"kejifuwu2\",\"zhishichanquan2\",\"zijinanquan\",\"kejifuwu1\",\"geju\",\"yiqingfangkong\",\"kejifuwu\",\"anquanfangkong\",\"shujufuwu\",\"shujuceng\",\"shujugongxiang\",\"flows\",\"setup\",\"shujulian\",\"caiwujianguan\",\"caiwuliushui\",\"mubiaogeju\",\"juxing\",\"fuwuqi\",\"touzijigou\",\"xiezilou\",\"jianzhu\",\"logo\",\"touzhi\",\"zijin\",\"fintech\",\"touzixiangmu\",\"library\",\"touziguanli\",\"zhongda\",\"ziyuan\",\"shujutai\",\"shujudongtai\",\"bank\",\"shujuzhongxin\",\"zhongyaomubiao\",\"touzishijian\",\"caiwuguanli\",\"mingzhong\",\"touzishenpi\",\"jingzhenggeju\",\"property\",\"keji\",\"qiyeku\",\"zhongyaojihui\",\"touzilicai\",\"zhishichanquan\",\"touzi\",\"tzz\",\"menu\",\"xiangmushu\",\"pdf\",\"jiazai\",\"gongsi\",\"rise\",\"jbxx\",\"zwxx\",\"jypx\",\"jcgl\",\"ndkh\",\"grjl\",\"shgx\",\"gou\",\"shijian\",\"fukuan\",\"guoji\",\"shoukuan\",\"down\",\"gongzuotai\",\"gaigedongtai\",\"xitongshezhi\",\"relation\",\"zuzhirenshi\",\"kaohepingjia\",\"caiwujiandu\",\"sanzhongyida\",\"mima\",\"xianshi\",\"zhanghao\",\"bangongshi\",\"checked\",\"checke\",\"help\",\"kuoda\",\"banli\",\"xiaoxi\",\"shouqicaidan\",\"shouqicaidan-right\",\"smile\",\"tongzhi\",\"guanji\",\"shuaxin\",\"guiji\",\"tianjiawenjianjia\",\"yunxiazai\",\"del\",\"touzifangan\",\"zongheguanli\",\"sanzhongyida_mian\",\"gongwenguanli1\",\"heguiguanli\",\"jingyingfenxi\",\"txl\",\"diannao\",\"renliziyuan\",\"caiwuxitong\",\"shiwuguanli\",\"shouye\",\"bangongyongpin\",\"sidebar\",\"zhidulashi\",\"log\",\"fawenguanli\",\"huiyiguanli\",\"zuzhishishi\",\"gongwenqianshou\",\"jinxiupeixun\",\"gongwenbao\",\"jiaohuan\",\"daibanshixiang\",\"richeng\",\"tongxunlu\",\"yongche\",\"yanzheng\",\"daibanxinxi\",\"shuben\",\"fanfu\",\"guangbo\",\"shuzhuangtu\",\"bengqiye\",\"tongguo\",\"dengdai\",\"cross\",\"daichuli\",\"zhenggai\",\"shouli\",\"shujuhecha\",\"guanli\",\"paper-file\",\"wenjian\",\"dakaiwenjian\",\"yewu\",\"jiance\",\"jiheguanli\",\"jinru\",\"arrow-right\",\"lingdao\",\"rencai\",\"prev\",\"next\",\"jianpan\",\"qrcode\",\"bohui\",\"homepage\",\"download\",\"gantanhao\",\"dingding\",\"weixin\",\"pad\",\"ios\",\"android\",\"txt\",\"doc\",\"audioo\",\"video\",\"zip\",\"shuru\",\"duanxin\",\"saoma\",\"youxiang\",\"word\",\"excel\",\"fileword\",\"picture\",\"ppt\",\"ca\",\"usb-key\",\"wenjianjiadakai\",\"yingyonglan\",\"home\",\"tiyanxinban\",\"shiyongjiuban\",\"zhuomian\",\"scan\",\"youbian\",\"zuobian\",\"saomadenglu\",\"zhanghaodenglu\",\"zhengfangti\",\"tingzhi\",\"youxiangdenglu\",\"duanxindenglu\",\"liaotian\",\"zhixiangyou\",\"zhixiangshang\",\"zhixiangxia\",\"zhixiangzuo\",\"HarmonyOs\"]");
4143
4130
 
4144
4131
  /***/ }),
4145
4132
  /* 16 */
@@ -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
  }
@@ -6978,8 +6965,8 @@ checkbox_group_src_main.install = function (Vue) {
6978
6965
  };
6979
6966
 
6980
6967
  /* harmony default export */ var checkbox_group = (checkbox_group_src_main);
6981
- // CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./packages/clients/src/main.vue?vue&type=template&id=06ea11a3&
6982
- var mainvue_type_template_id_06ea11a3_render = function () {
6968
+ // CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./packages/clients/src/main.vue?vue&type=template&id=821e4498&
6969
+ var mainvue_type_template_id_821e4498_render = function () {
6983
6970
  var _vm = this
6984
6971
  var _h = _vm.$createElement
6985
6972
  var _c = _vm._self._c || _h
@@ -7005,7 +6992,11 @@ var mainvue_type_template_id_06ea11a3_render = function () {
7005
6992
  [
7006
6993
  _vm._l(_vm.downloads, function (item, key) {
7007
6994
  return [
7008
- key == "ios" || key == "android" || key == "pad" || key == "uos"
6995
+ key == "ios" ||
6996
+ key == "android" ||
6997
+ key == "pad" ||
6998
+ key == "uos" ||
6999
+ key == "harmony"
7009
7000
  ? _c(
7010
7001
  "li",
7011
7002
  {
@@ -7030,6 +7021,12 @@ var mainvue_type_template_id_06ea11a3_render = function () {
7030
7021
  _vm._v("安卓系统\n "),
7031
7022
  ]
7032
7023
  : _vm._e(),
7024
+ key == "harmony"
7025
+ ? [
7026
+ _c("i", { staticClass: "es-icon-HarmonyOs" }),
7027
+ _vm._v("鸿蒙系统\n "),
7028
+ ]
7029
+ : _vm._e(),
7033
7030
  key == "pad"
7034
7031
  ? [
7035
7032
  _c("i", { staticClass: "es-icon-pad" }),
@@ -7135,7 +7132,7 @@ var mainvue_type_template_id_06ea11a3_render = function () {
7135
7132
  ),
7136
7133
  ])
7137
7134
  }
7138
- var mainvue_type_template_id_06ea11a3_staticRenderFns = [
7135
+ var mainvue_type_template_id_821e4498_staticRenderFns = [
7139
7136
  function () {
7140
7137
  var _vm = this
7141
7138
  var _h = _vm.$createElement
@@ -7146,10 +7143,10 @@ var mainvue_type_template_id_06ea11a3_staticRenderFns = [
7146
7143
  ])
7147
7144
  },
7148
7145
  ]
7149
- mainvue_type_template_id_06ea11a3_render._withStripped = true
7146
+ mainvue_type_template_id_821e4498_render._withStripped = true
7150
7147
 
7151
7148
 
7152
- // CONCATENATED MODULE: ./packages/clients/src/main.vue?vue&type=template&id=06ea11a3&
7149
+ // CONCATENATED MODULE: ./packages/clients/src/main.vue?vue&type=template&id=821e4498&
7153
7150
 
7154
7151
  // CONCATENATED MODULE: ./node_modules/babel-loader/lib!./node_modules/vue-loader/lib??vue-loader-options!./packages/clients/src/main.vue?vue&type=script&lang=js&
7155
7152
  //
@@ -7228,6 +7225,13 @@ mainvue_type_template_id_06ea11a3_render._withStripped = true
7228
7225
  //
7229
7226
  //
7230
7227
  //
7228
+ //
7229
+ //
7230
+ //
7231
+ //
7232
+ //
7233
+ //
7234
+ //
7231
7235
 
7232
7236
  //import util from 'eoss-ui/src/utils/util';
7233
7237
  /* harmony default export */ var clients_src_mainvue_type_script_lang_js_ = ({
@@ -7302,8 +7306,8 @@ mainvue_type_template_id_06ea11a3_render._withStripped = true
7302
7306
 
7303
7307
  var clients_src_main_component = normalizeComponent(
7304
7308
  packages_clients_src_mainvue_type_script_lang_js_,
7305
- mainvue_type_template_id_06ea11a3_render,
7306
- mainvue_type_template_id_06ea11a3_staticRenderFns,
7309
+ mainvue_type_template_id_821e4498_render,
7310
+ mainvue_type_template_id_821e4498_staticRenderFns,
7307
7311
  false,
7308
7312
  null,
7309
7313
  null,
@@ -8606,7 +8610,7 @@ columnvue_type_template_id_4d1a48b2_render._withStripped = true
8606
8610
  // CONCATENATED MODULE: ./packages/data-table/src/column.vue?vue&type=template&id=4d1a48b2&
8607
8611
 
8608
8612
  // EXTERNAL MODULE: external "babel-runtime/regenerator"
8609
- var regenerator_ = __webpack_require__(3);
8613
+ var regenerator_ = __webpack_require__(2);
8610
8614
  var regenerator_default = /*#__PURE__*/__webpack_require__.n(regenerator_);
8611
8615
 
8612
8616
  // 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 +9268,7 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
9264
9268
  },
9265
9269
  findCode: function findCode() {
9266
9270
  if (this.service) {
9267
- return '/' + this.service + api["H" /* getDictList */];
9271
+ return '/' + this.service + api["I" /* getDictList */];
9268
9272
  }
9269
9273
  return api["y" /* findSysCode */];
9270
9274
  }
@@ -10595,7 +10599,7 @@ var pageView = utils_util["a" /* default */].getParams('pageView');
10595
10599
  },
10596
10600
  findCode: function findCode() {
10597
10601
  if (this.service) {
10598
- return '/' + this.service + api["H" /* getDictList */];
10602
+ return '/' + this.service + api["I" /* getDictList */];
10599
10603
  }
10600
10604
  return api["y" /* findSysCode */];
10601
10605
  },
@@ -13392,7 +13396,7 @@ var mainvue_type_script_lang_js_components;
13392
13396
  },
13393
13397
  findCode: function findCode() {
13394
13398
  if (this.service) {
13395
- return '/' + this.service + api["H" /* getDictList */];
13399
+ return '/' + this.service + api["I" /* getDictList */];
13396
13400
  }
13397
13401
  return api["y" /* findSysCode */];
13398
13402
  }
@@ -25250,8 +25254,8 @@ form_src_main.install = function (Vue) {
25250
25254
  };
25251
25255
 
25252
25256
  /* 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 () {
25257
+ // 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=cb2a9dc2&
25258
+ var mainvue_type_template_id_cb2a9dc2_render = function () {
25255
25259
  var _vm = this
25256
25260
  var _h = _vm.$createElement
25257
25261
  var _c = _vm._self._c || _h
@@ -25272,6 +25276,7 @@ var mainvue_type_template_id_fa4ed272_render = function () {
25272
25276
  opinion: _vm.value,
25273
25277
  type: "create",
25274
25278
  typeCode: "read",
25279
+ resetAppId: _vm.resetAppId,
25275
25280
  taskExamine: _vm.taskExamineInfo,
25276
25281
  "news-info": _vm.nextNode.notificationMsg,
25277
25282
  },
@@ -25331,7 +25336,11 @@ var mainvue_type_template_id_fa4ed272_render = function () {
25331
25336
  [
25332
25337
  _vm._v(
25333
25338
  "当前节点:" +
25334
- _vm._s(_vm.isFlow ? "拟稿" : _vm.NodeName)
25339
+ _vm._s(
25340
+ _vm.isFlow
25341
+ ? _vm.nodeName || "拟稿"
25342
+ : _vm.NodeName
25343
+ )
25335
25344
  ),
25336
25345
  ]
25337
25346
  ),
@@ -27499,7 +27508,7 @@ var mainvue_type_template_id_fa4ed272_render = function () {
27499
27508
  staticClass: "flow-dialog",
27500
27509
  attrs: {
27501
27510
  "append-to-body": "",
27502
- height: "auto",
27511
+ height: "400",
27503
27512
  title: "发送消息",
27504
27513
  "close-on-click-modal": false,
27505
27514
  visible: _vm.showSendMsg,
@@ -27534,7 +27543,7 @@ var mainvue_type_template_id_fa4ed272_render = function () {
27534
27543
  staticClass: "flow-dialog",
27535
27544
  attrs: {
27536
27545
  "append-to-body": "",
27537
- height: "auto",
27546
+ height: "400",
27538
27547
  "close-on-click-modal": false,
27539
27548
  title: _vm.flowTitle,
27540
27549
  visible: _vm.showTaskUnionExamine,
@@ -27624,11 +27633,11 @@ var mainvue_type_template_id_fa4ed272_render = function () {
27624
27633
  )
27625
27634
  : _vm._e()
27626
27635
  }
27627
- var mainvue_type_template_id_fa4ed272_staticRenderFns = []
27628
- mainvue_type_template_id_fa4ed272_render._withStripped = true
27636
+ var mainvue_type_template_id_cb2a9dc2_staticRenderFns = []
27637
+ mainvue_type_template_id_cb2a9dc2_render._withStripped = true
27629
27638
 
27630
27639
 
27631
- // CONCATENATED MODULE: ./packages/flow/src/main.vue?vue&type=template&id=fa4ed272&
27640
+ // CONCATENATED MODULE: ./packages/flow/src/main.vue?vue&type=template&id=cb2a9dc2&
27632
27641
 
27633
27642
  // 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
27643
  var CommonOpinionsvue_type_template_id_feb3781a_render = function () {
@@ -28573,7 +28582,7 @@ var CommonOpinionsvue_type_script_lang_js_components;
28573
28582
  }
28574
28583
  this.loading = utils_util["a" /* default */].loading(this.$loading, '提交中...');
28575
28584
  utils_util["a" /* default */].ajax({
28576
- url: data.id ? api["kc" /* updateCommonOpinion */] : api["wb" /* saveCommonOpinion */],
28585
+ url: data.id ? api["mc" /* updateCommonOpinion */] : api["xb" /* saveCommonOpinion */],
28577
28586
  data: info,
28578
28587
  header: { 'Content-Type': 'multipart/form-data' },
28579
28588
  method: 'post'
@@ -28624,8 +28633,8 @@ var CommonOpinions_component = normalizeComponent(
28624
28633
  )
28625
28634
 
28626
28635
  /* 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 () {
28636
+ // 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&
28637
+ var processFormvue_type_template_id_0567bde9_render = function () {
28629
28638
  var _vm = this
28630
28639
  var _h = _vm.$createElement
28631
28640
  var _c = _vm._self._c || _h
@@ -29235,11 +29244,11 @@ var processFormvue_type_template_id_353b8fd9_render = function () {
29235
29244
  1
29236
29245
  )
29237
29246
  }
29238
- var processFormvue_type_template_id_353b8fd9_staticRenderFns = []
29239
- processFormvue_type_template_id_353b8fd9_render._withStripped = true
29247
+ var processFormvue_type_template_id_0567bde9_staticRenderFns = []
29248
+ processFormvue_type_template_id_0567bde9_render._withStripped = true
29240
29249
 
29241
29250
 
29242
- // CONCATENATED MODULE: ./packages/flow/src/processForm.vue?vue&type=template&id=353b8fd9&
29251
+ // CONCATENATED MODULE: ./packages/flow/src/processForm.vue?vue&type=template&id=0567bde9&
29243
29252
 
29244
29253
  // 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
29254
  var selectUservue_type_template_id_615d0e78_render = function () {
@@ -29577,7 +29586,7 @@ var selectUservue_type_script_lang_js_extends = Object.assign || function (targe
29577
29586
  newNextUser: [],
29578
29587
  newOptions: [],
29579
29588
  newSelectUserList: [],
29580
- url: api["Z" /* handleInfo */],
29589
+ url: api["ab" /* handleInfo */],
29581
29590
  newCheckboxList: [],
29582
29591
  newPresetEdit: 0,
29583
29592
  newMultiple: false,
@@ -29694,7 +29703,7 @@ var selectUservue_type_script_lang_js_extends = Object.assign || function (targe
29694
29703
  if (query !== '') {
29695
29704
  this.searchLoading = true;
29696
29705
  utils_util["a" /* default */].ajax({
29697
- url: api["Z" /* handleInfo */],
29706
+ url: api["ab" /* handleInfo */],
29698
29707
  params: { searchKey: query, query: query, type: 'user' }
29699
29708
  }).then(function (res) {
29700
29709
  var status = res.status,
@@ -30109,7 +30118,7 @@ var CustomPresetvue_type_script_lang_js_components;
30109
30118
  nextNodeId: nodeId,
30110
30119
  businessId: this.id
30111
30120
  };
30112
- utils_util["a" /* default */].ajax({ url: api["M" /* getNodeInfo */], params: params }).then(function (res) {
30121
+ utils_util["a" /* default */].ajax({ url: api["N" /* getNodeInfo */], params: params }).then(function (res) {
30113
30122
  var status = res.status,
30114
30123
  message = res.message,
30115
30124
  _res$data = res.data,
@@ -30207,7 +30216,7 @@ var CustomPresetvue_type_script_lang_js_components;
30207
30216
 
30208
30217
  isNoStart && (this.newPresetList = []);
30209
30218
  var params = {
30210
- url: api["P" /* getPresetCustomInfo */],
30219
+ url: api["Q" /* getPresetCustomInfo */],
30211
30220
  data: {
30212
30221
  nodeId: nodeId,
30213
30222
  processDefinitionId: processDefinitionId ? processDefinitionId : this.newProcessDefinitionId
@@ -30561,7 +30570,7 @@ var Presetvue_type_script_lang_js_components;
30561
30570
  nodeId = this.nodeId;
30562
30571
 
30563
30572
  var params = {
30564
- url: api["Q" /* getPresetNodeInfo */],
30573
+ url: api["R" /* getPresetNodeInfo */],
30565
30574
  data: {
30566
30575
  nextNodeId: nextNodeId,
30567
30576
  processDefinitionId: processDefinitionId,
@@ -31189,7 +31198,7 @@ var processFormvue_type_script_lang_js_components;
31189
31198
  if (mainConfig) {
31190
31199
  this.userModel = JSON.parse(mainConfig).userModel;
31191
31200
  } else {
31192
- utils_util["a" /* default */].ajax({ url: api["ib" /* loginUserInfo */] }).then(function (res) {
31201
+ utils_util["a" /* default */].ajax({ url: api["jb" /* loginUserInfo */] }).then(function (res) {
31193
31202
  var status = res.status,
31194
31203
  data = res.data;
31195
31204
 
@@ -31323,7 +31332,7 @@ var processFormvue_type_script_lang_js_components;
31323
31332
  nodeId: this.nextNode.nextNode,
31324
31333
  businessId: this.id
31325
31334
  };
31326
- utils_util["a" /* default */].ajax({ url: api["N" /* getNotificationMsg */], params: params, methods: 'post' }).then(function (res) {
31335
+ utils_util["a" /* default */].ajax({ url: api["O" /* getNotificationMsg */], params: params, methods: 'post' }).then(function (res) {
31327
31336
  if (res.status === 'success') {
31328
31337
  _this3.nextNode.noticeInfo = res.message;
31329
31338
  }
@@ -31355,10 +31364,10 @@ var processFormvue_type_script_lang_js_components;
31355
31364
  nextOrgId = _nextNode.nextOrgId,
31356
31365
  newOpinion = _nextNode.newOpinion,
31357
31366
  customLimitTime = _nextNode.customLimitTime;
31367
+ // if (noticeType.length === 0) {
31368
+ // return this.$message.warning('请选择通知方式');
31369
+ // }
31358
31370
 
31359
- if (noticeType.length === 0) {
31360
- return _this4.$message.warning('请选择通知方式');
31361
- }
31362
31371
  if (_this4.isShowNextUser) {
31363
31372
  if (nextUser == '' || _this4.multiple && nextUser.length == 0) {
31364
31373
  return _this4.$message.warning('请选择下步办理人');
@@ -31420,7 +31429,7 @@ var processFormvue_type_script_lang_js_components;
31420
31429
  params = newParm;
31421
31430
  }
31422
31431
  utils_util["a" /* default */].ajax({
31423
- url: _this4.isFreeStartFlow ? api["C" /* freeStartFlowWithSubmitTask */] : _this4.formType == 'readTransfer' ? api["Db" /* startReadTransferHandleFlowWithTaskReadEnd */] : api["tb" /* register */],
31432
+ url: _this4.isFreeStartFlow ? api["C" /* freeStartFlowWithSubmitTask */] : _this4.formType == 'readTransfer' ? api["Eb" /* startReadTransferHandleFlowWithTaskReadEnd */] : api["ub" /* register */],
31424
31433
  method: 'post',
31425
31434
  data: params
31426
31435
  }).then(function (res) {
@@ -31454,7 +31463,7 @@ var processFormvue_type_script_lang_js_components;
31454
31463
  businessId: this.id,
31455
31464
  userId: utils_util["a" /* default */].getStorage('userId')
31456
31465
  };
31457
- utils_util["a" /* default */].ajax({ url: api["M" /* getNodeInfo */], params: params }).then(function (res) {
31466
+ utils_util["a" /* default */].ajax({ url: api["N" /* getNodeInfo */], params: params }).then(function (res) {
31458
31467
  var status = res.status,
31459
31468
  message = res.message,
31460
31469
  _res$data = res.data,
@@ -31620,7 +31629,7 @@ var processFormvue_type_script_lang_js_components;
31620
31629
  businessId: this.businessId
31621
31630
  };
31622
31631
  // 获取节点
31623
- utils_util["a" /* default */].ajax({ url: api["Ub" /* toStartFlow */], params: params }).then(function (res) {
31632
+ utils_util["a" /* default */].ajax({ url: api["Wb" /* toStartFlow */], params: params }).then(function (res) {
31624
31633
  //pc接口返回数据处理
31625
31634
  var status = res.status,
31626
31635
  message = res.message,
@@ -31726,8 +31735,8 @@ var processFormvue_type_script_lang_js_components;
31726
31735
 
31727
31736
  var processForm_component = normalizeComponent(
31728
31737
  src_processFormvue_type_script_lang_js_,
31729
- processFormvue_type_template_id_353b8fd9_render,
31730
- processFormvue_type_template_id_353b8fd9_staticRenderFns,
31738
+ processFormvue_type_template_id_0567bde9_render,
31739
+ processFormvue_type_template_id_0567bde9_staticRenderFns,
31731
31740
  false,
31732
31741
  null,
31733
31742
  null,
@@ -32252,7 +32261,7 @@ SendMsgvue_type_template_id_798f665c_render._withStripped = true
32252
32261
  notificationType = _sendInfo.notificationType;
32253
32262
 
32254
32263
  var params = {
32255
- url: api["Cb" /* sendMsg */],
32264
+ url: api["Db" /* sendMsg */],
32256
32265
  headers: { Accept: 'application/json,text/plain' },
32257
32266
  method: 'post',
32258
32267
  data: {
@@ -32314,7 +32323,7 @@ SendMsgvue_type_template_id_798f665c_render._withStripped = true
32314
32323
 
32315
32324
  this.loading = true;
32316
32325
  utils_util["a" /* default */].ajax({
32317
- url: api["Tb" /* toSendMsg */],
32326
+ url: api["Vb" /* toSendMsg */],
32318
32327
  params: { pendingId: this.$attrs.pendingId }
32319
32328
  }).then(function (res) {
32320
32329
  var status = res.status,
@@ -33178,7 +33187,7 @@ processRejectvue_type_template_id_4710ec4e_render._withStripped = true
33178
33187
  userId: utils_util["a" /* default */].getStorage('userId'),
33179
33188
  nextNodeId: _this2.nextNode.nextNodeId
33180
33189
  };
33181
- utils_util["a" /* default */].ajax({ url: api["Jb" /* taskRejectHtml */], method: 'post', data: params }).then(function (res) {
33190
+ utils_util["a" /* default */].ajax({ url: api["Lb" /* taskRejectHtml */], method: 'post', data: params }).then(function (res) {
33182
33191
  var status = res.status,
33183
33192
  message = res.message;
33184
33193
 
@@ -33242,7 +33251,7 @@ processRejectvue_type_template_id_4710ec4e_render._withStripped = true
33242
33251
  isSinglePage: false,
33243
33252
  opinion: this.option
33244
33253
  };
33245
- utils_util["a" /* default */].ajax({ url: api["Yb" /* toTaskRejectHtml */], params: params }).then(function (res) {
33254
+ utils_util["a" /* default */].ajax({ url: api["ac" /* toTaskRejectHtml */], params: params }).then(function (res) {
33246
33255
  var status = res.status,
33247
33256
  message = res.message,
33248
33257
  _res$data = res.data,
@@ -33308,8 +33317,8 @@ var processReject_component = normalizeComponent(
33308
33317
  )
33309
33318
 
33310
33319
  /* harmony default export */ var processReject = (processReject_component.exports);
33311
- // CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./packages/flow/src/startTaskRead.vue?vue&type=template&id=611e00dd&
33312
- var startTaskReadvue_type_template_id_611e00dd_render = function () {
33320
+ // CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./packages/flow/src/startTaskRead.vue?vue&type=template&id=4cea7d04&
33321
+ var startTaskReadvue_type_template_id_4cea7d04_render = function () {
33313
33322
  var _vm = this
33314
33323
  var _h = _vm.$createElement
33315
33324
  var _c = _vm._self._c || _h
@@ -33733,11 +33742,11 @@ var startTaskReadvue_type_template_id_611e00dd_render = function () {
33733
33742
  1
33734
33743
  )
33735
33744
  }
33736
- var startTaskReadvue_type_template_id_611e00dd_staticRenderFns = []
33737
- startTaskReadvue_type_template_id_611e00dd_render._withStripped = true
33745
+ var startTaskReadvue_type_template_id_4cea7d04_staticRenderFns = []
33746
+ startTaskReadvue_type_template_id_4cea7d04_render._withStripped = true
33738
33747
 
33739
33748
 
33740
- // CONCATENATED MODULE: ./packages/flow/src/startTaskRead.vue?vue&type=template&id=611e00dd&
33749
+ // CONCATENATED MODULE: ./packages/flow/src/startTaskRead.vue?vue&type=template&id=4cea7d04&
33741
33750
 
33742
33751
  // CONCATENATED MODULE: ./node_modules/babel-loader/lib!./node_modules/vue-loader/lib??vue-loader-options!./packages/flow/src/startTaskRead.vue?vue&type=script&lang=js&
33743
33752
  var startTaskReadvue_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; };
@@ -33924,6 +33933,7 @@ var startTaskReadvue_type_script_lang_js_components;
33924
33933
  type: { type: String, default: '' },
33925
33934
  option: { type: String, default: '' },
33926
33935
  typeCode: { type: String, default: '' },
33936
+ resetAppId: { type: String, default: '' },
33927
33937
  taskExamine: { type: Object, default: function _default() {} },
33928
33938
  readParams: {
33929
33939
  type: [Object, undefined],
@@ -34004,7 +34014,7 @@ var startTaskReadvue_type_script_lang_js_components;
34004
34014
  var params = {
34005
34015
  appId: this.readParams.appId
34006
34016
  };
34007
- utils_util["a" /* default */].ajax({ url: api["N" /* getNotificationMsg */], params: params, methods: 'post' }).then(function (res) {
34017
+ utils_util["a" /* default */].ajax({ url: api["O" /* getNotificationMsg */], params: params, methods: 'post' }).then(function (res) {
34008
34018
  if (res.status === 'success') {
34009
34019
  _this.newsNoice = res.message;
34010
34020
  }
@@ -34023,7 +34033,7 @@ var startTaskReadvue_type_script_lang_js_components;
34023
34033
  taskExamine = this.taskExamine;
34024
34034
 
34025
34035
  var params = {
34026
- url: api["ec" /* toTaskTransferIndex */],
34036
+ url: api["gc" /* toTaskTransferIndex */],
34027
34037
  params: {
34028
34038
  opinion: opinion,
34029
34039
  pendingId: pendingId,
@@ -34148,9 +34158,13 @@ var startTaskReadvue_type_script_lang_js_components;
34148
34158
  var _this4 = this;
34149
34159
 
34150
34160
  var params = {
34151
- url: api["Vb" /* toStartTaskRead */],
34161
+ url: api["Xb" /* toStartTaskRead */],
34152
34162
  params: { pendingId: this.pendingId, taskAction: this.type }
34153
34163
  };
34164
+ if (this.typeCode == 'read') {
34165
+ delete params.params.pendingId;
34166
+ params.params.appid = this.resetAppId;
34167
+ }
34154
34168
  if (this.type != 'taskReadAndEnd') delete params.params.taskAction;
34155
34169
  utils_util["a" /* default */].ajax(params).then(function (res) {
34156
34170
  var status = res.status,
@@ -34233,7 +34247,7 @@ var startTaskReadvue_type_script_lang_js_components;
34233
34247
  type = this.type;
34234
34248
 
34235
34249
  var params = {
34236
- url: api["Nb" /* taskTransfer */],
34250
+ url: api["Pb" /* taskTransfer */],
34237
34251
  data: {
34238
34252
  choiceDeptId: choiceDeptId,
34239
34253
  choiceOrgId: choiceOrgId,
@@ -34330,7 +34344,7 @@ var startTaskReadvue_type_script_lang_js_components;
34330
34344
  params = startTaskReadvue_type_script_lang_js_extends({}, params, _this8.readParams);
34331
34345
  }
34332
34346
  utils_util["a" /* default */].ajax({
34333
- url: api["Ib" /* taskReadHtml */],
34347
+ url: api["Jb" /* taskReadHtml */],
34334
34348
  params: { taskAction: _this8.type },
34335
34349
  headers: {
34336
34350
  Accept: 'application/json,text/plain'
@@ -34412,8 +34426,8 @@ var startTaskReadvue_type_script_lang_js_components;
34412
34426
 
34413
34427
  var startTaskRead_component = normalizeComponent(
34414
34428
  src_startTaskReadvue_type_script_lang_js_,
34415
- startTaskReadvue_type_template_id_611e00dd_render,
34416
- startTaskReadvue_type_template_id_611e00dd_staticRenderFns,
34429
+ startTaskReadvue_type_template_id_4cea7d04_render,
34430
+ startTaskReadvue_type_template_id_4cea7d04_staticRenderFns,
34417
34431
  false,
34418
34432
  null,
34419
34433
  null,
@@ -35206,7 +35220,7 @@ var resetvue_type_script_lang_js_components;
35206
35220
  if (mainConfig) {
35207
35221
  this.userModel = JSON.parse(mainConfig).userModel;
35208
35222
  } else {
35209
- utils_util["a" /* default */].ajax({ url: api["ib" /* loginUserInfo */] }).then(function (res) {
35223
+ utils_util["a" /* default */].ajax({ url: api["jb" /* loginUserInfo */] }).then(function (res) {
35210
35224
  var status = res.status,
35211
35225
  data = res.data;
35212
35226
 
@@ -35329,7 +35343,7 @@ var resetvue_type_script_lang_js_components;
35329
35343
  nodeId: this.nextNode.nextNode,
35330
35344
  businessId: this.taskExamine.businessId
35331
35345
  };
35332
- utils_util["a" /* default */].ajax({ url: api["N" /* getNotificationMsg */], params: params, methods: 'post' }).then(function (res) {
35346
+ utils_util["a" /* default */].ajax({ url: api["O" /* getNotificationMsg */], params: params, methods: 'post' }).then(function (res) {
35333
35347
  if (res.status === 'success') {
35334
35348
  _this3.nextNode.noticeInfo = res.message;
35335
35349
  }
@@ -35414,7 +35428,7 @@ var resetvue_type_script_lang_js_components;
35414
35428
  };
35415
35429
  if (_this4.activeNames != '1') delete params.customPresetUserJson;
35416
35430
  utils_util["a" /* default */].ajax({
35417
- url: _this4.type == 'reset' ? api["vb" /* resetProcess */] : api["Gb" /* taskContinuation */],
35431
+ url: _this4.type == 'reset' ? api["wb" /* resetProcess */] : api["Hb" /* taskContinuation */],
35418
35432
  method: 'post',
35419
35433
  data: params
35420
35434
  }).then(function (res) {
@@ -35448,7 +35462,7 @@ var resetvue_type_script_lang_js_components;
35448
35462
  businessId: this.taskExamine.businessId,
35449
35463
  pendingId: this.taskExamine.pendingId
35450
35464
  };
35451
- utils_util["a" /* default */].ajax({ url: api["M" /* getNodeInfo */], params: params }).then(function (res) {
35465
+ utils_util["a" /* default */].ajax({ url: api["N" /* getNodeInfo */], params: params }).then(function (res) {
35452
35466
  var status = res.status,
35453
35467
  message = res.message,
35454
35468
  _res$data = res.data,
@@ -35618,7 +35632,7 @@ var resetvue_type_script_lang_js_components;
35618
35632
  var _this7 = this;
35619
35633
 
35620
35634
  var params = {
35621
- url: this.type == 'continuation' ? api["Xb" /* toTaskContinuationIndex */] : api["Sb" /* toResetProcessIndex */],
35635
+ url: this.type == 'continuation' ? api["Zb" /* toTaskContinuationIndex */] : api["Ub" /* toResetProcessIndex */],
35622
35636
  params: resetvue_type_script_lang_js_extends({
35623
35637
  appId: this.appId
35624
35638
  }, this.flowParams)
@@ -35724,8 +35738,8 @@ var reset_component = normalizeComponent(
35724
35738
  )
35725
35739
 
35726
35740
  /* 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 () {
35741
+ // 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&
35742
+ var taskUnionExaminevue_type_template_id_51053046_render = function () {
35729
35743
  var _vm = this
35730
35744
  var _h = _vm.$createElement
35731
35745
  var _c = _vm._self._c || _h
@@ -35978,11 +35992,11 @@ var taskUnionExaminevue_type_template_id_3d269602_render = function () {
35978
35992
  1
35979
35993
  )
35980
35994
  }
35981
- var taskUnionExaminevue_type_template_id_3d269602_staticRenderFns = []
35982
- taskUnionExaminevue_type_template_id_3d269602_render._withStripped = true
35995
+ var taskUnionExaminevue_type_template_id_51053046_staticRenderFns = []
35996
+ taskUnionExaminevue_type_template_id_51053046_render._withStripped = true
35983
35997
 
35984
35998
 
35985
- // CONCATENATED MODULE: ./packages/flow/src/component/taskUnionExamine.vue?vue&type=template&id=3d269602&
35999
+ // CONCATENATED MODULE: ./packages/flow/src/component/taskUnionExamine.vue?vue&type=template&id=51053046&
35986
36000
 
35987
36001
  // 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
36002
  var taskUnionExaminevue_type_script_lang_js_components;
@@ -36196,7 +36210,7 @@ var taskUnionExaminevue_type_script_lang_js_components;
36196
36210
  pendingId = this.pendingId;
36197
36211
 
36198
36212
  var params = {
36199
- url: api["Kb" /* taskReview */],
36213
+ url: api["Mb" /* taskReview */],
36200
36214
  data: {
36201
36215
  nextUserId: nextOtherOrgObj.join(','),
36202
36216
  notificationType: noticeType.join(','),
@@ -36232,7 +36246,7 @@ var taskUnionExaminevue_type_script_lang_js_components;
36232
36246
  var _this2 = this;
36233
36247
 
36234
36248
  var params = {
36235
- url: api["Zb" /* toTaskReview */],
36249
+ url: api["bc" /* toTaskReview */],
36236
36250
  params: { pendingId: this.pendingId }
36237
36251
  };
36238
36252
  utils_util["a" /* default */].ajax(params).then(function (res) {
@@ -36266,7 +36280,7 @@ var taskUnionExaminevue_type_script_lang_js_components;
36266
36280
  var _this3 = this;
36267
36281
 
36268
36282
  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 */],
36283
+ 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
36284
  params: { pendingId: this.pendingId },
36271
36285
  headers: { Accept: 'application/json,text/plain' }
36272
36286
  };
@@ -36298,12 +36312,12 @@ var taskUnionExaminevue_type_script_lang_js_components;
36298
36312
  var param = res.data.customizedConfig.currentOrgSelectorRangeList.split(',');
36299
36313
  _this3.currentOrgTabs.map(function (x, i) {
36300
36314
  _this3.params[x] = {
36301
- filid: param[i] == 'my' ? _this3.params.filid = JSON.parse(sessionStorage.getItem('mainConfig')).userModel.orgId : param[i]
36315
+ filid: param[i] == 'my' ? _this3.params.filid = JSON.parse(utils_util["a" /* default */].getStorage('mainConfig')).userModel.orgId : param[i]
36302
36316
  };
36303
36317
  });
36304
36318
  } else {
36305
36319
  if (_this3.type == 'takeAdvice') {
36306
- _this3.params.filid = JSON.parse(sessionStorage.getItem('mainConfig')).userModel.orgId;
36320
+ _this3.params.filid = JSON.parse(utils_util["a" /* default */].getStorage('mainConfig')).userModel.orgId;
36307
36321
  }
36308
36322
  }
36309
36323
  if (res.data.customizedConfig.foreignOrgSelectorCustomized) {
@@ -36387,7 +36401,7 @@ var taskUnionExaminevue_type_script_lang_js_components;
36387
36401
  // if (this.type != 'startDraf' && this.type != 'unionSeal' && this.type != 'twoOfficesDispatch')
36388
36402
  // return this.$message.warning('暂未开放,敬请期待!');
36389
36403
  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 */],
36404
+ 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
36405
  data: {
36392
36406
  opinion: opinion,
36393
36407
  pendingId: pendingId,
@@ -36481,7 +36495,7 @@ var taskUnionExaminevue_type_script_lang_js_components;
36481
36495
  var params = {
36482
36496
  pendingId: this.pendingId
36483
36497
  };
36484
- utils_util["a" /* default */].ajax({ url: api["N" /* getNotificationMsg */], params: params, methods: 'post' }).then(function (res) {
36498
+ utils_util["a" /* default */].ajax({ url: api["O" /* getNotificationMsg */], params: params, methods: 'post' }).then(function (res) {
36485
36499
  if (res.status === 'success') {
36486
36500
  _this6.infoList.noticeInfo = res.message;
36487
36501
  }
@@ -36537,8 +36551,8 @@ var taskUnionExaminevue_type_script_lang_js_components;
36537
36551
 
36538
36552
  var taskUnionExamine_component = normalizeComponent(
36539
36553
  component_taskUnionExaminevue_type_script_lang_js_,
36540
- taskUnionExaminevue_type_template_id_3d269602_render,
36541
- taskUnionExaminevue_type_template_id_3d269602_staticRenderFns,
36554
+ taskUnionExaminevue_type_template_id_51053046_render,
36555
+ taskUnionExaminevue_type_template_id_51053046_staticRenderFns,
36542
36556
  false,
36543
36557
  null,
36544
36558
  null,
@@ -39735,7 +39749,7 @@ function freeStartFlowvue_type_script_lang_js_asyncToGenerator(fn) { return func
39735
39749
  var _this = this;
39736
39750
 
39737
39751
  var params = {
39738
- url: api["D" /* getAdjunctFileInfos */],
39752
+ url: api["E" /* getAdjunctFileInfos */],
39739
39753
  params: { ownId: ownId, code: code }
39740
39754
  };
39741
39755
  utils_util["a" /* default */].ajax(params).then(function (res) {
@@ -39823,7 +39837,7 @@ function freeStartFlowvue_type_script_lang_js_asyncToGenerator(fn) { return func
39823
39837
  taskAction: 'complete'
39824
39838
  };
39825
39839
  utils_util["a" /* default */].ajax({
39826
- url: api["Ib" /* taskReadHtml */],
39840
+ url: api["Jb" /* taskReadHtml */],
39827
39841
  params: { taskAction: 'complete' },
39828
39842
  headers: {
39829
39843
  Accept: 'application/json,text/plain'
@@ -39855,7 +39869,7 @@ function freeStartFlowvue_type_script_lang_js_asyncToGenerator(fn) { return func
39855
39869
 
39856
39870
  this.loading = utils_util["a" /* default */].loading(this.$loading, '加载中...');
39857
39871
  utils_util["a" /* default */].ajax({
39858
- url: api["Wb" /* toStartTaskReadIndex */],
39872
+ url: api["Yb" /* toStartTaskReadIndex */],
39859
39873
  params: { pendingId: this.pendingId }
39860
39874
  }).then(function (res) {
39861
39875
  var status = res.status,
@@ -39891,7 +39905,7 @@ function freeStartFlowvue_type_script_lang_js_asyncToGenerator(fn) { return func
39891
39905
  if (mainConfig) {
39892
39906
  this.userModel = JSON.parse(mainConfig).userModel;
39893
39907
  } else {
39894
- utils_util["a" /* default */].ajax({ url: api["ib" /* loginUserInfo */] }).then(function (res) {
39908
+ utils_util["a" /* default */].ajax({ url: api["jb" /* loginUserInfo */] }).then(function (res) {
39895
39909
  var status = res.status,
39896
39910
  data = res.data;
39897
39911
 
@@ -39992,7 +40006,7 @@ function freeStartFlowvue_type_script_lang_js_asyncToGenerator(fn) { return func
39992
40006
  pendingId: this.pendingId
39993
40007
  };
39994
40008
  this.loading = utils_util["a" /* default */].loading(this.$loading, '保存中...');
39995
- utils_util["a" /* default */].ajax({ url: api["Qb" /* tempSave */], params: params }).then(function (res) {
40009
+ utils_util["a" /* default */].ajax({ url: api["Sb" /* tempSave */], params: params }).then(function (res) {
39996
40010
  var status = res.status,
39997
40011
  message = res.message;
39998
40012
 
@@ -40098,7 +40112,7 @@ function freeStartFlowvue_type_script_lang_js_asyncToGenerator(fn) { return func
40098
40112
  nodeId = _endFlowInfo.nodeId;
40099
40113
 
40100
40114
  var param = {
40101
- url: api["I" /* getFreeStartFlowParams */],
40115
+ url: api["J" /* getFreeStartFlowParams */],
40102
40116
  params: {
40103
40117
  businessId: businessId,
40104
40118
  processDefinitionId: processDefinitionId,
@@ -40286,7 +40300,7 @@ function freeStartFlowvue_type_script_lang_js_asyncToGenerator(fn) { return func
40286
40300
  var _this15 = this;
40287
40301
 
40288
40302
  var params = {
40289
- url: api["gb" /* isCanStartSubFlow */],
40303
+ url: api["hb" /* isCanStartSubFlow */],
40290
40304
  data: {
40291
40305
  appId: this.taskExamineInfo.appId,
40292
40306
  inevitableNode: res.inevitableNode
@@ -40396,7 +40410,7 @@ function freeStartFlowvue_type_script_lang_js_asyncToGenerator(fn) { return func
40396
40410
  this.$confirm('确认' + res.value + '?').then(function () {
40397
40411
  // return this.$message.warning('请填写意见');
40398
40412
  var params = {
40399
- url: api["ub" /* rejectAndEnd */],
40413
+ url: api["vb" /* rejectAndEnd */],
40400
40414
  headers: { Accept: 'application/json,text/plain' },
40401
40415
  method: 'post',
40402
40416
  data: {
@@ -40466,7 +40480,7 @@ function freeStartFlowvue_type_script_lang_js_asyncToGenerator(fn) { return func
40466
40480
  pendingId: this.pendingId,
40467
40481
  businessId: this.businessIds
40468
40482
  };
40469
- utils_util["a" /* default */].ajax({ url: api["M" /* getNodeInfo */], params: params }).then(function (res) {
40483
+ utils_util["a" /* default */].ajax({ url: api["N" /* getNodeInfo */], params: params }).then(function (res) {
40470
40484
  var status = res.status,
40471
40485
  message = res.message,
40472
40486
  data = res.data;
@@ -40716,7 +40730,7 @@ function freeStartFlowvue_type_script_lang_js_asyncToGenerator(fn) { return func
40716
40730
  pendingId: this.pendingId,
40717
40731
  userId: utils_util["a" /* default */].getStorage('userId')
40718
40732
  };
40719
- utils_util["a" /* default */].ajax({ url: api["J" /* getHandleInfoHtml */], params: params }).then(function (res) {
40733
+ utils_util["a" /* default */].ajax({ url: api["K" /* getHandleInfoHtml */], params: params }).then(function (res) {
40720
40734
  //pc返回数据
40721
40735
 
40722
40736
  _this24.loading.close();
@@ -41008,7 +41022,7 @@ function freeStartFlowvue_type_script_lang_js_asyncToGenerator(fn) { return func
41008
41022
  // onlyFlag: true
41009
41023
  };
41010
41024
  this.loading = utils_util["a" /* default */].loading(this.$loading, '加载中...');
41011
- utils_util["a" /* default */].ajax({ url: api["R" /* getProcessDefList */], params: params }).then(function (res) {
41025
+ utils_util["a" /* default */].ajax({ url: api["S" /* getProcessDefList */], params: params }).then(function (res) {
41012
41026
  var status = res.status,
41013
41027
  message = res.message,
41014
41028
  data = res.data;
@@ -41061,7 +41075,7 @@ function freeStartFlowvue_type_script_lang_js_asyncToGenerator(fn) { return func
41061
41075
  userId: utils_util["a" /* default */].getStorage('userId'),
41062
41076
  type: 2
41063
41077
  };
41064
- utils_util["a" /* default */].ajax({ url: api["lb" /* pendedhistoryList */], data: params, method: 'post' }).then(function (res) {
41078
+ utils_util["a" /* default */].ajax({ url: api["mb" /* pendedhistoryList */], data: params, method: 'post' }).then(function (res) {
41065
41079
  var rCode = res.rCode,
41066
41080
  msg = res.msg,
41067
41081
  results = res.results;
@@ -41257,7 +41271,7 @@ function freeStartFlowvue_type_script_lang_js_asyncToGenerator(fn) { return func
41257
41271
  params.isSubFlow = taskExamineInfo.isSubFlow;
41258
41272
  params.nodeId = taskExamineInfo.nodeId;
41259
41273
  params.needRetrialAuth = needRetrialAuth;
41260
- return _context.abrupt('return', utils_util["a" /* default */].ajax({ url: api["Hb" /* taskHandleHtml */], method: 'post', data: params }).then(function (res) {
41274
+ return _context.abrupt('return', utils_util["a" /* default */].ajax({ url: api["Ib" /* taskHandleHtml */], method: 'post', data: params }).then(function (res) {
41261
41275
  var status = res.status,
41262
41276
  message = res.message;
41263
41277
 
@@ -41348,8 +41362,8 @@ var freeStartFlow_component = normalizeComponent(
41348
41362
  )
41349
41363
 
41350
41364
  /* harmony default export */ var freeStartFlow = (freeStartFlow_component.exports);
41351
- // CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./packages/flow/src/supervise.vue?vue&type=template&id=3c874472&
41352
- var supervisevue_type_template_id_3c874472_render = function () {
41365
+ // CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./packages/flow/src/supervise.vue?vue&type=template&id=2b223e2a&
41366
+ var supervisevue_type_template_id_2b223e2a_render = function () {
41353
41367
  var _vm = this
41354
41368
  var _h = _vm.$createElement
41355
41369
  var _c = _vm._self._c || _h
@@ -41504,11 +41518,11 @@ var supervisevue_type_template_id_3c874472_render = function () {
41504
41518
  1
41505
41519
  )
41506
41520
  }
41507
- var supervisevue_type_template_id_3c874472_staticRenderFns = []
41508
- supervisevue_type_template_id_3c874472_render._withStripped = true
41521
+ var supervisevue_type_template_id_2b223e2a_staticRenderFns = []
41522
+ supervisevue_type_template_id_2b223e2a_render._withStripped = true
41509
41523
 
41510
41524
 
41511
- // CONCATENATED MODULE: ./packages/flow/src/supervise.vue?vue&type=template&id=3c874472&
41525
+ // CONCATENATED MODULE: ./packages/flow/src/supervise.vue?vue&type=template&id=2b223e2a&
41512
41526
 
41513
41527
  // CONCATENATED MODULE: ./node_modules/babel-loader/lib!./node_modules/vue-loader/lib??vue-loader-options!./packages/flow/src/supervise.vue?vue&type=script&lang=js&
41514
41528
  var supervisevue_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; };
@@ -41614,7 +41628,7 @@ var supervisevue_type_script_lang_js_extends = Object.assign || function (target
41614
41628
  pendingUserIds = _nextNode.pendingUserIds;
41615
41629
 
41616
41630
  var params = {
41617
- url: api["cc" /* toTaskSuperviseSub */],
41631
+ url: api["ec" /* toTaskSuperviseSub */],
41618
41632
  params: {
41619
41633
  userId: utils_util["a" /* default */].getStorage('userId'),
41620
41634
  urgeUserIds: pendingUserIds,
@@ -41638,7 +41652,7 @@ var supervisevue_type_script_lang_js_extends = Object.assign || function (target
41638
41652
 
41639
41653
  this.loading = utils_util["a" /* default */].loading(this.$loading, '加载中...');
41640
41654
  utils_util["a" /* default */].ajax({
41641
- url: api["bc" /* toTaskSupervise */],
41655
+ url: api["dc" /* toTaskSupervise */],
41642
41656
  params: {
41643
41657
  businessId: this.businessId,
41644
41658
  userId: utils_util["a" /* default */].getStorage('userId')
@@ -41649,6 +41663,12 @@ var supervisevue_type_script_lang_js_extends = Object.assign || function (target
41649
41663
  if (res.rCode == 0) {
41650
41664
  _this2.nextNode = supervisevue_type_script_lang_js_extends({}, _this2.nextNode, res.results);
41651
41665
  _this2.nextNode.noticeType = res.results.defaultNotificationType.split(',');
41666
+ } else {
41667
+ _this2.$message({
41668
+ message: res.rMsg,
41669
+ type: 'error'
41670
+ });
41671
+ _this2.$emit('cancel');
41652
41672
  }
41653
41673
  });
41654
41674
  }
@@ -41666,8 +41686,8 @@ var supervisevue_type_script_lang_js_extends = Object.assign || function (target
41666
41686
 
41667
41687
  var supervise_component = normalizeComponent(
41668
41688
  src_supervisevue_type_script_lang_js_,
41669
- supervisevue_type_template_id_3c874472_render,
41670
- supervisevue_type_template_id_3c874472_staticRenderFns,
41689
+ supervisevue_type_template_id_2b223e2a_render,
41690
+ supervisevue_type_template_id_2b223e2a_staticRenderFns,
41671
41691
  false,
41672
41692
  null,
41673
41693
  null,
@@ -42538,6 +42558,7 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
42538
42558
  //
42539
42559
  //
42540
42560
  //
42561
+ //
42541
42562
 
42542
42563
 
42543
42564
 
@@ -42750,7 +42771,7 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
42750
42771
  mounted: function mounted() {
42751
42772
  this.businessIds = this.businessId;
42752
42773
  this.nextNode.nextNodeId = this.nextNodeId;
42753
- if (this.typeCode == 'supervise') return;
42774
+ if (this.typeCode == 'supervise' || this.typeCode == 'read') return;
42754
42775
  this.getNodeType();
42755
42776
  !this.isFlow && (this.newTypeCode = this.typeCode || this.$route.query.typecode);
42756
42777
  if (this.isFlow) {
@@ -42967,7 +42988,7 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
42967
42988
  var _this2 = this;
42968
42989
 
42969
42990
  var params = {
42970
- url: api["D" /* getAdjunctFileInfos */],
42991
+ url: api["E" /* getAdjunctFileInfos */],
42971
42992
  params: { ownId: ownId, code: code }
42972
42993
  };
42973
42994
  utils_util["a" /* default */].ajax(params).then(function (res) {
@@ -43055,7 +43076,7 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
43055
43076
  taskAction: 'complete'
43056
43077
  };
43057
43078
  utils_util["a" /* default */].ajax({
43058
- url: api["Ib" /* taskReadHtml */],
43079
+ url: api["Jb" /* taskReadHtml */],
43059
43080
  params: { taskAction: 'complete' },
43060
43081
  headers: {
43061
43082
  Accept: 'application/json,text/plain'
@@ -43101,7 +43122,7 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
43101
43122
 
43102
43123
  this.loading = utils_util["a" /* default */].loading(this.$loading, '加载中...');
43103
43124
  utils_util["a" /* default */].ajax({
43104
- url: api["Wb" /* toStartTaskReadIndex */],
43125
+ url: api["Yb" /* toStartTaskReadIndex */],
43105
43126
  params: { pendingId: this.pendingId }
43106
43127
  }).then(function (res) {
43107
43128
  var status = res.status,
@@ -43142,7 +43163,7 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
43142
43163
  if (mainConfig) {
43143
43164
  this.userModel = JSON.parse(mainConfig).userModel;
43144
43165
  } else {
43145
- utils_util["a" /* default */].ajax({ url: api["ib" /* loginUserInfo */] }).then(function (res) {
43166
+ utils_util["a" /* default */].ajax({ url: api["jb" /* loginUserInfo */] }).then(function (res) {
43146
43167
  var status = res.status,
43147
43168
  data = res.data;
43148
43169
 
@@ -43243,7 +43264,7 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
43243
43264
  pendingId: this.pendingId
43244
43265
  };
43245
43266
  this.loading = utils_util["a" /* default */].loading(this.$loading, '保存中...');
43246
- utils_util["a" /* default */].ajax({ url: api["Qb" /* tempSave */], params: params }).then(function (res) {
43267
+ utils_util["a" /* default */].ajax({ url: api["Sb" /* tempSave */], params: params }).then(function (res) {
43247
43268
  var status = res.status,
43248
43269
  message = res.message;
43249
43270
 
@@ -43349,7 +43370,7 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
43349
43370
  nodeId = _endFlowInfo.nodeId;
43350
43371
 
43351
43372
  var param = {
43352
- url: api["I" /* getFreeStartFlowParams */],
43373
+ url: api["J" /* getFreeStartFlowParams */],
43353
43374
  params: {
43354
43375
  businessId: businessId,
43355
43376
  processDefinitionId: processDefinitionId,
@@ -43548,7 +43569,7 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
43548
43569
  var _this17 = this;
43549
43570
 
43550
43571
  var params = {
43551
- url: api["gb" /* isCanStartSubFlow */],
43572
+ url: api["hb" /* isCanStartSubFlow */],
43552
43573
  data: {
43553
43574
  appId: this.taskExamineInfo.appId,
43554
43575
  inevitableNode: res.inevitableNode
@@ -43658,7 +43679,7 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
43658
43679
  this.$confirm('确认' + res.value + '?').then(function () {
43659
43680
  // return this.$message.warning('请填写意见');
43660
43681
  var params = {
43661
- url: api["ub" /* rejectAndEnd */],
43682
+ url: api["vb" /* rejectAndEnd */],
43662
43683
  headers: { Accept: 'application/json,text/plain' },
43663
43684
  method: 'post',
43664
43685
  data: {
@@ -43728,7 +43749,7 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
43728
43749
  pendingId: this.pendingId,
43729
43750
  businessId: this.businessIds
43730
43751
  };
43731
- utils_util["a" /* default */].ajax({ url: api["M" /* getNodeInfo */], params: params }).then(function (res) {
43752
+ utils_util["a" /* default */].ajax({ url: api["N" /* getNodeInfo */], params: params }).then(function (res) {
43732
43753
  var status = res.status,
43733
43754
  message = res.message,
43734
43755
  data = res.data;
@@ -43852,6 +43873,7 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
43852
43873
  this.nextNode.isSerialSubmit = 0;
43853
43874
  this.nodeInfos = [];
43854
43875
  this.operationList.forEach(function (item) {
43876
+ console.log(item, val, 'aaa');
43855
43877
  if (item.key === val) {
43856
43878
  if (!item.taskNodeList) {
43857
43879
  _this25.nodeInfos = [];
@@ -43979,7 +44001,7 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
43979
44001
  pendingId: this.pendingId,
43980
44002
  userId: utils_util["a" /* default */].getStorage('userId')
43981
44003
  };
43982
- utils_util["a" /* default */].ajax({ url: api["J" /* getHandleInfoHtml */], params: params }).then(function (res) {
44004
+ utils_util["a" /* default */].ajax({ url: api["K" /* getHandleInfoHtml */], params: params }).then(function (res) {
43983
44005
  //pc返回数据
43984
44006
 
43985
44007
  _this26.loading.close();
@@ -44064,7 +44086,7 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
44064
44086
  _this26.nodeInfos = item.taskNodeList;
44065
44087
  }
44066
44088
  }
44067
- if (taskOperations.length == 1) {
44089
+ if (taskOperations.length > 0) {
44068
44090
  _this26.nodeInfos = [];
44069
44091
  _this26.nextNode.nextOperate = taskOperations[0].key;
44070
44092
  if (taskOperations[0].taskNodeList != null) {
@@ -44273,7 +44295,7 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
44273
44295
  hideTempSave: true
44274
44296
  }, this.param);
44275
44297
  this.loading = utils_util["a" /* default */].loading(this.$loading, '加载中...');
44276
- utils_util["a" /* default */].ajax({ url: api["R" /* getProcessDefList */], params: params }).then(function (res) {
44298
+ utils_util["a" /* default */].ajax({ url: api["S" /* getProcessDefList */], params: params }).then(function (res) {
44277
44299
  var status = res.status,
44278
44300
  message = res.message,
44279
44301
  data = res.data;
@@ -44326,7 +44348,7 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
44326
44348
  userId: utils_util["a" /* default */].getStorage('userId'),
44327
44349
  type: 2
44328
44350
  };
44329
- utils_util["a" /* default */].ajax({ url: api["lb" /* pendedhistoryList */], data: params, method: 'post' }).then(function (res) {
44351
+ utils_util["a" /* default */].ajax({ url: api["mb" /* pendedhistoryList */], data: params, method: 'post' }).then(function (res) {
44330
44352
  var rCode = res.rCode,
44331
44353
  msg = res.msg,
44332
44354
  results = res.results;
@@ -44355,6 +44377,7 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
44355
44377
  params: {
44356
44378
  foreignOrgObj: _that.nextNode.nextOtherOrgObj,
44357
44379
  circularReadProcessKey: _that.taskExamineInfo.processDefinitionId,
44380
+ pendingId: _that.pendingId,
44358
44381
  currentBusinessId: _that.taskExamineInfo.businessId
44359
44382
  }
44360
44383
  };
@@ -44603,7 +44626,7 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
44603
44626
  params.orgRoleCode = circularReadParamsMap.circularReadOrgRoleCode;
44604
44627
  }
44605
44628
 
44606
- return _context.abrupt('return', utils_util["a" /* default */].ajax({ url: api["Hb" /* taskHandleHtml */], method: 'post', data: params }).then(function (res) {
44629
+ return _context.abrupt('return', utils_util["a" /* default */].ajax({ url: api["Ib" /* taskHandleHtml */], method: 'post', data: params }).then(function (res) {
44607
44630
  var status = res.status,
44608
44631
  message = res.message;
44609
44632
 
@@ -44687,8 +44710,8 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
44687
44710
 
44688
44711
  var flow_src_main_component = normalizeComponent(
44689
44712
  packages_flow_src_mainvue_type_script_lang_js_,
44690
- mainvue_type_template_id_fa4ed272_render,
44691
- mainvue_type_template_id_fa4ed272_staticRenderFns,
44713
+ mainvue_type_template_id_cb2a9dc2_render,
44714
+ mainvue_type_template_id_cb2a9dc2_staticRenderFns,
44692
44715
  false,
44693
44716
  null,
44694
44717
  null,
@@ -46678,8 +46701,8 @@ flow_group_src_main.install = function (Vue) {
46678
46701
  };
46679
46702
 
46680
46703
  /* 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 () {
46704
+ // 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&
46705
+ var mainvue_type_template_id_32bf4042_render = function () {
46683
46706
  var _vm = this
46684
46707
  var _h = _vm.$createElement
46685
46708
  var _c = _vm._self._c || _h
@@ -46733,6 +46756,7 @@ var mainvue_type_template_id_f1587d18_render = function () {
46733
46756
  on: {
46734
46757
  "cell-click": _vm.handleCellClick,
46735
46758
  "btn-click": _vm.handleBtnClick,
46759
+ "selection-change": _vm.handleSelectionChange,
46736
46760
  },
46737
46761
  },
46738
46762
  "es-data-table",
@@ -46875,17 +46899,22 @@ var mainvue_type_template_id_f1587d18_render = function () {
46875
46899
  2
46876
46900
  )
46877
46901
  }
46878
- var mainvue_type_template_id_f1587d18_staticRenderFns = []
46879
- mainvue_type_template_id_f1587d18_render._withStripped = true
46902
+ var mainvue_type_template_id_32bf4042_staticRenderFns = []
46903
+ mainvue_type_template_id_32bf4042_render._withStripped = true
46880
46904
 
46881
46905
 
46882
- // CONCATENATED MODULE: ./packages/flow-list/src/main.vue?vue&type=template&id=f1587d18&
46906
+ // CONCATENATED MODULE: ./packages/flow-list/src/main.vue?vue&type=template&id=32bf4042&
46883
46907
 
46884
46908
  // 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&
46909
+
46910
+
46885
46911
  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
46912
 
46887
46913
  var flow_list_src_mainvue_type_script_lang_js_components;
46888
46914
 
46915
+ 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"); }); }; }
46916
+
46917
+ //
46889
46918
  //
46890
46919
  //
46891
46920
  //
@@ -46987,6 +47016,10 @@ var flow_list_src_mainvue_type_script_lang_js_components;
46987
47016
  type: String,
46988
47017
  default: ''
46989
47018
  },
47019
+ getListCount: {
47020
+ type: Function,
47021
+ default: function _default() {}
47022
+ },
46990
47023
  hide: {
46991
47024
  type: String,
46992
47025
  default: ''
@@ -47033,9 +47066,13 @@ var flow_list_src_mainvue_type_script_lang_js_components;
47033
47066
  pressLoading: false,
47034
47067
  pressTableList: [],
47035
47068
  circularData: [],
47069
+ selectList: [],
47070
+ untreatedReadData: [],
47071
+ processedReadData: [],
47036
47072
  hasCircularReadWithdrawAuthority: false,
47037
47073
  currentPage: 1,
47038
47074
  pageSize: 20,
47075
+ flowListCount: {},
47039
47076
  currentUserHasPresetInfoAuth: false,
47040
47077
  pressThead: [{
47041
47078
  title: '催办节点',
@@ -47182,7 +47219,22 @@ var flow_list_src_mainvue_type_script_lang_js_components;
47182
47219
  circular: [{
47183
47220
  type: 'text',
47184
47221
  contents: '传阅列表'
47222
+ }],
47223
+ untreatedRead: [{
47224
+ type: 'text',
47225
+ contents: '未处理分阅列表'
47226
+ }, {
47227
+ type: 'button',
47228
+ contents: [{
47229
+ text: '撤销分阅',
47230
+ fun: 'recallRead'
47231
+ }]
47232
+ }],
47233
+ processedRead: [{
47234
+ type: 'text',
47235
+ contents: '已处理分阅列表'
47185
47236
  }]
47237
+ // Reading situation
47186
47238
  };
47187
47239
  },
47188
47240
  pageInfo: function pageInfo() {
@@ -47558,6 +47610,100 @@ var flow_list_src_mainvue_type_script_lang_js_components;
47558
47610
  return h('span', {}, [params.row.doresult ? params.row.doresult + (params.row.handleInfo ? '&' : '') : '', h('span', { style: { color: '#A5A5A5', marginLeft: '2px' } }, params.row.handleInfo || '')]);
47559
47611
  }
47560
47612
  }
47613
+ }],
47614
+ untreatedRead: [{
47615
+ label: '步骤',
47616
+ field: 'itemid',
47617
+ align: 'center',
47618
+ key: 'bz',
47619
+ showOverflowTooltip: true,
47620
+ width: this.theadWidth.itemid || 110
47621
+ }, {
47622
+ label: '办理人',
47623
+ field: 'userName',
47624
+ align: 'center',
47625
+ key: 'blr',
47626
+ showOverflowTooltip: true,
47627
+ width: this.theadWidth.userName
47628
+ }, {
47629
+ label: '办理状态',
47630
+ field: 'pendstate',
47631
+ key: 'blzt',
47632
+ align: 'center',
47633
+ showOverflowTooltip: true,
47634
+ width: this.theadWidth.pendstate || 110,
47635
+ render: function render(h, params) {
47636
+ return h('span', {
47637
+ style: {
47638
+ color: params.row.pendstate == 0 || params.row.pendstate == 3 ? 'red' : params.row.pendstate == 1 ? 'green' : 'deepskyblue'
47639
+ },
47640
+ domProps: { innerHTML: params.row.querykeywords }
47641
+ });
47642
+ }
47643
+ }, {
47644
+ label: '创建时间',
47645
+ field: 'createtime',
47646
+ align: 'center',
47647
+ key: 'cjsj',
47648
+ showOverflowTooltip: true,
47649
+ width: this.theadWidth.createtime || 150,
47650
+ render: function render(h, params) {
47651
+ return h('span', {}, params.row.doetime ? utils_util["a" /* default */].formatDate(params.row.createtime, 'yyyy-MM-dd HH:mm') : '');
47652
+ }
47653
+ }],
47654
+ processedRead: [{
47655
+ label: '步骤',
47656
+ field: 'itemid',
47657
+ align: 'center',
47658
+ key: 'bz',
47659
+ showOverflowTooltip: true,
47660
+ width: this.theadWidth.itemid || 110
47661
+ }, {
47662
+ label: '办理人',
47663
+ field: 'userName',
47664
+ align: 'center',
47665
+ key: 'blr',
47666
+ showOverflowTooltip: true,
47667
+ width: this.theadWidth.userName
47668
+ }, {
47669
+ label: '办理状态',
47670
+ field: 'pendstate',
47671
+ key: 'blzt',
47672
+ align: 'center',
47673
+ showOverflowTooltip: true,
47674
+ width: this.theadWidth.pendstate || 110,
47675
+ render: function render(h, params) {
47676
+ return h('span', {
47677
+ style: {
47678
+ color: params.row.pendstate == 0 || params.row.pendstate == 3 ? 'red' : params.row.pendstate == 1 ? 'green' : 'deepskyblue'
47679
+ },
47680
+ domProps: { innerHTML: params.row.querykeywords }
47681
+ });
47682
+ }
47683
+ }, {
47684
+ label: '办理时间',
47685
+ field: 'doetime',
47686
+ align: 'center',
47687
+ key: 'blsj',
47688
+ showOverflowTooltip: true,
47689
+ width: this.theadWidth.doetime || 150,
47690
+ render: function render(h, params) {
47691
+ return h('span', {}, params.row.doetime ? utils_util["a" /* default */].formatDate(params.row.doetime, 'yyyy-MM-dd HH:mm') : '');
47692
+ }
47693
+ }, {
47694
+ label: '代办人',
47695
+ field: 'douserid',
47696
+ align: 'center',
47697
+ key: 'dbr',
47698
+ showOverflowTooltip: true,
47699
+ width: this.theadWidth.douserid
47700
+ }, {
47701
+ label: '意见',
47702
+ field: 'doresult',
47703
+ align: 'center',
47704
+ key: 'yj',
47705
+ showOverflowTooltip: true,
47706
+ width: this.theadWidth.doresult
47561
47707
  }]
47562
47708
  };
47563
47709
  },
@@ -47571,6 +47717,9 @@ var flow_list_src_mainvue_type_script_lang_js_components;
47571
47717
  return item != 'splitReading';
47572
47718
  });
47573
47719
  }
47720
+ if (newContents.indexOf('readingSituation') != -1) {
47721
+ newContents = ['untreatedRead', 'processedRead'];
47722
+ }
47574
47723
  var contents = newContents.map(function (item) {
47575
47724
  if (typeof item === 'string') {
47576
47725
  var data = [];
@@ -47594,6 +47743,7 @@ var flow_list_src_mainvue_type_script_lang_js_components;
47594
47743
  }
47595
47744
  return {
47596
47745
  type: item,
47746
+ checkbox: newContents.indexOf('untreatedRead') != -1,
47597
47747
  toolbar: _this3.toolbars[item],
47598
47748
  thead: data.length > 0 ? data : _this3.theads[item],
47599
47749
  showFormBtn: false
@@ -47708,20 +47858,121 @@ var flow_list_src_mainvue_type_script_lang_js_components;
47708
47858
  }
47709
47859
  },
47710
47860
  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();
47861
+ var _this5 = this;
47862
+
47863
+ return flow_list_src_mainvue_type_script_lang_js_asyncToGenerator( /*#__PURE__*/regenerator_default.a.mark(function _callee() {
47864
+ return regenerator_default.a.wrap(function _callee$(_context) {
47865
+ while (1) {
47866
+ switch (_context.prev = _context.next) {
47867
+ case 0:
47868
+ _this5.loading = utils_util["a" /* default */].loading(_this5.$loading, '加载中...');
47869
+
47870
+ if (!(_this5.contents.indexOf('readingSituation') != -1)) {
47871
+ _context.next = 10;
47872
+ break;
47873
+ }
47874
+
47875
+ _context.next = 4;
47876
+ return _this5.getFyListJson(1);
47877
+
47878
+ case 4:
47879
+ _context.next = 6;
47880
+ return _this5.getFyListJson(2);
47881
+
47882
+ case 6:
47883
+ _this5.getListCount(_this5.flowListCount);
47884
+ _this5.show = true;
47885
+ _context.next = 11;
47886
+ break;
47887
+
47888
+ case 10:
47889
+ _this5.getFlowList();
47890
+
47891
+ case 11:
47892
+ _this5.getSysInfo('preset_type');
47893
+ _this5.getSysInfo('is_edit');
47894
+ _this5.getListInfo();
47895
+
47896
+ case 14:
47897
+ case 'end':
47898
+ return _context.stop();
47899
+ }
47900
+ }
47901
+ }, _callee, _this5);
47902
+ }))();
47719
47903
  },
47720
47904
 
47721
47905
 
47722
47906
  methods: {
47907
+ recallReadFun: function recallReadFun() {
47908
+ var _this6 = this;
47909
+
47910
+ var _that = this;
47911
+ var pendingIds = _that.selectList.map(function (x) {
47912
+ return x.id;
47913
+ }).join(',');
47914
+ var params = {
47915
+ url: api["Kb" /* taskReadWithDraw */],
47916
+ params: {
47917
+ pendingIds: pendingIds
47918
+ }
47919
+ };
47920
+ _that.loading = utils_util["a" /* default */].loading(_that.$loading, '撤销中...');
47921
+ utils_util["a" /* default */].ajax(params).then(function () {
47922
+ var _ref = flow_list_src_mainvue_type_script_lang_js_asyncToGenerator( /*#__PURE__*/regenerator_default.a.mark(function _callee2(res) {
47923
+ return regenerator_default.a.wrap(function _callee2$(_context2) {
47924
+ while (1) {
47925
+ switch (_context2.prev = _context2.next) {
47926
+ case 0:
47927
+ _that.loading.close();
47928
+
47929
+ if (!(res.rCode == 0 || res.status == 'success')) {
47930
+ _context2.next = 8;
47931
+ break;
47932
+ }
47933
+
47934
+ _that.$message.success('撤销成功!');
47935
+ _context2.next = 5;
47936
+ return _that.getFyListJson(1);
47937
+
47938
+ case 5:
47939
+ _that.getListCount(_that.flowListCount);
47940
+ _context2.next = 9;
47941
+ break;
47942
+
47943
+ case 8:
47944
+ _that.$message.error(res.message);
47945
+
47946
+ case 9:
47947
+ case 'end':
47948
+ return _context2.stop();
47949
+ }
47950
+ }
47951
+ }, _callee2, _this6);
47952
+ }));
47953
+
47954
+ return function (_x) {
47955
+ return _ref.apply(this, arguments);
47956
+ };
47957
+ }());
47958
+ },
47959
+ recallRead: function recallRead() {
47960
+ var _this7 = this;
47961
+
47962
+ if (this.selectList.length == 0) return this.$message.warning('请选择需要撤销的分阅');
47963
+ this.$confirm('是否确认撤销选中的分阅?', '提示', {
47964
+ confirmButtonText: '确定',
47965
+ cancelButtonText: '取消',
47966
+ type: 'warning'
47967
+ }).then(function () {
47968
+ _this7.recallReadFun();
47969
+ });
47970
+ },
47971
+ handleSelectionChange: function handleSelectionChange(val) {
47972
+ this.selectList = val;
47973
+ },
47723
47974
  handledraw: function handledraw(pendedHistoryId) {
47724
- var _this5 = this;
47975
+ var _this8 = this;
47725
47976
 
47726
47977
  var params = {
47727
47978
  url: api["f" /* circularReadWithdraw */],
@@ -47732,45 +47983,58 @@ var flow_list_src_mainvue_type_script_lang_js_components;
47732
47983
  cancelButtonText: '取消',
47733
47984
  type: 'warning'
47734
47985
  }).then(function () {
47735
- _this5.loading = utils_util["a" /* default */].loading(_this5.$loading, '撤回中...');
47986
+ _this8.loading = utils_util["a" /* default */].loading(_this8.$loading, '撤回中...');
47736
47987
  utils_util["a" /* default */].ajax(params).then(function (res) {
47737
- _this5.loading.close();
47988
+ _this8.loading.close();
47738
47989
  if (res.rCode == 0) {
47739
- _this5.$message({
47990
+ _this8.$message({
47740
47991
  message: '撤回成功',
47741
47992
  type: 'success'
47742
47993
  });
47743
- _this5.getCircularReadList();
47994
+ _this8.getCircularReadList();
47744
47995
  }
47745
47996
  });
47746
47997
  // _that.subMit(res.results,type)
47747
47998
  }).catch(function () {});
47748
47999
  },
47749
48000
  getCircularReadList: function getCircularReadList() {
47750
- var _this6 = this;
47751
-
48001
+ var _that = this;
47752
48002
  var params = {
47753
- url: api["nb" /* pendedhistoryListWithCircularReadJson */],
47754
- params: { apprecordid: this.businessId }
48003
+ url: api["ob" /* pendedhistoryListWithCircularReadJson */],
48004
+ params: { apprecordid: _that.businessId }
47755
48005
  };
47756
48006
  utils_util["a" /* default */].ajax(params).then(function (res) {
47757
48007
  if (res.status == 'success' || res.rCode == 0) {
47758
- _this6.circularData = res.data.fyHistoryList;
47759
- _this6.hasCircularReadWithdrawAuthority = res.data.hasCircularReadWithdrawAuthority;
48008
+ _that.circularData = res.data.fyHistoryList;
48009
+ _that.hasCircularReadWithdrawAuthority = res.data.hasCircularReadWithdrawAuthority;
48010
+ _that.$nextTick(function () {
48011
+ _that.getListCount(_that.flowListCount);
48012
+ });
47760
48013
  }
47761
48014
  });
47762
48015
  },
47763
48016
  returnData: function returnData(type) {
47764
48017
  switch (type) {
47765
48018
  case 'preset':
48019
+ this.flowListCount.preset = this.presetData.length;
47766
48020
  return this.presetData;
47767
48021
  case 'sign':
48022
+ this.flowListCount.sign = this.signData.length;
47768
48023
  return this.signData;
47769
48024
  case 'splitReading':
48025
+ this.flowListCount.splitReading = this.splitReadingData.length;
47770
48026
  return this.splitReadingData;
47771
48027
  case 'circular':
48028
+ this.flowListCount.circular = this.circularData.length;
47772
48029
  return this.circularData;
48030
+ case 'untreatedRead':
48031
+ this.flowListCount.untreatedRead = this.untreatedReadData.length;
48032
+ return this.untreatedReadData;
48033
+ case 'processedRead':
48034
+ this.flowListCount.processedRead = this.processedReadData.length;
48035
+ return this.processedReadData;
47773
48036
  default:
48037
+ this.flowListCount.flow = this.flowData.length;
47774
48038
  return this.flowData;
47775
48039
  }
47776
48040
  },
@@ -47784,11 +48048,14 @@ var flow_list_src_mainvue_type_script_lang_js_components;
47784
48048
  }
47785
48049
  },
47786
48050
  handleBtnClick: function handleBtnClick(data) {
48051
+ // recallRead
47787
48052
  var handle = data.handle,
47788
48053
  row = data.row;
47789
48054
 
47790
48055
  if (handle.text == '删除') {
47791
48056
  this.del(row.id);
48057
+ } else if (handle.fun == 'recallRead') {
48058
+ this[handle.fun]();
47792
48059
  }
47793
48060
  },
47794
48061
 
@@ -47800,7 +48067,7 @@ var flow_list_src_mainvue_type_script_lang_js_components;
47800
48067
  * @date 2022年11月29日
47801
48068
  **/
47802
48069
  handleFormSubmit: function handleFormSubmit(formData) {
47803
- var _this7 = this;
48070
+ var _this9 = this;
47804
48071
 
47805
48072
  this.delLoading = true;
47806
48073
  var params = {
@@ -47812,18 +48079,18 @@ var flow_list_src_mainvue_type_script_lang_js_components;
47812
48079
  var status = res.status,
47813
48080
  message = res.message;
47814
48081
 
47815
- _this7.delLoading = false;
48082
+ _this9.delLoading = false;
47816
48083
  if (status === 'success') {
47817
- _this7.$message.success('删除成功');
47818
- _this7.showDel = false;
47819
- _this7.handleChange();
48084
+ _this9.$message.success('删除成功');
48085
+ _this9.showDel = false;
48086
+ _this9.handleChange();
47820
48087
  } else {
47821
- _this7.$message.error(message || '系统错误,请联系管理员!');
48088
+ _this9.$message.error(message || '系统错误,请联系管理员!');
47822
48089
  }
47823
48090
  }).catch(function (err) {
47824
- _this7.delLoading = false;
48091
+ _this9.delLoading = false;
47825
48092
  if (err.message && err.message !== 'canceled') {
47826
- _this7.$message.error(err.message);
48093
+ _this9.$message.error(err.message);
47827
48094
  }
47828
48095
  });
47829
48096
  },
@@ -47887,7 +48154,7 @@ var flow_list_src_mainvue_type_script_lang_js_components;
47887
48154
  * @date 2022年11月29日
47888
48155
  **/
47889
48156
  getPressList: function getPressList() {
47890
- var _this8 = this;
48157
+ var _this10 = this;
47891
48158
 
47892
48159
  var historyId = this.historyId,
47893
48160
  pageSize = this.pageSize,
@@ -47897,19 +48164,19 @@ var flow_list_src_mainvue_type_script_lang_js_components;
47897
48164
 
47898
48165
  this.pressLoading = true;
47899
48166
  var params = {
47900
- url: api["ob" /* pressListJson */],
48167
+ url: api["pb" /* pressListJson */],
47901
48168
  params: { historyId: historyId },
47902
48169
  method: 'POST',
47903
48170
  data: { page: currentPage, rows: pageSize, sidx: sidx, sord: sord, historyId: historyId }
47904
48171
  };
47905
48172
  utils_util["a" /* default */].ajax(params).then(function (res) {
47906
- _this8.pressTableList = res.data;
47907
- _this8.total = res.totalrecords;
47908
- _this8.pressLoading = false;
48173
+ _this10.pressTableList = res.data;
48174
+ _this10.total = res.totalrecords;
48175
+ _this10.pressLoading = false;
47909
48176
  }).catch(function (err) {
47910
- _this8.pressLoading = false;
48177
+ _this10.pressLoading = false;
47911
48178
  if (err.message && err.message !== 'canceled') {
47912
- _this8.$message.error(err.message);
48179
+ _this10.$message.error(err.message);
47913
48180
  }
47914
48181
  });
47915
48182
  },
@@ -47953,6 +48220,39 @@ var flow_list_src_mainvue_type_script_lang_js_components;
47953
48220
  this.loading = utils_util["a" /* default */].loading(this.$loading, '加载中...');
47954
48221
  this.getFlowList();
47955
48222
  },
48223
+ getFyListJson: function getFyListJson(type) {
48224
+ var _this11 = this;
48225
+
48226
+ return flow_list_src_mainvue_type_script_lang_js_asyncToGenerator( /*#__PURE__*/regenerator_default.a.mark(function _callee3() {
48227
+ var params;
48228
+ return regenerator_default.a.wrap(function _callee3$(_context3) {
48229
+ while (1) {
48230
+ switch (_context3.prev = _context3.next) {
48231
+ case 0:
48232
+ params = {
48233
+ url: api["D" /* fyListJson */],
48234
+ params: {
48235
+ appRecordId: _this11.businessId,
48236
+ status: type
48237
+ }
48238
+ };
48239
+ _context3.next = 3;
48240
+ return utils_util["a" /* default */].ajax(params).then(function (res) {
48241
+ if (type == 1) {
48242
+ _this11.untreatedReadData = res.data;
48243
+ } else {
48244
+ _this11.processedReadData = res.data;
48245
+ }
48246
+ });
48247
+
48248
+ case 3:
48249
+ case 'end':
48250
+ return _context3.stop();
48251
+ }
48252
+ }
48253
+ }, _callee3, _this11);
48254
+ }))();
48255
+ },
47956
48256
 
47957
48257
  /**
47958
48258
  * getFlowList
@@ -47961,10 +48261,10 @@ var flow_list_src_mainvue_type_script_lang_js_components;
47961
48261
  * @date 2022年11月22日
47962
48262
  **/
47963
48263
  getFlowList: function getFlowList() {
47964
- var _this9 = this;
48264
+ var _this12 = this;
47965
48265
 
47966
48266
  var params = {
47967
- url: api["mb" /* pendedhistoryListJson */],
48267
+ url: api["nb" /* pendedhistoryListJson */],
47968
48268
  params: flow_list_src_mainvue_type_script_lang_js_extends({
47969
48269
  apprecordid: this.businessId,
47970
48270
  pendingAttr: 0,
@@ -47984,31 +48284,38 @@ var flow_list_src_mainvue_type_script_lang_js_components;
47984
48284
  modify = _res$data.modify,
47985
48285
  taskReadName = _res$data.taskReadName;
47986
48286
 
47987
- _this9.loading.close();
48287
+ _this12.loading.close();
47988
48288
  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) {
48289
+ _this12.flowTableInfo.adjunctCode = adjunctCode;
48290
+ _this12.flowTableInfo.hasAgent = hasAgent;
48291
+ _this12.attachmentPaperClipCssStyle = res.data.attachmentPaperClipCssStyle;
48292
+ _this12.isShort = isShort;
48293
+ _this12.taskReadName = taskReadName;
48294
+ _this12.flowData = wfHistoryList;
48295
+ _this12.flowData.map(function (x) {
47996
48296
  if (!x.deptid) {
47997
48297
  x.deptid = x.deptName;
47998
48298
  }
47999
48299
  });
48000
- _this9.splitReadingData = fyHistoryList;
48001
- _this9.modify = modify;
48002
- _this9.show = true;
48300
+ _this12.splitReadingData = fyHistoryList;
48301
+ _this12.modify = modify;
48302
+ _this12.show = true;
48303
+ if (_this12.contents.indexOf('circular') != -1) {
48304
+ _this12.getCircularReadList();
48305
+ } else {
48306
+ _this12.$nextTick(function () {
48307
+ _this12.getListCount(_this12.flowListCount);
48308
+ });
48309
+ }
48003
48310
  } else {
48004
- _this9.$message.error(message || '系统错误,请联系管理员!');
48311
+ _this12.$message.error(message || '系统错误,请联系管理员!');
48005
48312
  }
48006
48313
  }).catch(function (err) {
48007
- _this9.loading.close();
48314
+ _this12.loading.close();
48008
48315
  if (err.message && err.message !== 'canceled') {
48009
- _this9.$message.error(err.message);
48316
+ _this12.$message.error(err.message);
48010
48317
  }
48011
- _this9.show = true;
48318
+ _this12.show = true;
48012
48319
  });
48013
48320
  },
48014
48321
 
@@ -48020,7 +48327,7 @@ var flow_list_src_mainvue_type_script_lang_js_components;
48020
48327
  * @date 2022年11月10日
48021
48328
  **/
48022
48329
  handleClick: function handleClick(val) {
48023
- var _this10 = this;
48330
+ var _this13 = this;
48024
48331
 
48025
48332
  var text = val.handle.text,
48026
48333
  _val$row = val.row,
@@ -48030,7 +48337,7 @@ var flow_list_src_mainvue_type_script_lang_js_components;
48030
48337
  if (text === '置为失效') {
48031
48338
  if (status == 0) {
48032
48339
  this.$confirm('您确定要置为失效吗?').then(function () {
48033
- _this10.loading = utils_util["a" /* default */].loading(_this10.$loading, '提交中...');
48340
+ _this13.loading = utils_util["a" /* default */].loading(_this13.$loading, '提交中...');
48034
48341
  var param = {
48035
48342
  url: api["m" /* deletePresetInfo */],
48036
48343
  headers: { Accept: 'application/json,text/plain' },
@@ -48041,17 +48348,17 @@ var flow_list_src_mainvue_type_script_lang_js_components;
48041
48348
  var status = res.status,
48042
48349
  message = res.message;
48043
48350
 
48044
- _this10.loading.close();
48351
+ _this13.loading.close();
48045
48352
  if (status === 'success') {
48046
- _this10.$message.success('操作成功');
48047
- _this10.getListInfo();
48353
+ _this13.$message.success('操作成功');
48354
+ _this13.getListInfo();
48048
48355
  } else {
48049
- _this10.$message.error(message || '系统错误,请联系管理员!');
48356
+ _this13.$message.error(message || '系统错误,请联系管理员!');
48050
48357
  }
48051
48358
  }).catch(function (err) {
48052
- _this10.loading.close();
48359
+ _this13.loading.close();
48053
48360
  if (err.message && err.message !== 'canceled') {
48054
- _this10.$message.error(err.message);
48361
+ _this13.$message.error(err.message);
48055
48362
  }
48056
48363
  });
48057
48364
  }).catch(function (e) {
@@ -48086,7 +48393,7 @@ var flow_list_src_mainvue_type_script_lang_js_components;
48086
48393
  * @date 2022年11月10日
48087
48394
  **/
48088
48395
  getSysInfo: function getSysInfo(code) {
48089
- var _this11 = this;
48396
+ var _this14 = this;
48090
48397
 
48091
48398
  var params = {
48092
48399
  url: api["x" /* findCodeValues */],
@@ -48098,9 +48405,9 @@ var flow_list_src_mainvue_type_script_lang_js_components;
48098
48405
  data = res.data;
48099
48406
 
48100
48407
  if (status == 'success') {
48101
- _this11[code] = data;
48408
+ _this14[code] = data;
48102
48409
  } else {
48103
- _this11.$message.error(message || '系统错误,请联系管理员!');
48410
+ _this14.$message.error(message || '系统错误,请联系管理员!');
48104
48411
  }
48105
48412
  }).catch(function (e) {});
48106
48413
  },
@@ -48112,10 +48419,10 @@ var flow_list_src_mainvue_type_script_lang_js_components;
48112
48419
  * @date 2022年11月10日
48113
48420
  **/
48114
48421
  getListInfo: function getListInfo() {
48115
- var _this12 = this;
48422
+ var _this15 = this;
48116
48423
 
48117
48424
  var param = {
48118
- url: api["Rb" /* toPresetInfoListIndex */],
48425
+ url: api["Tb" /* toPresetInfoListIndex */],
48119
48426
  params: { apprecordid: this.businessId }
48120
48427
  };
48121
48428
  utils_util["a" /* default */].ajax(param).then(function (res) {
@@ -48127,19 +48434,19 @@ var flow_list_src_mainvue_type_script_lang_js_components;
48127
48434
  canDelete = _res$data2.canDelete,
48128
48435
  currentUserHasPresetInfoAuth = _res$data2.currentUserHasPresetInfoAuth;
48129
48436
 
48130
- _this12.loading.close();
48437
+ _this15.loading.close();
48131
48438
  if (status == 'success') {
48132
- presetInfoList && (_this12.presetData = presetInfoList);
48133
- _this12.presetInfoListHiddenColumns = presetInfoListHiddenColumns;
48134
- _this12.currentUserHasPresetInfoAuth = currentUserHasPresetInfoAuth;
48135
- _this12.canDelete = canDelete;
48439
+ presetInfoList && (_this15.presetData = presetInfoList);
48440
+ _this15.presetInfoListHiddenColumns = presetInfoListHiddenColumns;
48441
+ _this15.currentUserHasPresetInfoAuth = currentUserHasPresetInfoAuth;
48442
+ _this15.canDelete = canDelete;
48136
48443
  } else {
48137
- _this12.$message.error(message || '系统错误,请联系管理员!');
48444
+ _this15.$message.error(message || '系统错误,请联系管理员!');
48138
48445
  }
48139
48446
  }).catch(function (err) {
48140
- _this12.loading.close();
48447
+ _this15.loading.close();
48141
48448
  if (err.message && err.message !== 'canceled') {
48142
- _this12.$message.error(err.message);
48449
+ _this15.$message.error(err.message);
48143
48450
  }
48144
48451
  });
48145
48452
  }
@@ -48157,8 +48464,8 @@ var flow_list_src_mainvue_type_script_lang_js_components;
48157
48464
 
48158
48465
  var flow_list_src_main_component = normalizeComponent(
48159
48466
  packages_flow_list_src_mainvue_type_script_lang_js_,
48160
- mainvue_type_template_id_f1587d18_render,
48161
- mainvue_type_template_id_f1587d18_staticRenderFns,
48467
+ mainvue_type_template_id_32bf4042_render,
48468
+ mainvue_type_template_id_32bf4042_staticRenderFns,
48162
48469
  false,
48163
48470
  null,
48164
48471
  null,
@@ -48373,7 +48680,7 @@ mainvue_type_template_id_3d02c60c_render._withStripped = true
48373
48680
 
48374
48681
  if (this.job.id !== item.id) {
48375
48682
  this.job = item;
48376
- utils_util["a" /* default */].ajax({ url: api["Eb" /* switchUserTo */], params: { userId: item.value } }).then(function (res) {
48683
+ utils_util["a" /* default */].ajax({ url: api["Fb" /* switchUserTo */], params: { userId: item.value } }).then(function (res) {
48377
48684
  if (res.rCode == 0) {
48378
48685
  utils_util["a" /* default */].setStorage({
48379
48686
  type: _this.storage,
@@ -49082,7 +49389,7 @@ var _props;
49082
49389
  document.body.appendChild(iframe);
49083
49390
  }
49084
49391
  }
49085
- utils_util["a" /* default */].ajax({ method: 'post', url: api["jb" /* logout */] }).then(function (res) {
49392
+ utils_util["a" /* default */].ajax({ method: 'post', url: api["kb" /* logout */] }).then(function (res) {
49086
49393
  if (res.rCode == 0) {
49087
49394
  utils_util["a" /* default */].removeStorage(['Authorization', 'token', 'ssId', 'userId', 'userName', 'auth', 'deviceUnique', 'menus', 'useCaseCodes', 'mainConfig', 'jump']);
49088
49395
  if (_this.onQuit && typeof _this.onQuit === 'function') {
@@ -49214,7 +49521,7 @@ mainvue_type_template_id_20e44f4a_render._withStripped = true
49214
49521
  props: {
49215
49522
  preview: {
49216
49523
  type: String,
49217
- default: api["pb" /* previewAdjunct */] + '?adjunctId='
49524
+ default: api["qb" /* previewAdjunct */] + '?adjunctId='
49218
49525
  },
49219
49526
  contents: [Object, String]
49220
49527
  },
@@ -50699,8 +51006,8 @@ layout_src_main.install = function (Vue) {
50699
51006
  };
50700
51007
 
50701
51008
  /* harmony default export */ var packages_layout = (layout_src_main);
50702
- // CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./packages/login/src/main.vue?vue&type=template&id=68362bbf&
50703
- var mainvue_type_template_id_68362bbf_render = function () {
51009
+ // CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./packages/login/src/main.vue?vue&type=template&id=09f16d63&
51010
+ var mainvue_type_template_id_09f16d63_render = function () {
50704
51011
  var _vm = this
50705
51012
  var _h = _vm.$createElement
50706
51013
  var _c = _vm._self._c || _h
@@ -51871,7 +52178,7 @@ var mainvue_type_template_id_68362bbf_render = function () {
51871
52178
  )
51872
52179
  : _vm._e()
51873
52180
  }
51874
- var mainvue_type_template_id_68362bbf_staticRenderFns = [
52181
+ var mainvue_type_template_id_09f16d63_staticRenderFns = [
51875
52182
  function () {
51876
52183
  var _vm = this
51877
52184
  var _h = _vm.$createElement
@@ -51886,10 +52193,10 @@ var mainvue_type_template_id_68362bbf_staticRenderFns = [
51886
52193
  ])
51887
52194
  },
51888
52195
  ]
51889
- mainvue_type_template_id_68362bbf_render._withStripped = true
52196
+ mainvue_type_template_id_09f16d63_render._withStripped = true
51890
52197
 
51891
52198
 
51892
- // CONCATENATED MODULE: ./packages/login/src/main.vue?vue&type=template&id=68362bbf&
52199
+ // CONCATENATED MODULE: ./packages/login/src/main.vue?vue&type=template&id=09f16d63&
51893
52200
 
51894
52201
  // CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./packages/login/src/resetPassword.vue?vue&type=template&id=45dccfdc&
51895
52202
  var resetPasswordvue_type_template_id_45dccfdc_render = function () {
@@ -52271,7 +52578,7 @@ function resetPasswordvue_type_script_lang_js_objectWithoutProperties(obj, keys)
52271
52578
  var _this2 = this;
52272
52579
 
52273
52580
  utils_util["a" /* default */].ajax({
52274
- url: api["db" /* initModifyPassword */]
52581
+ url: api["eb" /* initModifyPassword */]
52275
52582
  }).then(function (res) {
52276
52583
  if (res.rCode === 0) {
52277
52584
  var results = JSON.parse(JSON.stringify(res.results));
@@ -52331,7 +52638,7 @@ function resetPasswordvue_type_script_lang_js_objectWithoutProperties(obj, keys)
52331
52638
  var _this4 = this;
52332
52639
 
52333
52640
  utils_util["a" /* default */].ajax({
52334
- url: api["L" /* getModifyPassCode */],
52641
+ url: api["M" /* getModifyPassCode */],
52335
52642
  params: params
52336
52643
  }).then(function (res) {
52337
52644
  if (res.rCode === 0) {
@@ -52376,7 +52683,7 @@ function resetPasswordvue_type_script_lang_js_objectWithoutProperties(obj, keys)
52376
52683
  data.operationCheckCode = this.operationCheckCode;
52377
52684
  utils_util["a" /* default */].ajax({
52378
52685
  method: 'post',
52379
- url: api["hb" /* loginModifyPassword */],
52686
+ url: api["ib" /* loginModifyPassword */],
52380
52687
  data: data
52381
52688
  }).then(function (res) {
52382
52689
  _this5.submit = false;
@@ -52949,7 +53256,7 @@ var ceshi = utils_util["a" /* default */].getParams('ceshi');
52949
53256
  //初始登录配置接口地址
52950
53257
  initLogin: {
52951
53258
  type: String,
52952
- default: api["cb" /* initLogin */]
53259
+ default: api["db" /* initLogin */]
52953
53260
  },
52954
53261
  size: String,
52955
53262
  mode: {
@@ -53073,7 +53380,7 @@ var ceshi = utils_util["a" /* default */].getParams('ceshi');
53073
53380
  },
53074
53381
  getLoginCode: {
53075
53382
  type: String,
53076
- default: api["K" /* getLoginCode */]
53383
+ default: api["L" /* getLoginCode */]
53077
53384
  },
53078
53385
  doCodeLogin: {
53079
53386
  type: String,
@@ -53081,7 +53388,7 @@ var ceshi = utils_util["a" /* default */].getParams('ceshi');
53081
53388
  },
53082
53389
  getTwoFactorLoginCode: {
53083
53390
  type: String,
53084
- default: api["W" /* getTwoFactorLoginCode */]
53391
+ default: api["X" /* getTwoFactorLoginCode */]
53085
53392
  },
53086
53393
  doTwoFactorLogin: {
53087
53394
  type: String,
@@ -53736,6 +54043,9 @@ var ceshi = utils_util["a" /* default */].getParams('ceshi');
53736
54043
  if (res.linuxDownloadUrl) {
53737
54044
  downloads['linux'] = res.linuxDownloadUrl;
53738
54045
  }
54046
+ if (res.harmonyDownloadUrl) {
54047
+ downloads['harmony'] = res.harmonyDownloadUrl;
54048
+ }
53739
54049
  this.sysName = res.subsystemName;
53740
54050
  this.secret = res.secret;
53741
54051
  this.setup = res.setup;
@@ -53808,6 +54118,10 @@ var ceshi = utils_util["a" /* default */].getParams('ceshi');
53808
54118
  if (res.subsystemExtend.uosDownloadUrl) {
53809
54119
  downloads.uos = res.subsystemExtend.uosDownloadUrl;
53810
54120
  }
54121
+
54122
+ if (res.subsystemExtend.harmonyDownloadUrl) {
54123
+ downloads.harmony = res.subsystemExtend.harmonyDownloadUrl;
54124
+ }
53811
54125
  if (res.subsystemExtend.warningText) {
53812
54126
  this.warningText = res.subsystemExtend.warningText;
53813
54127
  }
@@ -54302,8 +54616,8 @@ var ceshi = utils_util["a" /* default */].getParams('ceshi');
54302
54616
 
54303
54617
  var login_src_main_component = normalizeComponent(
54304
54618
  packages_login_src_mainvue_type_script_lang_js_,
54305
- mainvue_type_template_id_68362bbf_render,
54306
- mainvue_type_template_id_68362bbf_staticRenderFns,
54619
+ mainvue_type_template_id_09f16d63_render,
54620
+ mainvue_type_template_id_09f16d63_staticRenderFns,
54307
54621
  false,
54308
54622
  null,
54309
54623
  null,
@@ -57146,7 +57460,7 @@ appsvue_type_template_id_71b9cb14_scoped_true_render._withStripped = true
57146
57460
  },
57147
57461
  handleClick: function handleClick(res) {
57148
57462
  utils_util["a" /* default */].ajax({
57149
- url: api["sb" /* recordUserApp */],
57463
+ url: api["tb" /* recordUserApp */],
57150
57464
  params: {
57151
57465
  userId: this.user.userId,
57152
57466
  appId: res.id
@@ -57558,7 +57872,7 @@ userinfovue_type_template_id_1c52f6d2_render._withStripped = true
57558
57872
  var initLogin = utils_util["a" /* default */].getStorage('initLogin');
57559
57873
  initLogin && (initLogin = JSON.parse(initLogin));
57560
57874
  utils_util["a" /* default */].ajax({
57561
- url: api["mc" /* updateUserInfo */],
57875
+ url: api["oc" /* updateUserInfo */],
57562
57876
  params: {
57563
57877
  email: this.model.email,
57564
57878
  officeTel: this.model.officeTel,
@@ -57794,7 +58108,7 @@ var userinfo_component = normalizeComponent(
57794
58108
  var _this2 = this;
57795
58109
 
57796
58110
  utils_util["a" /* default */].ajax({
57797
- url: api["fb" /* initUserSet */]
58111
+ url: api["gb" /* initUserSet */]
57798
58112
  }).then(function (res) {
57799
58113
  if (res.rCode === 0) {
57800
58114
  var results = JSON.parse(JSON.stringify(res.results));
@@ -57835,7 +58149,7 @@ var userinfo_component = normalizeComponent(
57835
58149
  var notify = this.checked.join(',');
57836
58150
  utils_util["a" /* default */].ajax({
57837
58151
  method: 'post',
57838
- url: api["lc" /* updateUserCustomInfo */],
58152
+ url: api["nc" /* updateUserCustomInfo */],
57839
58153
  data: {
57840
58154
  notify: notify
57841
58155
  }
@@ -57865,7 +58179,7 @@ var userinfo_component = normalizeComponent(
57865
58179
  if (this.user.identityId !== res.id) {
57866
58180
  utils_util["a" /* default */].ajax({
57867
58181
  method: 'post',
57868
- url: api["Eb" /* switchUserTo */],
58182
+ url: api["Fb" /* switchUserTo */],
57869
58183
  data: { userId: res.value }
57870
58184
  }).then(function (res) {
57871
58185
  if (res.rCode == 0) {
@@ -58257,7 +58571,7 @@ messagevue_type_template_id_324b2ecc_render._withStripped = true
58257
58571
  if (this.pageNum <= this.pageCount) {
58258
58572
  this.loading = true;
58259
58573
  utils_util["a" /* default */].ajax({
58260
- url: api["Fb" /* sysMsgPage */],
58574
+ url: api["Gb" /* sysMsgPage */],
58261
58575
  params: {
58262
58576
  pageNum: reload ? 1 : this.pageNum,
58263
58577
  pageSize: this.pageSize
@@ -58290,7 +58604,7 @@ messagevue_type_template_id_324b2ecc_render._withStripped = true
58290
58604
  var _this2 = this;
58291
58605
 
58292
58606
  utils_util["a" /* default */].ajax({
58293
- url: api["bb" /* ignoreSysMsg */],
58607
+ url: api["cb" /* ignoreSysMsg */],
58294
58608
  params: {
58295
58609
  id: res.id
58296
58610
  }
@@ -58310,7 +58624,7 @@ messagevue_type_template_id_324b2ecc_render._withStripped = true
58310
58624
  var _this3 = this;
58311
58625
 
58312
58626
  utils_util["a" /* default */].ajax({
58313
- url: api["ab" /* ignoreAllSysMsg */]
58627
+ url: api["bb" /* ignoreAllSysMsg */]
58314
58628
  }).then(function (res) {
58315
58629
  _this3.count = 0;
58316
58630
  _this3.msgs = [];
@@ -58670,7 +58984,7 @@ noticevue_type_template_id_4696772e_render._withStripped = true
58670
58984
  var _this = this;
58671
58985
 
58672
58986
  utils_util["a" /* default */].ajax({
58673
- url: api["bb" /* ignoreSysMsg */],
58987
+ url: api["cb" /* ignoreSysMsg */],
58674
58988
  params: {
58675
58989
  id: res.id
58676
58990
  }
@@ -58689,7 +59003,7 @@ noticevue_type_template_id_4696772e_render._withStripped = true
58689
59003
  var _this2 = this;
58690
59004
 
58691
59005
  utils_util["a" /* default */].ajax({
58692
- url: api["ab" /* ignoreAllSysMsg */]
59006
+ url: api["bb" /* ignoreAllSysMsg */]
58693
59007
  }).then(function (res) {
58694
59008
  _this2.msgs = [];
58695
59009
  _this2.$emit('ignore', { type: 'ignore', value: 'all' });
@@ -59475,7 +59789,7 @@ onlinevue_type_template_id_63844b4e_scoped_true_render._withStripped = true
59475
59789
  props: {
59476
59790
  sysuseronline: {
59477
59791
  type: String,
59478
- default: api["rc" /* userOnline */]
59792
+ default: api["tc" /* userOnline */]
59479
59793
  }
59480
59794
  },
59481
59795
  data: function data() {
@@ -60148,7 +60462,7 @@ var searchvue_type_script_lang_js_extends = Object.assign || function (target) {
60148
60462
  },
60149
60463
  searchType: {
60150
60464
  type: String,
60151
- default: api["yb" /* searchType */]
60465
+ default: api["zb" /* searchType */]
60152
60466
  },
60153
60467
  pageSize: {
60154
60468
  type: Number,
@@ -60932,7 +61246,7 @@ var events = [function (tabs, index, that) {
60932
61246
  //应用列表接口
60933
61247
  appsUrl: {
60934
61248
  type: String,
60935
- default: api["X" /* getUserAppWithTag */]
61249
+ default: api["Y" /* getUserAppWithTag */]
60936
61250
  },
60937
61251
  //是否启用子应用菜单接口
60938
61252
  application: {
@@ -61109,9 +61423,9 @@ var events = [function (tabs, index, that) {
61109
61423
  return this.menuUrl;
61110
61424
  }
61111
61425
  if (this.application) {
61112
- return api["G" /* getComplexApplicationsNew */];
61426
+ return api["H" /* getComplexApplicationsNew */];
61113
61427
  }
61114
- return api["F" /* getComplexApplications */];
61428
+ return api["G" /* getComplexApplications */];
61115
61429
  },
61116
61430
 
61117
61431
  //人工智能配置
@@ -61756,8 +62070,8 @@ var events = [function (tabs, index, that) {
61756
62070
  var _this5 = this;
61757
62071
 
61758
62072
  this.webSocket = utils_util["a" /* default */].socket({
61759
- url: api["sc" /* wss */],
61760
- take: api["ic" /* topic */],
62073
+ url: api["uc" /* wss */],
62074
+ take: api["kc" /* topic */],
61761
62075
  success: function success(res) {
61762
62076
  var data = res.data || {};
61763
62077
  for (var i in data) {
@@ -61963,7 +62277,7 @@ var events = [function (tabs, index, that) {
61963
62277
  **/
61964
62278
  handlerClickMenu: function handlerClickMenu(res) {
61965
62279
  utils_util["a" /* default */].ajax({
61966
- url: api["sb" /* recordUserApp */],
62280
+ url: api["tb" /* recordUserApp */],
61967
62281
  params: {
61968
62282
  userId: this.user.userId,
61969
62283
  appId: res.id
@@ -62251,7 +62565,7 @@ var events = [function (tabs, index, that) {
62251
62565
  document.body.appendChild(iframe);
62252
62566
  }
62253
62567
  }
62254
- utils_util["a" /* default */].ajax({ method: 'post', url: api["jb" /* logout */] }).then(function (res) {
62568
+ utils_util["a" /* default */].ajax({ method: 'post', url: api["kb" /* logout */] }).then(function (res) {
62255
62569
  if (res.rCode == 0) {
62256
62570
  utils_util["a" /* default */].removeStorage(['Authorization', 'token', 'ssId', 'userId', 'userName', 'auth', 'deviceUnique', 'menus', 'useCaseCodes', 'mainConfig', 'jump']);
62257
62571
  if (_this6.onQuit && typeof _this6.onQuit === 'function') {
@@ -63309,7 +63623,7 @@ var userinfovue_type_script_lang_js_extends = Object.assign || function (target)
63309
63623
  var _this2 = this;
63310
63624
 
63311
63625
  utils_util["a" /* default */].ajax({
63312
- url: api["fb" /* initUserSet */]
63626
+ url: api["gb" /* initUserSet */]
63313
63627
  }).then(function (res) {
63314
63628
  if (res.rCode === 0) {
63315
63629
  var results = JSON.parse(JSON.stringify(res.results));
@@ -63358,7 +63672,7 @@ var userinfovue_type_script_lang_js_extends = Object.assign || function (target)
63358
63672
 
63359
63673
  switch (type) {
63360
63674
  case 'job':
63361
- utils_util["a" /* default */].ajax({ url: api["Eb" /* switchUserTo */], params: { userId: value.value } }).then(function (res) {
63675
+ utils_util["a" /* default */].ajax({ url: api["Fb" /* switchUserTo */], params: { userId: value.value } }).then(function (res) {
63362
63676
  if (res.rCode == 0) {
63363
63677
  utils_util["a" /* default */].setStorage({
63364
63678
  type: _this3.storage,
@@ -63399,7 +63713,7 @@ var userinfovue_type_script_lang_js_extends = Object.assign || function (target)
63399
63713
  var initLogin = utils_util["a" /* default */].getStorage('initLogin');
63400
63714
  initLogin && (initLogin = JSON.parse(initLogin));
63401
63715
  utils_util["a" /* default */].ajax({
63402
- url: api["mc" /* updateUserInfo */],
63716
+ url: api["oc" /* updateUserInfo */],
63403
63717
  params: {
63404
63718
  email: this.values.email,
63405
63719
  officeTel: this.values.officeTel,
@@ -63457,7 +63771,7 @@ var userinfovue_type_script_lang_js_extends = Object.assign || function (target)
63457
63771
  var notify = _this4.values.notify.sort().join(',');
63458
63772
  if (notify != _this4.notify.split(',').sort().join(',')) {
63459
63773
  utils_util["a" /* default */].ajax({
63460
- url: api["lc" /* updateUserCustomInfo */],
63774
+ url: api["nc" /* updateUserCustomInfo */],
63461
63775
  params: {
63462
63776
  notify: notify
63463
63777
  }
@@ -63812,7 +64126,7 @@ messagevue_type_template_id_016a2883_render._withStripped = true
63812
64126
  if (this.pageNum <= this.pageCount) {
63813
64127
  this.loading = true;
63814
64128
  utils_util["a" /* default */].ajax({
63815
- url: api["Fb" /* sysMsgPage */],
64129
+ url: api["Gb" /* sysMsgPage */],
63816
64130
  params: {
63817
64131
  pageNum: reload ? 1 : this.pageNum,
63818
64132
  pageSize: this.pageSize
@@ -63845,7 +64159,7 @@ messagevue_type_template_id_016a2883_render._withStripped = true
63845
64159
  var _this2 = this;
63846
64160
 
63847
64161
  utils_util["a" /* default */].ajax({
63848
- url: api["bb" /* ignoreSysMsg */],
64162
+ url: api["cb" /* ignoreSysMsg */],
63849
64163
  params: {
63850
64164
  id: res.id
63851
64165
  }
@@ -63865,7 +64179,7 @@ messagevue_type_template_id_016a2883_render._withStripped = true
63865
64179
  var _this3 = this;
63866
64180
 
63867
64181
  utils_util["a" /* default */].ajax({
63868
- url: api["ab" /* ignoreAllSysMsg */]
64182
+ url: api["bb" /* ignoreAllSysMsg */]
63869
64183
  }).then(function (res) {
63870
64184
  _this3.count = 0;
63871
64185
  _this3.msgs = [];
@@ -64200,7 +64514,7 @@ noticevue_type_template_id_6c63684e_render._withStripped = true
64200
64514
  var _this = this;
64201
64515
 
64202
64516
  utils_util["a" /* default */].ajax({
64203
- url: api["ab" /* ignoreAllSysMsg */]
64517
+ url: api["bb" /* ignoreAllSysMsg */]
64204
64518
  }).then(function (res) {
64205
64519
  _this.count = 0;
64206
64520
  _this.msgs = [];
@@ -64707,7 +65021,7 @@ var appCode = utils_util["a" /* default */].getParams('appCode') || utils_util["
64707
65021
  //获取用户信息的接口
64708
65022
  mainConfig: {
64709
65023
  type: String,
64710
- default: api["kb" /* mainConfig */]
65024
+ default: api["lb" /* mainConfig */]
64711
65025
  },
64712
65026
  iframeId: {
64713
65027
  type: String,
@@ -64816,9 +65130,9 @@ var appCode = utils_util["a" /* default */].getParams('appCode') || utils_util["
64816
65130
  return this.menuUrl;
64817
65131
  }
64818
65132
  if (this.application) {
64819
- return api["G" /* getComplexApplicationsNew */];
65133
+ return api["H" /* getComplexApplicationsNew */];
64820
65134
  }
64821
- return api["F" /* getComplexApplications */];
65135
+ return api["G" /* getComplexApplications */];
64822
65136
  },
64823
65137
 
64824
65138
  //是否双列右侧菜单
@@ -65135,7 +65449,7 @@ var appCode = utils_util["a" /* default */].getParams('appCode') || utils_util["
65135
65449
  return;
65136
65450
  }
65137
65451
  utils_util["a" /* default */].ajax({
65138
- url: api["lc" /* updateUserCustomInfo */],
65452
+ url: api["nc" /* updateUserCustomInfo */],
65139
65453
  params: { color: escape(color.toLowerCase()) },
65140
65454
  data: { color: escape(color.toLowerCase()) }
65141
65455
  }).then(function (res) {
@@ -66343,8 +66657,8 @@ var appCode = utils_util["a" /* default */].getParams('appCode') || utils_util["
66343
66657
  var _this11 = this;
66344
66658
 
66345
66659
  this.webSocket = utils_util["a" /* default */].socket({
66346
- url: api["sc" /* wss */],
66347
- take: api["ic" /* topic */],
66660
+ url: api["uc" /* wss */],
66661
+ take: api["kc" /* topic */],
66348
66662
  success: function success(res) {
66349
66663
  var data = res.data || {};
66350
66664
  for (var i in data) {
@@ -68174,7 +68488,7 @@ var notify_src_mainvue_type_script_lang_js_extends = Object.assign || function (
68174
68488
  text: '重发',
68175
68489
  format: false,
68176
68490
  method: 'post',
68177
- action: api["zb" /* sendBatch */]
68491
+ action: api["Ab" /* sendBatch */]
68178
68492
  }]
68179
68493
  }];
68180
68494
  }
@@ -68361,13 +68675,13 @@ var notify_src_mainvue_type_script_lang_js_extends = Object.assign || function (
68361
68675
  },
68362
68676
  data: function data() {
68363
68677
  return {
68364
- sendList: api["Bb" /* sendList */],
68365
- sendBatch: api["zb" /* sendBatch */],
68678
+ sendList: api["Cb" /* sendList */],
68679
+ sendBatch: api["Ab" /* sendBatch */],
68366
68680
  tableCount: 0,
68367
68681
  selectData: [],
68368
68682
  formTitle: '',
68369
68683
  showForm: false,
68370
- formData: api["Ab" /* sendInfo */],
68684
+ formData: api["Bb" /* sendInfo */],
68371
68685
  params: {},
68372
68686
  sendTypeDict: [],
68373
68687
  statusDict: []
@@ -68386,7 +68700,7 @@ var notify_src_mainvue_type_script_lang_js_extends = Object.assign || function (
68386
68700
  type: 'primary',
68387
68701
  checkbox: true,
68388
68702
  format: false,
68389
- action: api["zb" /* sendBatch */]
68703
+ action: api["Ab" /* sendBatch */]
68390
68704
  }]
68391
68705
  }, {
68392
68706
  type: 'search',
@@ -69901,7 +70215,7 @@ var radio_group_src_mainvue_type_script_lang_js_typeof = typeof Symbol === "func
69901
70215
  },
69902
70216
  findCode: function findCode() {
69903
70217
  if (this.service) {
69904
- return '/' + this.service + api["H" /* getDictList */];
70218
+ return '/' + this.service + api["I" /* getDictList */];
69905
70219
  }
69906
70220
  return api["y" /* findSysCode */];
69907
70221
  }
@@ -70329,7 +70643,7 @@ mainvue_type_template_id_c789bcdc_render._withStripped = true
70329
70643
  var mainConfig = utils_util["a" /* default */].getStorage('mainConfig');
70330
70644
  mainConfig && (this.userModel = JSON.parse(mainConfig).userModel);
70331
70645
  utils_util["a" /* default */].ajax({
70332
- url: api["eb" /* initRetrialAuth */]
70646
+ url: api["fb" /* initRetrialAuth */]
70333
70647
  }).then(function (res) {
70334
70648
  var rCode = res.rCode,
70335
70649
  results = res.results;
@@ -70413,7 +70727,7 @@ mainvue_type_template_id_c789bcdc_render._withStripped = true
70413
70727
  }
70414
70728
  }, 1000);
70415
70729
  utils_util["a" /* default */].ajax({
70416
- url: api["S" /* getRetrialAuthCode */],
70730
+ url: api["T" /* getRetrialAuthCode */],
70417
70731
  method: 'post',
70418
70732
  data: params,
70419
70733
  params: params
@@ -70438,7 +70752,7 @@ mainvue_type_template_id_c789bcdc_render._withStripped = true
70438
70752
  uuid: this.uuid
70439
70753
  };
70440
70754
  utils_util["a" /* default */].ajax({
70441
- url: api["xb" /* scanCodeRetrialAuth */],
70755
+ url: api["yb" /* scanCodeRetrialAuth */],
70442
70756
  method: 'post',
70443
70757
  data: params,
70444
70758
  params: params
@@ -70702,7 +71016,7 @@ function select_src_mainvue_type_script_lang_js_objectWithoutProperties(obj, key
70702
71016
  },
70703
71017
  findCode: function findCode() {
70704
71018
  if (this.service) {
70705
- return '/' + this.service + api["H" /* getDictList */];
71019
+ return '/' + this.service + api["I" /* getDictList */];
70706
71020
  }
70707
71021
  return api["y" /* findSysCode */];
70708
71022
  }
@@ -71417,7 +71731,7 @@ var select_ganged_src_mainvue_type_script_lang_js_extends = Object.assign || fun
71417
71731
  },
71418
71732
  findCode: function findCode() {
71419
71733
  if (this.service) {
71420
- return '/' + this.service + api["H" /* getDictList */];
71734
+ return '/' + this.service + api["I" /* getDictList */];
71421
71735
  }
71422
71736
  return api["y" /* findSysCode */];
71423
71737
  }
@@ -72711,7 +73025,7 @@ var clickoutside_default = /*#__PURE__*/__webpack_require__.n(clickoutside_);
72711
73025
  value: [Array, Object],
72712
73026
  action: {
72713
73027
  type: String,
72714
- default: api["U" /* getSelectorOrgDetail */]
73028
+ default: api["V" /* getSelectorOrgDetail */]
72715
73029
  },
72716
73030
  host: {
72717
73031
  type: String,
@@ -74266,7 +74580,7 @@ var selector_panel_src_mainvue_type_script_lang_js_typeof = typeof Symbol === "f
74266
74580
  },
74267
74581
  selection: {
74268
74582
  type: [String, Array],
74269
- default: api["U" /* getSelectorOrgDetail */]
74583
+ default: api["V" /* getSelectorOrgDetail */]
74270
74584
  },
74271
74585
  param: {
74272
74586
  type: Object,
@@ -74358,7 +74672,7 @@ var selector_panel_src_mainvue_type_script_lang_js_typeof = typeof Symbol === "f
74358
74672
  enterprise: {
74359
74673
  label: '选择单位',
74360
74674
  name: 'enterprise',
74361
- url: api["V" /* getSelectorOrgTree */],
74675
+ url: api["W" /* getSelectorOrgTree */],
74362
74676
  data: [],
74363
74677
  nodeData: '',
74364
74678
  selection: [],
@@ -74372,7 +74686,7 @@ var selector_panel_src_mainvue_type_script_lang_js_typeof = typeof Symbol === "f
74372
74686
  department: {
74373
74687
  label: '选择部门',
74374
74688
  name: 'department',
74375
- url: api["V" /* getSelectorOrgTree */],
74689
+ url: api["W" /* getSelectorOrgTree */],
74376
74690
  data: [],
74377
74691
  nodeData: '',
74378
74692
  selection: [],
@@ -74386,7 +74700,7 @@ var selector_panel_src_mainvue_type_script_lang_js_typeof = typeof Symbol === "f
74386
74700
  employee: {
74387
74701
  label: '选择用户',
74388
74702
  name: 'employee',
74389
- url: api["V" /* getSelectorOrgTree */],
74703
+ url: api["W" /* getSelectorOrgTree */],
74390
74704
  data: [],
74391
74705
  nodeData: '',
74392
74706
  selection: [],
@@ -74400,7 +74714,7 @@ var selector_panel_src_mainvue_type_script_lang_js_typeof = typeof Symbol === "f
74400
74714
  myemployee: {
74401
74715
  label: '本单位用户',
74402
74716
  name: 'myemployee',
74403
- url: api["V" /* getSelectorOrgTree */],
74717
+ url: api["W" /* getSelectorOrgTree */],
74404
74718
  data: [],
74405
74719
  nodeData: '',
74406
74720
  selection: [],
@@ -74414,7 +74728,7 @@ var selector_panel_src_mainvue_type_script_lang_js_typeof = typeof Symbol === "f
74414
74728
  otheremployee: {
74415
74729
  label: '外单位用户',
74416
74730
  name: 'otheremployee',
74417
- url: api["V" /* getSelectorOrgTree */],
74731
+ url: api["W" /* getSelectorOrgTree */],
74418
74732
  data: [],
74419
74733
  nodeData: '',
74420
74734
  selection: [],
@@ -74428,7 +74742,7 @@ var selector_panel_src_mainvue_type_script_lang_js_typeof = typeof Symbol === "f
74428
74742
  person: {
74429
74743
  label: '选择人员',
74430
74744
  name: 'person',
74431
- url: api["V" /* getSelectorOrgTree */],
74745
+ url: api["W" /* getSelectorOrgTree */],
74432
74746
  data: [],
74433
74747
  nodeData: '',
74434
74748
  selection: [],
@@ -74442,7 +74756,7 @@ var selector_panel_src_mainvue_type_script_lang_js_typeof = typeof Symbol === "f
74442
74756
  otherperson: {
74443
74757
  label: '外单位人员',
74444
74758
  name: 'otherperson',
74445
- url: api["V" /* getSelectorOrgTree */],
74759
+ url: api["W" /* getSelectorOrgTree */],
74446
74760
  data: [],
74447
74761
  nodeData: '',
74448
74762
  selection: [],
@@ -74456,7 +74770,7 @@ var selector_panel_src_mainvue_type_script_lang_js_typeof = typeof Symbol === "f
74456
74770
  persongroup: {
74457
74771
  label: '选择群组成员',
74458
74772
  name: 'persongroup',
74459
- url: api["V" /* getSelectorOrgTree */],
74773
+ url: api["W" /* getSelectorOrgTree */],
74460
74774
  data: [],
74461
74775
  nodeData: '',
74462
74776
  selection: [],
@@ -74474,7 +74788,7 @@ var selector_panel_src_mainvue_type_script_lang_js_typeof = typeof Symbol === "f
74474
74788
  selection: [],
74475
74789
  value: [],
74476
74790
  name: 'filgroup',
74477
- url: api["V" /* getSelectorOrgTree */],
74791
+ url: api["W" /* getSelectorOrgTree */],
74478
74792
  param: {
74479
74793
  showarea: 3,
74480
74794
  id: 0,
@@ -74484,7 +74798,7 @@ var selector_panel_src_mainvue_type_script_lang_js_typeof = typeof Symbol === "f
74484
74798
  depgroup: {
74485
74799
  label: '部门群组成员',
74486
74800
  name: 'depgroup',
74487
- url: api["V" /* getSelectorOrgTree */],
74801
+ url: api["W" /* getSelectorOrgTree */],
74488
74802
  data: [],
74489
74803
  nodeData: '',
74490
74804
  selection: [],
@@ -74498,7 +74812,7 @@ var selector_panel_src_mainvue_type_script_lang_js_typeof = typeof Symbol === "f
74498
74812
  persongroupobj: {
74499
74813
  label: '人员群组',
74500
74814
  name: 'persongroupobj',
74501
- url: api["V" /* getSelectorOrgTree */],
74815
+ url: api["W" /* getSelectorOrgTree */],
74502
74816
  data: [],
74503
74817
  nodeData: '',
74504
74818
  selection: [],
@@ -74512,7 +74826,7 @@ var selector_panel_src_mainvue_type_script_lang_js_typeof = typeof Symbol === "f
74512
74826
  filgroupobj: {
74513
74827
  label: '单位群组',
74514
74828
  name: 'filgroupobj',
74515
- url: api["V" /* getSelectorOrgTree */],
74829
+ url: api["W" /* getSelectorOrgTree */],
74516
74830
  data: [],
74517
74831
  nodeData: '',
74518
74832
  selection: [],
@@ -74526,7 +74840,7 @@ var selector_panel_src_mainvue_type_script_lang_js_typeof = typeof Symbol === "f
74526
74840
  depgroupobj: {
74527
74841
  label: '部门群组',
74528
74842
  name: 'depgroupobj',
74529
- url: api["V" /* getSelectorOrgTree */],
74843
+ url: api["W" /* getSelectorOrgTree */],
74530
74844
  data: [],
74531
74845
  nodeData: '',
74532
74846
  selection: [],
@@ -74540,7 +74854,7 @@ var selector_panel_src_mainvue_type_script_lang_js_typeof = typeof Symbol === "f
74540
74854
  role: {
74541
74855
  label: '选择角色',
74542
74856
  name: 'role',
74543
- url: api["V" /* getSelectorOrgTree */],
74857
+ url: api["W" /* getSelectorOrgTree */],
74544
74858
  data: [],
74545
74859
  nodeData: '',
74546
74860
  selection: [],
@@ -74554,7 +74868,7 @@ var selector_panel_src_mainvue_type_script_lang_js_typeof = typeof Symbol === "f
74554
74868
  post: {
74555
74869
  label: '选择岗位',
74556
74870
  name: 'post',
74557
- url: api["V" /* getSelectorOrgTree */],
74871
+ url: api["W" /* getSelectorOrgTree */],
74558
74872
  data: [],
74559
74873
  nodeData: '',
74560
74874
  selection: [],
@@ -74568,7 +74882,7 @@ var selector_panel_src_mainvue_type_script_lang_js_typeof = typeof Symbol === "f
74568
74882
  codetable: {
74569
74883
  label: '代码表',
74570
74884
  name: 'codetable',
74571
- url: api["V" /* getSelectorOrgTree */],
74885
+ url: api["W" /* getSelectorOrgTree */],
74572
74886
  data: [],
74573
74887
  nodeData: '',
74574
74888
  selection: [],
@@ -74582,7 +74896,7 @@ var selector_panel_src_mainvue_type_script_lang_js_typeof = typeof Symbol === "f
74582
74896
  topcontacts: {
74583
74897
  label: '常用联系人',
74584
74898
  name: 'topcontacts',
74585
- url: api["V" /* getSelectorOrgTree */],
74899
+ url: api["W" /* getSelectorOrgTree */],
74586
74900
  data: [],
74587
74901
  nodeData: '',
74588
74902
  selection: [],
@@ -75244,11 +75558,11 @@ function sizer_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return fun
75244
75558
  },
75245
75559
  url: {
75246
75560
  type: String,
75247
- default: api["O" /* getOrgMainTree */]
75561
+ default: api["P" /* getOrgMainTree */]
75248
75562
  },
75249
75563
  orgUrl: {
75250
75564
  type: String,
75251
- default: api["T" /* getSelectOrgsubids */]
75565
+ default: api["U" /* getSelectOrgsubids */]
75252
75566
  },
75253
75567
  selectField: {
75254
75568
  type: String,
@@ -78712,7 +79026,7 @@ mainvue_type_template_id_6baa7a0b_render._withStripped = true
78712
79026
  },
78713
79027
  url: {
78714
79028
  type: String,
78715
- default: api["Y" /* gethelpdoc */]
79029
+ default: api["Z" /* gethelpdoc */]
78716
79030
  },
78717
79031
  param: {
78718
79032
  type: Object,
@@ -79221,7 +79535,7 @@ mainvue_type_template_id_367f47a8_render._withStripped = true
79221
79535
  // 选择项远程地址
79222
79536
  url: {
79223
79537
  type: String,
79224
- default: api["O" /* getOrgMainTree */]
79538
+ default: api["P" /* getOrgMainTree */]
79225
79539
  },
79226
79540
  system: {
79227
79541
  type: Boolean,
@@ -86141,7 +86455,7 @@ var mainvue_type_script_lang_js_props;
86141
86455
  }, mainvue_type_script_lang_js_props.properties = {
86142
86456
  type: String,
86143
86457
  default: function _default() {
86144
- return api["E" /* getAdjunctProperties */];
86458
+ return api["F" /* getAdjunctProperties */];
86145
86459
  }
86146
86460
  }, mainvue_type_script_lang_js_props.fileIcons = {
86147
86461
  type: Object,
@@ -86176,7 +86490,7 @@ var mainvue_type_script_lang_js_props;
86176
86490
  source: '',
86177
86491
  excludeNames: '',
86178
86492
  boxHeight: this.listHeight,
86179
- previewAdjunct: api["pb" /* previewAdjunct */],
86493
+ previewAdjunct: api["qb" /* previewAdjunct */],
86180
86494
  kkfileview: null,
86181
86495
  dochubConfig: {}
86182
86496
  };
@@ -86234,7 +86548,7 @@ var mainvue_type_script_lang_js_props;
86234
86548
  return this.totalSize ? this.totalSize : this.fileTotalSize ? this.fileTotalSize : 0;
86235
86549
  },
86236
86550
  getAdjunctFileInfos: function getAdjunctFileInfos() {
86237
- return typeof this.fileList === 'string' ? this.fileList : api["D" /* getAdjunctFileInfos */];
86551
+ return typeof this.fileList === 'string' ? this.fileList : api["E" /* getAdjunctFileInfos */];
86238
86552
  },
86239
86553
  showList: function showList() {
86240
86554
  return this.portrait ? false : this.showFileList;
@@ -86433,7 +86747,7 @@ var mainvue_type_script_lang_js_props;
86433
86747
  this.dochubConfig = config.dochubConfig;
86434
86748
  }
86435
86749
 
86436
- var url = this.portrait || this.documentId ? this.dochubConfig.reuploadDocumentUrl || api["oc" /* uploadOnlyOne */] : this.dochubConfig.uploadDocumentUrl || api["qc" /* uploads */];
86750
+ var url = this.portrait || this.documentId ? this.dochubConfig.reuploadDocumentUrl || api["qc" /* uploadOnlyOne */] : this.dochubConfig.uploadDocumentUrl || api["sc" /* uploads */];
86437
86751
  this.uploadUrl = url.indexOf(this.host) > -1 ? url : this.host + url;
86438
86752
  this.requestFiles && this.getFiles();
86439
86753
  } else {
@@ -86456,7 +86770,7 @@ var mainvue_type_script_lang_js_props;
86456
86770
  _this3.dochubConfig = res.results.dochubConfig;
86457
86771
  sessionStorage.setItem('dochubConfig', JSON.stringify(res.results.dochubConfig));
86458
86772
  }
86459
- var _url = _this3.portrait ? _this3.dochubConfig.reuploadDocumentUrl || api["oc" /* uploadOnlyOne */] : _this3.dochubConfig.uploadDocumentUrl || api["qc" /* uploads */];
86773
+ var _url = _this3.portrait ? _this3.dochubConfig.reuploadDocumentUrl || api["qc" /* uploadOnlyOne */] : _this3.dochubConfig.uploadDocumentUrl || api["sc" /* uploads */];
86460
86774
  _this3.uploadUrl = _url.indexOf(_this3.host) > -1 ? _url : _this3.host + _url;
86461
86775
  if (res.results.kkViewRootPath) {
86462
86776
  _this3.kkfileview = res.results.kkViewRootPath;
@@ -86486,7 +86800,7 @@ var mainvue_type_script_lang_js_props;
86486
86800
  if (!this.show || this.fileList && Array.isArray(this.fileList) && this.fileList.length || this.requiredOwnId && !Object.prototype.hasOwnProperty.call(this.params, 'ownId')) {
86487
86801
  return false;
86488
86802
  }
86489
- var url = typeof this.fileList === 'string' ? this.fileList : this.dochubConfig.getDocumentList ? this.dochubConfig.getDocumentList : api["D" /* getAdjunctFileInfos */];
86803
+ var url = typeof this.fileList === 'string' ? this.fileList : this.dochubConfig.getDocumentList ? this.dochubConfig.getDocumentList : api["E" /* getAdjunctFileInfos */];
86490
86804
  utils_util["a" /* default */].ajax({
86491
86805
  method: this.method,
86492
86806
  url: url,
@@ -86571,13 +86885,13 @@ var mainvue_type_script_lang_js_props;
86571
86885
  if (this.kkfileview) {
86572
86886
  this.openKkfileview(file);
86573
86887
  } 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);
86888
+ 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
86889
  }
86576
86890
  } else if (suffix.includes('pdf')) {
86577
86891
  if (this.kkfileview) {
86578
86892
  this.openKkfileview(file);
86579
86893
  } else {
86580
- utils_util["a" /* default */].win.open(this.host + (url ? url : api["qb" /* previewAdjunct2 */]) + '/' + file.originalName + '?adjunctId=' + file.adjunctId);
86894
+ utils_util["a" /* default */].win.open(this.host + (url ? url : api["rb" /* previewAdjunct2 */]) + '/' + file.originalName + '?adjunctId=' + file.adjunctId);
86581
86895
  }
86582
86896
  } else if (suffix.includes('jpge') || suffix.includes('jpg') || suffix.includes('gif') || suffix.includes('png')) {
86583
86897
  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 +87056,7 @@ var mainvue_type_script_lang_js_props;
86742
87056
  }
86743
87057
  },
86744
87058
  handleDownloads: function handleDownloads() {
86745
- var url = typeof this.downloads === 'string' ? this.downloads : this.dochubConfig.compressDownloadDocumentUrl || api["nc" /* uploadDownloads */];
87059
+ var url = typeof this.downloads === 'string' ? this.downloads : this.dochubConfig.compressDownloadDocumentUrl || api["pc" /* uploadDownloads */];
86746
87060
  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
87061
  },
86748
87062
  handleDownload: function handleDownload(file) {
@@ -86782,7 +87096,7 @@ var mainvue_type_script_lang_js_props;
86782
87096
  ids = ids.join(',');
86783
87097
  utils_util["a" /* default */].ajax({
86784
87098
  method: this.method,
86785
- url: this.dochubConfig.sortDocumentsUrl || api["pc" /* uploadSort */],
87099
+ url: this.dochubConfig.sortDocumentsUrl || api["rc" /* uploadSort */],
86786
87100
  data: {
86787
87101
  ids: ids,
86788
87102
  documentIds: ids,
@@ -87392,7 +87706,7 @@ if (typeof window !== 'undefined' && window.Vue) {
87392
87706
  }
87393
87707
 
87394
87708
  /* harmony default export */ var src_0 = __webpack_exports__["default"] = ({
87395
- version: '0.6.58',
87709
+ version: '0.6.60',
87396
87710
  install: install,
87397
87711
  Button: packages_button,
87398
87712
  ButtonGroup: button_group,