eoss-ui 0.6.66 → 0.6.68

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 (78) hide show
  1. package/lib/button-group.js +108 -106
  2. package/lib/button.js +108 -106
  3. package/lib/calogin.js +567 -156
  4. package/lib/checkbox-group.js +110 -108
  5. package/lib/config/api.js +1 -0
  6. package/lib/data-table-form.js +110 -108
  7. package/lib/data-table.js +113 -111
  8. package/lib/date-picker.js +108 -106
  9. package/lib/dialog.js +108 -106
  10. package/lib/eoss-ui.common.js +956 -516
  11. package/lib/flow-group.js +108 -106
  12. package/lib/flow-list.js +199 -207
  13. package/lib/flow.js +230 -212
  14. package/lib/form.js +110 -108
  15. package/lib/handle-user.js +109 -107
  16. package/lib/handler.js +109 -107
  17. package/lib/icon.js +109 -107
  18. package/lib/index.js +1 -1
  19. package/lib/input-number.js +108 -106
  20. package/lib/input.js +108 -106
  21. package/lib/login.js +172 -147
  22. package/lib/main.js +141 -139
  23. package/lib/nav.js +108 -106
  24. package/lib/notify.js +111 -109
  25. package/lib/page.js +108 -106
  26. package/lib/pagination.js +108 -106
  27. package/lib/player.js +108 -106
  28. package/lib/qr-code.js +108 -106
  29. package/lib/radio-group.js +110 -108
  30. package/lib/retrial-auth.js +111 -109
  31. package/lib/select-ganged.js +110 -108
  32. package/lib/select.js +110 -108
  33. package/lib/selector-panel.js +126 -124
  34. package/lib/selector.js +109 -107
  35. package/lib/sizer.js +110 -108
  36. package/lib/steps.js +108 -106
  37. package/lib/switch.js +108 -106
  38. package/lib/table-form.js +108 -106
  39. package/lib/tabs.js +108 -106
  40. package/lib/theme-chalk/index.css +1 -1
  41. package/lib/theme-chalk/login.css +1 -1
  42. package/lib/tips.js +109 -107
  43. package/lib/tree-group.js +108 -106
  44. package/lib/tree.js +109 -107
  45. package/lib/upload.js +118 -116
  46. package/lib/wujie.js +108 -106
  47. package/lib/wxlogin.js +108 -106
  48. package/package.json +2 -2
  49. package/packages/.DS_Store +0 -0
  50. package/packages/autocomplete/.DS_Store +0 -0
  51. package/packages/calogin/.DS_Store +0 -0
  52. package/packages/calogin/src/main.vue +285 -48
  53. package/packages/calogin/src/plugin.js +167 -0
  54. package/packages/date-picker/.DS_Store +0 -0
  55. package/packages/date-picker/src/.DS_Store +0 -0
  56. package/packages/flow/.DS_Store +0 -0
  57. package/packages/flow/src/component/Circulate.vue +6 -1
  58. package/packages/flow/src/main.vue +6 -0
  59. package/packages/flow/src/reset.vue +6 -1
  60. package/packages/flow/src/selectUser.vue +1 -1
  61. package/packages/flow-list/.DS_Store +0 -0
  62. package/packages/flow-list/src/main.vue +12 -24
  63. package/packages/login/.DS_Store +0 -0
  64. package/packages/login/src/main.vue +28 -7
  65. package/packages/main/.DS_Store +0 -0
  66. package/packages/main/src/.DS_Store +0 -0
  67. package/packages/menu/.DS_Store +0 -0
  68. package/packages/scrollbar/.DS_Store +0 -0
  69. package/packages/select/.DS_Store +0 -0
  70. package/packages/theme-chalk/lib/index.css +1 -1
  71. package/packages/theme-chalk/lib/login.css +1 -1
  72. package/packages/theme-chalk/src/.DS_Store +0 -0
  73. package/packages/theme-chalk/src/login.scss +5 -5
  74. package/packages/upload/.DS_Store +0 -0
  75. package/src/.DS_Store +0 -0
  76. package/src/config/api.js +1 -0
  77. package/src/index.js +163 -163
  78. package/src/utils/.DS_Store +0 -0
package/lib/flow.js CHANGED
@@ -1604,7 +1604,7 @@ var getLightness = function getLightness($v, $i, $isLight) {
1604
1604
  * @param {function} callback - 回调函数
1605
1605
  **/
1606
1606
  var getMainConfig = function getMainConfig(callback) {
1607
- ajax({ url: _config_api__WEBPACK_IMPORTED_MODULE_1__[/* mainConfig */ "nb"] }).then(function (res) {
1607
+ ajax({ url: _config_api__WEBPACK_IMPORTED_MODULE_1__[/* mainConfig */ "ob"] }).then(function (res) {
1608
1608
  if (res && res.rCode === 0) {
1609
1609
  callback(res.results);
1610
1610
  }
@@ -2361,7 +2361,7 @@ var isLogined = function () {
2361
2361
  break;
2362
2362
  }
2363
2363
 
2364
- ajax({ method: 'post', url: _config_api__WEBPACK_IMPORTED_MODULE_1__[/* logout */ "mb"] }).then(function (res) {
2364
+ ajax({ method: 'post', url: _config_api__WEBPACK_IMPORTED_MODULE_1__[/* logout */ "nb"] }).then(function (res) {
2365
2365
  if (res.rCode === 0) {
2366
2366
  removeStorage();
2367
2367
  }
@@ -3517,148 +3517,149 @@ var watermark = function watermark(option) {
3517
3517
  /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "p", function() { return doCaLogin; });
3518
3518
  /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "t", function() { return doUserLogin; });
3519
3519
  /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "r", function() { return doQrLogin; });
3520
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "mb", function() { return logout; });
3521
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "fb", function() { return initLogin; });
3522
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Hb", function() { return switchUserTo; });
3520
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "nb", function() { return logout; });
3521
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "gb", function() { return initLogin; });
3522
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Ib", function() { return switchUserTo; });
3523
3523
  /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "c", function() { return changeImg; });
3524
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "M", function() { return getLoginCode; });
3524
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "N", function() { return getLoginCode; });
3525
3525
  /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "q", function() { return doCodeLogin; });
3526
3526
  /* unused harmony export updateCode */
3527
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "N", function() { return getModifyPassCode; });
3527
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "O", function() { return getModifyPassCode; });
3528
3528
  /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "g", function() { return codeModifyPass; });
3529
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "kb", function() { return loginModifyPassword; });
3529
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "lb", function() { return loginModifyPassword; });
3530
3530
  /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "b", function() { return authCenter; });
3531
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "gb", function() { return initModifyPassword; });
3531
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "hb", function() { return initModifyPassword; });
3532
3532
  /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "u", function() { return doWechatQrLogin; });
3533
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Z", function() { return getTwoFactorLoginCode; });
3533
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "ab", function() { return getTwoFactorLoginCode; });
3534
3534
  /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "s", function() { return doTwoFactorLogin; });
3535
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "hb", function() { return initRetrialAuth; });
3536
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "V", function() { return getRetrialAuthCode; });
3537
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Ab", function() { return scanCodeRetrialAuth; });
3535
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "ib", function() { return initRetrialAuth; });
3536
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "W", function() { return getRetrialAuthCode; });
3537
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Bb", function() { return scanCodeRetrialAuth; });
3538
3538
  /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "h", function() { return codeRetrialAuth; });
3539
3539
  /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "o", function() { return doAssistanceQrLogin; });
3540
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "vc", function() { return userOnline; });
3541
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "ab", function() { return getUserAppWithTag; });
3542
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "vb", function() { return recordUserApp; });
3543
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "nb", function() { return mainConfig; });
3544
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "ib", function() { return initUserSet; });
3545
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "qc", function() { return updateUserInfo; });
3540
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "wc", function() { return userOnline; });
3541
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "bb", function() { return getUserAppWithTag; });
3542
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "wb", function() { return recordUserApp; });
3543
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "ob", function() { return mainConfig; });
3544
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "jb", function() { return initUserSet; });
3545
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "rc", function() { return updateUserInfo; });
3546
3546
  /* unused harmony export getUserImgUrl */
3547
3547
  /* unused harmony export getDoorIndex */
3548
3548
  /* unused harmony export refreshOnlineUsers */
3549
3549
  /* unused harmony export getQuickMenuIds */
3550
3550
  /* unused harmony export getApplicationIdArray */
3551
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "H", function() { return getComplexApplications; });
3552
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "I", function() { return getComplexApplicationsNew; });
3551
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "I", function() { return getComplexApplications; });
3552
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "J", function() { return getComplexApplicationsNew; });
3553
3553
  /* unused harmony export getUserCustomInfo */
3554
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "pc", function() { return updateUserCustomInfo; });
3555
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Ib", function() { return sysMsgPage; });
3556
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "eb", function() { return ignoreSysMsg; });
3557
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "db", function() { return ignoreAllSysMsg; });
3558
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Bb", function() { return searchType; });
3559
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "G", function() { return getAdjunctProperties; });
3560
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "uc", function() { return uploads; });
3561
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "sc", function() { return uploadOnlyOne; });
3562
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "F", function() { return getAdjunctFileInfos; });
3563
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "tc", function() { return uploadSort; });
3554
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "qc", function() { return updateUserCustomInfo; });
3555
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Jb", function() { return sysMsgPage; });
3556
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "fb", function() { return ignoreSysMsg; });
3557
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "eb", function() { return ignoreAllSysMsg; });
3558
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Cb", function() { return searchType; });
3559
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "H", function() { return getAdjunctProperties; });
3560
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "vc", function() { return uploads; });
3561
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "tc", function() { return uploadOnlyOne; });
3562
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "G", function() { return getAdjunctFileInfos; });
3563
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "uc", function() { return uploadSort; });
3564
3564
  /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "v", function() { return downloadByAdjunctId; });
