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
package/lib/flow.js CHANGED
@@ -227,26 +227,6 @@ var ajax = function ajax(_ref) {
227
227
  // 请求拦截
228
228
  http.interceptors.request.use(function (config) {
229
229
  config.headers.common = getStorage();
230
- // 根据请求的信息(请求方式,url,请求get/post数据),产生map的key
231
- // let requestKey = getRequestKey(config);
232
- // // 判断请求是否重复
233
- // if (pendingRequest.has(requestKey)) {
234
- // // 取消上次请求
235
- // let cancel = pendingRequest.get(requestKey);
236
- // cancel();
237
- // // 删除请求信息
238
- // pendingRequest.delete(requestKey);
239
- // }
240
- // // 把请求信息,添加请求到map当中
241
- // // 生成取消方法
242
- // config.cancelToken =
243
- // config.cancelToken ||
244
- // new axios.CancelToken(cancel => {
245
- // // 把取消方法添加到map
246
- // if (!pendingRequest.has(requestKey)) {
247
- // pendingRequest.set(requestKey, cancel);
248
- // }
249
- // });
250
230
  return config;
251
231
  }, function (err) {
252
232
  return err;
@@ -777,7 +757,7 @@ var busEmit = function busEmit(that, _ref3) {
777
757
  var method = _ref3.method,
778
758
  args = _ref3.args;
779
759
 
780
- var bus = win.$wujie ? win.$wujie.bus : that ? that.bus || that.$root.Bus : null;
760
+ var bus = win.$wujie ? win.$wujie.bus : that ? that.bus || that.$root.Bus || that.$root.$bus : null;
781
761
  if (bus) {
782
762
  Array.isArray(args) ? bus.$emit.apply(bus, [method].concat(args)) : bus.$emit(method, args);
783
763
  } else {
@@ -1621,7 +1601,7 @@ var getLightness = function getLightness($v, $i, $isLight) {
1621
1601
  * @param {function} callback - 回调函数
1622
1602
  **/
1623
1603
  var getMainConfig = function getMainConfig(callback) {
1624
- ajax({ url: _config_api__WEBPACK_IMPORTED_MODULE_1__[/* mainConfig */ "kb"] }).then(function (res) {
1604
+ ajax({ url: _config_api__WEBPACK_IMPORTED_MODULE_1__[/* mainConfig */ "lb"] }).then(function (res) {
1625
1605
  if (res && res.rCode === 0) {
1626
1606
  callback(res.results);
1627
1607
  }
@@ -2378,7 +2358,7 @@ var isLogined = function () {
2378
2358
  break;
2379
2359
  }
2380
2360
 
2381
- ajax({ method: 'post', url: _config_api__WEBPACK_IMPORTED_MODULE_1__[/* logout */ "jb"] }).then(function (res) {
2361
+ ajax({ method: 'post', url: _config_api__WEBPACK_IMPORTED_MODULE_1__[/* logout */ "kb"] }).then(function (res) {
2382
2362
  if (res.rCode === 0) {
2383
2363
  removeStorage();
2384
2364
  }
@@ -3533,143 +3513,145 @@ var watermark = function watermark(option) {
3533
3513
  /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "o", function() { return doCaLogin; });
3534
3514
  /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "s", function() { return doUserLogin; });
3535
3515
  /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "q", function() { return doQrLogin; });
3536
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "jb", function() { return logout; });
3537
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "cb", function() { return initLogin; });
3538
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Eb", function() { return switchUserTo; });
3516
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "kb", function() { return logout; });
3517
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "db", function() { return initLogin; });
3518
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Fb", function() { return switchUserTo; });
3539
3519
  /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "c", function() { return changeImg; });
3540
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "K", function() { return getLoginCode; });
3520
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "L", function() { return getLoginCode; });
3541
3521
  /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "p", function() { return doCodeLogin; });
3542
3522
  /* unused harmony export updateCode */
3543
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "L", function() { return getModifyPassCode; });
3523
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "M", function() { return getModifyPassCode; });
3544
3524
  /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "g", function() { return codeModifyPass; });
3545
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "hb", function() { return loginModifyPassword; });
3525
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "ib", function() { return loginModifyPassword; });
3546
3526
  /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "b", function() { return authCenter; });
3547
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "db", function() { return initModifyPassword; });
3527
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "eb", function() { return initModifyPassword; });
3548
3528
  /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "t", function() { return doWechatQrLogin; });
3549
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "W", function() { return getTwoFactorLoginCode; });
3529
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "X", function() { return getTwoFactorLoginCode; });
3550
3530
  /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "r", function() { return doTwoFactorLogin; });
3551
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "eb", function() { return initRetrialAuth; });
3552
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "S", function() { return getRetrialAuthCode; });
3553
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "xb", function() { return scanCodeRetrialAuth; });
3531
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "fb", function() { return initRetrialAuth; });
3532
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "T", function() { return getRetrialAuthCode; });
3533
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "yb", function() { return scanCodeRetrialAuth; });
3554
3534
  /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "h", function() { return codeRetrialAuth; });
3555
3535
  /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "n", function() { return doAssistanceQrLogin; });
3556
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "rc", function() { return userOnline; });
3557
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "X", function() { return getUserAppWithTag; });
3558
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "sb", function() { return recordUserApp; });
3559
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "kb", function() { return mainConfig; });
3560
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "fb", function() { return initUserSet; });
3561
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "mc", function() { return updateUserInfo; });
3536
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "tc", function() { return userOnline; });
3537
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Y", function() { return getUserAppWithTag; });
3538
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "tb", function() { return recordUserApp; });
3539
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "lb", function() { return mainConfig; });
3540
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "gb", function() { return initUserSet; });
3541
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "oc", function() { return updateUserInfo; });
3562
3542
  /* unused harmony export getUserImgUrl */
3563
3543
  /* unused harmony export getDoorIndex */
3564
3544
  /* unused harmony export refreshOnlineUsers */
3565
3545
  /* unused harmony export getQuickMenuIds */
3566
3546
  /* unused harmony export getApplicationIdArray */
3567
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "F", function() { return getComplexApplications; });
3568
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "G", function() { return getComplexApplicationsNew; });
3547
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "G", function() { return getComplexApplications; });
3548
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "H", function() { return getComplexApplicationsNew; });
3569
3549
  /* unused harmony export getUserCustomInfo */
3570
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "lc", function() { return updateUserCustomInfo; });
3571
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Fb", function() { return sysMsgPage; });
3572
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "bb", function() { return ignoreSysMsg; });
3573
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "ab", function() { return ignoreAllSysMsg; });
3574
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "yb", function() { return searchType; });
3575
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "E", function() { return getAdjunctProperties; });
3576
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "qc", function() { return uploads; });
3577
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "oc", function() { return uploadOnlyOne; });
3578
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "D", function() { return getAdjunctFileInfos; });
3579
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "pc", function() { return uploadSort; });
3550
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "nc", function() { return updateUserCustomInfo; });
3551
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Gb", function() { return sysMsgPage; });
3552
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "cb", function() { return ignoreSysMsg; });
3553
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "bb", function() { return ignoreAllSysMsg; });
3554
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "zb", function() { return searchType; });
3555
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "F", function() { return getAdjunctProperties; });
3556
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "sc", function() { return uploads; });
3557
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "qc", function() { return uploadOnlyOne; });
3558
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "E", function() { return getAdjunctFileInfos; });
3559
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "rc", function() { return uploadSort; });
3580
3560
  /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "u", function() { return downloadByAdjunctId; });
3581
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "nc", function() { return uploadDownloads; });
3582
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "pb", function() { return previewAdjunct; });
3583
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "qb", function() { return previewAdjunct2; });
3584
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "rb", function() { return previewAdjunctOffice; });
3561
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "pc", function() { return uploadDownloads; });
3562
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "qb", function() { return previewAdjunct; });
3563
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "rb", function() { return previewAdjunct2; });
3564
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "sb", function() { return previewAdjunctOffice; });
3585
3565
  /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "j", function() { return delAdjunct; });
3586
3566
  /* unused harmony export upload_updateClassify */
3587
3567
  /* unused harmony export getDeleteAdjunctFileInfos */
3588
3568
  /* unused harmony export getPictureBase64 */
3589
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "V", function() { return getSelectorOrgTree; });
3590
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "U", function() { return getSelectorOrgDetail; });
3591
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "O", function() { return getOrgMainTree; });
3592
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "T", function() { return getSelectOrgsubids; });
3569
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "W", function() { return getSelectorOrgTree; });
3570
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "V", function() { return getSelectorOrgDetail; });
3571
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "P", function() { return getOrgMainTree; });
3572
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "U", function() { return getSelectOrgsubids; });
3593
3573
  /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "y", function() { return findSysCode; });
