eoss-ui 0.6.89 → 0.6.91

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 (52) hide show
  1. package/lib/button-group.js +103 -101
  2. package/lib/button.js +103 -101
  3. package/lib/calogin.js +103 -101
  4. package/lib/checkbox-group.js +104 -102
  5. package/lib/config/api.js +2 -1
  6. package/lib/data-table-form.js +104 -102
  7. package/lib/data-table.js +105 -103
  8. package/lib/date-picker.js +103 -101
  9. package/lib/dialog.js +103 -101
  10. package/lib/eoss-ui.common.js +383 -301
  11. package/lib/flow-group.js +103 -101
  12. package/lib/flow-list.js +109 -107
  13. package/lib/flow.js +258 -186
  14. package/lib/form.js +103 -101
  15. package/lib/handle-user.js +104 -102
  16. package/lib/handler.js +104 -102
  17. package/lib/icon.js +104 -102
  18. package/lib/index.js +1 -1
  19. package/lib/input-number.js +103 -101
  20. package/lib/input.js +103 -101
  21. package/lib/login.js +109 -107
  22. package/lib/main.js +136 -134
  23. package/lib/nav.js +103 -101
  24. package/lib/notify.js +106 -104
  25. package/lib/page.js +103 -101
  26. package/lib/pagination.js +103 -101
  27. package/lib/player.js +103 -101
  28. package/lib/qr-code.js +103 -101
  29. package/lib/radio-group.js +104 -102
  30. package/lib/retrial-auth.js +106 -104
  31. package/lib/select-ganged.js +104 -102
  32. package/lib/select.js +104 -102
  33. package/lib/selector-panel.js +121 -119
  34. package/lib/selector.js +122 -110
  35. package/lib/sizer.js +105 -103
  36. package/lib/steps.js +103 -101
  37. package/lib/switch.js +103 -101
  38. package/lib/table-form.js +103 -101
  39. package/lib/tabs.js +103 -101
  40. package/lib/tips.js +104 -102
  41. package/lib/tree-group.js +103 -101
  42. package/lib/tree.js +104 -102
  43. package/lib/upload.js +113 -111
  44. package/lib/wujie.js +103 -101
  45. package/lib/wxlogin.js +103 -101
  46. package/package.json +1 -1
  47. package/packages/flow/src/main.vue +7 -2
  48. package/packages/flow/src/processForm.vue +12 -3
  49. package/packages/flow/src/reset.vue +33 -10
  50. package/packages/selector/src/main.vue +15 -9
  51. package/src/config/api.js +25 -12
  52. package/src/index.js +1 -1
package/lib/flow.js CHANGED
@@ -1531,7 +1531,7 @@ var getLightness = function getLightness($v, $i, $isLight) {
1531
1531
  * @param {function} callback - 回调函数
1532
1532
  **/
1533
1533
  var getMainConfig = function getMainConfig(callback) {
1534
- ajax({ url: _config_api__WEBPACK_IMPORTED_MODULE_1__[/* mainConfig */ "pb"] }).then(function (res) {
1534
+ ajax({ url: _config_api__WEBPACK_IMPORTED_MODULE_1__[/* mainConfig */ "qb"] }).then(function (res) {
1535
1535
  if (res && res.rCode === 0) {
1536
1536
  callback(res.results);
1537
1537
  }
@@ -2288,7 +2288,7 @@ var isLogined = function () {
2288
2288
  break;
2289
2289
  }
2290
2290
 
2291
- ajax({ method: 'post', url: _config_api__WEBPACK_IMPORTED_MODULE_1__[/* logout */ "ob"] }).then(function (res) {
2291
+ ajax({ method: 'post', url: _config_api__WEBPACK_IMPORTED_MODULE_1__[/* logout */ "pb"] }).then(function (res) {
2292
2292
  if (res.rCode === 0) {
2293
2293
  removeStorage();
2294
2294
  }
@@ -3571,150 +3571,151 @@ var watermark = function watermark(option) {
3571
3571
  /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "p", function() { return doCaLogin; });
3572
3572
  /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "t", function() { return doUserLogin; });
3573
3573
  /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "r", function() { return doQrLogin; });
3574
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "ob", function() { return logout; });
3575
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "hb", function() { return initLogin; });
3576
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Jb", function() { return switchUserTo; });
3574
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "pb", function() { return logout; });
3575
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "ib", function() { return initLogin; });
3576
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Kb", function() { return switchUserTo; });
3577
3577
  /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "c", function() { return changeImg; });
3578
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "N", function() { return getLoginCode; });
3578
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "O", function() { return getLoginCode; });
3579
3579
  /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "q", function() { return doCodeLogin; });
3580
3580
  /* unused harmony export updateCode */
3581
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "O", function() { return getModifyPassCode; });
3581
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "P", function() { return getModifyPassCode; });
3582
3582
  /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "g", function() { return codeModifyPass; });
3583
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "mb", function() { return loginModifyPassword; });
3583
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "nb", function() { return loginModifyPassword; });
3584
3584
  /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "b", function() { return authCenter; });
3585
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "ib", function() { return initModifyPassword; });
3585
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "jb", function() { return initModifyPassword; });
3586
3586
  /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "u", function() { return doWechatQrLogin; });
3587
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "bb", function() { return getTwoFactorLoginCode; });
3587
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "cb", function() { return getTwoFactorLoginCode; });
3588
3588
  /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "s", function() { return doTwoFactorLogin; });
3589
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "jb", function() { return initRetrialAuth; });
3590
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "W", function() { return getRetrialAuthCode; });
3591
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Cb", function() { return scanCodeRetrialAuth; });
3589
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "kb", function() { return initRetrialAuth; });
3590
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "X", function() { return getRetrialAuthCode; });
3591
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Db", function() { return scanCodeRetrialAuth; });
3592
3592
  /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "h", function() { return codeRetrialAuth; });
3593
3593
  /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "o", function() { return doAssistanceQrLogin; });
3594
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "xc", function() { return userOnline; });
3595
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "cb", function() { return getUserAppWithTag; });
3596
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "xb", function() { return recordUserApp; });
3597
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "pb", function() { return mainConfig; });
3598
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "kb", function() { return initUserSet; });
3599
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "sc", function() { return updateUserInfo; });
3594
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "yc", function() { return userOnline; });
3595
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "db", function() { return getUserAppWithTag; });
3596
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "yb", function() { return recordUserApp; });
3597
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "qb", function() { return mainConfig; });
3598
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "lb", function() { return initUserSet; });
3599
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "tc", function() { return updateUserInfo; });
3600
3600
  /* unused harmony export getUserImgUrl */
3601
3601
  /* unused harmony export getDoorIndex */
3602
3602
  /* unused harmony export refreshOnlineUsers */
3603
3603
  /* unused harmony export getQuickMenuIds */
3604
3604
  /* unused harmony export getApplicationIdArray */
3605
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "I", function() { return getComplexApplications; });
3606
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "J", function() { return getComplexApplicationsNew; });
3605
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "J", function() { return getComplexApplications; });
3606
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "K", function() { return getComplexApplicationsNew; });
3607
3607
  /* unused harmony export getUserCustomInfo */
3608
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "rc", function() { return updateUserCustomInfo; });
3609
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Kb", function() { return sysMsgPage; });
3610
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "gb", function() { return ignoreSysMsg; });
3611
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "fb", function() { return ignoreAllSysMsg; });
3612
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Db", function() { return searchType; });
3613
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "ab", function() { return getSysParam; });
3614
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "H", function() { return getAdjunctProperties; });
3615
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "wc", function() { return uploads; });
3616
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "uc", function() { return uploadOnlyOne; });
3617
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "G", function() { return getAdjunctFileInfos; });
3618
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "vc", function() { return uploadSort; });
3608
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "sc", function() { return updateUserCustomInfo; });
3609
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Lb", function() { return sysMsgPage; });
3610
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "hb", function() { return ignoreSysMsg; });
3611
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "gb", function() { return ignoreAllSysMsg; });
3612
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Eb", function() { return searchType; });
3613
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "bb", function() { return getSysParam; });
3614
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "I", function() { return getAdjunctProperties; });
3615
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "xc", function() { return uploads; });
3616
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "vc", function() { return uploadOnlyOne; });
3617
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "H", function() { return getAdjunctFileInfos; });
3618
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "wc", function() { return uploadSort; });
3619
3619
  /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "v", function() { return downloadByAdjunctId; });