3565
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "rc", function() { return uploadDownloads; });
3566
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "sb", function() { return previewAdjunct; });
3567
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "tb", function() { return previewAdjunct2; });
3568
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "ub", function() { return previewAdjunctOffice; });
3565
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "sc", function() { return uploadDownloads; });
3566
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "tb", function() { return previewAdjunct; });
3567
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "ub", function() { return previewAdjunct2; });
3568
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "vb", function() { return previewAdjunctOffice; });
3569
3569
  /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "j", function() { return delAdjunct; });
3570
3570
  /* unused harmony export upload_updateClassify */
3571
3571
  /* unused harmony export getDeleteAdjunctFileInfos */
3572
3572
  /* unused harmony export getPictureBase64 */
3573
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Y", function() { return getSelectorOrgTree; });
3574
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "X", function() { return getSelectorOrgDetail; });
3575
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "R", function() { return getOrgMainTree; });
3576
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "W", function() { return getSelectOrgsubids; });
3577
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "z", function() { return findSysCode; });
3578
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "J", function() { return getDictList; });
3573
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Z", function() { return getSelectorOrgTree; });
3574
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Y", function() { return getSelectorOrgDetail; });
3575
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "S", function() { return getOrgMainTree; });
3576
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "X", function() { return getSelectOrgsubids; });
3577
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "A", function() { return findSysCode; });
3578
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "K", function() { return getDictList; });
3579
3579
  /* unused harmony export findUserBaseInfo */
3580
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "bb", function() { return gethelpdoc; });
3580
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "cb", function() { return gethelpdoc; });
3581
3581
  /* unused harmony export getCurrentuser */
3582
3582
  /* unused harmony export mainDetail */
3583
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Yb", function() { return toStartFlow; });
3584
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Ub", function() { return tempSave; });
3583
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Zb", function() { return toStartFlow; });
3584
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Vb", function() { return tempSave; });
3585
3585
  /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "i", function() { return commonOpion; });
3586
3586
  /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "a", function() { return addCommonOpion; });
3587
3587
  /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "w", function() { return editCommonOpion; });
3588
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "zb", function() { return saveCommonOpinion; });
3589
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "oc", function() { return updateCommonOpinion; });
3588
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Ab", function() { return saveCommonOpinion; });
3589
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "pc", function() { return updateCommonOpinion; });
3590
3590
  /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "k", function() { return deleteCommonOpion; });
3591
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "U", function() { return getProcessDefList; });
3592
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "O", function() { return getNodeInfo; });
3593
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "y", function() { return findCodeValues; });
3594
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "B", function() { return findSysParam; });
3595
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "A", function() { return findSysCodes; });
3596
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Q", function() { return getNotificationMsg; });
3597
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "L", function() { return getHandleInfoHtml; });
3598
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Kb", function() { return taskHandleHtml; });
3591
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "V", function() { return getProcessDefList; });
3592
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "P", function() { return getNodeInfo; });
3593
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "z", function() { return findCodeValues; });
3594
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "C", function() { return findSysParam; });
3595
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "B", function() { return findSysCodes; });
3596
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "R", function() { return getNotificationMsg; });
3597
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "M", function() { return getHandleInfoHtml; });
3598
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Lb", function() { return taskHandleHtml; });
3599
3599
  /* unused harmony export getView */
3600
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "wb", function() { return register; });
3601
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "ob", function() { return pendedhistoryList; });
3602
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "cc", function() { return toTaskRejectHtml; });
3603
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Nb", function() { return taskRejectHtml; });
3604
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Zb", function() { return toStartTaskRead; });
3605
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "ac", function() { return toStartTaskReadIndex; });
3606
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Lb", function() { return taskReadHtml; });
3607
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "xb", function() { return rejectAndEnd; });
3608
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Xb", function() { return toSendMsg; });
3609
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Fb", function() { return sendMsg; });
3610
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "x", function() { return endFlowHtml; });
3611
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "cb", function() { return handleInfo; });
3612
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "lb", function() { return loginUserInfo; });
3613
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "wc", function() { return wss; });
3614
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "mc", function() { return topic; });
3615
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "S", function() { return getPresetCustomInfo; });
3616
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "T", function() { return getPresetNodeInfo; });
3617
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "ic", function() { return toTaskTransferIndex; });
3618
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Rb", function() { return taskTransfer; });
3619
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Vb", function() { return toPresetInfoListIndex; });
3600
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "xb", function() { return register; });
3601
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "pb", function() { return pendedhistoryList; });
3602
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "dc", function() { return toTaskRejectHtml; });
3603
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Ob", function() { return taskRejectHtml; });
3604
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "ac", function() { return toStartTaskRead; });
3605
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "bc", function() { return toStartTaskReadIndex; });
3606
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Mb", function() { return taskReadHtml; });
3607
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "yb", function() { return rejectAndEnd; });
3608
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Yb", function() { return toSendMsg; });
3609
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Gb", function() { return sendMsg; });
3610
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "y", function() { return endFlowHtml; });
3611
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "db", function() { return handleInfo; });
3612
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "mb", function() { return loginUserInfo; });
3613
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "xc", function() { return wss; });
3614
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "nc", function() { return topic; });
3615
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "T", function() { return getPresetCustomInfo; });
3616
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "U", function() { return getPresetNodeInfo; });
3617
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "jc", function() { return toTaskTransferIndex; });
3618
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Sb", function() { return taskTransfer; });
3619
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Wb", function() { return toPresetInfoListIndex; });
3620
3620
  /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "m", function() { return deletePresetInfo; });
3621
3621
  /* unused harmony export historyListJson */
3622
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "pb", function() { return pendedhistoryListJson; });
3623
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "rb", function() { return pressListJson; });
3622
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "qb", function() { return pendedhistoryListJson; });
3623
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "sb", function() { return pressListJson; });
3624
3624
  /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "l", function() { return deleteFlow; });
3625
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "jb", function() { return isCanStartSubFlow; });
3626
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "jc", function() { return toTaskUnionExamine; });
3627
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Sb", function() { return taskUnionExamine; });
3628
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "hc", function() { return toTaskTakeAdvice; });
3629
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Qb", function() { return taskTakeAdvice; });
3630
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "ec", function() { return toTaskStartDraft; });
3631
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "fc", function() { return toTaskSupervise; });
3632
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "gc", function() { return toTaskSuperviseSub; });
3633
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Pb", function() { return taskStartDraft; });
3634
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "dc", function() { return toTaskReview; });
3635
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Ob", function() { return taskReview; });
3636
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "kc", function() { return toTaskUnionSeal; });
3637
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Tb", function() { return taskUnionSeal; });
3638
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "lc", function() { return toTwoOfficesDispatch; });
3639
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "nc", function() { return twoOfficesDispatch; });
3640
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Wb", function() { return toResetProcessIndex; });
3641
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "yb", function() { return resetProcess; });
3642
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "bc", function() { return toTaskContinuationIndex; });
3643
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Jb", function() { return taskContinuation; });
3644
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "K", function() { return getFreeStartFlowParams; });
3645
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "D", function() { return freeStartFlowWithSubmitTask; });
3625
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "kb", function() { return isCanStartSubFlow; });
3626
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "kc", function() { return toTaskUnionExamine; });
3627
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Tb", function() { return taskUnionExamine; });
3628
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "ic", function() { return toTaskTakeAdvice; });
3629
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Rb", function() { return taskTakeAdvice; });
3630
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "fc", function() { return toTaskStartDraft; });
3631
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "gc", function() { return toTaskSupervise; });
3632
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "hc", function() { return toTaskSuperviseSub; });
3633
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Qb", function() { return taskStartDraft; });
3634
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "ec", function() { return toTaskReview; });
3635
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Pb", function() { return taskReview; });
3636
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "lc", function() { return toTaskUnionSeal; });
3637
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Ub", function() { return taskUnionSeal; });
3638
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "mc", function() { return toTwoOfficesDispatch; });
3639
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "oc", function() { return twoOfficesDispatch; });
3640
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Xb", function() { return toResetProcessIndex; });
3641
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "zb", function() { return resetProcess; });
3642
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "cc", function() { return toTaskContinuationIndex; });
3643
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Kb", function() { return taskContinuation; });
3644
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "L", function() { return getFreeStartFlowParams; });
3645
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "E", function() { return freeStartFlowWithSubmitTask; });
3646
3646
  /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "e", function() { return checkForeignOrgStartedCircularRead; });
3647
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "qb", function() { return pendedhistoryListWithCircularReadJson; });
3648
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "E", function() { return fyListJson; });
3647
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "rb", function() { return pendedhistoryListWithCircularReadJson; });
3648
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "F", function() { return fyListJson; });
3649
3649
  /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "f", function() { return circularReadWithdraw; });