3594
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "H", function() { return getDictList; });
3574
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "I", function() { return getDictList; });
3595
3575
  /* unused harmony export findUserBaseInfo */
3596
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Y", function() { return gethelpdoc; });
3576
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Z", function() { return gethelpdoc; });
3597
3577
  /* unused harmony export getCurrentuser */
3598
3578
  /* unused harmony export mainDetail */
3599
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Ub", function() { return toStartFlow; });
3600
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Qb", function() { return tempSave; });
3579
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Wb", function() { return toStartFlow; });
3580
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Sb", function() { return tempSave; });
3601
3581
  /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "i", function() { return commonOpion; });
3602
3582
  /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "a", function() { return addCommonOpion; });
3603
3583
  /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "v", function() { return editCommonOpion; });
3604
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "wb", function() { return saveCommonOpinion; });
3605
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "kc", function() { return updateCommonOpinion; });
3584
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "xb", function() { return saveCommonOpinion; });
3585
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "mc", function() { return updateCommonOpinion; });
3606
3586
  /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "k", function() { return deleteCommonOpion; });
3607
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "R", function() { return getProcessDefList; });
3608
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "M", function() { return getNodeInfo; });
3587
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "S", function() { return getProcessDefList; });
3588
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "N", function() { return getNodeInfo; });
3609
3589
  /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "x", function() { return findCodeValues; });
3610
3590
  /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "A", function() { return findSysParam; });
3611
3591
  /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "z", function() { return findSysCodes; });
3612
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "N", function() { return getNotificationMsg; });
3613
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "J", function() { return getHandleInfoHtml; });
3614
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Hb", function() { return taskHandleHtml; });
3592
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "O", function() { return getNotificationMsg; });
3593
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "K", function() { return getHandleInfoHtml; });
3594
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Ib", function() { return taskHandleHtml; });
3615
3595
  /* unused harmony export getView */
3616
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "tb", function() { return register; });
3617
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "lb", function() { return pendedhistoryList; });
3618
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Yb", function() { return toTaskRejectHtml; });
3619
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Jb", function() { return taskRejectHtml; });
3620
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Vb", function() { return toStartTaskRead; });
3621
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Wb", function() { return toStartTaskReadIndex; });
3622
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Ib", function() { return taskReadHtml; });
3623
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "ub", function() { return rejectAndEnd; });
3624
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Tb", function() { return toSendMsg; });
3625
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Cb", function() { return sendMsg; });
3596
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "ub", function() { return register; });
3597
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "mb", function() { return pendedhistoryList; });
3598
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "ac", function() { return toTaskRejectHtml; });
3599
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Lb", function() { return taskRejectHtml; });
3600
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Xb", function() { return toStartTaskRead; });
3601
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Yb", function() { return toStartTaskReadIndex; });
3602
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Jb", function() { return taskReadHtml; });
3603
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "vb", function() { return rejectAndEnd; });
3604
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Vb", function() { return toSendMsg; });
3605
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Db", function() { return sendMsg; });
3626
3606
  /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "w", function() { return endFlowHtml; });
3627
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Z", function() { return handleInfo; });
3628
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "ib", function() { return loginUserInfo; });
3629
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "sc", function() { return wss; });
3630
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "ic", function() { return topic; });
3631
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "P", function() { return getPresetCustomInfo; });
3632
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Q", function() { return getPresetNodeInfo; });
3633
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "ec", function() { return toTaskTransferIndex; });
3634
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Nb", function() { return taskTransfer; });
3635
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Rb", function() { return toPresetInfoListIndex; });
3607
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "ab", function() { return handleInfo; });
3608
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "jb", function() { return loginUserInfo; });
3609
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "uc", function() { return wss; });
3610
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "kc", function() { return topic; });
3611
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Q", function() { return getPresetCustomInfo; });
3612
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "R", function() { return getPresetNodeInfo; });
3613
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "gc", function() { return toTaskTransferIndex; });
3614
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Pb", function() { return taskTransfer; });
3615
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Tb", function() { return toPresetInfoListIndex; });
3636
3616
  /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "m", function() { return deletePresetInfo; });
3637
3617
  /* unused harmony export historyListJson */
3638
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "mb", function() { return pendedhistoryListJson; });
3639
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "ob", function() { return pressListJson; });
3618
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "nb", function() { return pendedhistoryListJson; });
3619
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "pb", function() { return pressListJson; });
3640
3620
  /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "l", function() { return deleteFlow; });
3641
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "gb", function() { return isCanStartSubFlow; });
3642
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "fc", function() { return toTaskUnionExamine; });
3643
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Ob", function() { return taskUnionExamine; });
3644
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "dc", function() { return toTaskTakeAdvice; });
3645
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Mb", function() { return taskTakeAdvice; });
3646
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "ac", function() { return toTaskStartDraft; });
3647
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "bc", function() { return toTaskSupervise; });
3648
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "cc", function() { return toTaskSuperviseSub; });
3649
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Lb", function() { return taskStartDraft; });
3650
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Zb", function() { return toTaskReview; });
3651
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Kb", function() { return taskReview; });
3652
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "gc", function() { return toTaskUnionSeal; });
3653
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Pb", function() { return taskUnionSeal; });
3654
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "hc", function() { return toTwoOfficesDispatch; });
3655
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "jc", function() { return twoOfficesDispatch; });
3656
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Sb", function() { return toResetProcessIndex; });
3657
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "vb", function() { return resetProcess; });
3658
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Xb", function() { return toTaskContinuationIndex; });
3659
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Gb", function() { return taskContinuation; });
3660
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "I", function() { return getFreeStartFlowParams; });
3621
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "hb", function() { return isCanStartSubFlow; });
3622
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "hc", function() { return toTaskUnionExamine; });
3623
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Qb", function() { return taskUnionExamine; });
3624
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "fc", function() { return toTaskTakeAdvice; });
3625
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Ob", function() { return taskTakeAdvice; });
3626
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "cc", function() { return toTaskStartDraft; });
3627
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "dc", function() { return toTaskSupervise; });
3628
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "ec", function() { return toTaskSuperviseSub; });
3629
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Nb", function() { return taskStartDraft; });
3630
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "bc", function() { return toTaskReview; });
3631
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Mb", function() { return taskReview; });
3632
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "ic", function() { return toTaskUnionSeal; });
3633
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Rb", function() { return taskUnionSeal; });
3634
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "jc", function() { return toTwoOfficesDispatch; });
3635
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "lc", function() { return twoOfficesDispatch; });
3636
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Ub", function() { return toResetProcessIndex; });
3637
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "wb", function() { return resetProcess; });
3638
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Zb", function() { return toTaskContinuationIndex; });
3639
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Hb", function() { return taskContinuation; });
3640
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "J", function() { return getFreeStartFlowParams; });
3661
3641
  /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "C", function() { return freeStartFlowWithSubmitTask; });
3662
3642
  /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "e", function() { return checkForeignOrgStartedCircularRead; });
3663
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "nb", function() { return pendedhistoryListWithCircularReadJson; });
3643
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "ob", function() { return pendedhistoryListWithCircularReadJson; });
3644
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "D", function() { return fyListJson; });
3664
3645
  /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "f", function() { return circularReadWithdraw; });
3665
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Db", function() { return startReadTransferHandleFlowWithTaskReadEnd; });
3646
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Kb", function() { return taskReadWithDraw; });
3647
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Eb", function() { return startReadTransferHandleFlowWithTaskReadEnd; });
3666
3648
  /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "d", function() { return checkBusinessIdStartedReadTransferHandle; });
3667
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Bb", function() { return sendList; });
3668
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Ab", function() { return sendInfo; });
3649
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Cb", function() { return sendList; });
3650
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Bb", function() { return sendInfo; });
3669
3651
  /* unused harmony export sendSave */
3670
3652
  /* unused harmony export sendUpdate */
3671
3653
  /* unused harmony export sendDelete */
3672
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "zb", function() { return sendBatch; });
3654
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Ab", function() { return sendBatch; });
3673
3655
  /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "B", function() { return formContents; });
3674
3656
  var flowPendingPrefix = window.flowPendingPrefix || localStorage.getItem('flowPendingPrefix') || '/bpm';
3675
3657
  // 登录
@@ -3873,7 +3855,7 @@ var toTaskSupervise = '/bpm/bpmBackend/toTaskSupervise';
3873
3855
  var toTaskSuperviseSub = '/bpm/bpmBackend/taskSupervise';