3620
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "tc", function() { return uploadDownloads; });
3621
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "ub", function() { return previewAdjunct; });
3622
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "vb", function() { return previewAdjunct2; });
3623
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "wb", function() { return previewAdjunctOffice; });
3620
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "uc", function() { return uploadDownloads; });
3621
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "vb", function() { return previewAdjunct; });
3622
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "wb", function() { return previewAdjunct2; });
3623
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "xb", function() { return previewAdjunctOffice; });
3624
3624
  /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "j", function() { return delAdjunct; });
3625
3625
  /* unused harmony export upload_updateClassify */
3626
3626
  /* unused harmony export getDeleteAdjunctFileInfos */
3627
3627
  /* unused harmony export getPictureBase64 */
3628
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Z", function() { return getSelectorOrgTree; });
3629
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Y", function() { return getSelectorOrgDetail; });
3630
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "S", function() { return getOrgMainTree; });
3631
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "X", function() { return getSelectOrgsubids; });
3628
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "ab", function() { return getSelectorOrgTree; });
3629
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Z", function() { return getSelectorOrgDetail; });
3630
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "T", function() { return getOrgMainTree; });
3631
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Y", function() { return getSelectOrgsubids; });
3632
3632
  /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "A", function() { return findSysCode; });
3633
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "K", function() { return getDictList; });
3633
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "L", function() { return getDictList; });
3634
3634
  /* unused harmony export findUserBaseInfo */
3635
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "db", function() { return gethelpdoc; });
3635
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "eb", function() { return gethelpdoc; });
3636
3636
  /* unused harmony export getCurrentuser */
3637
3637
  /* unused harmony export mainDetail */
3638
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "ac", function() { return toStartFlow; });
3639
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Wb", function() { return tempSave; });
3638
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "bc", function() { return toStartFlow; });
3639
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Xb", function() { return tempSave; });
3640
3640
  /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "i", function() { return commonOpion; });
3641
3641
  /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "a", function() { return addCommonOpion; });
3642
3642
  /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "w", function() { return editCommonOpion; });
3643
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Bb", function() { return saveCommonOpinion; });
3644
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "qc", function() { return updateCommonOpinion; });
3643
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Cb", function() { return saveCommonOpinion; });
3644
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "rc", function() { return updateCommonOpinion; });
3645
3645
  /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "k", function() { return deleteCommonOpion; });
3646
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "V", function() { return getProcessDefList; });
3647
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "P", function() { return getNodeInfo; });
3646
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "W", function() { return getProcessDefList; });
3647
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Q", function() { return getNodeInfo; });
3648
3648
  /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "z", function() { return findCodeValues; });
3649
3649
  /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "C", function() { return findSysParam; });
3650
3650
  /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "B", function() { return findSysCodes; });
3651
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "R", function() { return getNotificationMsg; });
3652
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "M", function() { return getHandleInfoHtml; });
3653
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Mb", function() { return taskHandleHtml; });
3651
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "S", function() { return getNotificationMsg; });
3652
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "N", function() { return getHandleInfoHtml; });
3653
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Nb", function() { return taskHandleHtml; });
3654
3654
  /* unused harmony export getView */
3655
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "yb", function() { return register; });
3656
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "qb", function() { return pendedhistoryList; });
3657
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "ec", function() { return toTaskRejectHtml; });
3658
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Pb", function() { return taskRejectHtml; });
3659
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "bc", function() { return toStartTaskRead; });
3660
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "cc", function() { return toStartTaskReadIndex; });
3661
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Nb", function() { return taskReadHtml; });
3662
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "zb", function() { return rejectAndEnd; });
3663
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Zb", function() { return toSendMsg; });
3664
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Hb", function() { return sendMsg; });
3655
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "zb", function() { return register; });
3656
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "rb", function() { return pendedhistoryList; });
3657
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "fc", function() { return toTaskRejectHtml; });
3658
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Qb", function() { return taskRejectHtml; });
3659
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "cc", function() { return toStartTaskRead; });
3660
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "dc", function() { return toStartTaskReadIndex; });
3661
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Ob", function() { return taskReadHtml; });
3662
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Ab", function() { return rejectAndEnd; });
3663
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "ac", function() { return toSendMsg; });
3664
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Ib", function() { return sendMsg; });
3665
3665
  /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "y", function() { return endFlowHtml; });
3666
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "eb", function() { return handleInfo; });
3667
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "nb", function() { return loginUserInfo; });
3668
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "yc", function() { return wss; });
3669
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "oc", function() { return topic; });
3670
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "T", function() { return getPresetCustomInfo; });
3671
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "U", function() { return getPresetNodeInfo; });
3672
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "kc", function() { return toTaskTransferIndex; });
3673
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Tb", function() { return taskTransfer; });
3674
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Xb", function() { return toPresetInfoListIndex; });
3666
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "fb", function() { return handleInfo; });
3667
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "ob", function() { return loginUserInfo; });
3668
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "zc", function() { return wss; });
3669
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "pc", function() { return topic; });
3670
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "U", function() { return getPresetCustomInfo; });
3671
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "V", function() { return getPresetNodeInfo; });
3672
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "lc", function() { return toTaskTransferIndex; });
3673
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Ub", function() { return taskTransfer; });
3674
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Yb", function() { return toPresetInfoListIndex; });
3675
3675
  /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "m", function() { return deletePresetInfo; });
3676
3676
  /* unused harmony export historyListJson */
3677
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "rb", function() { return pendedhistoryListJson; });
3678
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "tb", function() { return pressListJson; });
3677
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "sb", function() { return pendedhistoryListJson; });
3678
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "ub", function() { return pressListJson; });
3679
3679
  /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "l", function() { return deleteFlow; });
3680
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "lb", function() { return isCanStartSubFlow; });
3681
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "lc", function() { return toTaskUnionExamine; });
3682
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Ub", function() { return taskUnionExamine; });
3683
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "jc", function() { return toTaskTakeAdvice; });
3684
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Sb", function() { return taskTakeAdvice; });
3685
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "gc", function() { return toTaskStartDraft; });
3686
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "hc", function() { return toTaskSupervise; });
3687
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "ic", function() { return toTaskSuperviseSub; });
3688
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Rb", function() { return taskStartDraft; });
3689
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "fc", function() { return toTaskReview; });
3690
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Qb", function() { return taskReview; });
3691
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "mc", function() { return toTaskUnionSeal; });
3692
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Vb", function() { return taskUnionSeal; });
3693
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "nc", function() { return toTwoOfficesDispatch; });
3694
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "pc", function() { return twoOfficesDispatch; });
3695
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Yb", function() { return toResetProcessIndex; });
3696
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Ab", function() { return resetProcess; });
3697
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "dc", function() { return toTaskContinuationIndex; });
3698
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Lb", function() { return taskContinuation; });
3699
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "L", function() { return getFreeStartFlowParams; });
3700
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "E", function() { return freeStartFlowWithSubmitTask; });
3680
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "mb", function() { return isCanStartSubFlow; });
3681
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "mc", function() { return toTaskUnionExamine; });
3682
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Vb", function() { return taskUnionExamine; });
3683
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "kc", function() { return toTaskTakeAdvice; });
3684
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Tb", function() { return taskTakeAdvice; });
3685
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "hc", function() { return toTaskStartDraft; });
3686
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "ic", function() { return toTaskSupervise; });
3687
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "jc", function() { return toTaskSuperviseSub; });
3688
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Sb", function() { return taskStartDraft; });
3689
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "gc", function() { return toTaskReview; });
3690
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Rb", function() { return taskReview; });
3691
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "nc", function() { return toTaskUnionSeal; });
3692
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Wb", function() { return taskUnionSeal; });
3693
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "oc", function() { return toTwoOfficesDispatch; });
3694
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "qc", function() { return twoOfficesDispatch; });
3695
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Zb", function() { return toResetProcessIndex; });
3696
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Bb", function() { return resetProcess; });
3697
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "ec", function() { return toTaskContinuationIndex; });
3698
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Mb", function() { return taskContinuation; });
3699
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "M", function() { return getFreeStartFlowParams; });
3700
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "F", function() { return freeStartFlowWithSubmitTask; });
3701
3701
  /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "e", function() { return checkForeignOrgStartedCircularRead; });
3702
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "sb", function() { return pendedhistoryListWithCircularReadJson; });
3703
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "F", function() { return fyListJson; });
3702
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "tb", function() { return pendedhistoryListWithCircularReadJson; });
3703
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "G", function() { return fyListJson; });
3704
3704
  /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "f", function() { return circularReadWithdraw; });