3650
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Mb", function() { return taskReadWithDraw; });
3651
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Gb", function() { return startReadTransferHandleFlowWithTaskReadEnd; });
3650
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Nb", function() { return taskReadWithDraw; });
3651
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Hb", function() { return startReadTransferHandleFlowWithTaskReadEnd; });
3652
3652
  /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "d", function() { return checkBusinessIdStartedReadTransferHandle; });
3653
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Eb", function() { return sendList; });
3654
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Db", function() { return sendInfo; });
3653
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Fb", function() { return sendList; });
3654
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Eb", function() { return sendInfo; });
3655
3655
  /* unused harmony export sendSave */
3656
3656
  /* unused harmony export sendUpdate */
3657
3657
  /* unused harmony export sendDelete */
3658
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Cb", function() { return sendBatch; });
3659
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "C", function() { return formContents; });
3658
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Db", function() { return sendBatch; });
3659
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "D", function() { return formContents; });
3660
3660
  /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "n", function() { return directStartTaskCircularRead; });
3661
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "P", function() { return getNodeInfoForStart; });
3661
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "x", function() { return endFlowAndStartTaskCircularRead; });
3662
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Q", function() { return getNodeInfoForStart; });
3662
3663
  var flowPendingPrefix = window.flowPendingPrefix || localStorage.getItem('flowPendingPrefix') || '/bpm';
3663
3664
  // 登录
3664
3665
  var doCaLogin = '/sso2/signIn/auth/doCaLogin'; // ca登录认证
@@ -3914,6 +3915,7 @@ var sendBatch = '/notify2/sendRecord/reSendNotifyMessageBatch';
3914
3915
 
3915
3916
  var formContents = '/lowcode/admin/online/onlineForm/getOnlineFormFromCache';
3916
3917
  var directStartTaskCircularRead = '/bpm/bpmBackend/directStartTaskCircularRead';
3918
+ var endFlowAndStartTaskCircularRead = '/bpm/bpmBackend/endFlowAndStartTaskCircularRead';
3917
3919
  var getNodeInfoForStart = flowPendingPrefix + '/task/taskHandle/getNodeInfoForStart.dhtml';
3918
3920
 
3919
3921
  /***/ }),