3874
3856
  // 稿件递送提交接口
3875
3857
  // export const taskStartDraft = flowPendingPrefix + '/task/taskHandle/taskStartDraft.dhtml';
3876
- var taskStartDraft = '/archives/task/taskHandle/taskStartDraft.dhtml';
3858
+ var taskStartDraft = '/bpm/task/taskHandle/taskStartDraft.dhtml';
3877
3859
  // 复核
3878
3860
  var toTaskReview = '/bpm/bpmBackend/toTaskReview';
3879
3861
  // 复核提交
@@ -3902,8 +3884,13 @@ var freeStartFlowWithSubmitTask = '/bpm/bpmBackend/freeStartFlowWithSubmitTask';
3902
3884
  var checkForeignOrgStartedCircularRead = '/bpm/bpmBackend/checkForeignOrgStartedCircularRead';
3903
3885
  // 获取传阅列表
3904
3886
  var pendedhistoryListWithCircularReadJson = '/bpm/pendedhistoryManager/pendedhistoryListWithCircularReadJson';
3887
+ // 获取分阅情况列表
3888
+ var fyListJson = '/bpm/pendedhistoryManager/fyListJson.dhtml';
3889
+
3905
3890
  // 传阅列表撤回
3906
3891
  var circularReadWithdraw = '/bpm/bpmBackend/circularReadWithdraw';
3892
+ // 撤销分阅
3893
+ var taskReadWithDraw = '/bpm/bpmBackend/taskReadWithDraw';
3907
3894
  // 阅转办提交流程
3908
3895
  var startReadTransferHandleFlowWithTaskReadEnd = '/bpm/bpmBackend/startReadTransferHandleFlowWithTaskReadEnd';
3909
3896
  // 阅转办校验接口