3705
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Ob", function() { return taskReadWithDraw; });
3706
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Ib", function() { return startReadTransferHandleFlowWithTaskReadEnd; });
3705
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Pb", function() { return taskReadWithDraw; });
3706
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Jb", function() { return startReadTransferHandleFlowWithTaskReadEnd; });
3707
3707
  /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "d", function() { return checkBusinessIdStartedReadTransferHandle; });
3708
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Gb", function() { return sendList; });
3709
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Fb", function() { return sendInfo; });
3708
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Hb", function() { return sendList; });
3709
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Gb", function() { return sendInfo; });
3710
3710
  /* unused harmony export sendSave */
3711
3711
  /* unused harmony export sendUpdate */
3712
3712
  /* unused harmony export sendDelete */
3713
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Eb", function() { return sendBatch; });
3713
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Fb", function() { return sendBatch; });
3714
3714
  /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "D", function() { return formContents; });
3715
3715
  /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "n", function() { return directStartTaskCircularRead; });
3716
3716
  /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "x", function() { return endFlowAndStartTaskCircularRead; });
3717
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Q", function() { return getNodeInfoForStart; });
3717
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "R", function() { return getNodeInfoForStart; });
3718
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "E", function() { return freeStartFlow; });
3718
3719
  var flowPendingPrefix = window.flowPendingPrefix || localStorage.getItem('flowPendingPrefix') || '/bpm';
3719
3720
  // 登录
3720
3721
  var doCaLogin = '/sso2/signIn/auth/doCaLogin'; // ca登录认证
@@ -3975,6 +3976,7 @@ var formContents = '/lowcode/admin/online/onlineForm/getOnlineFormFromCache';
3975
3976
  var directStartTaskCircularRead = '/bpm/bpmBackend/directStartTaskCircularRead';
3976
3977
  var endFlowAndStartTaskCircularRead = '/bpm/bpmBackend/endFlowAndStartTaskCircularRead';
3977
3978
  var getNodeInfoForStart = flowPendingPrefix + '/task/taskHandle/getNodeInfoForStart.dhtml';
3979
+ var freeStartFlow = '/bpm/bpmBackend/freeStartFlow';
3978
3980
 
3979
3981
  /***/ }),
3980
3982
  /* 2 */