@@ -4421,7 +4423,7 @@ var component = Object(componentNormalizer["a" /* default */])(
4421
4423
  // ESM COMPAT FLAG
4422
4424
  __webpack_require__.r(__webpack_exports__);
4423
4425
 
4424
- // CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./packages/flow/src/main.vue?vue&type=template&id=fe0ac130&
4426
+ // CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./packages/flow/src/main.vue?vue&type=template&id=5f8259cf&
4425
4427
  var render = function () {
4426
4428
  var _vm = this
4427
4429
  var _h = _vm.$createElement
@@ -4534,6 +4536,7 @@ var render = function () {
4534
4536
  attrs: {
4535
4537
  businessId: _vm.businessId,
4536
4538
  selectorParams: _vm.params,
4539
+ "pending-id": _vm.pendingId,
4537
4540
  showBtn: false,
4538
4541
  processDefinitionId: _vm.nodeInfo.nextNode,
4539
4542
  simpleTips: _vm.simpleTips,
@@ -4601,6 +4604,7 @@ var render = function () {
4601
4604
  simpleTips: _vm.simpleTips,
4602
4605
  appId: _vm.resetAppId,
4603
4606
  flowParams: _vm.param,
4607
+ subParams: _vm.subParams,
4604
4608
  },
4605
4609
  on: {
4606
4610
  cancel: function ($event) {
@@ -6980,7 +6984,7 @@ var staticRenderFns = []
6980
6984
  render._withStripped = true
6981
6985
 
6982
6986
 
6983
- // CONCATENATED MODULE: ./packages/flow/src/main.vue?vue&type=template&id=fe0ac130&
6987
+ // CONCATENATED MODULE: ./packages/flow/src/main.vue?vue&type=template&id=5f8259cf&
6984
6988
 
6985
6989
  // EXTERNAL MODULE: external "babel-runtime/regenerator"
6986
6990
  var regenerator_ = __webpack_require__(4);
@@ -7865,7 +7869,7 @@ var _components;
7865
7869
 
7866
7870
  var that = this;
7867
7871
  util["a" /* default */].ajax({
7868
- url: api["B" /* findSysParam */],
7872
+ url: api["C" /* findSysParam */],
7869
7873
  params: { cpName: 'commonOpinionsSelectType' }
7870
7874
  }).then(function (res) {
7871
7875
  if (res.status == 'success') {
@@ -7943,7 +7947,7 @@ var _components;
7943
7947
  }
7944
7948
  this.loading = util["a" /* default */].loading(this.$loading, '提交中...');
7945
7949
  util["a" /* default */].ajax({
7946
- url: data.id ? api["oc" /* updateCommonOpinion */] : api["zb" /* saveCommonOpinion */],
7950
+ url: data.id ? api["pc" /* updateCommonOpinion */] : api["Ab" /* saveCommonOpinion */],
7947
7951
  data: info,
7948
7952
  header: { 'Content-Type': 'multipart/form-data' },
7949
7953
  method: 'post'
@@ -8611,8 +8615,8 @@ processFormvue_type_template_id_d7f4c800_render._withStripped = true
8611
8615
 
8612
8616
  // CONCATENATED MODULE: ./packages/flow/src/processForm.vue?vue&type=template&id=d7f4c800&
8613
8617
 
8614
- // 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&
8615
- var selectUservue_type_template_id_615d0e78_render = function () {
8618
+ // CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./packages/flow/src/selectUser.vue?vue&type=template&id=1de54739&
8619
+ var selectUservue_type_template_id_1de54739_render = function () {
8616
8620
  var _vm = this
8617
8621
  var _h = _vm.$createElement
8618
8622
  var _c = _vm._self._c || _h
@@ -8730,7 +8734,7 @@ var selectUservue_type_template_id_615d0e78_render = function () {
8730
8734
  _vm.isCurrentNodeForbiddenChangeCandidate == 1,
8731
8735
  filterable: Boolean(_vm.isCustomUser),
8732
8736
  multiple: _vm.newMultiple,
8733
- param: _vm.newParams,
8737
+ param: Object.assign({}, _vm.newParams, { info: "no" }),
8734
8738
  disableds: _vm.disableds,
8735
8739
  },
8736
8740
  on: {
@@ -8755,11 +8759,11 @@ var selectUservue_type_template_id_615d0e78_render = function () {
8755
8759
  2
8756
8760
  )
8757
8761
  }
8758
- var selectUservue_type_template_id_615d0e78_staticRenderFns = []
8759
- selectUservue_type_template_id_615d0e78_render._withStripped = true
8762
+ var selectUservue_type_template_id_1de54739_staticRenderFns = []
8763
+ selectUservue_type_template_id_1de54739_render._withStripped = true
8760
8764
 
8761
8765
 
8762
- // CONCATENATED MODULE: ./packages/flow/src/selectUser.vue?vue&type=template&id=615d0e78&
8766
+ // CONCATENATED MODULE: ./packages/flow/src/selectUser.vue?vue&type=template&id=1de54739&
8763
8767
 
8764
8768
  // CONCATENATED MODULE: ./node_modules/babel-loader/lib!./node_modules/vue-loader/lib??vue-loader-options!./packages/flow/src/selectUser.vue?vue&type=script&lang=js&
8765
8769
  var _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; };
@@ -8947,7 +8951,7 @@ var _extends = Object.assign || function (target) { for (var i = 1; i < argument
8947
8951
  newNextUser: [],
8948
8952
  newOptions: [],
8949
8953
  newSelectUserList: [],
8950
- url: api["cb" /* handleInfo */],
8954
+ url: api["db" /* handleInfo */],
8951
8955
  newCheckboxList: [],
8952
8956
  newPresetEdit: 0,
8953
8957
  newMultiple: false,
@@ -9064,7 +9068,7 @@ var _extends = Object.assign || function (target) { for (var i = 1; i < argument
9064
9068
  if (query !== '') {
9065
9069
  this.searchLoading = true;
9066
9070
  util["a" /* default */].ajax({
9067
- url: api["cb" /* handleInfo */],
9071
+ url: api["db" /* handleInfo */],
9068
9072
  params: { searchKey: query, query: query, type: 'user' }
9069
9073
  }).then(function (res) {
9070
9074
  var status = res.status,
@@ -9235,8 +9239,8 @@ var _extends = Object.assign || function (target) { for (var i = 1; i < argument
9235
9239
 
9236
9240
  var selectUser_component = Object(componentNormalizer["a" /* default */])(
9237
9241
  src_selectUservue_type_script_lang_js_,
9238
- selectUservue_type_template_id_615d0e78_render,
9239
- selectUservue_type_template_id_615d0e78_staticRenderFns,
9242
+ selectUservue_type_template_id_1de54739_render,
9243
+ selectUservue_type_template_id_1de54739_staticRenderFns,
9240
9244
  false,
9241
9245
  null,
9242
9246
  null,
@@ -9479,7 +9483,7 @@ var CustomPresetvue_type_script_lang_js_components;
9479
9483
  nextNodeId: nodeId,
9480
9484
  businessId: this.id
9481
9485
  };
9482
- util["a" /* default */].ajax({ url: api["O" /* getNodeInfo */], params: params }).then(function (res) {
9486
+ util["a" /* default */].ajax({ url: api["P" /* getNodeInfo */], params: params }).then(function (res) {
9483
9487
  var status = res.status,
9484
9488
  message = res.message,
9485
9489
  _res$data = res.data,
@@ -9577,7 +9581,7 @@ var CustomPresetvue_type_script_lang_js_components;
9577
9581
 
9578
9582
  isNoStart && (this.newPresetList = []);
9579
9583
  var params = {
9580
- url: api["S" /* getPresetCustomInfo */],
9584
+ url: api["T" /* getPresetCustomInfo */],
9581
9585
  data: {
9582
9586
  nodeId: nodeId,
9583
9587
  processDefinitionId: processDefinitionId ? processDefinitionId : this.newProcessDefinitionId
@@ -9931,7 +9935,7 @@ var Presetvue_type_script_lang_js_components;
9931
9935
  nodeId = this.nodeId;
9932
9936
 
9933
9937
  var params = {
9934
- url: api["T" /* getPresetNodeInfo */],
9938
+ url: api["U" /* getPresetNodeInfo */],
9935
9939
  data: {
9936
9940
  nextNodeId: nextNodeId,
9937
9941
  processDefinitionId: processDefinitionId,
@@ -10563,7 +10567,7 @@ var processFormvue_type_script_lang_js_components;
10563
10567
  if (mainConfig) {
10564
10568
  this.userModel = JSON.parse(mainConfig).userModel;
10565
10569
  } else {
10566
- util["a" /* default */].ajax({ url: api["lb" /* loginUserInfo */] }).then(function (res) {
10570
+ util["a" /* default */].ajax({ url: api["mb" /* loginUserInfo */] }).then(function (res) {
10567
10571
  var status = res.status,
10568
10572
  data = res.data;
10569
10573
 
@@ -10668,7 +10672,7 @@ var processFormvue_type_script_lang_js_components;
10668
10672
  var _this2 = this;
10669
10673
 
10670
10674
  util["a" /* default */].ajax({
10671
- url: api["y" /* findCodeValues */],
10675
+ url: api["z" /* findCodeValues */],
10672
10676
  params: {
10673
10677
  ccCode: 'notification_type',
10674
10678
  userId: util["a" /* default */].getStorage('userId')
@@ -10697,7 +10701,7 @@ var processFormvue_type_script_lang_js_components;
10697
10701
  nodeId: this.nextNode.nextNode,
10698
10702
  businessId: this.id
10699
10703
  };
10700
- util["a" /* default */].ajax({ url: api["Q" /* getNotificationMsg */], params: params, methods: 'post' }).then(function (res) {
10704
+ util["a" /* default */].ajax({ url: api["R" /* getNotificationMsg */], params: params, methods: 'post' }).then(function (res) {
10701
10705
  if (res.status === 'success') {
10702
10706
  _this3.nextNode.noticeInfo = res.message;
10703
10707
  }
@@ -10794,7 +10798,7 @@ var processFormvue_type_script_lang_js_components;
10794
10798
  params = newParm;
10795
10799
  }
10796
10800
  util["a" /* default */].ajax({
10797
- url: _this4.isFreeStartFlow ? api["D" /* freeStartFlowWithSubmitTask */] : _this4.formType == 'readTransfer' ? api["Gb" /* startReadTransferHandleFlowWithTaskReadEnd */] : api["wb" /* register */],
10801
+ url: _this4.isFreeStartFlow ? api["E" /* freeStartFlowWithSubmitTask */] : _this4.formType == 'readTransfer' ? api["Hb" /* startReadTransferHandleFlowWithTaskReadEnd */] : api["xb" /* register */],
10798
10802
  method: 'post',
10799
10803
  data: params
10800
10804
  }).then(function (res) {
@@ -10828,7 +10832,7 @@ var processFormvue_type_script_lang_js_components;
10828
10832
  businessId: this.id,
10829
10833
  userId: util["a" /* default */].getStorage('userId')
10830
10834
  };
10831
- util["a" /* default */].ajax({ url: api["O" /* getNodeInfo */], params: params }).then(function (res) {
10835
+ util["a" /* default */].ajax({ url: api["P" /* getNodeInfo */], params: params }).then(function (res) {
10832
10836
  var status = res.status,
10833
10837
  message = res.message,
10834
10838
  _res$data = res.data,
@@ -10916,7 +10920,7 @@ var processFormvue_type_script_lang_js_components;
10916
10920
  var _this6 = this;
10917
10921
 
10918
10922
  util["a" /* default */].ajax({
10919
- url: api["A" /* findSysCodes */]
10923
+ url: api["B" /* findSysCodes */]
10920
10924
  }).then(function (res) {
10921
10925
  var status = res.status,
10922
10926
  message = res.message;
@@ -10994,7 +10998,7 @@ var processFormvue_type_script_lang_js_components;
10994
10998
  businessId: this.businessId
10995
10999
  };
10996
11000
  // 获取节点
10997
- util["a" /* default */].ajax({ url: api["Yb" /* toStartFlow */], params: params }).then(function (res) {
11001
+ util["a" /* default */].ajax({ url: api["Zb" /* toStartFlow */], params: params }).then(function (res) {
10998
11002
  //pc接口返回数据处理
10999
11003
  var status = res.status,
11000
11004
  message = res.message,
@@ -11474,7 +11478,7 @@ SendMsgvue_type_template_id_5cb986c6_render._withStripped = true
11474
11478
  notificationType = _sendInfo.notificationType;
11475
11479
 
11476
11480
  var params = {
11477
- url: api["Fb" /* sendMsg */],
11481
+ url: api["Gb" /* sendMsg */],
11478
11482
  headers: { Accept: 'application/json,text/plain' },
11479
11483
  method: 'post',
11480
11484
  data: {
@@ -11536,7 +11540,7 @@ SendMsgvue_type_template_id_5cb986c6_render._withStripped = true
11536
11540
 
11537
11541
  this.loading = true;
11538
11542
  util["a" /* default */].ajax({
11539
- url: api["Xb" /* toSendMsg */],
11543
+ url: api["Yb" /* toSendMsg */],
11540
11544
  params: { pendingId: this.$attrs.pendingId }
11541
11545
  }).then(function (res) {
11542
11546
  var status = res.status,
@@ -12358,7 +12362,7 @@ processRejectvue_type_template_id_67bb0710_render._withStripped = true
12358
12362
  var _this = this;
12359
12363
 
12360
12364
  util["a" /* default */].ajax({
12361
- url: api["y" /* findCodeValues */],
12365
+ url: api["z" /* findCodeValues */],
12362
12366
  params: {
12363
12367
  ccCode: 'notification_type',
12364
12368
  userId: util["a" /* default */].getStorage('userId')
@@ -12401,7 +12405,7 @@ processRejectvue_type_template_id_67bb0710_render._withStripped = true
12401
12405
  userId: util["a" /* default */].getStorage('userId'),
12402
12406
  nextNodeId: _this2.nextNode.nextNodeId
12403
12407
  };
12404
- util["a" /* default */].ajax({ url: api["Nb" /* taskRejectHtml */], method: 'post', data: params }).then(function (res) {
12408
+ util["a" /* default */].ajax({ url: api["Ob" /* taskRejectHtml */], method: 'post', data: params }).then(function (res) {
12405
12409
  var status = res.status,
12406
12410
  message = res.message;
12407
12411
 
@@ -12432,7 +12436,7 @@ processRejectvue_type_template_id_67bb0710_render._withStripped = true
12432
12436
  var _this3 = this;
12433
12437
 
12434
12438
  util["a" /* default */].ajax({
12435
- url: api["A" /* findSysCodes */]
12439
+ url: api["B" /* findSysCodes */]
12436
12440
  }).then(function (res) {
12437
12441
  var status = res.status,
12438
12442
  message = res.message;
@@ -12465,7 +12469,7 @@ processRejectvue_type_template_id_67bb0710_render._withStripped = true
12465
12469
  isSinglePage: false,
12466
12470
  opinion: this.option
12467
12471
  };
12468
- util["a" /* default */].ajax({ url: api["cc" /* toTaskRejectHtml */], params: params }).then(function (res) {
12472
+ util["a" /* default */].ajax({ url: api["dc" /* toTaskRejectHtml */], params: params }).then(function (res) {
12469
12473
  var status = res.status,
12470
12474
  message = res.message,
12471
12475
  _res$data = res.data,
@@ -13239,7 +13243,7 @@ var startTaskReadvue_type_script_lang_js_components;
13239
13243
  } else {
13240
13244
  params.appId = this.readParams.appId;
13241
13245
  }
13242
- util["a" /* default */].ajax({ url: api["Q" /* getNotificationMsg */], params: params, methods: 'post' }).then(function (res) {
13246
+ util["a" /* default */].ajax({ url: api["R" /* getNotificationMsg */], params: params, methods: 'post' }).then(function (res) {
13243
13247
  if (res.status === 'success') {
13244
13248
  _this.newsNoice = res.message;
13245
13249
  }
@@ -13258,7 +13262,7 @@ var startTaskReadvue_type_script_lang_js_components;
13258
13262
  taskExamine = this.taskExamine;
13259
13263
 
13260
13264
  var params = {
13261
- url: api["ic" /* toTaskTransferIndex */],
13265
+ url: api["jc" /* toTaskTransferIndex */],
13262
13266
  params: {
13263
13267
  opinion: opinion,
13264
13268
  pendingId: pendingId,
@@ -13383,7 +13387,7 @@ var startTaskReadvue_type_script_lang_js_components;
13383
13387
  var _this4 = this;
13384
13388
 
13385
13389
  var params = {
13386
- url: api["Zb" /* toStartTaskRead */],
13390
+ url: api["ac" /* toStartTaskRead */],
13387
13391
  params: startTaskReadvue_type_script_lang_js_extends({ pendingId: this.pendingId, taskAction: this.type }, this.param)
13388
13392
  };
13389
13393
  if (this.typeCode == 'read') {
@@ -13426,7 +13430,7 @@ var startTaskReadvue_type_script_lang_js_components;
13426
13430
  var _this6 = this;
13427
13431
 
13428
13432
  util["a" /* default */].ajax({
13429
- url: api["y" /* findCodeValues */],
13433
+ url: api["z" /* findCodeValues */],
13430
13434
  params: {
13431
13435
  ccCode: 'notification_type',
13432
13436
  userId: util["a" /* default */].getStorage('userId')
@@ -13472,7 +13476,7 @@ var startTaskReadvue_type_script_lang_js_components;
13472
13476
  type = this.type;
13473
13477
 
13474
13478
  var params = {
13475
- url: api["Rb" /* taskTransfer */],
13479
+ url: api["Sb" /* taskTransfer */],
13476
13480
  data: {
13477
13481
  choiceDeptId: choiceDeptId,
13478
13482
  choiceOrgId: choiceOrgId,
@@ -13571,7 +13575,7 @@ var startTaskReadvue_type_script_lang_js_components;
13571
13575
  params = startTaskReadvue_type_script_lang_js_extends({}, params, _this8.readParams);
13572
13576
  }
13573
13577
  util["a" /* default */].ajax({
13574
- url: api["Lb" /* taskReadHtml */],
13578
+ url: api["Mb" /* taskReadHtml */],
13575
13579
  params: { taskAction: _this8.type },
13576
13580
  headers: {
13577
13581
  Accept: 'application/json,text/plain'
@@ -13610,7 +13614,7 @@ var startTaskReadvue_type_script_lang_js_components;
13610
13614
 
13611
13615
  this.loading = true;
13612
13616
  util["a" /* default */].ajax({
13613
- url: api["A" /* findSysCodes */]
13617
+ url: api["B" /* findSysCodes */]
13614
13618
  }).then(function (res) {
13615
13619
  var status = res.status,
13616
13620
  message = res.message,
@@ -13663,8 +13667,8 @@ var startTaskRead_component = Object(componentNormalizer["a" /* default */])(
13663
13667
  )
13664
13668
 
13665
13669
  /* harmony default export */ var startTaskRead = (startTaskRead_component.exports);
13666
- // CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./packages/flow/src/reset.vue?vue&type=template&id=7924ff92&
13667
- var resetvue_type_template_id_7924ff92_render = function () {
13670
+ // CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./packages/flow/src/reset.vue?vue&type=template&id=5d246dae&
13671
+ var resetvue_type_template_id_5d246dae_render = function () {
13668
13672
  var _vm = this
13669
13673
  var _h = _vm.$createElement
13670
13674
  var _c = _vm._self._c || _h
@@ -14090,11 +14094,11 @@ var resetvue_type_template_id_7924ff92_render = function () {
14090
14094
  1
14091
14095
  )
14092
14096
  }
14093
- var resetvue_type_template_id_7924ff92_staticRenderFns = []
14094
- resetvue_type_template_id_7924ff92_render._withStripped = true
14097
+ var resetvue_type_template_id_5d246dae_staticRenderFns = []
14098
+ resetvue_type_template_id_5d246dae_render._withStripped = true
14095
14099
 
14096
14100
 
14097
- // CONCATENATED MODULE: ./packages/flow/src/reset.vue?vue&type=template&id=7924ff92&
14101
+ // CONCATENATED MODULE: ./packages/flow/src/reset.vue?vue&type=template&id=5d246dae&
14098
14102
 
14099
14103
  // CONCATENATED MODULE: ./node_modules/babel-loader/lib!./node_modules/vue-loader/lib??vue-loader-options!./packages/flow/src/reset.vue?vue&type=script&lang=js&
14100
14104
  var resetvue_type_script_lang_js_extends = Object.assign || function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; };
@@ -14327,6 +14331,10 @@ var resetvue_type_script_lang_js_components;
14327
14331
  type: Object,
14328
14332
  default: function _default() {}
14329
14333
  },
14334
+ subParams: {
14335
+ type: Object,
14336
+ default: function _default() {}
14337
+ },
14330
14338
  appId: {
14331
14339
  type: String,
14332
14340
  default: ''
@@ -14447,7 +14455,7 @@ var resetvue_type_script_lang_js_components;
14447
14455
  if (mainConfig) {
14448
14456
  this.userModel = JSON.parse(mainConfig).userModel;
14449
14457
  } else {
14450
- util["a" /* default */].ajax({ url: api["lb" /* loginUserInfo */] }).then(function (res) {
14458
+ util["a" /* default */].ajax({ url: api["mb" /* loginUserInfo */] }).then(function (res) {
14451
14459
  var status = res.status,
14452
14460
  data = res.data;
14453
14461
 
@@ -14540,7 +14548,7 @@ var resetvue_type_script_lang_js_components;
14540
14548
  var _this2 = this;
14541
14549
 
14542
14550
  util["a" /* default */].ajax({
14543
- url: api["y" /* findCodeValues */],
14551
+ url: api["z" /* findCodeValues */],
14544
14552
  params: {
14545
14553
  ccCode: 'notification_type',
14546
14554
  userId: util["a" /* default */].getStorage('userId')
@@ -14570,7 +14578,7 @@ var resetvue_type_script_lang_js_components;
14570
14578
  nodeId: this.nextNode.nextNode,
14571
14579
  businessId: this.taskExamine.businessId
14572
14580
  };
14573
- util["a" /* default */].ajax({ url: api["Q" /* getNotificationMsg */], params: params, methods: 'post' }).then(function (res) {
14581
+ util["a" /* default */].ajax({ url: api["R" /* getNotificationMsg */], params: params, methods: 'post' }).then(function (res) {
14574
14582
  if (res.status === 'success') {
14575
14583
  _this3.nextNode.noticeInfo = res.message;
14576
14584
  }
@@ -14635,7 +14643,7 @@ var resetvue_type_script_lang_js_components;
14635
14643
  if (noticeType) {
14636
14644
  newNoticeType = noticeType.join(',');
14637
14645
  }
14638
- var params = {
14646
+ var params = resetvue_type_script_lang_js_extends({
14639
14647
  processDefinitionId: _this4.processDefinitionId,
14640
14648
  nextUserId: _this4.multiple ? newNextUser.join(',') : nextUser,
14641
14649
  nextNodeId: nextNode,
@@ -14652,10 +14660,10 @@ var resetvue_type_script_lang_js_components;
14652
14660
  handleExplain: handleExplain,
14653
14661
  presetReadUserId: _this4.mixPresetList && _this4.mixPresetList.length > 0 ? _this4.mixPresetList.join('|') : presetReadUserId.join(','),
14654
14662
  opinion: _this4.newOpinion || newOpinion
14655
- };
14663
+ }, _this4.subParams);
14656
14664
  if (_this4.activeNames != '1') delete params.customPresetUserJson;
14657
14665
  util["a" /* default */].ajax({
14658
- url: _this4.type == 'reset' ? api["yb" /* resetProcess */] : api["Jb" /* taskContinuation */],
14666
+ url: _this4.type == 'reset' ? api["zb" /* resetProcess */] : api["Kb" /* taskContinuation */],
14659
14667
  method: 'post',
14660
14668
  data: params
14661
14669
  }).then(function (res) {
@@ -14689,7 +14697,7 @@ var resetvue_type_script_lang_js_components;
14689
14697
  businessId: this.taskExamine.businessId,
14690
14698
  pendingId: this.taskExamine.pendingId
14691
14699
  };
14692
- util["a" /* default */].ajax({ url: api["O" /* getNodeInfo */], params: params }).then(function (res) {
14700
+ util["a" /* default */].ajax({ url: api["P" /* getNodeInfo */], params: params }).then(function (res) {
14693
14701
  var status = res.status,
14694
14702
  message = res.message,
14695
14703
  _res$data = res.data,
@@ -14790,7 +14798,7 @@ var resetvue_type_script_lang_js_components;
14790
14798
  var _this6 = this;
14791
14799
 
14792
14800
  util["a" /* default */].ajax({
14793
- url: api["A" /* findSysCodes */]
14801
+ url: api["B" /* findSysCodes */]
14794
14802
  }).then(function (res) {
14795
14803
  var status = res.status,
14796
14804
  message = res.message;
@@ -14859,7 +14867,7 @@ var resetvue_type_script_lang_js_components;
14859
14867
  var _this7 = this;
14860
14868
 
14861
14869
  var params = {
14862
- url: this.type == 'continuation' ? api["bc" /* toTaskContinuationIndex */] : api["Wb" /* toResetProcessIndex */],
14870
+ url: this.type == 'continuation' ? api["cc" /* toTaskContinuationIndex */] : api["Xb" /* toResetProcessIndex */],
14863
14871
  params: resetvue_type_script_lang_js_extends({
14864
14872
  appId: this.appId
14865
14873
  }, this.flowParams)
@@ -14955,8 +14963,8 @@ var resetvue_type_script_lang_js_components;
14955
14963
 
14956
14964
  var reset_component = Object(componentNormalizer["a" /* default */])(
14957
14965
  src_resetvue_type_script_lang_js_,
14958
- resetvue_type_template_id_7924ff92_render,
14959
- resetvue_type_template_id_7924ff92_staticRenderFns,
14966
+ resetvue_type_template_id_5d246dae_render,
14967
+ resetvue_type_template_id_5d246dae_staticRenderFns,
14960
14968
  false,
14961
14969
  null,
14962
14970
  null,
@@ -15441,7 +15449,7 @@ var taskUnionExaminevue_type_script_lang_js_components;
15441
15449
  pendingId = this.pendingId;
15442
15450
 
15443
15451
  var params = {
15444
- url: api["Ob" /* taskReview */],
15452
+ url: api["Pb" /* taskReview */],
15445
15453
  data: {
15446
15454
  nextUserId: nextOtherOrgObj.join(','),
15447
15455
  notificationType: noticeType.join(','),
@@ -15477,7 +15485,7 @@ var taskUnionExaminevue_type_script_lang_js_components;
15477
15485
  var _this2 = this;
15478
15486
 
15479
15487
  var params = {
15480
- url: api["dc" /* toTaskReview */],
15488
+ url: api["ec" /* toTaskReview */],
15481
15489
  params: { pendingId: this.pendingId }
15482
15490
  };
15483
15491
  util["a" /* default */].ajax(params).then(function (res) {
@@ -15513,7 +15521,7 @@ var taskUnionExaminevue_type_script_lang_js_components;
15513
15521
  var _this3 = this;
15514
15522
 
15515
15523
  var params = {
15516
- url: this.type == 'takeAdvice' ? api["hc" /* toTaskTakeAdvice */] : this.type === 'startDraf' ? api["ec" /* toTaskStartDraft */] : this.type == 'unionSeal' ? api["kc" /* toTaskUnionSeal */] : this.type == 'twoOfficesDispatch' ? api["lc" /* toTwoOfficesDispatch */] : api["jc" /* toTaskUnionExamine */],
15524
+ url: this.type == 'takeAdvice' ? api["ic" /* toTaskTakeAdvice */] : this.type === 'startDraf' ? api["fc" /* toTaskStartDraft */] : this.type == 'unionSeal' ? api["lc" /* toTaskUnionSeal */] : this.type == 'twoOfficesDispatch' ? api["mc" /* toTwoOfficesDispatch */] : api["kc" /* toTaskUnionExamine */],
15517
15525
  params: { pendingId: this.pendingId },
15518
15526
  headers: { Accept: 'application/json,text/plain' }
15519
15527
  };
@@ -15637,7 +15645,7 @@ var taskUnionExaminevue_type_script_lang_js_components;
15637
15645
  // if (this.type != 'startDraf' && this.type != 'unionSeal' && this.type != 'twoOfficesDispatch')
15638
15646
  // return this.$message.warning('暂未开放,敬请期待!');
15639
15647
  var param = {
15640
- url: this.type === 'startDraf' ? api["Pb" /* taskStartDraft */] : this.type == 'unionSeal' ? api["Tb" /* taskUnionSeal */] : this.type === 'twoOfficesDispatch' ? api["nc" /* twoOfficesDispatch */] : this.type == 'takeAdvice' ? api["Qb" /* taskTakeAdvice */] : api["Sb" /* taskUnionExamine */],
15648
+ url: this.type === 'startDraf' ? api["Qb" /* taskStartDraft */] : this.type == 'unionSeal' ? api["Ub" /* taskUnionSeal */] : this.type === 'twoOfficesDispatch' ? api["oc" /* twoOfficesDispatch */] : this.type == 'takeAdvice' ? api["Rb" /* taskTakeAdvice */] : api["Tb" /* taskUnionExamine */],
15641
15649
  data: {
15642
15650
  opinion: opinion,
15643
15651
  pendingId: pendingId,
@@ -15703,7 +15711,7 @@ var taskUnionExaminevue_type_script_lang_js_components;
15703
15711
  var _this5 = this;
15704
15712
 
15705
15713
  util["a" /* default */].ajax({
15706
- url: api["y" /* findCodeValues */],
15714
+ url: api["z" /* findCodeValues */],
15707
15715
  params: {
15708
15716
  ccCode: 'notification_type',
15709
15717
  userId: util["a" /* default */].getStorage('userId')
@@ -15731,7 +15739,7 @@ var taskUnionExaminevue_type_script_lang_js_components;
15731
15739
  var params = {
15732
15740
  pendingId: this.pendingId
15733
15741
  };
15734
- util["a" /* default */].ajax({ url: api["Q" /* getNotificationMsg */], params: params, methods: 'post' }).then(function (res) {
15742
+ util["a" /* default */].ajax({ url: api["R" /* getNotificationMsg */], params: params, methods: 'post' }).then(function (res) {
15735
15743
  if (res.status === 'success') {
15736
15744
  _this6.infoList.noticeInfo = res.message;
15737
15745
  }
@@ -15747,7 +15755,7 @@ var taskUnionExaminevue_type_script_lang_js_components;
15747
15755
  var _this7 = this;
15748
15756
 
15749
15757
  util["a" /* default */].ajax({
15750
- url: api["A" /* findSysCodes */]
15758
+ url: api["B" /* findSysCodes */]
15751
15759
  }).then(function (res) {
15752
15760
  var status = res.status,
15753
15761
  message = res.message;
@@ -18985,7 +18993,7 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
18985
18993
  var _this = this;
18986
18994
 
18987
18995
  var params = {
18988
- url: api["F" /* getAdjunctFileInfos */],
18996
+ url: api["G" /* getAdjunctFileInfos */],
18989
18997
  params: { ownId: ownId, code: code }
18990
18998
  };
18991
18999
  util["a" /* default */].ajax(params).then(function (res) {
@@ -19073,7 +19081,7 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
19073
19081
  taskAction: 'complete'
19074
19082
  };
19075
19083
  util["a" /* default */].ajax({
19076
- url: api["Lb" /* taskReadHtml */],
19084
+ url: api["Mb" /* taskReadHtml */],
19077
19085
  params: { taskAction: 'complete' },
19078
19086
  headers: {
19079
19087
  Accept: 'application/json,text/plain'
@@ -19105,7 +19113,7 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
19105
19113
 
19106
19114
  this.loading = util["a" /* default */].loading(this.$loading, '加载中...');
19107
19115
  util["a" /* default */].ajax({
19108
- url: api["ac" /* toStartTaskReadIndex */],
19116
+ url: api["bc" /* toStartTaskReadIndex */],
19109
19117
  params: { pendingId: this.pendingId }
19110
19118
  }).then(function (res) {
19111
19119
  var status = res.status,
@@ -19141,7 +19149,7 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
19141
19149
  if (mainConfig) {
19142
19150
  this.userModel = JSON.parse(mainConfig).userModel;
19143
19151
  } else {
19144
- util["a" /* default */].ajax({ url: api["lb" /* loginUserInfo */] }).then(function (res) {
19152
+ util["a" /* default */].ajax({ url: api["mb" /* loginUserInfo */] }).then(function (res) {
19145
19153
  var status = res.status,
19146
19154
  data = res.data;
19147
19155
 
@@ -19176,7 +19184,7 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
19176
19184
  var _this5 = this;
19177
19185
 
19178
19186
  util["a" /* default */].ajax({
19179
- url: api["y" /* findCodeValues */],
19187
+ url: api["z" /* findCodeValues */],
19180
19188
  params: {
19181
19189
  ccCode: 'notification_type',
19182
19190
  userId: util["a" /* default */].getStorage('userId')
@@ -19242,7 +19250,7 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
19242
19250
  pendingId: this.pendingId
19243
19251
  };
19244
19252
  this.loading = util["a" /* default */].loading(this.$loading, '保存中...');
19245
- util["a" /* default */].ajax({ url: api["Ub" /* tempSave */], params: params }).then(function (res) {
19253
+ util["a" /* default */].ajax({ url: api["Vb" /* tempSave */], params: params }).then(function (res) {
19246
19254
  var status = res.status,
19247
19255
  message = res.message;
19248
19256
 
@@ -19316,7 +19324,7 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
19316
19324
  var _this10 = this;
19317
19325
 
19318
19326
  util["a" /* default */].ajax({
19319
- url: api["A" /* findSysCodes */]
19327
+ url: api["B" /* findSysCodes */]
19320
19328
  }).then(function (res) {
19321
19329
  var status = res.status,
19322
19330
  message = res.message;
@@ -19348,7 +19356,7 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
19348
19356
  nodeId = _endFlowInfo.nodeId;
19349
19357
 
19350
19358
  var param = {
19351
- url: api["K" /* getFreeStartFlowParams */],
19359
+ url: api["L" /* getFreeStartFlowParams */],
19352
19360
  params: {
19353
19361
  businessId: businessId,
19354
19362
  processDefinitionId: processDefinitionId,
@@ -19388,7 +19396,7 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
19388
19396
 
19389
19397
  this.$confirm('确认' + res.value + '?').then(function () {
19390
19398
  var params = {
19391
- url: api["x" /* endFlowHtml */],
19399
+ url: api["y" /* endFlowHtml */],
19392
19400
  headers: { Accept: 'application/json,text/plain' },
19393
19401
  method: 'post',
19394
19402
  data: freeStartFlowvue_type_script_lang_js_extends({}, _this13.endFlowInfo, _this13.nextNode, {
@@ -19536,7 +19544,7 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
19536
19544
  var _this15 = this;
19537
19545
 
19538
19546
  var params = {
19539
- url: api["jb" /* isCanStartSubFlow */],
19547
+ url: api["kb" /* isCanStartSubFlow */],
19540
19548
  data: {
19541
19549
  appId: this.taskExamineInfo.appId,
19542
19550
  inevitableNode: res.inevitableNode
@@ -19646,7 +19654,7 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
19646
19654
  this.$confirm('确认' + res.value + '?').then(function () {
19647
19655
  // return this.$message.warning('请填写意见');
19648
19656
  var params = {
19649
- url: api["xb" /* rejectAndEnd */],
19657
+ url: api["yb" /* rejectAndEnd */],
19650
19658
  headers: { Accept: 'application/json,text/plain' },
19651
19659
  method: 'post',
19652
19660
  data: {
@@ -19716,7 +19724,7 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
19716
19724
  pendingId: this.pendingId,
19717
19725
  businessId: this.businessIds
19718
19726
  };
19719
- util["a" /* default */].ajax({ url: api["O" /* getNodeInfo */], params: params }).then(function (res) {
19727
+ util["a" /* default */].ajax({ url: api["P" /* getNodeInfo */], params: params }).then(function (res) {
19720
19728
  var status = res.status,
19721
19729
  message = res.message,
19722
19730
  data = res.data;
@@ -19966,7 +19974,7 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
19966
19974
  pendingId: this.pendingId,
19967
19975
  userId: util["a" /* default */].getStorage('userId')
19968
19976
  };
19969
- util["a" /* default */].ajax({ url: api["L" /* getHandleInfoHtml */], params: params }).then(function (res) {
19977
+ util["a" /* default */].ajax({ url: api["M" /* getHandleInfoHtml */], params: params }).then(function (res) {
19970
19978
  //pc返回数据
19971
19979
 
19972
19980
  _this24.loading.close();
@@ -20258,7 +20266,7 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
20258
20266
  // onlyFlag: true
20259
20267
  };
20260
20268
  this.loading = util["a" /* default */].loading(this.$loading, '加载中...');
20261
- util["a" /* default */].ajax({ url: api["U" /* getProcessDefList */], params: params }).then(function (res) {
20269
+ util["a" /* default */].ajax({ url: api["V" /* getProcessDefList */], params: params }).then(function (res) {
20262
20270
  var status = res.status,
20263
20271
  message = res.message,
20264
20272
  data = res.data;
@@ -20311,7 +20319,7 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
20311
20319
  userId: util["a" /* default */].getStorage('userId'),
20312
20320
  type: 2
20313
20321
  };
20314
- util["a" /* default */].ajax({ url: api["ob" /* pendedhistoryList */], data: params, method: 'post' }).then(function (res) {
20322
+ util["a" /* default */].ajax({ url: api["pb" /* pendedhistoryList */], data: params, method: 'post' }).then(function (res) {
20315
20323
  var rCode = res.rCode,
20316
20324
  msg = res.msg,
20317
20325
  results = res.results;
@@ -20507,7 +20515,7 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
20507
20515
  params.isSubFlow = taskExamineInfo.isSubFlow;
20508
20516
  params.nodeId = taskExamineInfo.nodeId;
20509
20517
  params.needRetrialAuth = needRetrialAuth;
20510
- return _context.abrupt('return', util["a" /* default */].ajax({ url: api["Kb" /* taskHandleHtml */], method: 'post', data: params }).then(function (res) {
20518
+ return _context.abrupt('return', util["a" /* default */].ajax({ url: api["Lb" /* taskHandleHtml */], method: 'post', data: params }).then(function (res) {
20511
20519
  var status = res.status,
20512
20520
  message = res.message;
20513
20521
 
@@ -20866,7 +20874,7 @@ var supervisevue_type_script_lang_js_extends = Object.assign || function (target
20866
20874
  pendingUserIds = _nextNode.pendingUserIds;
20867
20875
 
20868
20876
  var params = {
20869
- url: api["gc" /* toTaskSuperviseSub */],
20877
+ url: api["hc" /* toTaskSuperviseSub */],
20870
20878
  params: {
20871
20879
  userId: util["a" /* default */].getStorage('userId'),
20872
20880
  urgeUserIds: pendingUserIds,
@@ -20891,7 +20899,7 @@ var supervisevue_type_script_lang_js_extends = Object.assign || function (target
20891
20899
 
20892
20900
  this.loading = util["a" /* default */].loading(this.$loading, '加载中...');
20893
20901
  util["a" /* default */].ajax({
20894
- url: api["fc" /* toTaskSupervise */],
20902
+ url: api["gc" /* toTaskSupervise */],
20895
20903
  params: {
20896
20904
  businessId: this.businessId,
20897
20905
  userId: util["a" /* default */].getStorage('userId')
@@ -20934,8 +20942,8 @@ var supervise_component = Object(componentNormalizer["a" /* default */])(
20934
20942
  )
20935
20943
 
20936
20944
  /* harmony default export */ var supervise = (supervise_component.exports);
20937
- // CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./packages/flow/src/component/Circulate.vue?vue&type=template&id=1012ba25&
20938
- var Circulatevue_type_template_id_1012ba25_render = function () {
20945
+ // CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./packages/flow/src/component/Circulate.vue?vue&type=template&id=3f042944&
20946
+ var Circulatevue_type_template_id_3f042944_render = function () {
20939
20947
  var _vm = this
20940
20948
  var _h = _vm.$createElement
20941
20949
  var _c = _vm._self._c || _h
@@ -21123,11 +21131,11 @@ var Circulatevue_type_template_id_1012ba25_render = function () {
21123
21131
  1
21124
21132
  )
21125
21133
  }
21126
- var Circulatevue_type_template_id_1012ba25_staticRenderFns = []
21127
- Circulatevue_type_template_id_1012ba25_render._withStripped = true
21134
+ var Circulatevue_type_template_id_3f042944_staticRenderFns = []
21135
+ Circulatevue_type_template_id_3f042944_render._withStripped = true
21128
21136
 
21129
21137
 
21130
- // CONCATENATED MODULE: ./packages/flow/src/component/Circulate.vue?vue&type=template&id=1012ba25&
21138
+ // CONCATENATED MODULE: ./packages/flow/src/component/Circulate.vue?vue&type=template&id=3f042944&
21131
21139
 
21132
21140
  // CONCATENATED MODULE: ./node_modules/babel-loader/lib!./node_modules/vue-loader/lib??vue-loader-options!./packages/flow/src/component/Circulate.vue?vue&type=script&lang=js&
21133
21141
  var Circulatevue_type_script_lang_js_components;
@@ -21328,7 +21336,7 @@ var Circulatevue_type_script_lang_js_components;
21328
21336
  }
21329
21337
 
21330
21338
  var param = {
21331
- url: api["n" /* directStartTaskCircularRead */],
21339
+ url: this.showBtn ? api["n" /* directStartTaskCircularRead */] : api["x" /* endFlowAndStartTaskCircularRead */],
21332
21340
  data: {
21333
21341
  opinion: opinion,
21334
21342
  businessId: businessId,
@@ -21342,6 +21350,10 @@ var Circulatevue_type_script_lang_js_components;
21342
21350
  headers: { Accept: 'application/json,text/plain' },
21343
21351
  method: 'POST'
21344
21352
  };
21353
+ if (!this.showBtn) {
21354
+ param.data.pendingId = this.pendingId;
21355
+ delete param.data.processDefinitionId;
21356
+ }
21345
21357
  this.loading = true;
21346
21358
  util["a" /* default */].ajax(param).then(function (res) {
21347
21359
  var message = res.message,
@@ -21394,7 +21406,7 @@ var Circulatevue_type_script_lang_js_components;
21394
21406
  var _this2 = this;
21395
21407
 
21396
21408
  util["a" /* default */].ajax({
21397
- url: api["y" /* findCodeValues */],
21409
+ url: api["z" /* findCodeValues */],
21398
21410
  params: {
21399
21411
  ccCode: 'notification_type',
21400
21412
  userId: util["a" /* default */].getStorage('userId')
@@ -21423,7 +21435,7 @@ var Circulatevue_type_script_lang_js_components;
21423
21435
  var params = {
21424
21436
  pendingId: this.pendingId
21425
21437
  };
21426
- util["a" /* default */].ajax({ url: api["Q" /* getNotificationMsg */], params: params, methods: 'post' }).then(function (res) {
21438
+ util["a" /* default */].ajax({ url: api["R" /* getNotificationMsg */], params: params, methods: 'post' }).then(function (res) {
21427
21439
  if (res.status === 'success') {
21428
21440
  _this3.infoList.noticeInfo = res.message;
21429
21441
  }
@@ -21439,7 +21451,7 @@ var Circulatevue_type_script_lang_js_components;
21439
21451
  var _this4 = this;
21440
21452
 
21441
21453
  util["a" /* default */].ajax({
21442
- url: api["A" /* findSysCodes */]
21454
+ url: api["B" /* findSysCodes */]
21443
21455
  }).then(function (res) {
21444
21456
  var status = res.status,
21445
21457
  message = res.message;
@@ -21479,8 +21491,8 @@ var Circulatevue_type_script_lang_js_components;
21479
21491
 
21480
21492
  var Circulate_component = Object(componentNormalizer["a" /* default */])(
21481
21493
  component_Circulatevue_type_script_lang_js_,
21482
- Circulatevue_type_template_id_1012ba25_render,
21483
- Circulatevue_type_template_id_1012ba25_staticRenderFns,
21494
+ Circulatevue_type_template_id_3f042944_render,
21495
+ Circulatevue_type_template_id_3f042944_staticRenderFns,
21484
21496
  false,
21485
21497
  null,
21486
21498
  null,
@@ -22443,6 +22455,8 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
22443
22455
  //
22444
22456
  //
22445
22457
  //
22458
+ //
22459
+ //
22446
22460
 
22447
22461
 
22448
22462
 
@@ -22495,6 +22509,10 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
22495
22509
  type: Object,
22496
22510
  default: function _default() {}
22497
22511
  },
22512
+ subParams: {
22513
+ type: Object,
22514
+ default: function _default() {}
22515
+ },
22498
22516
  width: {
22499
22517
  type: String
22500
22518
  },
@@ -22789,7 +22807,7 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
22789
22807
  var _this = this;
22790
22808
 
22791
22809
  var params = {
22792
- url: api["P" /* getNodeInfoForStart */],
22810
+ url: api["Q" /* getNodeInfoForStart */],
22793
22811
  params: { processDefinitionId: processDefinitionId }
22794
22812
  };
22795
22813
  util["a" /* default */].ajax(params).then(function (res) {
@@ -22924,7 +22942,7 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
22924
22942
  var _this3 = this;
22925
22943
 
22926
22944
  var params = {
22927
- url: api["F" /* getAdjunctFileInfos */],
22945
+ url: api["G" /* getAdjunctFileInfos */],
22928
22946
  params: { ownId: ownId, code: code }
22929
22947
  };
22930
22948
  util["a" /* default */].ajax(params).then(function (res) {
@@ -23012,7 +23030,7 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
23012
23030
  taskAction: 'complete'
23013
23031
  };
23014
23032
  util["a" /* default */].ajax({
23015
- url: api["Lb" /* taskReadHtml */],
23033
+ url: api["Mb" /* taskReadHtml */],
23016
23034
  params: { taskAction: 'complete' },
23017
23035
  headers: {
23018
23036
  Accept: 'application/json,text/plain'
@@ -23059,7 +23077,7 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
23059
23077
 
23060
23078
  this.loading = util["a" /* default */].loading(this.$loading, '加载中...');
23061
23079
  util["a" /* default */].ajax({
23062
- url: api["ac" /* toStartTaskReadIndex */],
23080
+ url: api["bc" /* toStartTaskReadIndex */],
23063
23081
  params: { pendingId: this.pendingId }
23064
23082
  }).then(function (res) {
23065
23083
  var status = res.status,
@@ -23103,7 +23121,7 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
23103
23121
  if (mainConfig) {
23104
23122
  this.userModel = JSON.parse(mainConfig).userModel;
23105
23123
  } else {
23106
- util["a" /* default */].ajax({ url: api["lb" /* loginUserInfo */] }).then(function (res) {
23124
+ util["a" /* default */].ajax({ url: api["mb" /* loginUserInfo */] }).then(function (res) {
23107
23125
  var status = res.status,
23108
23126
  data = res.data;
23109
23127
 
@@ -23138,7 +23156,7 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
23138
23156
  var _this8 = this;
23139
23157
 
23140
23158
  util["a" /* default */].ajax({
23141
- url: api["y" /* findCodeValues */],
23159
+ url: api["z" /* findCodeValues */],
23142
23160
  params: {
23143
23161
  ccCode: 'notification_type',
23144
23162
  userId: util["a" /* default */].getStorage('userId')
@@ -23204,7 +23222,7 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
23204
23222
  pendingId: this.pendingId
23205
23223
  };
23206
23224
  this.loading = util["a" /* default */].loading(this.$loading, '保存中...');
23207
- util["a" /* default */].ajax({ url: api["Ub" /* tempSave */], params: params }).then(function (res) {
23225
+ util["a" /* default */].ajax({ url: api["Vb" /* tempSave */], params: params }).then(function (res) {
23208
23226
  var status = res.status,
23209
23227
  message = res.message;
23210
23228
 
@@ -23278,7 +23296,7 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
23278
23296
  var _this13 = this;
23279
23297
 
23280
23298
  util["a" /* default */].ajax({
23281
- url: api["A" /* findSysCodes */]
23299
+ url: api["B" /* findSysCodes */]
23282
23300
  }).then(function (res) {
23283
23301
  var status = res.status,
23284
23302
  message = res.message;
@@ -23310,7 +23328,7 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
23310
23328
  nodeId = _endFlowInfo.nodeId;
23311
23329
 
23312
23330
  var param = {
23313
- url: api["K" /* getFreeStartFlowParams */],
23331
+ url: api["L" /* getFreeStartFlowParams */],
23314
23332
  params: {
23315
23333
  businessId: businessId,
23316
23334
  processDefinitionId: processDefinitionId,
@@ -23361,7 +23379,7 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
23361
23379
 
23362
23380
  this.$confirm('确认' + res.value + '?').then(function () {
23363
23381
  var params = {
23364
- url: api["x" /* endFlowHtml */],
23382
+ url: api["y" /* endFlowHtml */],
23365
23383
  headers: { Accept: 'application/json,text/plain' },
23366
23384
  method: 'post',
23367
23385
  data: mainvue_type_script_lang_js_extends({}, _this16.endFlowInfo, _this16.nextNode, {
@@ -23510,7 +23528,7 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
23510
23528
  var _this18 = this;
23511
23529
 
23512
23530
  var params = {
23513
- url: api["jb" /* isCanStartSubFlow */],
23531
+ url: api["kb" /* isCanStartSubFlow */],
23514
23532
  data: {
23515
23533
  appId: this.taskExamineInfo.appId,
23516
23534
  inevitableNode: res.inevitableNode
@@ -23620,7 +23638,7 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
23620
23638
  this.$confirm('确认' + res.value + '?').then(function () {
23621
23639
  // return this.$message.warning('请填写意见');
23622
23640
  var params = {
23623
- url: api["xb" /* rejectAndEnd */],
23641
+ url: api["yb" /* rejectAndEnd */],
23624
23642
  headers: { Accept: 'application/json,text/plain' },
23625
23643
  method: 'post',
23626
23644
  data: {
@@ -23691,7 +23709,7 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
23691
23709
  pendingId: this.pendingId,
23692
23710
  businessId: this.businessIds
23693
23711
  };
23694
- util["a" /* default */].ajax({ url: api["O" /* getNodeInfo */], params: params }).then(function (res) {
23712
+ util["a" /* default */].ajax({ url: api["P" /* getNodeInfo */], params: params }).then(function (res) {
23695
23713
  var status = res.status,
23696
23714
  message = res.message,
23697
23715
  data = res.data;
@@ -23946,7 +23964,7 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
23946
23964
  pendingId: this.pendingId,
23947
23965
  userId: util["a" /* default */].getStorage('userId')
23948
23966
  };
23949
- util["a" /* default */].ajax({ url: api["L" /* getHandleInfoHtml */], params: params }).then(function (res) {
23967
+ util["a" /* default */].ajax({ url: api["M" /* getHandleInfoHtml */], params: params }).then(function (res) {
23950
23968
  //pc返回数据
23951
23969
 
23952
23970
  _this27.loading.close();
@@ -24247,7 +24265,7 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
24247
24265
  hideTempSave: true
24248
24266
  }, this.param);
24249
24267
  this.loading = util["a" /* default */].loading(this.$loading, '加载中...');
24250
- util["a" /* default */].ajax({ url: api["U" /* getProcessDefList */], params: params }).then(function (res) {
24268
+ util["a" /* default */].ajax({ url: api["V" /* getProcessDefList */], params: params }).then(function (res) {
24251
24269
  var status = res.status,
24252
24270
  message = res.message,
24253
24271
  data = res.data;
@@ -24303,7 +24321,7 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
24303
24321
  userId: util["a" /* default */].getStorage('userId'),
24304
24322
  type: 2
24305
24323
  };
24306
- util["a" /* default */].ajax({ url: api["ob" /* pendedhistoryList */], data: params, method: 'post' }).then(function (res) {
24324
+ util["a" /* default */].ajax({ url: api["pb" /* pendedhistoryList */], data: params, method: 'post' }).then(function (res) {
24307
24325
  var rCode = res.rCode,
24308
24326
  msg = res.msg,
24309
24327
  results = res.results;
@@ -24604,7 +24622,7 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
24604
24622
  params.orgRoleCode = circularReadParamsMap.circularReadOrgRoleCode;
24605
24623
  }
24606
24624
 
24607
- return _context.abrupt('return', util["a" /* default */].ajax({ url: api["Kb" /* taskHandleHtml */], method: 'post', data: params }).then(function (res) {
24625
+ return _context.abrupt('return', util["a" /* default */].ajax({ url: api["Lb" /* taskHandleHtml */], method: 'post', data: params }).then(function (res) {
24608
24626
  var status = res.status,
24609
24627
  message = res.message;
24610
24628