@@ -4420,7 +4407,7 @@ var component = Object(componentNormalizer["a" /* default */])(
4420
4407
  // ESM COMPAT FLAG
4421
4408
  __webpack_require__.r(__webpack_exports__);
4422
4409
 
4423
- // CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./packages/flow/src/main.vue?vue&type=template&id=fa4ed272&
4410
+ // CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./packages/flow/src/main.vue?vue&type=template&id=cb2a9dc2&
4424
4411
  var render = function () {
4425
4412
  var _vm = this
4426
4413
  var _h = _vm.$createElement
@@ -4442,6 +4429,7 @@ var render = function () {
4442
4429
  opinion: _vm.value,
4443
4430
  type: "create",
4444
4431
  typeCode: "read",
4432
+ resetAppId: _vm.resetAppId,
4445
4433
  taskExamine: _vm.taskExamineInfo,
4446
4434
  "news-info": _vm.nextNode.notificationMsg,
4447
4435
  },
@@ -4501,7 +4489,11 @@ var render = function () {
4501
4489
  [
4502
4490
  _vm._v(
4503
4491
  "当前节点:" +
4504
- _vm._s(_vm.isFlow ? "拟稿" : _vm.NodeName)
4492
+ _vm._s(
4493
+ _vm.isFlow
4494
+ ? _vm.nodeName || "拟稿"
4495
+ : _vm.NodeName
4496
+ )
4505
4497
  ),
4506
4498
  ]
4507
4499
  ),
@@ -6669,7 +6661,7 @@ var render = function () {
6669
6661
  staticClass: "flow-dialog",
6670
6662
  attrs: {
6671
6663
  "append-to-body": "",
6672
- height: "auto",
6664
+ height: "400",
6673
6665
  title: "发送消息",
6674
6666
  "close-on-click-modal": false,
6675
6667
  visible: _vm.showSendMsg,
@@ -6704,7 +6696,7 @@ var render = function () {
6704
6696
  staticClass: "flow-dialog",
6705
6697
  attrs: {
6706
6698
  "append-to-body": "",
6707
- height: "auto",
6699
+ height: "400",
6708
6700
  "close-on-click-modal": false,
6709
6701
  title: _vm.flowTitle,
6710
6702
  visible: _vm.showTaskUnionExamine,
@@ -6798,7 +6790,7 @@ var staticRenderFns = []
6798
6790
  render._withStripped = true
6799
6791
 
6800
6792
 
6801
- // CONCATENATED MODULE: ./packages/flow/src/main.vue?vue&type=template&id=fa4ed272&
6793
+ // CONCATENATED MODULE: ./packages/flow/src/main.vue?vue&type=template&id=cb2a9dc2&
6802
6794
 
6803
6795
  // EXTERNAL MODULE: external "babel-runtime/regenerator"
6804
6796
  var regenerator_ = __webpack_require__(4);
@@ -7756,7 +7748,7 @@ var _components;
7756
7748
  }
7757
7749
  this.loading = util["a" /* default */].loading(this.$loading, '提交中...');
7758
7750
  util["a" /* default */].ajax({
7759
- url: data.id ? api["kc" /* updateCommonOpinion */] : api["wb" /* saveCommonOpinion */],
7751
+ url: data.id ? api["mc" /* updateCommonOpinion */] : api["xb" /* saveCommonOpinion */],
7760
7752
  data: info,
7761
7753
  header: { 'Content-Type': 'multipart/form-data' },
7762
7754
  method: 'post'
@@ -7807,8 +7799,8 @@ var CommonOpinions_component = Object(componentNormalizer["a" /* default */])(
7807
7799
  )
7808
7800
 
7809
7801
  /* harmony default export */ var CommonOpinions = (CommonOpinions_component.exports);
7810
- // CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./packages/flow/src/processForm.vue?vue&type=template&id=353b8fd9&
7811
- var processFormvue_type_template_id_353b8fd9_render = function () {
7802
+ // 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&
7803
+ var processFormvue_type_template_id_0567bde9_render = function () {
7812
7804
  var _vm = this
7813
7805
  var _h = _vm.$createElement
7814
7806
  var _c = _vm._self._c || _h
@@ -8418,11 +8410,11 @@ var processFormvue_type_template_id_353b8fd9_render = function () {
8418
8410
  1
8419
8411
  )
8420
8412
  }
8421
- var processFormvue_type_template_id_353b8fd9_staticRenderFns = []
8422
- processFormvue_type_template_id_353b8fd9_render._withStripped = true
8413
+ var processFormvue_type_template_id_0567bde9_staticRenderFns = []
8414
+ processFormvue_type_template_id_0567bde9_render._withStripped = true
8423
8415
 
8424
8416
 
8425
- // CONCATENATED MODULE: ./packages/flow/src/processForm.vue?vue&type=template&id=353b8fd9&
8417
+ // CONCATENATED MODULE: ./packages/flow/src/processForm.vue?vue&type=template&id=0567bde9&
8426
8418
 
8427
8419
  // CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./packages/flow/src/selectUser.vue?vue&type=template&id=615d0e78&
8428
8420
  var selectUservue_type_template_id_615d0e78_render = function () {
@@ -8760,7 +8752,7 @@ var _extends = Object.assign || function (target) { for (var i = 1; i < argument
8760
8752
  newNextUser: [],
8761
8753
  newOptions: [],
8762
8754
  newSelectUserList: [],
8763
- url: api["Z" /* handleInfo */],
8755
+ url: api["ab" /* handleInfo */],
8764
8756
  newCheckboxList: [],
8765
8757
  newPresetEdit: 0,
8766
8758
  newMultiple: false,
@@ -8877,7 +8869,7 @@ var _extends = Object.assign || function (target) { for (var i = 1; i < argument
8877
8869
  if (query !== '') {
8878
8870
  this.searchLoading = true;
8879
8871
  util["a" /* default */].ajax({
8880
- url: api["Z" /* handleInfo */],
8872
+ url: api["ab" /* handleInfo */],
8881
8873
  params: { searchKey: query, query: query, type: 'user' }
8882
8874
  }).then(function (res) {
8883
8875
  var status = res.status,
@@ -9292,7 +9284,7 @@ var CustomPresetvue_type_script_lang_js_components;
9292
9284
  nextNodeId: nodeId,
9293
9285
  businessId: this.id
9294
9286
  };
9295
- util["a" /* default */].ajax({ url: api["M" /* getNodeInfo */], params: params }).then(function (res) {
9287
+ util["a" /* default */].ajax({ url: api["N" /* getNodeInfo */], params: params }).then(function (res) {
9296
9288
  var status = res.status,
9297
9289
  message = res.message,
9298
9290
  _res$data = res.data,
@@ -9390,7 +9382,7 @@ var CustomPresetvue_type_script_lang_js_components;
9390
9382
 
9391
9383
  isNoStart && (this.newPresetList = []);
9392
9384
  var params = {
9393
- url: api["P" /* getPresetCustomInfo */],
9385
+ url: api["Q" /* getPresetCustomInfo */],
9394
9386
  data: {
9395
9387
  nodeId: nodeId,
9396
9388
  processDefinitionId: processDefinitionId ? processDefinitionId : this.newProcessDefinitionId
@@ -9744,7 +9736,7 @@ var Presetvue_type_script_lang_js_components;
9744
9736
  nodeId = this.nodeId;
9745
9737
 
9746
9738
  var params = {
9747
- url: api["Q" /* getPresetNodeInfo */],
9739
+ url: api["R" /* getPresetNodeInfo */],
9748
9740
  data: {
9749
9741
  nextNodeId: nextNodeId,
9750
9742
  processDefinitionId: processDefinitionId,
@@ -10372,7 +10364,7 @@ var processFormvue_type_script_lang_js_components;
10372
10364
  if (mainConfig) {
10373
10365
  this.userModel = JSON.parse(mainConfig).userModel;
10374
10366
  } else {
10375
- util["a" /* default */].ajax({ url: api["ib" /* loginUserInfo */] }).then(function (res) {
10367
+ util["a" /* default */].ajax({ url: api["jb" /* loginUserInfo */] }).then(function (res) {
10376
10368
  var status = res.status,
10377
10369
  data = res.data;
10378
10370
 
@@ -10506,7 +10498,7 @@ var processFormvue_type_script_lang_js_components;
10506
10498
  nodeId: this.nextNode.nextNode,
10507
10499
  businessId: this.id
10508
10500
  };
10509
- util["a" /* default */].ajax({ url: api["N" /* getNotificationMsg */], params: params, methods: 'post' }).then(function (res) {
10501
+ util["a" /* default */].ajax({ url: api["O" /* getNotificationMsg */], params: params, methods: 'post' }).then(function (res) {
10510
10502
  if (res.status === 'success') {
10511
10503
  _this3.nextNode.noticeInfo = res.message;
10512
10504
  }
@@ -10538,10 +10530,10 @@ var processFormvue_type_script_lang_js_components;
10538
10530
  nextOrgId = _nextNode.nextOrgId,
10539
10531
  newOpinion = _nextNode.newOpinion,
10540
10532
  customLimitTime = _nextNode.customLimitTime;
10533
+ // if (noticeType.length === 0) {
10534
+ // return this.$message.warning('请选择通知方式');
10535
+ // }
10541
10536
 
10542
- if (noticeType.length === 0) {
10543
- return _this4.$message.warning('请选择通知方式');
10544
- }
10545
10537
  if (_this4.isShowNextUser) {
10546
10538
  if (nextUser == '' || _this4.multiple && nextUser.length == 0) {
10547
10539
  return _this4.$message.warning('请选择下步办理人');
@@ -10603,7 +10595,7 @@ var processFormvue_type_script_lang_js_components;
10603
10595
  params = newParm;
10604
10596
  }
10605
10597
  util["a" /* default */].ajax({
10606
- url: _this4.isFreeStartFlow ? api["C" /* freeStartFlowWithSubmitTask */] : _this4.formType == 'readTransfer' ? api["Db" /* startReadTransferHandleFlowWithTaskReadEnd */] : api["tb" /* register */],
10598
+ url: _this4.isFreeStartFlow ? api["C" /* freeStartFlowWithSubmitTask */] : _this4.formType == 'readTransfer' ? api["Eb" /* startReadTransferHandleFlowWithTaskReadEnd */] : api["ub" /* register */],
10607
10599
  method: 'post',
10608
10600
  data: params
10609
10601
  }).then(function (res) {
@@ -10637,7 +10629,7 @@ var processFormvue_type_script_lang_js_components;
10637
10629
  businessId: this.id,
10638
10630
  userId: util["a" /* default */].getStorage('userId')
10639
10631
  };
10640
- util["a" /* default */].ajax({ url: api["M" /* getNodeInfo */], params: params }).then(function (res) {
10632
+ util["a" /* default */].ajax({ url: api["N" /* getNodeInfo */], params: params }).then(function (res) {
10641
10633
  var status = res.status,
10642
10634
  message = res.message,
10643
10635
  _res$data = res.data,
@@ -10803,7 +10795,7 @@ var processFormvue_type_script_lang_js_components;
10803
10795
  businessId: this.businessId
10804
10796
  };
10805
10797
  // 获取节点
10806
- util["a" /* default */].ajax({ url: api["Ub" /* toStartFlow */], params: params }).then(function (res) {
10798
+ util["a" /* default */].ajax({ url: api["Wb" /* toStartFlow */], params: params }).then(function (res) {
10807
10799
  //pc接口返回数据处理
10808
10800
  var status = res.status,
10809
10801
  message = res.message,
@@ -10909,8 +10901,8 @@ var processFormvue_type_script_lang_js_components;
10909
10901
 
10910
10902
  var processForm_component = Object(componentNormalizer["a" /* default */])(
10911
10903
  src_processFormvue_type_script_lang_js_,
10912
- processFormvue_type_template_id_353b8fd9_render,
10913
- processFormvue_type_template_id_353b8fd9_staticRenderFns,
10904
+ processFormvue_type_template_id_0567bde9_render,
10905
+ processFormvue_type_template_id_0567bde9_staticRenderFns,
10914
10906
  false,
10915
10907
  null,
10916
10908
  null,
@@ -11278,7 +11270,7 @@ SendMsgvue_type_template_id_798f665c_render._withStripped = true
11278
11270
  notificationType = _sendInfo.notificationType;
11279
11271
 
11280
11272
  var params = {
11281
- url: api["Cb" /* sendMsg */],
11273
+ url: api["Db" /* sendMsg */],
11282
11274
  headers: { Accept: 'application/json,text/plain' },
11283
11275
  method: 'post',
11284
11276
  data: {
@@ -11340,7 +11332,7 @@ SendMsgvue_type_template_id_798f665c_render._withStripped = true
11340
11332
 
11341
11333
  this.loading = true;
11342
11334
  util["a" /* default */].ajax({
11343
- url: api["Tb" /* toSendMsg */],
11335
+ url: api["Vb" /* toSendMsg */],
11344
11336
  params: { pendingId: this.$attrs.pendingId }
11345
11337
  }).then(function (res) {
11346
11338
  var status = res.status,
@@ -12204,7 +12196,7 @@ processRejectvue_type_template_id_4710ec4e_render._withStripped = true
12204
12196
  userId: util["a" /* default */].getStorage('userId'),
12205
12197
  nextNodeId: _this2.nextNode.nextNodeId
12206
12198
  };
12207
- util["a" /* default */].ajax({ url: api["Jb" /* taskRejectHtml */], method: 'post', data: params }).then(function (res) {
12199
+ util["a" /* default */].ajax({ url: api["Lb" /* taskRejectHtml */], method: 'post', data: params }).then(function (res) {
12208
12200
  var status = res.status,
12209
12201
  message = res.message;
12210
12202
 
@@ -12268,7 +12260,7 @@ processRejectvue_type_template_id_4710ec4e_render._withStripped = true
12268
12260
  isSinglePage: false,
12269
12261
  opinion: this.option
12270
12262
  };
12271
- util["a" /* default */].ajax({ url: api["Yb" /* toTaskRejectHtml */], params: params }).then(function (res) {
12263
+ util["a" /* default */].ajax({ url: api["ac" /* toTaskRejectHtml */], params: params }).then(function (res) {
12272
12264
  var status = res.status,
12273
12265
  message = res.message,
12274
12266
  _res$data = res.data,
@@ -12334,8 +12326,8 @@ var processReject_component = Object(componentNormalizer["a" /* default */])(
12334
12326
  )
12335
12327
 
12336
12328
  /* harmony default export */ var processReject = (processReject_component.exports);
12337
- // 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&
12338
- var startTaskReadvue_type_template_id_611e00dd_render = function () {
12329
+ // 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&
12330
+ var startTaskReadvue_type_template_id_4cea7d04_render = function () {
12339
12331
  var _vm = this
12340
12332
  var _h = _vm.$createElement
12341
12333
  var _c = _vm._self._c || _h
@@ -12759,11 +12751,11 @@ var startTaskReadvue_type_template_id_611e00dd_render = function () {
12759
12751
  1
12760
12752
  )
12761
12753
  }
12762
- var startTaskReadvue_type_template_id_611e00dd_staticRenderFns = []
12763
- startTaskReadvue_type_template_id_611e00dd_render._withStripped = true
12754
+ var startTaskReadvue_type_template_id_4cea7d04_staticRenderFns = []
12755
+ startTaskReadvue_type_template_id_4cea7d04_render._withStripped = true
12764
12756
 
12765
12757
 
12766
- // CONCATENATED MODULE: ./packages/flow/src/startTaskRead.vue?vue&type=template&id=611e00dd&
12758
+ // CONCATENATED MODULE: ./packages/flow/src/startTaskRead.vue?vue&type=template&id=4cea7d04&
12767
12759
 
12768
12760
  // 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&
12769
12761
  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; };
@@ -12950,6 +12942,7 @@ var startTaskReadvue_type_script_lang_js_components;
12950
12942
  type: { type: String, default: '' },
12951
12943
  option: { type: String, default: '' },
12952
12944
  typeCode: { type: String, default: '' },
12945
+ resetAppId: { type: String, default: '' },
12953
12946
  taskExamine: { type: Object, default: function _default() {} },
12954
12947
  readParams: {
12955
12948
  type: [Object, undefined],
@@ -13030,7 +13023,7 @@ var startTaskReadvue_type_script_lang_js_components;
13030
13023
  var params = {
13031
13024
  appId: this.readParams.appId
13032
13025
  };
13033
- util["a" /* default */].ajax({ url: api["N" /* getNotificationMsg */], params: params, methods: 'post' }).then(function (res) {
13026
+ util["a" /* default */].ajax({ url: api["O" /* getNotificationMsg */], params: params, methods: 'post' }).then(function (res) {
13034
13027
  if (res.status === 'success') {
13035
13028
  _this.newsNoice = res.message;
13036
13029
  }
@@ -13049,7 +13042,7 @@ var startTaskReadvue_type_script_lang_js_components;
13049
13042
  taskExamine = this.taskExamine;
13050
13043
 
13051
13044
  var params = {
13052
- url: api["ec" /* toTaskTransferIndex */],
13045
+ url: api["gc" /* toTaskTransferIndex */],
13053
13046
  params: {
13054
13047
  opinion: opinion,
13055
13048
  pendingId: pendingId,
@@ -13174,9 +13167,13 @@ var startTaskReadvue_type_script_lang_js_components;
13174
13167
  var _this4 = this;
13175
13168
 
13176
13169
  var params = {
13177
- url: api["Vb" /* toStartTaskRead */],
13170
+ url: api["Xb" /* toStartTaskRead */],
13178
13171
  params: { pendingId: this.pendingId, taskAction: this.type }
13179
13172
  };
13173
+ if (this.typeCode == 'read') {
13174
+ delete params.params.pendingId;
13175
+ params.params.appid = this.resetAppId;
13176
+ }
13180
13177
  if (this.type != 'taskReadAndEnd') delete params.params.taskAction;
13181
13178
  util["a" /* default */].ajax(params).then(function (res) {
13182
13179
  var status = res.status,
@@ -13259,7 +13256,7 @@ var startTaskReadvue_type_script_lang_js_components;
13259
13256
  type = this.type;
13260
13257
 
13261
13258
  var params = {
13262
- url: api["Nb" /* taskTransfer */],
13259
+ url: api["Pb" /* taskTransfer */],
13263
13260
  data: {
13264
13261
  choiceDeptId: choiceDeptId,
13265
13262
  choiceOrgId: choiceOrgId,
@@ -13356,7 +13353,7 @@ var startTaskReadvue_type_script_lang_js_components;
13356
13353
  params = startTaskReadvue_type_script_lang_js_extends({}, params, _this8.readParams);
13357
13354
  }
13358
13355
  util["a" /* default */].ajax({
13359
- url: api["Ib" /* taskReadHtml */],
13356
+ url: api["Jb" /* taskReadHtml */],
13360
13357
  params: { taskAction: _this8.type },
13361
13358
  headers: {
13362
13359
  Accept: 'application/json,text/plain'
@@ -13438,8 +13435,8 @@ var startTaskReadvue_type_script_lang_js_components;
13438
13435
 
13439
13436
  var startTaskRead_component = Object(componentNormalizer["a" /* default */])(
13440
13437
  src_startTaskReadvue_type_script_lang_js_,
13441
- startTaskReadvue_type_template_id_611e00dd_render,
13442
- startTaskReadvue_type_template_id_611e00dd_staticRenderFns,
13438
+ startTaskReadvue_type_template_id_4cea7d04_render,
13439
+ startTaskReadvue_type_template_id_4cea7d04_staticRenderFns,
13443
13440
  false,
13444
13441
  null,
13445
13442
  null,
@@ -14232,7 +14229,7 @@ var resetvue_type_script_lang_js_components;
14232
14229
  if (mainConfig) {
14233
14230
  this.userModel = JSON.parse(mainConfig).userModel;
14234
14231
  } else {
14235
- util["a" /* default */].ajax({ url: api["ib" /* loginUserInfo */] }).then(function (res) {
14232
+ util["a" /* default */].ajax({ url: api["jb" /* loginUserInfo */] }).then(function (res) {
14236
14233
  var status = res.status,
14237
14234
  data = res.data;
14238
14235
 
@@ -14355,7 +14352,7 @@ var resetvue_type_script_lang_js_components;
14355
14352
  nodeId: this.nextNode.nextNode,
14356
14353
  businessId: this.taskExamine.businessId
14357
14354
  };
14358
- util["a" /* default */].ajax({ url: api["N" /* getNotificationMsg */], params: params, methods: 'post' }).then(function (res) {
14355
+ util["a" /* default */].ajax({ url: api["O" /* getNotificationMsg */], params: params, methods: 'post' }).then(function (res) {
14359
14356
  if (res.status === 'success') {
14360
14357
  _this3.nextNode.noticeInfo = res.message;
14361
14358
  }
@@ -14440,7 +14437,7 @@ var resetvue_type_script_lang_js_components;
14440
14437
  };
14441
14438
  if (_this4.activeNames != '1') delete params.customPresetUserJson;
14442
14439
  util["a" /* default */].ajax({
14443
- url: _this4.type == 'reset' ? api["vb" /* resetProcess */] : api["Gb" /* taskContinuation */],
14440
+ url: _this4.type == 'reset' ? api["wb" /* resetProcess */] : api["Hb" /* taskContinuation */],
14444
14441
  method: 'post',
14445
14442
  data: params
14446
14443
  }).then(function (res) {
@@ -14474,7 +14471,7 @@ var resetvue_type_script_lang_js_components;
14474
14471
  businessId: this.taskExamine.businessId,
14475
14472
  pendingId: this.taskExamine.pendingId
14476
14473
  };
14477
- util["a" /* default */].ajax({ url: api["M" /* getNodeInfo */], params: params }).then(function (res) {
14474
+ util["a" /* default */].ajax({ url: api["N" /* getNodeInfo */], params: params }).then(function (res) {
14478
14475
  var status = res.status,
14479
14476
  message = res.message,
14480
14477
  _res$data = res.data,
@@ -14644,7 +14641,7 @@ var resetvue_type_script_lang_js_components;
14644
14641
  var _this7 = this;
14645
14642
 
14646
14643
  var params = {
14647
- url: this.type == 'continuation' ? api["Xb" /* toTaskContinuationIndex */] : api["Sb" /* toResetProcessIndex */],
14644
+ url: this.type == 'continuation' ? api["Zb" /* toTaskContinuationIndex */] : api["Ub" /* toResetProcessIndex */],
14648
14645
  params: resetvue_type_script_lang_js_extends({
14649
14646
  appId: this.appId
14650
14647
  }, this.flowParams)
@@ -14750,8 +14747,8 @@ var reset_component = Object(componentNormalizer["a" /* default */])(
14750
14747
  )
14751
14748
 
14752
14749
  /* harmony default export */ var src_reset = (reset_component.exports);
14753
- // CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./packages/flow/src/component/taskUnionExamine.vue?vue&type=template&id=3d269602&
14754
- var taskUnionExaminevue_type_template_id_3d269602_render = function () {
14750
+ // 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&
14751
+ var taskUnionExaminevue_type_template_id_51053046_render = function () {
14755
14752
  var _vm = this
14756
14753
  var _h = _vm.$createElement
14757
14754
  var _c = _vm._self._c || _h
@@ -15004,11 +15001,11 @@ var taskUnionExaminevue_type_template_id_3d269602_render = function () {
15004
15001
  1
15005
15002
  )
15006
15003
  }
15007
- var taskUnionExaminevue_type_template_id_3d269602_staticRenderFns = []
15008
- taskUnionExaminevue_type_template_id_3d269602_render._withStripped = true
15004
+ var taskUnionExaminevue_type_template_id_51053046_staticRenderFns = []
15005
+ taskUnionExaminevue_type_template_id_51053046_render._withStripped = true
15009
15006
 
15010
15007
 
15011
- // CONCATENATED MODULE: ./packages/flow/src/component/taskUnionExamine.vue?vue&type=template&id=3d269602&
15008
+ // CONCATENATED MODULE: ./packages/flow/src/component/taskUnionExamine.vue?vue&type=template&id=51053046&
15012
15009
 
15013
15010
  // CONCATENATED MODULE: ./node_modules/babel-loader/lib!./node_modules/vue-loader/lib??vue-loader-options!./packages/flow/src/component/taskUnionExamine.vue?vue&type=script&lang=js&
15014
15011
  var taskUnionExaminevue_type_script_lang_js_components;
@@ -15222,7 +15219,7 @@ var taskUnionExaminevue_type_script_lang_js_components;
15222
15219
  pendingId = this.pendingId;
15223
15220
 
15224
15221
  var params = {
15225
- url: api["Kb" /* taskReview */],
15222
+ url: api["Mb" /* taskReview */],
15226
15223
  data: {
15227
15224
  nextUserId: nextOtherOrgObj.join(','),
15228
15225
  notificationType: noticeType.join(','),
@@ -15258,7 +15255,7 @@ var taskUnionExaminevue_type_script_lang_js_components;
15258
15255
  var _this2 = this;
15259
15256
 
15260
15257
  var params = {
15261
- url: api["Zb" /* toTaskReview */],
15258
+ url: api["bc" /* toTaskReview */],
15262
15259
  params: { pendingId: this.pendingId }
15263
15260
  };
15264
15261
  util["a" /* default */].ajax(params).then(function (res) {
@@ -15292,7 +15289,7 @@ var taskUnionExaminevue_type_script_lang_js_components;
15292
15289
  var _this3 = this;
15293
15290
 
15294
15291
  var params = {
15295
- url: this.type == 'takeAdvice' ? api["dc" /* toTaskTakeAdvice */] : this.type === 'startDraf' ? api["ac" /* toTaskStartDraft */] : this.type == 'unionSeal' ? api["gc" /* toTaskUnionSeal */] : this.type == 'twoOfficesDispatch' ? api["hc" /* toTwoOfficesDispatch */] : api["fc" /* toTaskUnionExamine */],
15292
+ url: this.type == 'takeAdvice' ? api["fc" /* toTaskTakeAdvice */] : this.type === 'startDraf' ? api["cc" /* toTaskStartDraft */] : this.type == 'unionSeal' ? api["ic" /* toTaskUnionSeal */] : this.type == 'twoOfficesDispatch' ? api["jc" /* toTwoOfficesDispatch */] : api["hc" /* toTaskUnionExamine */],
15296
15293
  params: { pendingId: this.pendingId },
15297
15294
  headers: { Accept: 'application/json,text/plain' }
15298
15295
  };
@@ -15324,12 +15321,12 @@ var taskUnionExaminevue_type_script_lang_js_components;
15324
15321
  var param = res.data.customizedConfig.currentOrgSelectorRangeList.split(',');
15325
15322
  _this3.currentOrgTabs.map(function (x, i) {
15326
15323
  _this3.params[x] = {
15327
- filid: param[i] == 'my' ? _this3.params.filid = JSON.parse(sessionStorage.getItem('mainConfig')).userModel.orgId : param[i]
15324
+ filid: param[i] == 'my' ? _this3.params.filid = JSON.parse(util["a" /* default */].getStorage('mainConfig')).userModel.orgId : param[i]
15328
15325
  };
15329
15326
  });
15330
15327
  } else {
15331
15328
  if (_this3.type == 'takeAdvice') {
15332
- _this3.params.filid = JSON.parse(sessionStorage.getItem('mainConfig')).userModel.orgId;
15329
+ _this3.params.filid = JSON.parse(util["a" /* default */].getStorage('mainConfig')).userModel.orgId;
15333
15330
  }
15334
15331
  }
15335
15332
  if (res.data.customizedConfig.foreignOrgSelectorCustomized) {
@@ -15413,7 +15410,7 @@ var taskUnionExaminevue_type_script_lang_js_components;
15413
15410
  // if (this.type != 'startDraf' && this.type != 'unionSeal' && this.type != 'twoOfficesDispatch')
15414
15411
  // return this.$message.warning('暂未开放,敬请期待!');
15415
15412
  var param = {
15416
- url: this.type === 'startDraf' ? api["Lb" /* taskStartDraft */] : this.type == 'unionSeal' ? api["Pb" /* taskUnionSeal */] : this.type === 'twoOfficesDispatch' ? api["jc" /* twoOfficesDispatch */] : this.type == 'takeAdvice' ? api["Mb" /* taskTakeAdvice */] : api["Ob" /* taskUnionExamine */],
15413
+ url: this.type === 'startDraf' ? api["Nb" /* taskStartDraft */] : this.type == 'unionSeal' ? api["Rb" /* taskUnionSeal */] : this.type === 'twoOfficesDispatch' ? api["lc" /* twoOfficesDispatch */] : this.type == 'takeAdvice' ? api["Ob" /* taskTakeAdvice */] : api["Qb" /* taskUnionExamine */],
15417
15414
  data: {
15418
15415
  opinion: opinion,
15419
15416
  pendingId: pendingId,
@@ -15507,7 +15504,7 @@ var taskUnionExaminevue_type_script_lang_js_components;
15507
15504
  var params = {
15508
15505
  pendingId: this.pendingId
15509
15506
  };
15510
- util["a" /* default */].ajax({ url: api["N" /* getNotificationMsg */], params: params, methods: 'post' }).then(function (res) {
15507
+ util["a" /* default */].ajax({ url: api["O" /* getNotificationMsg */], params: params, methods: 'post' }).then(function (res) {
15511
15508
  if (res.status === 'success') {
15512
15509
  _this6.infoList.noticeInfo = res.message;
15513
15510
  }
@@ -15563,8 +15560,8 @@ var taskUnionExaminevue_type_script_lang_js_components;
15563
15560
 
15564
15561
  var taskUnionExamine_component = Object(componentNormalizer["a" /* default */])(
15565
15562
  component_taskUnionExaminevue_type_script_lang_js_,
15566
- taskUnionExaminevue_type_template_id_3d269602_render,
15567
- taskUnionExaminevue_type_template_id_3d269602_staticRenderFns,
15563
+ taskUnionExaminevue_type_template_id_51053046_render,
15564
+ taskUnionExaminevue_type_template_id_51053046_staticRenderFns,
15568
15565
  false,
15569
15566
  null,
15570
15567
  null,
@@ -18761,7 +18758,7 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
18761
18758
  var _this = this;
18762
18759
 
18763
18760
  var params = {
18764
- url: api["D" /* getAdjunctFileInfos */],
18761
+ url: api["E" /* getAdjunctFileInfos */],
18765
18762
  params: { ownId: ownId, code: code }
18766
18763
  };
18767
18764
  util["a" /* default */].ajax(params).then(function (res) {
@@ -18849,7 +18846,7 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
18849
18846
  taskAction: 'complete'
18850
18847
  };
18851
18848
  util["a" /* default */].ajax({
18852
- url: api["Ib" /* taskReadHtml */],
18849
+ url: api["Jb" /* taskReadHtml */],
18853
18850
  params: { taskAction: 'complete' },
18854
18851
  headers: {
18855
18852
  Accept: 'application/json,text/plain'
@@ -18881,7 +18878,7 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
18881
18878
 
18882
18879
  this.loading = util["a" /* default */].loading(this.$loading, '加载中...');
18883
18880
  util["a" /* default */].ajax({
18884
- url: api["Wb" /* toStartTaskReadIndex */],
18881
+ url: api["Yb" /* toStartTaskReadIndex */],
18885
18882
  params: { pendingId: this.pendingId }
18886
18883
  }).then(function (res) {
18887
18884
  var status = res.status,
@@ -18917,7 +18914,7 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
18917
18914
  if (mainConfig) {
18918
18915
  this.userModel = JSON.parse(mainConfig).userModel;
18919
18916
  } else {
18920
- util["a" /* default */].ajax({ url: api["ib" /* loginUserInfo */] }).then(function (res) {
18917
+ util["a" /* default */].ajax({ url: api["jb" /* loginUserInfo */] }).then(function (res) {
18921
18918
  var status = res.status,
18922
18919
  data = res.data;
18923
18920
 
@@ -19018,7 +19015,7 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
19018
19015
  pendingId: this.pendingId
19019
19016
  };
19020
19017
  this.loading = util["a" /* default */].loading(this.$loading, '保存中...');
19021
- util["a" /* default */].ajax({ url: api["Qb" /* tempSave */], params: params }).then(function (res) {
19018
+ util["a" /* default */].ajax({ url: api["Sb" /* tempSave */], params: params }).then(function (res) {
19022
19019
  var status = res.status,
19023
19020
  message = res.message;
19024
19021
 
@@ -19124,7 +19121,7 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
19124
19121
  nodeId = _endFlowInfo.nodeId;
19125
19122
 
19126
19123
  var param = {
19127
- url: api["I" /* getFreeStartFlowParams */],
19124
+ url: api["J" /* getFreeStartFlowParams */],
19128
19125
  params: {
19129
19126
  businessId: businessId,
19130
19127
  processDefinitionId: processDefinitionId,
@@ -19312,7 +19309,7 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
19312
19309
  var _this15 = this;
19313
19310
 
19314
19311
  var params = {
19315
- url: api["gb" /* isCanStartSubFlow */],
19312
+ url: api["hb" /* isCanStartSubFlow */],
19316
19313
  data: {
19317
19314
  appId: this.taskExamineInfo.appId,
19318
19315
  inevitableNode: res.inevitableNode
@@ -19422,7 +19419,7 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
19422
19419
  this.$confirm('确认' + res.value + '?').then(function () {
19423
19420
  // return this.$message.warning('请填写意见');
19424
19421
  var params = {
19425
- url: api["ub" /* rejectAndEnd */],
19422
+ url: api["vb" /* rejectAndEnd */],
19426
19423
  headers: { Accept: 'application/json,text/plain' },
19427
19424
  method: 'post',
19428
19425
  data: {
@@ -19492,7 +19489,7 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
19492
19489
  pendingId: this.pendingId,
19493
19490
  businessId: this.businessIds
19494
19491
  };
19495
- util["a" /* default */].ajax({ url: api["M" /* getNodeInfo */], params: params }).then(function (res) {
19492
+ util["a" /* default */].ajax({ url: api["N" /* getNodeInfo */], params: params }).then(function (res) {
19496
19493
  var status = res.status,
19497
19494
  message = res.message,
19498
19495
  data = res.data;
@@ -19742,7 +19739,7 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
19742
19739
  pendingId: this.pendingId,
19743
19740
  userId: util["a" /* default */].getStorage('userId')
19744
19741
  };
19745
- util["a" /* default */].ajax({ url: api["J" /* getHandleInfoHtml */], params: params }).then(function (res) {
19742
+ util["a" /* default */].ajax({ url: api["K" /* getHandleInfoHtml */], params: params }).then(function (res) {
19746
19743
  //pc返回数据
19747
19744
 
19748
19745
  _this24.loading.close();
@@ -20034,7 +20031,7 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
20034
20031
  // onlyFlag: true
20035
20032
  };
20036
20033
  this.loading = util["a" /* default */].loading(this.$loading, '加载中...');
20037
- util["a" /* default */].ajax({ url: api["R" /* getProcessDefList */], params: params }).then(function (res) {
20034
+ util["a" /* default */].ajax({ url: api["S" /* getProcessDefList */], params: params }).then(function (res) {
20038
20035
  var status = res.status,
20039
20036
  message = res.message,
20040
20037
  data = res.data;
@@ -20087,7 +20084,7 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
20087
20084
  userId: util["a" /* default */].getStorage('userId'),
20088
20085
  type: 2
20089
20086
  };
20090
- util["a" /* default */].ajax({ url: api["lb" /* pendedhistoryList */], data: params, method: 'post' }).then(function (res) {
20087
+ util["a" /* default */].ajax({ url: api["mb" /* pendedhistoryList */], data: params, method: 'post' }).then(function (res) {
20091
20088
  var rCode = res.rCode,
20092
20089
  msg = res.msg,
20093
20090
  results = res.results;
@@ -20283,7 +20280,7 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
20283
20280
  params.isSubFlow = taskExamineInfo.isSubFlow;
20284
20281
  params.nodeId = taskExamineInfo.nodeId;
20285
20282
  params.needRetrialAuth = needRetrialAuth;
20286
- return _context.abrupt('return', util["a" /* default */].ajax({ url: api["Hb" /* taskHandleHtml */], method: 'post', data: params }).then(function (res) {
20283
+ return _context.abrupt('return', util["a" /* default */].ajax({ url: api["Ib" /* taskHandleHtml */], method: 'post', data: params }).then(function (res) {
20287
20284
  var status = res.status,
20288
20285
  message = res.message;
20289
20286
 
@@ -20374,8 +20371,8 @@ var freeStartFlow_component = Object(componentNormalizer["a" /* default */])(
20374
20371
  )
20375
20372
 
20376
20373
  /* harmony default export */ var freeStartFlow = (freeStartFlow_component.exports);
20377
- // 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&
20378
- var supervisevue_type_template_id_3c874472_render = function () {
20374
+ // 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&
20375
+ var supervisevue_type_template_id_2b223e2a_render = function () {
20379
20376
  var _vm = this
20380
20377
  var _h = _vm.$createElement
20381
20378
  var _c = _vm._self._c || _h
@@ -20530,11 +20527,11 @@ var supervisevue_type_template_id_3c874472_render = function () {
20530
20527
  1
20531
20528
  )
20532
20529
  }
20533
- var supervisevue_type_template_id_3c874472_staticRenderFns = []
20534
- supervisevue_type_template_id_3c874472_render._withStripped = true
20530
+ var supervisevue_type_template_id_2b223e2a_staticRenderFns = []
20531
+ supervisevue_type_template_id_2b223e2a_render._withStripped = true
20535
20532
 
20536
20533
 
20537
- // CONCATENATED MODULE: ./packages/flow/src/supervise.vue?vue&type=template&id=3c874472&
20534
+ // CONCATENATED MODULE: ./packages/flow/src/supervise.vue?vue&type=template&id=2b223e2a&
20538
20535
 
20539
20536
  // 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&
20540
20537
  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; };
@@ -20640,7 +20637,7 @@ var supervisevue_type_script_lang_js_extends = Object.assign || function (target
20640
20637
  pendingUserIds = _nextNode.pendingUserIds;
20641
20638
 
20642
20639
  var params = {
20643
- url: api["cc" /* toTaskSuperviseSub */],
20640
+ url: api["ec" /* toTaskSuperviseSub */],
20644
20641
  params: {
20645
20642
  userId: util["a" /* default */].getStorage('userId'),
20646
20643
  urgeUserIds: pendingUserIds,
@@ -20664,7 +20661,7 @@ var supervisevue_type_script_lang_js_extends = Object.assign || function (target
20664
20661
 
20665
20662
  this.loading = util["a" /* default */].loading(this.$loading, '加载中...');
20666
20663
  util["a" /* default */].ajax({
20667
- url: api["bc" /* toTaskSupervise */],
20664
+ url: api["dc" /* toTaskSupervise */],
20668
20665
  params: {
20669
20666
  businessId: this.businessId,
20670
20667
  userId: util["a" /* default */].getStorage('userId')
@@ -20675,6 +20672,12 @@ var supervisevue_type_script_lang_js_extends = Object.assign || function (target
20675
20672
  if (res.rCode == 0) {
20676
20673
  _this2.nextNode = supervisevue_type_script_lang_js_extends({}, _this2.nextNode, res.results);
20677
20674
  _this2.nextNode.noticeType = res.results.defaultNotificationType.split(',');
20675
+ } else {
20676
+ _this2.$message({
20677
+ message: res.rMsg,
20678
+ type: 'error'
20679
+ });
20680
+ _this2.$emit('cancel');
20678
20681
  }
20679
20682
  });
20680
20683
  }
@@ -20692,8 +20695,8 @@ var supervisevue_type_script_lang_js_extends = Object.assign || function (target
20692
20695
 
20693
20696
  var supervise_component = Object(componentNormalizer["a" /* default */])(
20694
20697
  src_supervisevue_type_script_lang_js_,
20695
- supervisevue_type_template_id_3c874472_render,
20696
- supervisevue_type_template_id_3c874472_staticRenderFns,
20698
+ supervisevue_type_template_id_2b223e2a_render,
20699
+ supervisevue_type_template_id_2b223e2a_staticRenderFns,
20697
20700
  false,
20698
20701
  null,
20699
20702
  null,
@@ -21564,6 +21567,7 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
21564
21567
  //
21565
21568
  //
21566
21569
  //
21570
+ //
21567
21571
 
21568
21572
 
21569
21573
 
@@ -21776,7 +21780,7 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
21776
21780
  mounted: function mounted() {
21777
21781
  this.businessIds = this.businessId;
21778
21782
  this.nextNode.nextNodeId = this.nextNodeId;
21779
- if (this.typeCode == 'supervise') return;
21783
+ if (this.typeCode == 'supervise' || this.typeCode == 'read') return;
21780
21784
  this.getNodeType();
21781
21785
  !this.isFlow && (this.newTypeCode = this.typeCode || this.$route.query.typecode);
21782
21786
  if (this.isFlow) {
@@ -21993,7 +21997,7 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
21993
21997
  var _this2 = this;
21994
21998
 
21995
21999
  var params = {
21996
- url: api["D" /* getAdjunctFileInfos */],
22000
+ url: api["E" /* getAdjunctFileInfos */],
21997
22001
  params: { ownId: ownId, code: code }
21998
22002
  };
21999
22003
  util["a" /* default */].ajax(params).then(function (res) {
@@ -22081,7 +22085,7 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
22081
22085
  taskAction: 'complete'
22082
22086
  };
22083
22087
  util["a" /* default */].ajax({
22084
- url: api["Ib" /* taskReadHtml */],
22088
+ url: api["Jb" /* taskReadHtml */],
22085
22089
  params: { taskAction: 'complete' },
22086
22090
  headers: {
22087
22091
  Accept: 'application/json,text/plain'
@@ -22127,7 +22131,7 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
22127
22131
 
22128
22132
  this.loading = util["a" /* default */].loading(this.$loading, '加载中...');
22129
22133
  util["a" /* default */].ajax({
22130
- url: api["Wb" /* toStartTaskReadIndex */],
22134
+ url: api["Yb" /* toStartTaskReadIndex */],
22131
22135
  params: { pendingId: this.pendingId }
22132
22136
  }).then(function (res) {
22133
22137
  var status = res.status,
@@ -22168,7 +22172,7 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
22168
22172
  if (mainConfig) {
22169
22173
  this.userModel = JSON.parse(mainConfig).userModel;
22170
22174
  } else {
22171
- util["a" /* default */].ajax({ url: api["ib" /* loginUserInfo */] }).then(function (res) {
22175
+ util["a" /* default */].ajax({ url: api["jb" /* loginUserInfo */] }).then(function (res) {
22172
22176
  var status = res.status,
22173
22177
  data = res.data;
22174
22178
 
@@ -22269,7 +22273,7 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
22269
22273
  pendingId: this.pendingId
22270
22274
  };
22271
22275
  this.loading = util["a" /* default */].loading(this.$loading, '保存中...');
22272
- util["a" /* default */].ajax({ url: api["Qb" /* tempSave */], params: params }).then(function (res) {
22276
+ util["a" /* default */].ajax({ url: api["Sb" /* tempSave */], params: params }).then(function (res) {
22273
22277
  var status = res.status,
22274
22278
  message = res.message;
22275
22279
 
@@ -22375,7 +22379,7 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
22375
22379
  nodeId = _endFlowInfo.nodeId;
22376
22380
 
22377
22381
  var param = {
22378
- url: api["I" /* getFreeStartFlowParams */],
22382
+ url: api["J" /* getFreeStartFlowParams */],
22379
22383
  params: {
22380
22384
  businessId: businessId,
22381
22385
  processDefinitionId: processDefinitionId,
@@ -22574,7 +22578,7 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
22574
22578
  var _this17 = this;
22575
22579
 
22576
22580
  var params = {
22577
- url: api["gb" /* isCanStartSubFlow */],
22581
+ url: api["hb" /* isCanStartSubFlow */],
22578
22582
  data: {
22579
22583
  appId: this.taskExamineInfo.appId,
22580
22584
  inevitableNode: res.inevitableNode
@@ -22684,7 +22688,7 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
22684
22688
  this.$confirm('确认' + res.value + '?').then(function () {
22685
22689
  // return this.$message.warning('请填写意见');
22686
22690
  var params = {
22687
- url: api["ub" /* rejectAndEnd */],
22691
+ url: api["vb" /* rejectAndEnd */],
22688
22692
  headers: { Accept: 'application/json,text/plain' },
22689
22693
  method: 'post',
22690
22694
  data: {
@@ -22754,7 +22758,7 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
22754
22758
  pendingId: this.pendingId,
22755
22759
  businessId: this.businessIds
22756
22760
  };
22757
- util["a" /* default */].ajax({ url: api["M" /* getNodeInfo */], params: params }).then(function (res) {
22761
+ util["a" /* default */].ajax({ url: api["N" /* getNodeInfo */], params: params }).then(function (res) {
22758
22762
  var status = res.status,
22759
22763
  message = res.message,
22760
22764
  data = res.data;
@@ -22878,6 +22882,7 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
22878
22882
  this.nextNode.isSerialSubmit = 0;
22879
22883
  this.nodeInfos = [];
22880
22884
  this.operationList.forEach(function (item) {
22885
+ console.log(item, val, 'aaa');
22881
22886
  if (item.key === val) {
22882
22887
  if (!item.taskNodeList) {
22883
22888
  _this25.nodeInfos = [];
@@ -23005,7 +23010,7 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
23005
23010
  pendingId: this.pendingId,
23006
23011
  userId: util["a" /* default */].getStorage('userId')
23007
23012
  };
23008
- util["a" /* default */].ajax({ url: api["J" /* getHandleInfoHtml */], params: params }).then(function (res) {
23013
+ util["a" /* default */].ajax({ url: api["K" /* getHandleInfoHtml */], params: params }).then(function (res) {
23009
23014
  //pc返回数据
23010
23015
 
23011
23016
  _this26.loading.close();
@@ -23090,7 +23095,7 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
23090
23095
  _this26.nodeInfos = item.taskNodeList;
23091
23096
  }
23092
23097
  }
23093
- if (taskOperations.length == 1) {
23098
+ if (taskOperations.length > 0) {
23094
23099
  _this26.nodeInfos = [];
23095
23100
  _this26.nextNode.nextOperate = taskOperations[0].key;
23096
23101
  if (taskOperations[0].taskNodeList != null) {
@@ -23299,7 +23304,7 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
23299
23304
  hideTempSave: true
23300
23305
  }, this.param);
23301
23306
  this.loading = util["a" /* default */].loading(this.$loading, '加载中...');
23302
- util["a" /* default */].ajax({ url: api["R" /* getProcessDefList */], params: params }).then(function (res) {
23307
+ util["a" /* default */].ajax({ url: api["S" /* getProcessDefList */], params: params }).then(function (res) {
23303
23308
  var status = res.status,
23304
23309
  message = res.message,
23305
23310
  data = res.data;
@@ -23352,7 +23357,7 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
23352
23357
  userId: util["a" /* default */].getStorage('userId'),
23353
23358
  type: 2
23354
23359
  };
23355
- util["a" /* default */].ajax({ url: api["lb" /* pendedhistoryList */], data: params, method: 'post' }).then(function (res) {
23360
+ util["a" /* default */].ajax({ url: api["mb" /* pendedhistoryList */], data: params, method: 'post' }).then(function (res) {
23356
23361
  var rCode = res.rCode,
23357
23362
  msg = res.msg,
23358
23363
  results = res.results;
@@ -23381,6 +23386,7 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
23381
23386
  params: {
23382
23387
  foreignOrgObj: _that.nextNode.nextOtherOrgObj,
23383
23388
  circularReadProcessKey: _that.taskExamineInfo.processDefinitionId,
23389
+ pendingId: _that.pendingId,
23384
23390
  currentBusinessId: _that.taskExamineInfo.businessId
23385
23391
  }
23386
23392
  };
@@ -23629,7 +23635,7 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
23629
23635
  params.orgRoleCode = circularReadParamsMap.circularReadOrgRoleCode;
23630
23636
  }
23631
23637
 
23632
- return _context.abrupt('return', util["a" /* default */].ajax({ url: api["Hb" /* taskHandleHtml */], method: 'post', data: params }).then(function (res) {
23638
+ return _context.abrupt('return', util["a" /* default */].ajax({ url: api["Ib" /* taskHandleHtml */], method: 'post', data: params }).then(function (res) {
23633
23639
  var status = res.status,
23634
23640
  message = res.message;
23635
23641