@@ -4481,7 +4483,7 @@ var component = Object(componentNormalizer["a" /* default */])(
4481
4483
  // ESM COMPAT FLAG
4482
4484
  __webpack_require__.r(__webpack_exports__);
4483
4485
 
4484
- // 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=0805f936&
4486
+ // 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=8a0e2250&
4485
4487
  var render = function () {
4486
4488
  var _vm = this
4487
4489
  var _h = _vm.$createElement
@@ -6298,6 +6300,7 @@ var render = function () {
6298
6300
  _vm.freeStartFlowNextNode ||
6299
6301
  _vm.nodeInfo.nextNode,
6300
6302
  opinion: _vm.value,
6303
+ pendingId: _vm.pendingId,
6301
6304
  taskExamineParam:
6302
6305
  _vm.freeStartFlowParams
6303
6306
  .newFlowStartNodeItemName,
@@ -7046,10 +7049,12 @@ var render = function () {
7046
7049
  id:
7047
7050
  _vm.freeStartFlowParams.startFlowBusinessId ||
7048
7051
  _vm.businessIds,
7052
+ "pending-id": _vm.pendingId,
7049
7053
  simpleTips: _vm.simpleTips,
7050
7054
  "is-free-start-flow":
7051
7055
  _vm.freeStartFlowParams.useScene ===
7052
7056
  "multiInsMidwayWithSubmitScene",
7057
+ pendingId: _vm.pendingId,
7053
7058
  "copy-history":
7054
7059
  _vm.freeStartFlowParams.pendedHistoryHandle,
7055
7060
  "process-definition-id":
@@ -7360,7 +7365,7 @@ var staticRenderFns = []
7360
7365
  render._withStripped = true
7361
7366
 
7362
7367
 
7363
- // CONCATENATED MODULE: ./packages/flow/src/main.vue?vue&type=template&id=0805f936&
7368
+ // CONCATENATED MODULE: ./packages/flow/src/main.vue?vue&type=template&id=8a0e2250&
7364
7369
 
7365
7370
  // EXTERNAL MODULE: external "babel-runtime/regenerator"
7366
7371
  var regenerator_ = __webpack_require__(4);
@@ -8362,7 +8367,7 @@ var _components;
8362
8367
  }
8363
8368
  this.loading = util["a" /* default */].loading(this.$loading, '提交中...');
8364
8369
  util["a" /* default */].ajax({
8365
- url: data.id ? api["qc" /* updateCommonOpinion */] : api["Bb" /* saveCommonOpinion */],
8370
+ url: data.id ? api["rc" /* updateCommonOpinion */] : api["Cb" /* saveCommonOpinion */],
8366
8371
  data: info,
8367
8372
  header: { 'Content-Type': 'multipart/form-data' },
8368
8373
  method: 'post'
@@ -8413,8 +8418,8 @@ var CommonOpinions_component = Object(componentNormalizer["a" /* default */])(
8413
8418
  )
8414
8419
 
8415
8420
  /* harmony default export */ var CommonOpinions = (CommonOpinions_component.exports);
8416
- // 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=3d800ae1&
8417
- var processFormvue_type_template_id_3d800ae1_render = function () {
8421
+ // 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=a60e74a6&
8422
+ var processFormvue_type_template_id_a60e74a6_render = function () {
8418
8423
  var _vm = this
8419
8424
  var _h = _vm.$createElement
8420
8425
  var _c = _vm._self._c || _h
@@ -9171,11 +9176,11 @@ var processFormvue_type_template_id_3d800ae1_render = function () {
9171
9176
  1
9172
9177
  )
9173
9178
  }
9174
- var processFormvue_type_template_id_3d800ae1_staticRenderFns = []
9175
- processFormvue_type_template_id_3d800ae1_render._withStripped = true
9179
+ var processFormvue_type_template_id_a60e74a6_staticRenderFns = []
9180
+ processFormvue_type_template_id_a60e74a6_render._withStripped = true
9176
9181
 
9177
9182
 
9178
- // CONCATENATED MODULE: ./packages/flow/src/processForm.vue?vue&type=template&id=3d800ae1&
9183
+ // CONCATENATED MODULE: ./packages/flow/src/processForm.vue?vue&type=template&id=a60e74a6&
9179
9184
 
9180
9185
  // 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=319fd53c&
9181
9186
  var selectUservue_type_template_id_319fd53c_render = function () {
@@ -9528,7 +9533,7 @@ var _extends = Object.assign || function (target) { for (var i = 1; i < argument
9528
9533
  newNextUser: [],
9529
9534
  newOptions: [],
9530
9535
  newSelectUserList: [],
9531
- url: api["eb" /* handleInfo */],
9536
+ url: api["fb" /* handleInfo */],
9532
9537
  newCheckboxList: [],
9533
9538
  newPresetEdit: 0,
9534
9539
  newMultiple: false,
@@ -9653,7 +9658,7 @@ var _extends = Object.assign || function (target) { for (var i = 1; i < argument
9653
9658
  if (query !== '') {
9654
9659
  this.searchLoading = true;
9655
9660
  util["a" /* default */].ajax({
9656
- url: api["eb" /* handleInfo */],
9661
+ url: api["fb" /* handleInfo */],
9657
9662
  params: { searchKey: query, query: query, type: 'user' }
9658
9663
  }).then(function (res) {
9659
9664
  var status = res.status,
@@ -10068,7 +10073,7 @@ var CustomPresetvue_type_script_lang_js_components;
10068
10073
  nextNodeId: nodeId,
10069
10074
  businessId: this.id
10070
10075
  };
10071
- util["a" /* default */].ajax({ url: api["P" /* getNodeInfo */], params: params }).then(function (res) {
10076
+ util["a" /* default */].ajax({ url: api["Q" /* getNodeInfo */], params: params }).then(function (res) {
10072
10077
  var status = res.status,
10073
10078
  message = res.message,
10074
10079
  _res$data = res.data,
@@ -10166,7 +10171,7 @@ var CustomPresetvue_type_script_lang_js_components;
10166
10171
 
10167
10172
  isNoStart && (this.newPresetList = []);
10168
10173
  var params = {
10169
- url: api["T" /* getPresetCustomInfo */],
10174
+ url: api["U" /* getPresetCustomInfo */],
10170
10175
  data: {
10171
10176
  nodeId: nodeId,
10172
10177
  processDefinitionId: processDefinitionId ? processDefinitionId : this.newProcessDefinitionId
@@ -10520,7 +10525,7 @@ var Presetvue_type_script_lang_js_components;
10520
10525
  nodeId = this.nodeId;
10521
10526
 
10522
10527
  var params = {
10523
- url: api["U" /* getPresetNodeInfo */],
10528
+ url: api["V" /* getPresetNodeInfo */],
10524
10529
  data: {
10525
10530
  nextNodeId: nextNodeId,
10526
10531
  processDefinitionId: processDefinitionId,
@@ -11060,6 +11065,10 @@ var processFormvue_type_script_lang_js_components;
11060
11065
  type: String,
11061
11066
  default: ''
11062
11067
  },
11068
+ pendingId: {
11069
+ type: String,
11070
+ default: ''
11071
+ },
11063
11072
  opinion: {
11064
11073
  type: String,
11065
11074
  default: ''
@@ -11247,7 +11256,7 @@ var processFormvue_type_script_lang_js_components;
11247
11256
  if (mainConfig) {
11248
11257
  this.userModel = JSON.parse(mainConfig).userModel;
11249
11258
  } else {
11250
- util["a" /* default */].ajax({ url: api["nb" /* loginUserInfo */] }).then(function (res) {
11259
+ util["a" /* default */].ajax({ url: api["ob" /* loginUserInfo */] }).then(function (res) {
11251
11260
  var status = res.status,
11252
11261
  data = res.data;
11253
11262
 
@@ -11392,7 +11401,7 @@ var processFormvue_type_script_lang_js_components;
11392
11401
  if (!this.showBtn) {
11393
11402
  params.openMode = 'samepage';
11394
11403
  }
11395
- util["a" /* default */].ajax({ url: api["R" /* getNotificationMsg */], params: params, methods: 'post' }).then(function (res) {
11404
+ util["a" /* default */].ajax({ url: api["S" /* getNotificationMsg */], params: params, methods: 'post' }).then(function (res) {
11396
11405
  if (res.status === 'success') {
11397
11406
  if (!_this3.showBtn) {
11398
11407
  _this3.oldMessage = res.message;
@@ -11483,7 +11492,7 @@ var processFormvue_type_script_lang_js_components;
11483
11492
  var newParm = {};
11484
11493
  newParm.copyHistory = _this4.copyHistory === 'needCopyPendedHistory';
11485
11494
  newParm.startFlowParamJson = params;
11486
- newParm.startFlowParamJson.businessId = _this4.id; //this.id
11495
+ // newParm.startFlowParamJson.businessId = this.id; //this.id
11487
11496
  newParm.startFlowParamJson.taskExamineParam = {
11488
11497
  startFlowFirstNodeName: _this4.taskExamineParam
11489
11498
  };
@@ -11504,8 +11513,12 @@ var processFormvue_type_script_lang_js_components;
11504
11513
  }
11505
11514
  params = newParm;
11506
11515
  }
11516
+ if (_this4.copyHistory && !_this4.isFreeStartFlow) {
11517
+ params.pendingId = _this4.pendingId;
11518
+ delete params.businessId;
11519
+ }
11507
11520
  util["a" /* default */].ajax({
11508
- url: _this4.isFreeStartFlow ? api["E" /* freeStartFlowWithSubmitTask */] : _this4.formType == 'readTransfer' ? api["Ib" /* startReadTransferHandleFlowWithTaskReadEnd */] : api["yb" /* register */],
11521
+ url: _this4.isFreeStartFlow ? api["F" /* freeStartFlowWithSubmitTask */] : _this4.formType == 'readTransfer' ? api["Jb" /* startReadTransferHandleFlowWithTaskReadEnd */] : _this4.copyHistory ? api["E" /* freeStartFlow */] : api["zb" /* register */],
11509
11522
  method: 'post',
11510
11523
  data: params
11511
11524
  }).then(function (res) {
@@ -11547,7 +11560,7 @@ var processFormvue_type_script_lang_js_components;
11547
11560
  businessId: this.id,
11548
11561
  userId: util["a" /* default */].getStorage('userId')
11549
11562
  };
11550
- util["a" /* default */].ajax({ url: api["P" /* getNodeInfo */], params: params }).then(function (res) {
11563
+ util["a" /* default */].ajax({ url: api["Q" /* getNodeInfo */], params: params }).then(function (res) {
11551
11564
  var status = res.status,
11552
11565
  message = res.message,
11553
11566
  _res$data = res.data,
@@ -11733,7 +11746,7 @@ var processFormvue_type_script_lang_js_components;
11733
11746
  businessId: this.businessId
11734
11747
  };
11735
11748
  // 获取节点
11736
- util["a" /* default */].ajax({ url: api["ac" /* toStartFlow */], params: params }).then(function (res) {
11749
+ util["a" /* default */].ajax({ url: api["bc" /* toStartFlow */], params: params }).then(function (res) {
11737
11750
  //pc接口返回数据处理
11738
11751
  var status = res.status,
11739
11752
  message = res.message,
@@ -11844,8 +11857,8 @@ var processFormvue_type_script_lang_js_components;
11844
11857
 
11845
11858
  var processForm_component = Object(componentNormalizer["a" /* default */])(
11846
11859
  src_processFormvue_type_script_lang_js_,
11847
- processFormvue_type_template_id_3d800ae1_render,
11848
- processFormvue_type_template_id_3d800ae1_staticRenderFns,
11860
+ processFormvue_type_template_id_a60e74a6_render,
11861
+ processFormvue_type_template_id_a60e74a6_staticRenderFns,
11849
11862
  false,
11850
11863
  null,
11851
11864
  null,
@@ -12218,7 +12231,7 @@ SendMsgvue_type_template_id_5cb986c6_render._withStripped = true
12218
12231
  notificationType = _sendInfo.notificationType;
12219
12232
 
12220
12233
  var params = {
12221
- url: api["Hb" /* sendMsg */],
12234
+ url: api["Ib" /* sendMsg */],
12222
12235
  headers: { Accept: 'application/json,text/plain' },
12223
12236
  method: 'post',
12224
12237
  data: {
@@ -12280,7 +12293,7 @@ SendMsgvue_type_template_id_5cb986c6_render._withStripped = true
12280
12293
 
12281
12294
  this.loading = true;
12282
12295
  util["a" /* default */].ajax({
12283
- url: api["Zb" /* toSendMsg */],
12296
+ url: api["ac" /* toSendMsg */],
12284
12297
  params: { pendingId: this.$attrs.pendingId }
12285
12298
  }).then(function (res) {
12286
12299
  var status = res.status,
@@ -13151,7 +13164,7 @@ processRejectvue_type_template_id_9d3463f6_render._withStripped = true
13151
13164
  userId: util["a" /* default */].getStorage('userId'),
13152
13165
  nextNodeId: _this2.nextNode.nextNodeId
13153
13166
  };
13154
- util["a" /* default */].ajax({ url: api["Pb" /* taskRejectHtml */], method: 'post', data: params }).then(function (res) {
13167
+ util["a" /* default */].ajax({ url: api["Qb" /* taskRejectHtml */], method: 'post', data: params }).then(function (res) {
13155
13168
  var status = res.status,
13156
13169
  message = res.message;
13157
13170
 
@@ -13215,7 +13228,7 @@ processRejectvue_type_template_id_9d3463f6_render._withStripped = true
13215
13228
  isSinglePage: false,
13216
13229
  opinion: this.option
13217
13230
  };
13218
- util["a" /* default */].ajax({ url: api["ec" /* toTaskRejectHtml */], params: params }).then(function (res) {
13231
+ util["a" /* default */].ajax({ url: api["fc" /* toTaskRejectHtml */], params: params }).then(function (res) {
13219
13232
  var status = res.status,
13220
13233
  message = res.message,
13221
13234
  _res$data = res.data,
@@ -14007,7 +14020,7 @@ var startTaskReadvue_type_script_lang_js_components;
14007
14020
  } else {
14008
14021
  params.appId = this.readParams.appId;
14009
14022
  }
14010
- util["a" /* default */].ajax({ url: api["R" /* getNotificationMsg */], params: params, methods: 'post' }).then(function (res) {
14023
+ util["a" /* default */].ajax({ url: api["S" /* getNotificationMsg */], params: params, methods: 'post' }).then(function (res) {
14011
14024
  if (res.status === 'success') {
14012
14025
  _this.newsNoice = res.message;
14013
14026
  }
@@ -14026,7 +14039,7 @@ var startTaskReadvue_type_script_lang_js_components;
14026
14039
  taskExamine = this.taskExamine;
14027
14040
 
14028
14041
  var params = {
14029
- url: api["kc" /* toTaskTransferIndex */],
14042
+ url: api["lc" /* toTaskTransferIndex */],
14030
14043
  params: {
14031
14044
  opinion: opinion,
14032
14045
  pendingId: pendingId,
@@ -14151,7 +14164,7 @@ var startTaskReadvue_type_script_lang_js_components;
14151
14164
  var _this4 = this;
14152
14165
 
14153
14166
  var params = {
14154
- url: api["bc" /* toStartTaskRead */],
14167
+ url: api["cc" /* toStartTaskRead */],
14155
14168
  params: startTaskReadvue_type_script_lang_js_extends({
14156
14169
  pendingId: this.pendingId,
14157
14170
  taskAction: this.type
@@ -14244,7 +14257,7 @@ var startTaskReadvue_type_script_lang_js_components;
14244
14257
  type = this.type;
14245
14258
 
14246
14259
  var params = {
14247
- url: api["Tb" /* taskTransfer */],
14260
+ url: api["Ub" /* taskTransfer */],
14248
14261
  data: {
14249
14262
  choiceDeptId: choiceDeptId,
14250
14263
  choiceOrgId: choiceOrgId,
@@ -14346,7 +14359,7 @@ var startTaskReadvue_type_script_lang_js_components;
14346
14359
  params = startTaskReadvue_type_script_lang_js_extends({}, params, _this8.subParams);
14347
14360
  }
14348
14361
  util["a" /* default */].ajax({
14349
- url: api["Nb" /* taskReadHtml */],
14362
+ url: api["Ob" /* taskReadHtml */],
14350
14363
  params: { taskAction: _this8.type },
14351
14364
  headers: {
14352
14365
  Accept: 'application/json,text/plain'
@@ -14438,8 +14451,8 @@ var startTaskRead_component = Object(componentNormalizer["a" /* default */])(
14438
14451
  )
14439
14452
 
14440
14453
  /* harmony default export */ var startTaskRead = (startTaskRead_component.exports);
14441
- // 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=73aacad2&
14442
- var resetvue_type_template_id_73aacad2_render = function () {
14454
+ // 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=56dca055&
14455
+ var resetvue_type_template_id_56dca055_render = function () {
14443
14456
  var _vm = this
14444
14457
  var _h = _vm.$createElement
14445
14458
  var _c = _vm._self._c || _h
@@ -14769,6 +14782,35 @@ var resetvue_type_template_id_73aacad2_render = function () {
14769
14782
  1
14770
14783
  )
14771
14784
  : _vm._e(),
14785
+ _vm.currentNodeEnableItemHandleDescription &&
14786
+ _vm.nextNode.nodeInfo.length != 0
14787
+ ? _c(
14788
+ "el-form-item",
14789
+ {
14790
+ attrs: {
14791
+ prop: "nextItemHandleDescription",
14792
+ label: "办理说明",
14793
+ },
14794
+ },
14795
+ [
14796
+ _c("el-input", {
14797
+ attrs: {
14798
+ placeholder: "请输入办理说明",
14799
+ type: "textarea",
14800
+ autosize: { minRows: 2 },
14801
+ },
14802
+ model: {
14803
+ value: _vm.nextItemHandleDescription,
14804
+ callback: function ($$v) {
14805
+ _vm.nextItemHandleDescription = $$v
14806
+ },
14807
+ expression: "nextItemHandleDescription",
14808
+ },
14809
+ }),
14810
+ ],
14811
+ 1
14812
+ )
14813
+ : _vm._e(),
14772
14814
  _c(
14773
14815
  "el-form-item",
14774
14816
  { attrs: { prop: "noticeType", label: "通知方式" } },
@@ -14886,11 +14928,11 @@ var resetvue_type_template_id_73aacad2_render = function () {
14886
14928
  1
14887
14929
  )
14888
14930
  }
14889
- var resetvue_type_template_id_73aacad2_staticRenderFns = []
14890
- resetvue_type_template_id_73aacad2_render._withStripped = true
14931
+ var resetvue_type_template_id_56dca055_staticRenderFns = []
14932
+ resetvue_type_template_id_56dca055_render._withStripped = true
14891
14933
 
14892
14934
 
14893
- // CONCATENATED MODULE: ./packages/flow/src/reset.vue?vue&type=template&id=73aacad2&
14935
+ // CONCATENATED MODULE: ./packages/flow/src/reset.vue?vue&type=template&id=56dca055&
14894
14936
 
14895
14937
  // 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&
14896
14938
  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; };
@@ -15118,6 +15160,21 @@ var resetvue_type_script_lang_js_components;
15118
15160
  //
15119
15161
  //
15120
15162
  //
15163
+ //
15164
+ //
15165
+ //
15166
+ //
15167
+ //
15168
+ //
15169
+ //
15170
+ //
15171
+ //
15172
+ //
15173
+ //
15174
+ //
15175
+ //
15176
+ //
15177
+ //
15121
15178
 
15122
15179
 
15123
15180
 
@@ -15147,7 +15204,9 @@ var resetvue_type_script_lang_js_components;
15147
15204
  loading: false,
15148
15205
  isCustomUser: 0,
15149
15206
  selectUser: false,
15207
+ nextItemHandleDescription: '',
15150
15208
  nextNodeCheckType: 'select',
15209
+ currentNodeEnableItemHandleDescription: false,
15151
15210
  multiple: false,
15152
15211
  showNoticeType: false,
15153
15212
  readMultiple: true,
@@ -15257,7 +15316,7 @@ var resetvue_type_script_lang_js_components;
15257
15316
  if (mainConfig) {
15258
15317
  this.userModel = JSON.parse(mainConfig).userModel;
15259
15318
  } else {
15260
- util["a" /* default */].ajax({ url: api["nb" /* loginUserInfo */] }).then(function (res) {
15319
+ util["a" /* default */].ajax({ url: api["ob" /* loginUserInfo */] }).then(function (res) {
15261
15320
  var status = res.status,
15262
15321
  data = res.data;
15263
15322
 
@@ -15380,7 +15439,7 @@ var resetvue_type_script_lang_js_components;
15380
15439
  nodeId: this.nextNode.nextNode,
15381
15440
  businessId: this.taskExamine.businessId
15382
15441
  };
15383
- util["a" /* default */].ajax({ url: api["R" /* getNotificationMsg */], params: params, methods: 'post' }).then(function (res) {
15442
+ util["a" /* default */].ajax({ url: api["S" /* getNotificationMsg */], params: params, methods: 'post' }).then(function (res) {
15384
15443
  if (res.status === 'success') {
15385
15444
  _this3.nextNode.noticeInfo = res.message;
15386
15445
  }
@@ -15462,11 +15521,15 @@ var resetvue_type_script_lang_js_components;
15462
15521
  nextOrgId: !_this4.isShowNextUser ? _this4.multiple ? _this4.mixOrgIdList && _this4.mixOrgIdList.join('|') : nextOrgId : '',
15463
15522
  handleExplain: handleExplain,
15464
15523
  presetReadUserId: _this4.mixPresetList && _this4.mixPresetList.length > 0 ? _this4.mixPresetList.join('|') : presetReadUserId.join(','),
15465
- opinion: _this4.newOpinion || newOpinion
15524
+ opinion: _this4.newOpinion || newOpinion,
15525
+ nextItemHandleDescription: _this4.nextItemHandleDescription
15466
15526
  }, _this4.subParams);
15527
+ if (!_this4.currentNodeEnableItemHandleDescription) {
15528
+ delete params.nextItemHandleDescription;
15529
+ }
15467
15530
  if (_this4.activeNames != '1') delete params.customPresetUserJson;
15468
15531
  util["a" /* default */].ajax({
15469
- url: _this4.type == 'reset' ? api["Ab" /* resetProcess */] : api["Lb" /* taskContinuation */],
15532
+ url: _this4.type == 'reset' ? api["Bb" /* resetProcess */] : api["Mb" /* taskContinuation */],
15470
15533
  method: 'post',
15471
15534
  data: params
15472
15535
  }).then(function (res) {
@@ -15500,7 +15563,7 @@ var resetvue_type_script_lang_js_components;
15500
15563
  businessId: this.taskExamine.businessId,
15501
15564
  pendingId: this.taskExamine.pendingId
15502
15565
  };
15503
- util["a" /* default */].ajax({ url: api["P" /* getNodeInfo */], params: params }).then(function (res) {
15566
+ util["a" /* default */].ajax({ url: api["Q" /* getNodeInfo */], params: params }).then(function (res) {
15504
15567
  var status = res.status,
15505
15568
  message = res.message,
15506
15569
  _res$data = res.data,
@@ -15511,6 +15574,9 @@ var resetvue_type_script_lang_js_components;
15511
15574
 
15512
15575
  _this5.loading = false;
15513
15576
  if (status === 'success') {
15577
+ if (_this5.type == 'reset') {
15578
+ _this5.currentNodeEnableItemHandleDescription = nodeExtAttr.currentNodeEnableItemHandleDescription == 1;
15579
+ }
15514
15580
  _this5.nextNode.userInfo = nextUserList;
15515
15581
  _this5.countersignaturetypeCode = countersignaturetypeCode;
15516
15582
  _this5.nextNode.countersignaturetypeText = countersignaturetypeText;
@@ -15670,7 +15736,7 @@ var resetvue_type_script_lang_js_components;
15670
15736
  var _this7 = this;
15671
15737
 
15672
15738
  var params = {
15673
- url: this.type == 'continuation' ? api["dc" /* toTaskContinuationIndex */] : api["Yb" /* toResetProcessIndex */],
15739
+ url: this.type == 'continuation' ? api["ec" /* toTaskContinuationIndex */] : api["Zb" /* toResetProcessIndex */],
15674
15740
  params: resetvue_type_script_lang_js_extends({
15675
15741
  appId: this.appId
15676
15742
  }, this.flowParams)
@@ -15767,8 +15833,8 @@ var resetvue_type_script_lang_js_components;
15767
15833
 
15768
15834
  var reset_component = Object(componentNormalizer["a" /* default */])(
15769
15835
  src_resetvue_type_script_lang_js_,
15770
- resetvue_type_template_id_73aacad2_render,
15771
- resetvue_type_template_id_73aacad2_staticRenderFns,
15836
+ resetvue_type_template_id_56dca055_render,
15837
+ resetvue_type_template_id_56dca055_staticRenderFns,
15772
15838
  false,
15773
15839
  null,
15774
15840
  null,
@@ -16263,7 +16329,7 @@ var taskUnionExaminevue_type_script_lang_js_components;
16263
16329
  pendingId = this.pendingId;
16264
16330
 
16265
16331
  var params = {
16266
- url: api["Qb" /* taskReview */],
16332
+ url: api["Rb" /* taskReview */],
16267
16333
  data: {
16268
16334
  nextUserId: nextOtherOrgObj.join(','),
16269
16335
  notificationType: noticeType.join(','),
@@ -16299,7 +16365,7 @@ var taskUnionExaminevue_type_script_lang_js_components;
16299
16365
  var _this2 = this;
16300
16366
 
16301
16367
  var params = {
16302
- url: api["fc" /* toTaskReview */],
16368
+ url: api["gc" /* toTaskReview */],
16303
16369
  params: { pendingId: this.pendingId }
16304
16370
  };
16305
16371
  util["a" /* default */].ajax(params).then(function (res) {
@@ -16335,7 +16401,7 @@ var taskUnionExaminevue_type_script_lang_js_components;
16335
16401
  var _this3 = this;
16336
16402
 
16337
16403
  var params = {
16338
- url: this.type == 'takeAdvice' ? api["jc" /* toTaskTakeAdvice */] : this.type === 'startDraf' ? api["gc" /* toTaskStartDraft */] : this.type == 'unionSeal' ? api["mc" /* toTaskUnionSeal */] : this.type == 'twoOfficesDispatch' ? api["nc" /* toTwoOfficesDispatch */] : api["lc" /* toTaskUnionExamine */],
16404
+ url: this.type == 'takeAdvice' ? api["kc" /* toTaskTakeAdvice */] : this.type === 'startDraf' ? api["hc" /* toTaskStartDraft */] : this.type == 'unionSeal' ? api["nc" /* toTaskUnionSeal */] : this.type == 'twoOfficesDispatch' ? api["oc" /* toTwoOfficesDispatch */] : api["mc" /* toTaskUnionExamine */],
16339
16405
  params: { pendingId: this.pendingId },
16340
16406
  headers: { Accept: 'application/json,text/plain' }
16341
16407
  };
@@ -16473,7 +16539,7 @@ var taskUnionExaminevue_type_script_lang_js_components;
16473
16539
  // if (this.type != 'startDraf' && this.type != 'unionSeal' && this.type != 'twoOfficesDispatch')
16474
16540
  // return this.$message.warning('暂未开放,敬请期待!');
16475
16541
  var param = {
16476
- url: this.type === 'startDraf' ? api["Rb" /* taskStartDraft */] : this.type == 'unionSeal' ? api["Vb" /* taskUnionSeal */] : this.type === 'twoOfficesDispatch' ? api["pc" /* twoOfficesDispatch */] : this.type == 'takeAdvice' ? api["Sb" /* taskTakeAdvice */] : api["Ub" /* taskUnionExamine */],
16542
+ url: this.type === 'startDraf' ? api["Sb" /* taskStartDraft */] : this.type == 'unionSeal' ? api["Wb" /* taskUnionSeal */] : this.type === 'twoOfficesDispatch' ? api["qc" /* twoOfficesDispatch */] : this.type == 'takeAdvice' ? api["Tb" /* taskTakeAdvice */] : api["Vb" /* taskUnionExamine */],
16477
16543
  data: {
16478
16544
  opinion: opinion,
16479
16545
  pendingId: pendingId,
@@ -16570,7 +16636,7 @@ var taskUnionExaminevue_type_script_lang_js_components;
16570
16636
  var params = {
16571
16637
  pendingId: this.pendingId
16572
16638
  };
16573
- util["a" /* default */].ajax({ url: api["R" /* getNotificationMsg */], params: params, methods: 'post' }).then(function (res) {
16639
+ util["a" /* default */].ajax({ url: api["S" /* getNotificationMsg */], params: params, methods: 'post' }).then(function (res) {
16574
16640
  if (res.status === 'success') {
16575
16641
  _this6.infoList.noticeInfo = res.message;
16576
16642
  }
@@ -19824,7 +19890,7 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
19824
19890
  var _this = this;
19825
19891
 
19826
19892
  var params = {
19827
- url: api["G" /* getAdjunctFileInfos */],
19893
+ url: api["H" /* getAdjunctFileInfos */],
19828
19894
  params: { ownId: ownId, code: code }
19829
19895
  };
19830
19896
  util["a" /* default */].ajax(params).then(function (res) {
@@ -19912,7 +19978,7 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
19912
19978
  taskAction: 'complete'
19913
19979
  };
19914
19980
  util["a" /* default */].ajax({
19915
- url: api["Nb" /* taskReadHtml */],
19981
+ url: api["Ob" /* taskReadHtml */],
19916
19982
  params: { taskAction: 'complete' },
19917
19983
  headers: {
19918
19984
  Accept: 'application/json,text/plain'
@@ -19944,7 +20010,7 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
19944
20010
 
19945
20011
  this.loading = util["a" /* default */].loading(this.$loading, '加载中...');
19946
20012
  util["a" /* default */].ajax({
19947
- url: api["cc" /* toStartTaskReadIndex */],
20013
+ url: api["dc" /* toStartTaskReadIndex */],
19948
20014
  params: { pendingId: this.pendingId }
19949
20015
  }).then(function (res) {
19950
20016
  var status = res.status,
@@ -19980,7 +20046,7 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
19980
20046
  if (mainConfig) {
19981
20047
  this.userModel = JSON.parse(mainConfig).userModel;
19982
20048
  } else {
19983
- util["a" /* default */].ajax({ url: api["nb" /* loginUserInfo */] }).then(function (res) {
20049
+ util["a" /* default */].ajax({ url: api["ob" /* loginUserInfo */] }).then(function (res) {
19984
20050
  var status = res.status,
19985
20051
  data = res.data;
19986
20052
 
@@ -20082,7 +20148,7 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
20082
20148
  pendingId: this.pendingId
20083
20149
  };
20084
20150
  this.loading = util["a" /* default */].loading(this.$loading, '保存中...');
20085
- util["a" /* default */].ajax({ url: api["Wb" /* tempSave */], params: params }).then(function (res) {
20151
+ util["a" /* default */].ajax({ url: api["Xb" /* tempSave */], params: params }).then(function (res) {
20086
20152
  var status = res.status,
20087
20153
  message = res.message;
20088
20154
 
@@ -20188,7 +20254,7 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
20188
20254
  nodeId = _endFlowInfo.nodeId;
20189
20255
 
20190
20256
  var param = {
20191
- url: api["L" /* getFreeStartFlowParams */],
20257
+ url: api["M" /* getFreeStartFlowParams */],
20192
20258
  params: {
20193
20259
  businessId: businessId,
20194
20260
  processDefinitionId: processDefinitionId,
@@ -20376,7 +20442,7 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
20376
20442
  var _this15 = this;
20377
20443
 
20378
20444
  var params = {
20379
- url: api["lb" /* isCanStartSubFlow */],
20445
+ url: api["mb" /* isCanStartSubFlow */],
20380
20446
  data: {
20381
20447
  appId: this.taskExamineInfo.appId,
20382
20448
  inevitableNode: res.inevitableNode
@@ -20486,7 +20552,7 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
20486
20552
  this.$confirm('确认' + res.value + '?').then(function () {
20487
20553
  // return this.$message.warning('请填写意见');
20488
20554
  var params = {
20489
- url: api["zb" /* rejectAndEnd */],
20555
+ url: api["Ab" /* rejectAndEnd */],
20490
20556
  headers: { Accept: 'application/json,text/plain' },
20491
20557
  method: 'post',
20492
20558
  data: {
@@ -20556,7 +20622,7 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
20556
20622
  pendingId: this.pendingId,
20557
20623
  businessId: this.businessIds
20558
20624
  };
20559
- util["a" /* default */].ajax({ url: api["P" /* getNodeInfo */], params: params }).then(function (res) {
20625
+ util["a" /* default */].ajax({ url: api["Q" /* getNodeInfo */], params: params }).then(function (res) {
20560
20626
  var status = res.status,
20561
20627
  message = res.message,
20562
20628
  data = res.data;
@@ -20806,7 +20872,7 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
20806
20872
  pendingId: this.pendingId,
20807
20873
  userId: util["a" /* default */].getStorage('userId')
20808
20874
  };
20809
- util["a" /* default */].ajax({ url: api["M" /* getHandleInfoHtml */], params: params }).then(function (res) {
20875
+ util["a" /* default */].ajax({ url: api["N" /* getHandleInfoHtml */], params: params }).then(function (res) {
20810
20876
  //pc返回数据
20811
20877
 
20812
20878
  _this24.loading.close();
@@ -21098,7 +21164,7 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
21098
21164
  // onlyFlag: true
21099
21165
  };
21100
21166
  this.loading = util["a" /* default */].loading(this.$loading, '加载中...');
21101
- util["a" /* default */].ajax({ url: api["V" /* getProcessDefList */], params: params }).then(function (res) {
21167
+ util["a" /* default */].ajax({ url: api["W" /* getProcessDefList */], params: params }).then(function (res) {
21102
21168
  var status = res.status,
21103
21169
  message = res.message,
21104
21170
  data = res.data;
@@ -21151,7 +21217,7 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
21151
21217
  userId: util["a" /* default */].getStorage('userId'),
21152
21218
  type: 2
21153
21219
  };
21154
- util["a" /* default */].ajax({ url: api["qb" /* pendedhistoryList */], data: params, method: 'post' }).then(function (res) {
21220
+ util["a" /* default */].ajax({ url: api["rb" /* pendedhistoryList */], data: params, method: 'post' }).then(function (res) {
21155
21221
  var rCode = res.rCode,
21156
21222
  msg = res.msg,
21157
21223
  results = res.results;
@@ -21347,7 +21413,7 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
21347
21413
  params.isSubFlow = taskExamineInfo.isSubFlow;
21348
21414
  params.nodeId = taskExamineInfo.nodeId;
21349
21415
  params.needRetrialAuth = needRetrialAuth;
21350
- return _context.abrupt('return', util["a" /* default */].ajax({ url: api["Mb" /* taskHandleHtml */], method: 'post', data: params }).then(function (res) {
21416
+ return _context.abrupt('return', util["a" /* default */].ajax({ url: api["Nb" /* taskHandleHtml */], method: 'post', data: params }).then(function (res) {
21351
21417
  var status = res.status,
21352
21418
  message = res.message;
21353
21419
 
@@ -21707,7 +21773,7 @@ var supervisevue_type_script_lang_js_extends = Object.assign || function (target
21707
21773
  pendingUserIds = _nextNode.pendingUserIds;
21708
21774
 
21709
21775
  var params = {
21710
- url: api["ic" /* toTaskSuperviseSub */],
21776
+ url: api["jc" /* toTaskSuperviseSub */],
21711
21777
  params: {
21712
21778
  userId: util["a" /* default */].getStorage('userId'),
21713
21779
  urgeUserIds: pendingUserIds,
@@ -21733,7 +21799,7 @@ var supervisevue_type_script_lang_js_extends = Object.assign || function (target
21733
21799
 
21734
21800
  this.loading = util["a" /* default */].loading(this.$loading, '加载中...');
21735
21801
  util["a" /* default */].ajax({
21736
- url: api["hc" /* toTaskSupervise */],
21802
+ url: api["ic" /* toTaskSupervise */],
21737
21803
  params: {
21738
21804
  businessId: this.businessId,
21739
21805
  appId: this.appId,
@@ -22320,7 +22386,7 @@ var Circulatevue_type_script_lang_js_components;
22320
22386
  if (!this.showBtn) {
22321
22387
  params.openMode = 'samepage';
22322
22388
  }
22323
- util["a" /* default */].ajax({ url: api["R" /* getNotificationMsg */], params: params, methods: 'post' }).then(function (res) {
22389
+ util["a" /* default */].ajax({ url: api["S" /* getNotificationMsg */], params: params, methods: 'post' }).then(function (res) {
22324
22390
  if (res.status === 'success') {
22325
22391
  if (!_this3.showBtn) {
22326
22392
  _this3.oldMessage = res.message;
@@ -23503,6 +23569,9 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
23503
23569
  //
23504
23570
  //
23505
23571
  //
23572
+ //
23573
+ //
23574
+ //
23506
23575
 
23507
23576
 
23508
23577
 
@@ -23883,7 +23952,7 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
23883
23952
  var _this = this;
23884
23953
 
23885
23954
  var params = {
23886
- url: api["Q" /* getNodeInfoForStart */],
23955
+ url: api["R" /* getNodeInfoForStart */],
23887
23956
  params: { processDefinitionId: processDefinitionId }
23888
23957
  };
23889
23958
  util["a" /* default */].ajax(params).then(function (res) {
@@ -23922,7 +23991,8 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
23922
23991
  businessId = _taskExamineInfo.businessId,
23923
23992
  appId = _taskExamineInfo.appId,
23924
23993
  processDefinitionId = _taskExamineInfo.processDefinitionId,
23925
- pendingId = _taskExamineInfo.pendingId;
23994
+ pendingId = _taskExamineInfo.pendingId,
23995
+ isSubFlow = _taskExamineInfo.isSubFlow;
23926
23996
 
23927
23997
  var params = {
23928
23998
  businessId: businessId,
@@ -23930,6 +24000,7 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
23930
24000
  processDefinitionId: processDefinitionId,
23931
24001
  pendingId: pendingId,
23932
24002
  opinion: this.value,
24003
+ isSubFlow: isSubFlow,
23933
24004
  taskAction: 'complete'
23934
24005
  };
23935
24006
  this.taskParams = params;
@@ -24019,7 +24090,7 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
24019
24090
  var _this3 = this;
24020
24091
 
24021
24092
  var params = {
24022
- url: api["G" /* getAdjunctFileInfos */],
24093
+ url: api["H" /* getAdjunctFileInfos */],
24023
24094
  params: { ownId: ownId, code: code }
24024
24095
  };
24025
24096
  util["a" /* default */].ajax(params).then(function (res) {
@@ -24107,7 +24178,7 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
24107
24178
  taskAction: 'complete'
24108
24179
  };
24109
24180
  util["a" /* default */].ajax({
24110
- url: api["Nb" /* taskReadHtml */],
24181
+ url: api["Ob" /* taskReadHtml */],
24111
24182
  params: { taskAction: 'complete' },
24112
24183
  headers: {
24113
24184
  Accept: 'application/json,text/plain'
@@ -24158,7 +24229,7 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
24158
24229
 
24159
24230
  this.loading = util["a" /* default */].loading(this.$loading, '加载中...');
24160
24231
  util["a" /* default */].ajax({
24161
- url: api["cc" /* toStartTaskReadIndex */],
24232
+ url: api["dc" /* toStartTaskReadIndex */],
24162
24233
  params: { pendingId: this.pendingId }
24163
24234
  }).then(function (res) {
24164
24235
  var status = res.status,
@@ -24202,7 +24273,7 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
24202
24273
  if (mainConfig) {
24203
24274
  this.userModel = JSON.parse(mainConfig).userModel;
24204
24275
  } else {
24205
- util["a" /* default */].ajax({ url: api["nb" /* loginUserInfo */] }).then(function (res) {
24276
+ util["a" /* default */].ajax({ url: api["ob" /* loginUserInfo */] }).then(function (res) {
24206
24277
  var status = res.status,
24207
24278
  data = res.data;
24208
24279
 
@@ -24304,7 +24375,7 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
24304
24375
  pendingId: this.pendingId
24305
24376
  };
24306
24377
  this.loading = util["a" /* default */].loading(this.$loading, '保存中...');
24307
- util["a" /* default */].ajax({ url: api["Wb" /* tempSave */], params: params }).then(function (res) {
24378
+ util["a" /* default */].ajax({ url: api["Xb" /* tempSave */], params: params }).then(function (res) {
24308
24379
  var status = res.status,
24309
24380
  message = res.message;
24310
24381
 
@@ -24410,7 +24481,7 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
24410
24481
  nodeId = _endFlowInfo.nodeId;
24411
24482
 
24412
24483
  var param = {
24413
- url: api["L" /* getFreeStartFlowParams */],
24484
+ url: api["M" /* getFreeStartFlowParams */],
24414
24485
  params: {
24415
24486
  businessId: businessId,
24416
24487
  processDefinitionId: processDefinitionId,
@@ -24610,7 +24681,7 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
24610
24681
  var _this18 = this;
24611
24682
 
24612
24683
  var params = {
24613
- url: api["lb" /* isCanStartSubFlow */],
24684
+ url: api["mb" /* isCanStartSubFlow */],
24614
24685
  data: {
24615
24686
  appId: this.taskExamineInfo.appId,
24616
24687
  inevitableNode: res.inevitableNode
@@ -24720,7 +24791,7 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
24720
24791
  this.$confirm('确认' + res.value + '?').then(function () {
24721
24792
  // return this.$message.warning('请填写意见');
24722
24793
  var params = {
24723
- url: api["zb" /* rejectAndEnd */],
24794
+ url: api["Ab" /* rejectAndEnd */],
24724
24795
  headers: { Accept: 'application/json,text/plain' },
24725
24796
  method: 'post',
24726
24797
  data: {
@@ -24791,7 +24862,7 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
24791
24862
  pendingId: this.pendingId,
24792
24863
  businessId: this.businessIds
24793
24864
  };
24794
- util["a" /* default */].ajax({ url: api["P" /* getNodeInfo */], params: params }).then(function (res) {
24865
+ util["a" /* default */].ajax({ url: api["Q" /* getNodeInfo */], params: params }).then(function (res) {
24795
24866
  var status = res.status,
24796
24867
  message = res.message,
24797
24868
  data = res.data;
@@ -25069,7 +25140,7 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
25069
25140
  pendingId: this.pendingId,
25070
25141
  userId: util["a" /* default */].getStorage('userId')
25071
25142
  };
25072
- util["a" /* default */].ajax({ url: api["M" /* getHandleInfoHtml */], params: params }).then(function (res) {
25143
+ util["a" /* default */].ajax({ url: api["N" /* getHandleInfoHtml */], params: params }).then(function (res) {
25073
25144
  //pc返回数据
25074
25145
 
25075
25146
  _this27.loading.close();
@@ -25133,7 +25204,7 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
25133
25204
  var currentOrgparams = currentOrgSelectorParams.currentOrgRange.split(',');
25134
25205
  _this27.currentOrgSelectorTabs.map(function (x, i) {
25135
25206
  _this27.currentOrgSelectorParams[x] = {
25136
- filid: currentOrgparams[i] == 'my' ? choiceOrgId : param[i]
25207
+ filid: currentOrgparams[i] == 'my' ? choiceOrgId : currentOrgparams[i]
25137
25208
  };
25138
25209
  });
25139
25210
  }
@@ -25413,7 +25484,7 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
25413
25484
  hideTempSave: true
25414
25485
  }, this.param);
25415
25486
  this.loading = util["a" /* default */].loading(this.$loading, '加载中...');
25416
- util["a" /* default */].ajax({ url: api["V" /* getProcessDefList */], params: params }).then(function (res) {
25487
+ util["a" /* default */].ajax({ url: api["W" /* getProcessDefList */], params: params }).then(function (res) {
25417
25488
  var status = res.status,
25418
25489
  message = res.message,
25419
25490
  data = res.data;
@@ -25470,7 +25541,7 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
25470
25541
  userId: util["a" /* default */].getStorage('userId'),
25471
25542
  type: 2
25472
25543
  };
25473
- util["a" /* default */].ajax({ url: api["qb" /* pendedhistoryList */], data: params, method: 'post' }).then(function (res) {
25544
+ util["a" /* default */].ajax({ url: api["rb" /* pendedhistoryList */], data: params, method: 'post' }).then(function (res) {
25474
25545
  var rCode = res.rCode,
25475
25546
  msg = res.msg,
25476
25547
  results = res.results;
@@ -25647,7 +25718,7 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
25647
25718
  switch (_context.prev = _context.next) {
25648
25719
  case 0:
25649
25720
  if (!valid) {
25650
- _context.next = 52;
25721
+ _context.next = 53;
25651
25722
  break;
25652
25723
  }
25653
25724
 
@@ -25754,14 +25825,15 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
25754
25825
  }
25755
25826
 
25756
25827
  if (!(freetype === 'multiInsMidwayWithSubmitScene')) {
25757
- _context.next = 33;
25828
+ _context.next = 34;
25758
25829
  break;
25759
25830
  }
25760
25831
 
25832
+ params.isSubFlow = _this33.taskExamineInfo.isSubFlow;
25761
25833
  _this33.taskParams = params;
25762
25834
  return _context.abrupt('return');
25763
25835
 
25764
- case 33:
25836
+ case 34:
25765
25837
  _this33.loading = util["a" /* default */].loading(_this33.$loading, '提交中...');
25766
25838
  isEndUserTask = _this33.isEndUserTask, choiceOrgId = _this33.choiceOrgId, choiceDeptId = _this33.choiceDeptId, pOrgId = _this33.pOrgId, taskExamineInfo = _this33.taskExamineInfo, currentNodeIsCircularReadNode = _this33.currentNodeIsCircularReadNode, needRetrialAuth = _this33.needRetrialAuth, circularReadParamsMap = _this33.circularReadParamsMap, currentNodeEnableItemHandleDescription = _this33.currentNodeEnableItemHandleDescription;
25767
25839
 
@@ -25783,7 +25855,7 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
25783
25855
  if (!currentNodeEnableItemHandleDescription) {
25784
25856
  delete params.nextItemHandleDescription;
25785
25857
  }
25786
- return _context.abrupt('return', util["a" /* default */].ajax({ url: api["Mb" /* taskHandleHtml */], method: 'post', data: params }).then(function (res) {
25858
+ return _context.abrupt('return', util["a" /* default */].ajax({ url: api["Nb" /* taskHandleHtml */], method: 'post', data: params }).then(function (res) {
25787
25859
  var status = res.status,
25788
25860
  message = res.message;
25789
25861
 
@@ -25801,10 +25873,10 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
25801
25873
  }
25802
25874
  }));
25803
25875
 
25804
- case 52:
25876
+ case 53:
25805
25877
  return _context.abrupt('return', false);
25806
25878
 
25807
- case 53:
25879
+ case 54:
25808
25880
  case 'end':
25809
25881
  return _context.stop();
25810
25882
  }