eoss-ui 0.7.11 → 0.7.13

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 (55) hide show
  1. package/lib/button-group.js +107 -101
  2. package/lib/button.js +107 -101
  3. package/lib/calogin.js +107 -101
  4. package/lib/checkbox-group.js +108 -102
  5. package/lib/config/api.js +5 -1
  6. package/lib/data-table-form.js +108 -102
  7. package/lib/data-table.js +109 -103
  8. package/lib/date-picker.js +107 -101
  9. package/lib/dialog.js +107 -101
  10. package/lib/eoss-ui.common.js +710 -354
  11. package/lib/flow-group.js +107 -101
  12. package/lib/flow-list.js +116 -109
  13. package/lib/flow.js +553 -190
  14. package/lib/form.js +107 -101
  15. package/lib/handle-user.js +108 -102
  16. package/lib/handler.js +108 -102
  17. package/lib/icon.js +108 -102
  18. package/lib/index.js +1 -1
  19. package/lib/input-number.js +107 -101
  20. package/lib/input.js +107 -101
  21. package/lib/login.js +162 -163
  22. package/lib/main.js +140 -134
  23. package/lib/nav.js +107 -101
  24. package/lib/notify.js +110 -104
  25. package/lib/page.js +107 -101
  26. package/lib/pagination.js +107 -101
  27. package/lib/player.js +107 -101
  28. package/lib/qr-code.js +107 -101
  29. package/lib/radio-group.js +108 -102
  30. package/lib/retrial-auth.js +110 -104
  31. package/lib/select-ganged.js +108 -102
  32. package/lib/select.js +108 -102
  33. package/lib/selector-panel.js +125 -119
  34. package/lib/selector.js +109 -103
  35. package/lib/sizer.js +109 -103
  36. package/lib/steps.js +107 -101
  37. package/lib/switch.js +107 -101
  38. package/lib/table-form.js +107 -101
  39. package/lib/tabs.js +107 -101
  40. package/lib/tips.js +108 -102
  41. package/lib/tree-group.js +107 -101
  42. package/lib/tree.js +108 -102
  43. package/lib/upload.js +117 -111
  44. package/lib/wujie.js +107 -101
  45. package/lib/wxlogin.js +107 -101
  46. package/package.json +1 -1
  47. package/packages/flow/src/component/Circulate.vue +2 -0
  48. package/packages/flow/src/component/FileList.vue +1 -0
  49. package/packages/flow/src/component/FreeCirculation.vue +231 -0
  50. package/packages/flow/src/component/taskUnionExamine.vue +1 -0
  51. package/packages/flow/src/freeStartFlow.vue +1 -0
  52. package/packages/flow/src/main.vue +20 -3
  53. package/packages/login/src/resetPassword.vue +3 -8
  54. package/src/config/api.js +8 -1
  55. 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 */ "rb"] }).then(function (res) {
1534
+ ajax({ url: _config_api__WEBPACK_IMPORTED_MODULE_1__[/* mainConfig */ "sb"] }).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 */ "qb"] }).then(function (res) {
2291
+ ajax({ method: 'post', url: _config_api__WEBPACK_IMPORTED_MODULE_1__[/* logout */ "rb"] }).then(function (res) {
2292
2292
  if (res.rCode === 0) {
2293
2293
  removeStorage();
2294
2294
  }
@@ -3571,152 +3571,154 @@ 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__, "qb", function() { return logout; });
3575
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "jb", function() { return initLogin; });
3576
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Lb", function() { return switchUserTo; });
3574
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "rb", function() { return logout; });
3575
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "kb", function() { return initLogin; });
3576
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Mb", 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__, "O", function() { return getLoginCode; });
3578
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "P", 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__, "P", function() { return getModifyPassCode; });
3581
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Q", 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__, "ob", function() { return loginModifyPassword; });
3583
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "pb", 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__, "kb", function() { return initModifyPassword; });
3585
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "lb", 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__, "cb", function() { return getTwoFactorLoginCode; });
3587
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "db", 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__, "lb", 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__, "Eb", function() { return scanCodeRetrialAuth; });
3589
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "mb", function() { return initRetrialAuth; });
3590
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Y", function() { return getRetrialAuthCode; });
3591
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Fb", 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__, "zc", function() { return userOnline; });
3595
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "eb", function() { return getUserAppWithTag; });
3596
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "zb", function() { return recordUserApp; });
3597
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "rb", function() { return mainConfig; });
3598
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "mb", function() { return initUserSet; });
3599
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "uc", function() { return updateUserInfo; });
3594
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Bc", function() { return userOnline; });
3595
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "fb", function() { return getUserAppWithTag; });
3596
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Ab", function() { return recordUserApp; });
3597
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "sb", function() { return mainConfig; });
3598
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "nb", function() { return initUserSet; });
3599
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "wc", 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__, "J", function() { return getComplexApplications; });
3606
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "K", function() { return getComplexApplicationsNew; });
3605
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "K", function() { return getComplexApplications; });
3606
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "L", function() { return getComplexApplicationsNew; });
3607
3607
  /* unused harmony export getUserCustomInfo */
3608
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "tc", function() { return updateUserCustomInfo; });
3609
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Mb", function() { return sysMsgPage; });
3610
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "ib", function() { return ignoreSysMsg; });
3611
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "hb", function() { return ignoreAllSysMsg; });
3612
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Fb", 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__, "yc", function() { return uploads; });
3616
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "wc", 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__, "xc", function() { return uploadSort; });
3608
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "vc", function() { return updateUserCustomInfo; });
3609
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Nb", function() { return sysMsgPage; });
3610
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "jb", function() { return ignoreSysMsg; });
3611
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "ib", function() { return ignoreAllSysMsg; });
3612
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Gb", function() { return searchType; });
3613
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "cb", function() { return getSysParam; });
3614
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "J", function() { return getAdjunctProperties; });
3615
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Ac", function() { return uploads; });
3616
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "yc", function() { return uploadOnlyOne; });
3617
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "I", function() { return getAdjunctFileInfos; });
3618
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "zc", 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__, "vc", function() { return uploadDownloads; });
3621
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "wb", function() { return previewAdjunct; });
3622
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "xb", function() { return previewAdjunct2; });
3623
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "yb", function() { return previewAdjunctOffice; });
3620
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "xc", function() { return uploadDownloads; });
3621
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "xb", function() { return previewAdjunct; });
3622
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "yb", function() { return previewAdjunct2; });
3623
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "zb", 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__, "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; });
3628
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "bb", function() { return getSelectorOrgTree; });
3629
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "ab", function() { return getSelectorOrgDetail; });
3630
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "U", function() { return getOrgMainTree; });
3631
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Z", 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__, "L", function() { return getDictList; });
3633
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "M", function() { return getDictList; });
3634
3634
  /* unused harmony export findUserBaseInfo */
3635
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "fb", function() { return gethelpdoc; });
3635
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "gb", function() { return gethelpdoc; });
3636
3636
  /* unused harmony export getCurrentuser */
3637
3637
  /* unused harmony export mainDetail */
3638
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "cc", function() { return toStartFlow; });
3639
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Yb", function() { return tempSave; });
3638
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "ec", function() { return toStartFlow; });
3639
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Zb", 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__, "Db", function() { return saveCommonOpinion; });
3644
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "sc", function() { return updateCommonOpinion; });
3643
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Eb", function() { return saveCommonOpinion; });
3644
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "uc", 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__, "W", function() { return getProcessDefList; });
3647
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Q", function() { return getNodeInfo; });
3646
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "X", function() { return getProcessDefList; });
3647
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "R", 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__, "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__, "Ob", function() { return taskHandleHtml; });
3651
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "T", function() { return getNotificationMsg; });
3652
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "O", function() { return getHandleInfoHtml; });
3653
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Pb", function() { return taskHandleHtml; });
3654
3654
  /* unused harmony export getView */
3655
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Ab", function() { return register; });
3656
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "sb", function() { return pendedhistoryList; });
3657
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "gc", function() { return toTaskRejectHtml; });
3658
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Rb", function() { return taskRejectHtml; });
3659
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "dc", function() { return toStartTaskRead; });
3660
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "ec", function() { return toStartTaskReadIndex; });
3661
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Pb", function() { return taskReadHtml; });
3662
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Bb", function() { return rejectAndEnd; });
3663
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "bc", function() { return toSendMsg; });
3664
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Jb", function() { return sendMsg; });
3655
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Bb", function() { return register; });
3656
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "tb", function() { return pendedhistoryList; });
3657
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "ic", function() { return toTaskRejectHtml; });
3658
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Sb", function() { return taskRejectHtml; });
3659
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "fc", function() { return toStartTaskRead; });
3660
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "gc", function() { return toStartTaskReadIndex; });
3661
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Qb", function() { return taskReadHtml; });
3662
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Cb", function() { return rejectAndEnd; });
3663
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "dc", function() { return toSendMsg; });
3664
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Kb", 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__, "gb", function() { return handleInfo; });
3667
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "pb", function() { return loginUserInfo; });
3668
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Ac", function() { return wss; });
3669
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "qc", 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__, "mc", function() { return toTaskTransferIndex; });
3673
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Vb", function() { return taskTransfer; });
3674
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Zb", function() { return toPresetInfoListIndex; });
3666
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "hb", function() { return handleInfo; });
3667
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "qb", function() { return loginUserInfo; });
3668
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Cc", function() { return wss; });
3669
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "sc", function() { return topic; });
3670
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "V", function() { return getPresetCustomInfo; });
3671
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "W", function() { return getPresetNodeInfo; });
3672
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "oc", function() { return toTaskTransferIndex; });
3673
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Wb", function() { return taskTransfer; });
3674
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "bc", 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__, "tb", function() { return pendedhistoryListJson; });
3678
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "vb", function() { return pressListJson; });
3677
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "ub", function() { return pendedhistoryListJson; });
3678
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "wb", 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__, "nb", function() { return isCanStartSubFlow; });
3681
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "nc", function() { return toTaskUnionExamine; });
3682
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Wb", function() { return taskUnionExamine; });
3683
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "lc", function() { return toTaskTakeAdvice; });
3684
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Ub", function() { return taskTakeAdvice; });
3685
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "ic", function() { return toTaskStartDraft; });
3686
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "jc", function() { return toTaskSupervise; });
3687
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "kc", function() { return toTaskSuperviseSub; });
3688
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Tb", function() { return taskStartDraft; });
3689
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "hc", function() { return toTaskReview; });
3690
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Sb", function() { return taskReview; });
3691
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "oc", function() { return toTaskUnionSeal; });
3692
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Xb", function() { return taskUnionSeal; });
3693
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "pc", function() { return toTwoOfficesDispatch; });
3694
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "rc", function() { return twoOfficesDispatch; });
3695
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "ac", function() { return toResetProcessIndex; });
3696
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Cb", function() { return resetProcess; });
3697
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "fc", function() { return toTaskContinuationIndex; });
3698
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Nb", function() { return taskContinuation; });
3699
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "M", function() { return getFreeStartFlowParams; });
3680
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "ob", function() { return isCanStartSubFlow; });
3681
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "pc", function() { return toTaskUnionExamine; });
3682
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Xb", function() { return taskUnionExamine; });
3683
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "nc", function() { return toTaskTakeAdvice; });
3684
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Vb", function() { return taskTakeAdvice; });
3685
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "kc", function() { return toTaskStartDraft; });
3686
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "lc", function() { return toTaskSupervise; });
3687
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "mc", function() { return toTaskSuperviseSub; });
3688
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Ub", function() { return taskStartDraft; });
3689
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "jc", function() { return toTaskReview; });
3690
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Tb", function() { return taskReview; });
3691
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "qc", function() { return toTaskUnionSeal; });
3692
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Yb", function() { return taskUnionSeal; });
3693
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "rc", function() { return toTwoOfficesDispatch; });
3694
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "tc", function() { return twoOfficesDispatch; });
3695
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "cc", function() { return toResetProcessIndex; });
3696
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Db", function() { return resetProcess; });
3697
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "hc", function() { return toTaskContinuationIndex; });
3698
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Ob", function() { return taskContinuation; });
3699
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "N", function() { return getFreeStartFlowParams; });
3700
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__, "ub", function() { return pendedhistoryListWithCircularReadJson; });
3703
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "G", function() { return fyListJson; });
3702
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "vb", function() { return pendedhistoryListWithCircularReadJson; });
3703
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "H", 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__, "Qb", function() { return taskReadWithDraw; });
3706
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Kb", function() { return startReadTransferHandleFlowWithTaskReadEnd; });
3705
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Rb", function() { return taskReadWithDraw; });
3706
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Lb", 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__, "Ib", function() { return sendList; });
3709
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Hb", function() { return sendInfo; });
3708
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Jb", function() { return sendList; });
3709
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Ib", 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__, "Gb", function() { return sendBatch; });
3713
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Hb", 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__, "R", function() { return getNodeInfoForStart; });
3717
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "S", function() { return getNodeInfoForStart; });
3718
3718
  /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "E", function() { return freeStartFlow; });
3719
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "db", function() { return getUrgencyLevelChangedNotificationType; });
3719
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "eb", function() { return getUrgencyLevelChangedNotificationType; });
3720
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "ac", function() { return toFreeTaskCircularRead; });
3721
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "G", function() { return freeTaskCircularRead; });
3720
3722
  var flowPendingPrefix = window.flowPendingPrefix || localStorage.getItem('flowPendingPrefix') || '/bpm';
3721
3723
  // 登录
3722
3724
  var doCaLogin = '/sso2/signIn/auth/doCaLogin'; // ca登录认证
@@ -3979,6 +3981,10 @@ var endFlowAndStartTaskCircularRead = '/bpm/bpmBackend/endFlowAndStartTaskCircul
3979
3981
  var getNodeInfoForStart = flowPendingPrefix + '/task/taskHandle/getNodeInfoForStart.dhtml';
3980
3982
  var freeStartFlow = '/bpm/bpmBackend/freeStartFlow';
3981
3983
  var getUrgencyLevelChangedNotificationType = '/bpm/bpmBackend/getUrgencyLevelChangedNotificationType';
3984
+ // 自由发起传阅查询
3985
+ var toFreeTaskCircularRead = '/bpm/bpmBackend/toFreeTaskCircularRead';
3986
+ // 自由发起传阅提交
3987
+ var freeTaskCircularRead = '/bpm/bpmBackend/freeTaskCircularRead';
3982
3988
 
3983
3989
  /***/ }),
3984
3990
  /* 2 */
@@ -4296,7 +4302,7 @@ module.exports = require("lodash");
4296
4302
 
4297
4303
  "use strict";
4298
4304
 
4299
- // 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/FileList.vue?vue&type=template&id=1258a45c&
4305
+ // 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/FileList.vue?vue&type=template&id=5fab888a&
4300
4306
  var render = function () {
4301
4307
  var _vm = this
4302
4308
  var _h = _vm.$createElement
@@ -4334,7 +4340,7 @@ var staticRenderFns = []
4334
4340
  render._withStripped = true
4335
4341
 
4336
4342
 
4337
- // CONCATENATED MODULE: ./packages/flow/src/component/FileList.vue?vue&type=template&id=1258a45c&
4343
+ // CONCATENATED MODULE: ./packages/flow/src/component/FileList.vue?vue&type=template&id=5fab888a&
4338
4344
 
4339
4345
  // EXTERNAL MODULE: ./src/config/api.js
4340
4346
  var api = __webpack_require__(1);
@@ -4404,6 +4410,7 @@ var util = __webpack_require__(0);
4404
4410
  },
4405
4411
  mounted: function mounted() {
4406
4412
  this.$refs.upload;
4413
+ console.log(this.$refs.upload);
4407
4414
  },
4408
4415
 
4409
4416
  methods: {
@@ -4485,7 +4492,7 @@ var component = Object(componentNormalizer["a" /* default */])(
4485
4492
  // ESM COMPAT FLAG
4486
4493
  __webpack_require__.r(__webpack_exports__);
4487
4494
 
4488
- // 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=2db06a0a&
4495
+ // 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=f8b78648&
4489
4496
  var render = function () {
4490
4497
  var _vm = this
4491
4498
  var _h = _vm.$createElement
@@ -4751,6 +4758,15 @@ var render = function () {
4751
4758
  },
4752
4759
  },
4753
4760
  })
4761
+ : _vm.typeCode == "freeCirculation"
4762
+ ? _c("FreeCirculation", {
4763
+ attrs: {
4764
+ appId: _vm.resetAppId,
4765
+ params: _vm.param,
4766
+ formLabelPosition: _vm.formLabelPosition,
4767
+ simpleTips: _vm.simpleTips,
4768
+ },
4769
+ })
4754
4770
  : _vm.typeCode == "supervise"
4755
4771
  ? _c("Supervise", {
4756
4772
  attrs: {
@@ -4994,6 +5010,7 @@ var render = function () {
4994
5010
  multiple: "",
4995
5011
  mix: "",
4996
5012
  disableds: _vm.otherOrgDisabledObjId,
5013
+ where: { filid: "other" },
4997
5014
  types: _vm.foreignOrgSelectorTabs,
4998
5015
  params: _vm.foreignOrgSelectorParams,
4999
5016
  },
@@ -5958,6 +5975,9 @@ var render = function () {
5958
5975
  _vm.nextOtherOrgObjSelect,
5959
5976
  multiple: "",
5960
5977
  mix: "",
5978
+ where: {
5979
+ filid: "other",
5980
+ },
5961
5981
  disableds:
5962
5982
  _vm.otherOrgDisabledObjId,
5963
5983
  types:
@@ -7376,7 +7396,7 @@ var staticRenderFns = []
7376
7396
  render._withStripped = true
7377
7397
 
7378
7398
 
7379
- // CONCATENATED MODULE: ./packages/flow/src/main.vue?vue&type=template&id=2db06a0a&
7399
+ // CONCATENATED MODULE: ./packages/flow/src/main.vue?vue&type=template&id=f8b78648&
7380
7400
 
7381
7401
  // EXTERNAL MODULE: external "babel-runtime/regenerator"
7382
7402
  var regenerator_ = __webpack_require__(4);
@@ -8378,7 +8398,7 @@ var _components;
8378
8398
  }
8379
8399
  this.loading = util["a" /* default */].loading(this.$loading, '提交中...');
8380
8400
  util["a" /* default */].ajax({
8381
- url: data.id ? api["sc" /* updateCommonOpinion */] : api["Db" /* saveCommonOpinion */],
8401
+ url: data.id ? api["uc" /* updateCommonOpinion */] : api["Eb" /* saveCommonOpinion */],
8382
8402
  data: info,
8383
8403
  header: { 'Content-Type': 'multipart/form-data' },
8384
8404
  method: 'post'
@@ -9555,7 +9575,7 @@ var _extends = Object.assign || function (target) { for (var i = 1; i < argument
9555
9575
  classify: true,
9556
9576
  newOptions: [],
9557
9577
  newSelectUserList: [],
9558
- url: api["gb" /* handleInfo */],
9578
+ url: api["hb" /* handleInfo */],
9559
9579
  newCheckboxList: [],
9560
9580
  newPresetEdit: 0,
9561
9581
  newMultiple: false,
@@ -9684,7 +9704,7 @@ var _extends = Object.assign || function (target) { for (var i = 1; i < argument
9684
9704
  if (query !== '') {
9685
9705
  this.searchLoading = true;
9686
9706
  util["a" /* default */].ajax({
9687
- url: api["gb" /* handleInfo */],
9707
+ url: api["hb" /* handleInfo */],
9688
9708
  params: { searchKey: query, query: query, type: 'user' }
9689
9709
  }).then(function (res) {
9690
9710
  var status = res.status,
@@ -10099,7 +10119,7 @@ var CustomPresetvue_type_script_lang_js_components;
10099
10119
  nextNodeId: nodeId,
10100
10120
  businessId: this.id
10101
10121
  };
10102
- util["a" /* default */].ajax({ url: api["Q" /* getNodeInfo */], params: params }).then(function (res) {
10122
+ util["a" /* default */].ajax({ url: api["R" /* getNodeInfo */], params: params }).then(function (res) {
10103
10123
  var status = res.status,
10104
10124
  message = res.message,
10105
10125
  _res$data = res.data,
@@ -10197,7 +10217,7 @@ var CustomPresetvue_type_script_lang_js_components;
10197
10217
 
10198
10218
  isNoStart && (this.newPresetList = []);
10199
10219
  var params = {
10200
- url: api["U" /* getPresetCustomInfo */],
10220
+ url: api["V" /* getPresetCustomInfo */],
10201
10221
  data: {
10202
10222
  nodeId: nodeId,
10203
10223
  processDefinitionId: processDefinitionId ? processDefinitionId : this.newProcessDefinitionId
@@ -10551,7 +10571,7 @@ var Presetvue_type_script_lang_js_components;
10551
10571
  nodeId = this.nodeId;
10552
10572
 
10553
10573
  var params = {
10554
- url: api["V" /* getPresetNodeInfo */],
10574
+ url: api["W" /* getPresetNodeInfo */],
10555
10575
  data: {
10556
10576
  nextNodeId: nextNodeId,
10557
10577
  processDefinitionId: processDefinitionId,
@@ -11319,7 +11339,7 @@ var processFormvue_type_script_lang_js_components;
11319
11339
  if (mainConfig) {
11320
11340
  this.userModel = JSON.parse(mainConfig).userModel;
11321
11341
  } else {
11322
- util["a" /* default */].ajax({ url: api["pb" /* loginUserInfo */] }).then(function (res) {
11342
+ util["a" /* default */].ajax({ url: api["qb" /* loginUserInfo */] }).then(function (res) {
11323
11343
  var status = res.status,
11324
11344
  data = res.data;
11325
11345
 
@@ -11464,7 +11484,7 @@ var processFormvue_type_script_lang_js_components;
11464
11484
  if (!this.showBtn) {
11465
11485
  params.openMode = 'samepage';
11466
11486
  }
11467
- util["a" /* default */].ajax({ url: api["S" /* getNotificationMsg */], params: params, methods: 'post' }).then(function (res) {
11487
+ util["a" /* default */].ajax({ url: api["T" /* getNotificationMsg */], params: params, methods: 'post' }).then(function (res) {
11468
11488
  if (res.status === 'success') {
11469
11489
  if (!_this4.showBtn) {
11470
11490
  _this4.oldMessage = res.message;
@@ -11581,7 +11601,7 @@ var processFormvue_type_script_lang_js_components;
11581
11601
  delete params.businessId;
11582
11602
  }
11583
11603
  util["a" /* default */].ajax({
11584
- url: _this5.isFreeStartFlow ? api["F" /* freeStartFlowWithSubmitTask */] : _this5.formType == 'readTransfer' ? api["Kb" /* startReadTransferHandleFlowWithTaskReadEnd */] : _this5.copyHistory ? api["E" /* freeStartFlow */] : api["Ab" /* register */],
11604
+ url: _this5.isFreeStartFlow ? api["F" /* freeStartFlowWithSubmitTask */] : _this5.formType == 'readTransfer' ? api["Lb" /* startReadTransferHandleFlowWithTaskReadEnd */] : _this5.copyHistory ? api["E" /* freeStartFlow */] : api["Bb" /* register */],
11585
11605
  method: 'post',
11586
11606
  data: params
11587
11607
  }).then(function (res) {
@@ -11623,7 +11643,7 @@ var processFormvue_type_script_lang_js_components;
11623
11643
  businessId: this.id,
11624
11644
  userId: util["a" /* default */].getStorage('userId')
11625
11645
  };
11626
- util["a" /* default */].ajax({ url: api["Q" /* getNodeInfo */], params: params }).then(function (res) {
11646
+ util["a" /* default */].ajax({ url: api["R" /* getNodeInfo */], params: params }).then(function (res) {
11627
11647
  var status = res.status,
11628
11648
  message = res.message,
11629
11649
  _res$data = res.data,
@@ -11809,7 +11829,7 @@ var processFormvue_type_script_lang_js_components;
11809
11829
  businessId: this.businessId
11810
11830
  };
11811
11831
  // 获取节点
11812
- util["a" /* default */].ajax({ url: api["cc" /* toStartFlow */], params: params }).then(function (res) {
11832
+ util["a" /* default */].ajax({ url: api["ec" /* toStartFlow */], params: params }).then(function (res) {
11813
11833
  //pc接口返回数据处理
11814
11834
  var status = res.status,
11815
11835
  message = res.message,
@@ -12303,7 +12323,7 @@ SendMsgvue_type_template_id_511ef65e_render._withStripped = true
12303
12323
  notificationType = _sendInfo.notificationType;
12304
12324
 
12305
12325
  var params = {
12306
- url: api["Jb" /* sendMsg */],
12326
+ url: api["Kb" /* sendMsg */],
12307
12327
  headers: { Accept: 'application/json,text/plain' },
12308
12328
  method: 'post',
12309
12329
  data: {
@@ -12365,7 +12385,7 @@ SendMsgvue_type_template_id_511ef65e_render._withStripped = true
12365
12385
 
12366
12386
  this.loading = true;
12367
12387
  util["a" /* default */].ajax({
12368
- url: api["bc" /* toSendMsg */],
12388
+ url: api["dc" /* toSendMsg */],
12369
12389
  params: { pendingId: this.$attrs.pendingId }
12370
12390
  }).then(function (res) {
12371
12391
  var status = res.status,
@@ -13256,7 +13276,7 @@ processRejectvue_type_template_id_a73fd96a_render._withStripped = true
13256
13276
  userId: util["a" /* default */].getStorage('userId'),
13257
13277
  nextNodeId: _this2.nextNode.nextNodeId
13258
13278
  };
13259
- util["a" /* default */].ajax({ url: api["Rb" /* taskRejectHtml */], method: 'post', data: params }).then(function (res) {
13279
+ util["a" /* default */].ajax({ url: api["Sb" /* taskRejectHtml */], method: 'post', data: params }).then(function (res) {
13260
13280
  var status = res.status,
13261
13281
  message = res.message;
13262
13282
 
@@ -13321,7 +13341,7 @@ processRejectvue_type_template_id_a73fd96a_render._withStripped = true
13321
13341
  isSinglePage: false,
13322
13342
  opinion: this.option
13323
13343
  };
13324
- util["a" /* default */].ajax({ url: api["gc" /* toTaskRejectHtml */], params: params }).then(function (res) {
13344
+ util["a" /* default */].ajax({ url: api["ic" /* toTaskRejectHtml */], params: params }).then(function (res) {
13325
13345
  _this4.loading = false;
13326
13346
  if (res.status === 'success') {
13327
13347
  var _res$data = res.data,
@@ -14112,7 +14132,7 @@ var startTaskReadvue_type_script_lang_js_components;
14112
14132
  } else {
14113
14133
  params.appId = this.readParams.appId;
14114
14134
  }
14115
- util["a" /* default */].ajax({ url: api["S" /* getNotificationMsg */], params: params, methods: 'post' }).then(function (res) {
14135
+ util["a" /* default */].ajax({ url: api["T" /* getNotificationMsg */], params: params, methods: 'post' }).then(function (res) {
14116
14136
  if (res.status === 'success') {
14117
14137
  _this.newsNoice = res.message;
14118
14138
  }
@@ -14131,7 +14151,7 @@ var startTaskReadvue_type_script_lang_js_components;
14131
14151
  taskExamine = this.taskExamine;
14132
14152
 
14133
14153
  var params = {
14134
- url: api["mc" /* toTaskTransferIndex */],
14154
+ url: api["oc" /* toTaskTransferIndex */],
14135
14155
  params: {
14136
14156
  opinion: opinion,
14137
14157
  pendingId: pendingId,
@@ -14256,7 +14276,7 @@ var startTaskReadvue_type_script_lang_js_components;
14256
14276
  var _this4 = this;
14257
14277
 
14258
14278
  var params = {
14259
- url: api["dc" /* toStartTaskRead */],
14279
+ url: api["fc" /* toStartTaskRead */],
14260
14280
  params: startTaskReadvue_type_script_lang_js_extends({
14261
14281
  pendingId: this.pendingId,
14262
14282
  taskAction: this.type
@@ -14352,7 +14372,7 @@ var startTaskReadvue_type_script_lang_js_components;
14352
14372
  type = this.type;
14353
14373
 
14354
14374
  var params = {
14355
- url: api["Vb" /* taskTransfer */],
14375
+ url: api["Wb" /* taskTransfer */],
14356
14376
  data: {
14357
14377
  choiceDeptId: choiceDeptId,
14358
14378
  choiceOrgId: choiceOrgId,
@@ -14455,7 +14475,7 @@ var startTaskReadvue_type_script_lang_js_components;
14455
14475
  }
14456
14476
  delete _this8.configInfo.taskExamine.taskExamineParam;
14457
14477
  util["a" /* default */].ajax({
14458
- url: api["Pb" /* taskReadHtml */],
14478
+ url: api["Qb" /* taskReadHtml */],
14459
14479
  params: { taskAction: _this8.type },
14460
14480
  headers: {
14461
14481
  Accept: 'application/json,text/plain'
@@ -15422,7 +15442,7 @@ var resetvue_type_script_lang_js_components;
15422
15442
  if (mainConfig) {
15423
15443
  this.userModel = JSON.parse(mainConfig).userModel;
15424
15444
  } else {
15425
- util["a" /* default */].ajax({ url: api["pb" /* loginUserInfo */] }).then(function (res) {
15445
+ util["a" /* default */].ajax({ url: api["qb" /* loginUserInfo */] }).then(function (res) {
15426
15446
  var status = res.status,
15427
15447
  data = res.data;
15428
15448
 
@@ -15545,7 +15565,7 @@ var resetvue_type_script_lang_js_components;
15545
15565
  nodeId: this.nextNode.nextNode,
15546
15566
  businessId: this.taskExamine.businessId
15547
15567
  };
15548
- util["a" /* default */].ajax({ url: api["S" /* getNotificationMsg */], params: params, methods: 'post' }).then(function (res) {
15568
+ util["a" /* default */].ajax({ url: api["T" /* getNotificationMsg */], params: params, methods: 'post' }).then(function (res) {
15549
15569
  if (res.status === 'success') {
15550
15570
  _this3.nextNode.noticeInfo = res.message;
15551
15571
  }
@@ -15635,7 +15655,7 @@ var resetvue_type_script_lang_js_components;
15635
15655
  }
15636
15656
  if (_this4.activeNames != '1') delete params.customPresetUserJson;
15637
15657
  util["a" /* default */].ajax({
15638
- url: _this4.type == 'reset' ? api["Cb" /* resetProcess */] : api["Nb" /* taskContinuation */],
15658
+ url: _this4.type == 'reset' ? api["Db" /* resetProcess */] : api["Ob" /* taskContinuation */],
15639
15659
  method: 'post',
15640
15660
  data: params
15641
15661
  }).then(function (res) {
@@ -15669,7 +15689,7 @@ var resetvue_type_script_lang_js_components;
15669
15689
  businessId: this.taskExamine.businessId,
15670
15690
  pendingId: this.taskExamine.pendingId
15671
15691
  };
15672
- util["a" /* default */].ajax({ url: api["Q" /* getNodeInfo */], params: params }).then(function (res) {
15692
+ util["a" /* default */].ajax({ url: api["R" /* getNodeInfo */], params: params }).then(function (res) {
15673
15693
  var status = res.status,
15674
15694
  message = res.message,
15675
15695
  _res$data = res.data,
@@ -15842,7 +15862,7 @@ var resetvue_type_script_lang_js_components;
15842
15862
  var _this7 = this;
15843
15863
 
15844
15864
  var params = {
15845
- url: this.type == 'continuation' ? api["fc" /* toTaskContinuationIndex */] : api["ac" /* toResetProcessIndex */],
15865
+ url: this.type == 'continuation' ? api["hc" /* toTaskContinuationIndex */] : api["cc" /* toResetProcessIndex */],
15846
15866
  params: resetvue_type_script_lang_js_extends({
15847
15867
  appId: this.appId
15848
15868
  }, this.flowParams)
@@ -15949,8 +15969,8 @@ var reset_component = Object(componentNormalizer["a" /* default */])(
15949
15969
  )
15950
15970
 
15951
15971
  /* harmony default export */ var src_reset = (reset_component.exports);
15952
- // CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./packages/flow/src/component/taskUnionExamine.vue?vue&type=template&id=6c2affc4&
15953
- var taskUnionExaminevue_type_template_id_6c2affc4_render = function () {
15972
+ // CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./packages/flow/src/component/taskUnionExamine.vue?vue&type=template&id=8bdea5e4&
15973
+ var taskUnionExaminevue_type_template_id_8bdea5e4_render = function () {
15954
15974
  var _vm = this
15955
15975
  var _h = _vm.$createElement
15956
15976
  var _c = _vm._self._c || _h
@@ -16071,6 +16091,7 @@ var taskUnionExaminevue_type_template_id_6c2affc4_render = function () {
16071
16091
  _c("SelectUser", {
16072
16092
  attrs: {
16073
16093
  nextUser: _vm.infoList.nextOtherOrgObj,
16094
+ where: { filid: "other" },
16074
16095
  multiple: _vm.newMultiple,
16075
16096
  mix: _vm.otherMix,
16076
16097
  disableds: _vm.otherOrgDisabledObjId,
@@ -16208,11 +16229,11 @@ var taskUnionExaminevue_type_template_id_6c2affc4_render = function () {
16208
16229
  1
16209
16230
  )
16210
16231
  }
16211
- var taskUnionExaminevue_type_template_id_6c2affc4_staticRenderFns = []
16212
- taskUnionExaminevue_type_template_id_6c2affc4_render._withStripped = true
16232
+ var taskUnionExaminevue_type_template_id_8bdea5e4_staticRenderFns = []
16233
+ taskUnionExaminevue_type_template_id_8bdea5e4_render._withStripped = true
16213
16234
 
16214
16235
 
16215
- // CONCATENATED MODULE: ./packages/flow/src/component/taskUnionExamine.vue?vue&type=template&id=6c2affc4&
16236
+ // CONCATENATED MODULE: ./packages/flow/src/component/taskUnionExamine.vue?vue&type=template&id=8bdea5e4&
16216
16237
 
16217
16238
  // CONCATENATED MODULE: ./node_modules/babel-loader/lib!./node_modules/vue-loader/lib??vue-loader-options!./packages/flow/src/component/taskUnionExamine.vue?vue&type=script&lang=js&
16218
16239
  var taskUnionExaminevue_type_script_lang_js_components;
@@ -16351,6 +16372,7 @@ var taskUnionExaminevue_type_script_lang_js_components;
16351
16372
  //
16352
16373
  //
16353
16374
  //
16375
+ //
16354
16376
 
16355
16377
 
16356
16378
 
@@ -16436,7 +16458,7 @@ var taskUnionExaminevue_type_script_lang_js_components;
16436
16458
  pendingId = this.pendingId;
16437
16459
 
16438
16460
  var params = {
16439
- url: api["Sb" /* taskReview */],
16461
+ url: api["Tb" /* taskReview */],
16440
16462
  data: {
16441
16463
  nextUserId: nextOtherOrgObj.join(','),
16442
16464
  notificationType: noticeType.join(','),
@@ -16472,7 +16494,7 @@ var taskUnionExaminevue_type_script_lang_js_components;
16472
16494
  var _this2 = this;
16473
16495
 
16474
16496
  var params = {
16475
- url: api["hc" /* toTaskReview */],
16497
+ url: api["jc" /* toTaskReview */],
16476
16498
  params: { pendingId: this.pendingId }
16477
16499
  };
16478
16500
  util["a" /* default */].ajax(params).then(function (res) {
@@ -16508,7 +16530,7 @@ var taskUnionExaminevue_type_script_lang_js_components;
16508
16530
  var _this3 = this;
16509
16531
 
16510
16532
  var params = {
16511
- url: this.type == 'takeAdvice' ? api["lc" /* toTaskTakeAdvice */] : this.type === 'startDraf' ? api["ic" /* toTaskStartDraft */] : this.type == 'unionSeal' ? api["oc" /* toTaskUnionSeal */] : this.type == 'twoOfficesDispatch' ? api["pc" /* toTwoOfficesDispatch */] : api["nc" /* toTaskUnionExamine */],
16533
+ url: this.type == 'takeAdvice' ? api["nc" /* toTaskTakeAdvice */] : this.type === 'startDraf' ? api["kc" /* toTaskStartDraft */] : this.type == 'unionSeal' ? api["qc" /* toTaskUnionSeal */] : this.type == 'twoOfficesDispatch' ? api["rc" /* toTwoOfficesDispatch */] : api["pc" /* toTaskUnionExamine */],
16512
16534
  params: { pendingId: this.pendingId },
16513
16535
  headers: { Accept: 'application/json,text/plain' }
16514
16536
  };
@@ -16646,7 +16668,7 @@ var taskUnionExaminevue_type_script_lang_js_components;
16646
16668
  // if (this.type != 'startDraf' && this.type != 'unionSeal' && this.type != 'twoOfficesDispatch')
16647
16669
  // return this.$message.warning('暂未开放,敬请期待!');
16648
16670
  var param = {
16649
- url: this.type === 'startDraf' ? api["Tb" /* taskStartDraft */] : this.type == 'unionSeal' ? api["Xb" /* taskUnionSeal */] : this.type === 'twoOfficesDispatch' ? api["rc" /* twoOfficesDispatch */] : this.type == 'takeAdvice' ? api["Ub" /* taskTakeAdvice */] : api["Wb" /* taskUnionExamine */],
16671
+ url: this.type === 'startDraf' ? api["Ub" /* taskStartDraft */] : this.type == 'unionSeal' ? api["Yb" /* taskUnionSeal */] : this.type === 'twoOfficesDispatch' ? api["tc" /* twoOfficesDispatch */] : this.type == 'takeAdvice' ? api["Vb" /* taskTakeAdvice */] : api["Xb" /* taskUnionExamine */],
16650
16672
  data: {
16651
16673
  opinion: opinion,
16652
16674
  pendingId: pendingId,
@@ -16743,7 +16765,7 @@ var taskUnionExaminevue_type_script_lang_js_components;
16743
16765
  var params = {
16744
16766
  pendingId: this.pendingId
16745
16767
  };
16746
- util["a" /* default */].ajax({ url: api["S" /* getNotificationMsg */], params: params, methods: 'post' }).then(function (res) {
16768
+ util["a" /* default */].ajax({ url: api["T" /* getNotificationMsg */], params: params, methods: 'post' }).then(function (res) {
16747
16769
  if (res.status === 'success') {
16748
16770
  _this6.infoList.noticeInfo = res.message;
16749
16771
  }
@@ -16799,8 +16821,8 @@ var taskUnionExaminevue_type_script_lang_js_components;
16799
16821
 
16800
16822
  var taskUnionExamine_component = Object(componentNormalizer["a" /* default */])(
16801
16823
  component_taskUnionExaminevue_type_script_lang_js_,
16802
- taskUnionExaminevue_type_template_id_6c2affc4_render,
16803
- taskUnionExaminevue_type_template_id_6c2affc4_staticRenderFns,
16824
+ taskUnionExaminevue_type_template_id_8bdea5e4_render,
16825
+ taskUnionExaminevue_type_template_id_8bdea5e4_staticRenderFns,
16804
16826
  false,
16805
16827
  null,
16806
16828
  null,
@@ -16809,8 +16831,8 @@ var taskUnionExamine_component = Object(componentNormalizer["a" /* default */])(
16809
16831
  )
16810
16832
 
16811
16833
  /* harmony default export */ var taskUnionExamine = (taskUnionExamine_component.exports);
16812
- // CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./packages/flow/src/freeStartFlow.vue?vue&type=template&id=ee2c3da4&
16813
- var freeStartFlowvue_type_template_id_ee2c3da4_render = function () {
16834
+ // CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./packages/flow/src/freeStartFlow.vue?vue&type=template&id=baa2efc4&
16835
+ var freeStartFlowvue_type_template_id_baa2efc4_render = function () {
16814
16836
  var _vm = this
16815
16837
  var _h = _vm.$createElement
16816
16838
  var _c = _vm._self._c || _h
@@ -17738,6 +17760,9 @@ var freeStartFlowvue_type_template_id_ee2c3da4_render = function () {
17738
17760
  _vm.nextOtherOrgObjSelect,
17739
17761
  multiple: "",
17740
17762
  mix: "",
17763
+ where: {
17764
+ filid: "other",
17765
+ },
17741
17766
  disableds:
17742
17767
  _vm.otherOrgDisabledObjId,
17743
17768
  types: ["enterprise"],
@@ -18893,11 +18918,11 @@ var freeStartFlowvue_type_template_id_ee2c3da4_render = function () {
18893
18918
  )
18894
18919
  : _vm._e()
18895
18920
  }
18896
- var freeStartFlowvue_type_template_id_ee2c3da4_staticRenderFns = []
18897
- freeStartFlowvue_type_template_id_ee2c3da4_render._withStripped = true
18921
+ var freeStartFlowvue_type_template_id_baa2efc4_staticRenderFns = []
18922
+ freeStartFlowvue_type_template_id_baa2efc4_render._withStripped = true
18898
18923
 
18899
18924
 
18900
- // CONCATENATED MODULE: ./packages/flow/src/freeStartFlow.vue?vue&type=template&id=ee2c3da4&
18925
+ // CONCATENATED MODULE: ./packages/flow/src/freeStartFlow.vue?vue&type=template&id=baa2efc4&
18901
18926
 
18902
18927
  // CONCATENATED MODULE: ./node_modules/babel-loader/lib!./node_modules/vue-loader/lib??vue-loader-options!./packages/flow/src/freeStartFlow.vue?vue&type=script&lang=js&
18903
18928
 
@@ -19657,6 +19682,7 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
19657
19682
  //
19658
19683
  //
19659
19684
  //
19685
+ //
19660
19686
 
19661
19687
 
19662
19688
 
@@ -19997,7 +20023,7 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
19997
20023
  var _this = this;
19998
20024
 
19999
20025
  var params = {
20000
- url: api["H" /* getAdjunctFileInfos */],
20026
+ url: api["I" /* getAdjunctFileInfos */],
20001
20027
  params: { ownId: ownId, code: code }
20002
20028
  };
20003
20029
  util["a" /* default */].ajax(params).then(function (res) {
@@ -20085,7 +20111,7 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
20085
20111
  taskAction: 'complete'
20086
20112
  };
20087
20113
  util["a" /* default */].ajax({
20088
- url: api["Pb" /* taskReadHtml */],
20114
+ url: api["Qb" /* taskReadHtml */],
20089
20115
  params: { taskAction: 'complete' },
20090
20116
  headers: {
20091
20117
  Accept: 'application/json,text/plain'
@@ -20117,7 +20143,7 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
20117
20143
 
20118
20144
  this.loading = util["a" /* default */].loading(this.$loading, '加载中...');
20119
20145
  util["a" /* default */].ajax({
20120
- url: api["ec" /* toStartTaskReadIndex */],
20146
+ url: api["gc" /* toStartTaskReadIndex */],
20121
20147
  params: { pendingId: this.pendingId }
20122
20148
  }).then(function (res) {
20123
20149
  var status = res.status,
@@ -20153,7 +20179,7 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
20153
20179
  if (mainConfig) {
20154
20180
  this.userModel = JSON.parse(mainConfig).userModel;
20155
20181
  } else {
20156
- util["a" /* default */].ajax({ url: api["pb" /* loginUserInfo */] }).then(function (res) {
20182
+ util["a" /* default */].ajax({ url: api["qb" /* loginUserInfo */] }).then(function (res) {
20157
20183
  var status = res.status,
20158
20184
  data = res.data;
20159
20185
 
@@ -20255,7 +20281,7 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
20255
20281
  pendingId: this.pendingId
20256
20282
  };
20257
20283
  this.loading = util["a" /* default */].loading(this.$loading, '保存中...');
20258
- util["a" /* default */].ajax({ url: api["Yb" /* tempSave */], params: params }).then(function (res) {
20284
+ util["a" /* default */].ajax({ url: api["Zb" /* tempSave */], params: params }).then(function (res) {
20259
20285
  var status = res.status,
20260
20286
  message = res.message;
20261
20287
 
@@ -20361,7 +20387,7 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
20361
20387
  nodeId = _endFlowInfo.nodeId;
20362
20388
 
20363
20389
  var param = {
20364
- url: api["M" /* getFreeStartFlowParams */],
20390
+ url: api["N" /* getFreeStartFlowParams */],
20365
20391
  params: {
20366
20392
  businessId: businessId,
20367
20393
  processDefinitionId: processDefinitionId,
@@ -20549,7 +20575,7 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
20549
20575
  var _this15 = this;
20550
20576
 
20551
20577
  var params = {
20552
- url: api["nb" /* isCanStartSubFlow */],
20578
+ url: api["ob" /* isCanStartSubFlow */],
20553
20579
  data: {
20554
20580
  appId: this.taskExamineInfo.appId,
20555
20581
  inevitableNode: res.inevitableNode
@@ -20659,7 +20685,7 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
20659
20685
  this.$confirm('确认' + res.value + '?').then(function () {
20660
20686
  // return this.$message.warning('请填写意见');
20661
20687
  var params = {
20662
- url: api["Bb" /* rejectAndEnd */],
20688
+ url: api["Cb" /* rejectAndEnd */],
20663
20689
  headers: { Accept: 'application/json,text/plain' },
20664
20690
  method: 'post',
20665
20691
  data: {
@@ -20729,7 +20755,7 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
20729
20755
  pendingId: this.pendingId,
20730
20756
  businessId: this.businessIds
20731
20757
  };
20732
- util["a" /* default */].ajax({ url: api["Q" /* getNodeInfo */], params: params }).then(function (res) {
20758
+ util["a" /* default */].ajax({ url: api["R" /* getNodeInfo */], params: params }).then(function (res) {
20733
20759
  var status = res.status,
20734
20760
  message = res.message,
20735
20761
  data = res.data;
@@ -20979,7 +21005,7 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
20979
21005
  pendingId: this.pendingId,
20980
21006
  userId: util["a" /* default */].getStorage('userId')
20981
21007
  };
20982
- util["a" /* default */].ajax({ url: api["N" /* getHandleInfoHtml */], params: params }).then(function (res) {
21008
+ util["a" /* default */].ajax({ url: api["O" /* getHandleInfoHtml */], params: params }).then(function (res) {
20983
21009
  //pc返回数据
20984
21010
 
20985
21011
  _this24.loading.close();
@@ -21271,7 +21297,7 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
21271
21297
  // onlyFlag: true
21272
21298
  };
21273
21299
  this.loading = util["a" /* default */].loading(this.$loading, '加载中...');
21274
- util["a" /* default */].ajax({ url: api["W" /* getProcessDefList */], params: params }).then(function (res) {
21300
+ util["a" /* default */].ajax({ url: api["X" /* getProcessDefList */], params: params }).then(function (res) {
21275
21301
  var status = res.status,
21276
21302
  message = res.message,
21277
21303
  data = res.data;
@@ -21324,7 +21350,7 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
21324
21350
  userId: util["a" /* default */].getStorage('userId'),
21325
21351
  type: 2
21326
21352
  };
21327
- util["a" /* default */].ajax({ url: api["sb" /* pendedhistoryList */], data: params, method: 'post' }).then(function (res) {
21353
+ util["a" /* default */].ajax({ url: api["tb" /* pendedhistoryList */], data: params, method: 'post' }).then(function (res) {
21328
21354
  var rCode = res.rCode,
21329
21355
  msg = res.msg,
21330
21356
  results = res.results;
@@ -21520,7 +21546,7 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
21520
21546
  params.isSubFlow = taskExamineInfo.isSubFlow;
21521
21547
  params.nodeId = taskExamineInfo.nodeId;
21522
21548
  params.needRetrialAuth = needRetrialAuth;
21523
- return _context.abrupt('return', util["a" /* default */].ajax({ url: api["Ob" /* taskHandleHtml */], method: 'post', data: params }).then(function (res) {
21549
+ return _context.abrupt('return', util["a" /* default */].ajax({ url: api["Pb" /* taskHandleHtml */], method: 'post', data: params }).then(function (res) {
21524
21550
  var status = res.status,
21525
21551
  message = res.message;
21526
21552
 
@@ -21601,8 +21627,8 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
21601
21627
 
21602
21628
  var freeStartFlow_component = Object(componentNormalizer["a" /* default */])(
21603
21629
  src_freeStartFlowvue_type_script_lang_js_,
21604
- freeStartFlowvue_type_template_id_ee2c3da4_render,
21605
- freeStartFlowvue_type_template_id_ee2c3da4_staticRenderFns,
21630
+ freeStartFlowvue_type_template_id_baa2efc4_render,
21631
+ freeStartFlowvue_type_template_id_baa2efc4_staticRenderFns,
21606
21632
  false,
21607
21633
  null,
21608
21634
  null,
@@ -21900,7 +21926,7 @@ var supervisevue_type_script_lang_js_extends = Object.assign || function (target
21900
21926
  pendingUserIds = _nextNode.pendingUserIds;
21901
21927
 
21902
21928
  var params = {
21903
- url: api["kc" /* toTaskSuperviseSub */],
21929
+ url: api["mc" /* toTaskSuperviseSub */],
21904
21930
  params: {
21905
21931
  userId: util["a" /* default */].getStorage('userId'),
21906
21932
  urgeUserIds: pendingUserIds,
@@ -21926,7 +21952,7 @@ var supervisevue_type_script_lang_js_extends = Object.assign || function (target
21926
21952
 
21927
21953
  this.loading = util["a" /* default */].loading(this.$loading, '加载中...');
21928
21954
  util["a" /* default */].ajax({
21929
- url: api["jc" /* toTaskSupervise */],
21955
+ url: api["lc" /* toTaskSupervise */],
21930
21956
  params: {
21931
21957
  businessId: this.businessId,
21932
21958
  appId: this.appId,
@@ -21977,8 +22003,8 @@ var supervise_component = Object(componentNormalizer["a" /* default */])(
21977
22003
  )
21978
22004
 
21979
22005
  /* harmony default export */ var supervise = (supervise_component.exports);
21980
- // 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=3b7d0deb&
21981
- var Circulatevue_type_template_id_3b7d0deb_render = function () {
22006
+ // 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=3d53fa6e&
22007
+ var Circulatevue_type_template_id_3d53fa6e_render = function () {
21982
22008
  var _vm = this
21983
22009
  var _h = _vm.$createElement
21984
22010
  var _c = _vm._self._c || _h
@@ -22038,6 +22064,7 @@ var Circulatevue_type_template_id_3b7d0deb_render = function () {
22038
22064
  attrs: {
22039
22065
  nextUser: _vm.infoList.nextOtherOrgObj,
22040
22066
  multiple: _vm.newMultiple,
22067
+ where: { filid: "other" },
22041
22068
  mix: "",
22042
22069
  types: ["enterprise", "filgroup"],
22043
22070
  params: _vm.otherParams,
@@ -22169,11 +22196,11 @@ var Circulatevue_type_template_id_3b7d0deb_render = function () {
22169
22196
  1
22170
22197
  )
22171
22198
  }
22172
- var Circulatevue_type_template_id_3b7d0deb_staticRenderFns = []
22173
- Circulatevue_type_template_id_3b7d0deb_render._withStripped = true
22199
+ var Circulatevue_type_template_id_3d53fa6e_staticRenderFns = []
22200
+ Circulatevue_type_template_id_3d53fa6e_render._withStripped = true
22174
22201
 
22175
22202
 
22176
- // CONCATENATED MODULE: ./packages/flow/src/component/Circulate.vue?vue&type=template&id=3b7d0deb&
22203
+ // CONCATENATED MODULE: ./packages/flow/src/component/Circulate.vue?vue&type=template&id=3d53fa6e&
22177
22204
 
22178
22205
  // 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&
22179
22206
  var Circulatevue_type_script_lang_js_components;
@@ -22265,6 +22292,7 @@ var Circulatevue_type_script_lang_js_components;
22265
22292
  //
22266
22293
  //
22267
22294
  //
22295
+ //
22268
22296
 
22269
22297
 
22270
22298
 
@@ -22409,6 +22437,7 @@ var Circulatevue_type_script_lang_js_components;
22409
22437
  data: {
22410
22438
  opinion: opinion,
22411
22439
  businessId: businessId,
22440
+
22412
22441
  processDefinitionId: processDefinitionId,
22413
22442
  nextOtherOrgObj: Array.isArray(nextOtherOrgObj) ? nextOtherOrgObj.join(',') : nextOtherOrgObj,
22414
22443
  nextCurrentOrgObj: Array.isArray(nextCurrentOrgObj) ? nextCurrentOrgObj.join(',') : nextCurrentOrgObj,
@@ -22523,7 +22552,7 @@ var Circulatevue_type_script_lang_js_components;
22523
22552
  if (!this.showBtn) {
22524
22553
  params.openMode = 'samepage';
22525
22554
  }
22526
- util["a" /* default */].ajax({ url: api["S" /* getNotificationMsg */], params: params, methods: 'post' }).then(function (res) {
22555
+ util["a" /* default */].ajax({ url: api["T" /* getNotificationMsg */], params: params, methods: 'post' }).then(function (res) {
22527
22556
  if (res.status === 'success') {
22528
22557
  if (!_this3.showBtn) {
22529
22558
  _this3.oldMessage = res.message;
@@ -22584,8 +22613,8 @@ var Circulatevue_type_script_lang_js_components;
22584
22613
 
22585
22614
  var Circulate_component = Object(componentNormalizer["a" /* default */])(
22586
22615
  component_Circulatevue_type_script_lang_js_,
22587
- Circulatevue_type_template_id_3b7d0deb_render,
22588
- Circulatevue_type_template_id_3b7d0deb_staticRenderFns,
22616
+ Circulatevue_type_template_id_3d53fa6e_render,
22617
+ Circulatevue_type_template_id_3d53fa6e_staticRenderFns,
22589
22618
  false,
22590
22619
  null,
22591
22620
  null,
@@ -22594,6 +22623,329 @@ var Circulate_component = Object(componentNormalizer["a" /* default */])(
22594
22623
  )
22595
22624
 
22596
22625
  /* harmony default export */ var Circulate = (Circulate_component.exports);
22626
+ // 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/FreeCirculation.vue?vue&type=template&id=521e2326&
22627
+ var FreeCirculationvue_type_template_id_521e2326_render = function () {
22628
+ var _vm = this
22629
+ var _h = _vm.$createElement
22630
+ var _c = _vm._self._c || _h
22631
+ return _c(
22632
+ "div",
22633
+ [
22634
+ _c(
22635
+ "el-form",
22636
+ {
22637
+ ref: "nextNode",
22638
+ staticClass: "demo-dynamic",
22639
+ attrs: {
22640
+ model: _vm.nextNode,
22641
+ "label-width": "120px",
22642
+ "label-position": _vm.formLabelPosition,
22643
+ },
22644
+ },
22645
+ [
22646
+ _c(
22647
+ "el-form-item",
22648
+ { attrs: { prop: "nextCurrentOrgObj", label: "本单位" } },
22649
+ [
22650
+ _c("SelectUser", {
22651
+ attrs: {
22652
+ nextUser: _vm.nextCurrentOrgObjSelect,
22653
+ multiple: "",
22654
+ mix: "",
22655
+ disableds: _vm.currentOrgDisabledObjId,
22656
+ types: _vm.currentOrgSelectorTabs,
22657
+ params: _vm.currentOrgSelectorParams,
22658
+ },
22659
+ on: {
22660
+ change: function ($event) {
22661
+ _vm.disposeAppUnit($event, "nextCurrentOrgObjSelect")
22662
+ },
22663
+ },
22664
+ }),
22665
+ ],
22666
+ 1
22667
+ ),
22668
+ _vm.showOther
22669
+ ? _c(
22670
+ "el-form-item",
22671
+ { attrs: { prop: "nextOtherOrgObj", label: "外单位" } },
22672
+ [
22673
+ _c("SelectUser", {
22674
+ attrs: {
22675
+ nextUser: _vm.nextOtherOrgObjSelect,
22676
+ multiple: "",
22677
+ mix: "",
22678
+ disableds: _vm.otherOrgDisabledObjId,
22679
+ where: { filid: "other" },
22680
+ types: _vm.foreignOrgSelectorTabs,
22681
+ params: _vm.foreignOrgSelectorParams,
22682
+ },
22683
+ on: {
22684
+ change: function ($event) {
22685
+ _vm.disposeAppUnit($event, "nextOtherOrgObjSelect")
22686
+ },
22687
+ },
22688
+ }),
22689
+ ],
22690
+ 1
22691
+ )
22692
+ : _vm._e(),
22693
+ ],
22694
+ 1
22695
+ ),
22696
+ _c(
22697
+ "div",
22698
+ { staticStyle: { "text-align": "right" } },
22699
+ [
22700
+ _c(
22701
+ "el-button",
22702
+ {
22703
+ attrs: { type: "primary", size: "small" },
22704
+ on: { click: _vm.subMit },
22705
+ },
22706
+ [_vm._v(" 确定 ")]
22707
+ ),
22708
+ _c(
22709
+ "el-button",
22710
+ { attrs: { size: "small" }, on: { click: _vm.quit } },
22711
+ [_vm._v(" 取消 ")]
22712
+ ),
22713
+ ],
22714
+ 1
22715
+ ),
22716
+ ],
22717
+ 1
22718
+ )
22719
+ }
22720
+ var FreeCirculationvue_type_template_id_521e2326_staticRenderFns = []
22721
+ FreeCirculationvue_type_template_id_521e2326_render._withStripped = true
22722
+
22723
+
22724
+ // CONCATENATED MODULE: ./packages/flow/src/component/FreeCirculation.vue?vue&type=template&id=521e2326&
22725
+
22726
+ // CONCATENATED MODULE: ./node_modules/babel-loader/lib!./node_modules/vue-loader/lib??vue-loader-options!./packages/flow/src/component/FreeCirculation.vue?vue&type=script&lang=js&
22727
+ //
22728
+ //
22729
+ //
22730
+ //
22731
+ //
22732
+ //
22733
+ //
22734
+ //
22735
+ //
22736
+ //
22737
+ //
22738
+ //
22739
+ //
22740
+ //
22741
+ //
22742
+ //
22743
+ //
22744
+ //
22745
+ //
22746
+ //
22747
+ //
22748
+ //
22749
+ //
22750
+ //
22751
+ //
22752
+ //
22753
+ //
22754
+ //
22755
+ //
22756
+ //
22757
+ //
22758
+ //
22759
+ //
22760
+ //
22761
+ //
22762
+ //
22763
+ //
22764
+ //
22765
+ //
22766
+ //
22767
+
22768
+
22769
+
22770
+
22771
+ /* harmony default export */ var FreeCirculationvue_type_script_lang_js_ = ({
22772
+ components: { SelectUser: selectUser },
22773
+ props: {
22774
+ formLabelPosition: {
22775
+ type: String,
22776
+ default: 'left'
22777
+ },
22778
+ params: {
22779
+ type: Object,
22780
+ default: function _default() {}
22781
+ },
22782
+ appId: {
22783
+ type: String,
22784
+ default: ''
22785
+ },
22786
+ showOther: { type: Boolean, default: true }
22787
+ },
22788
+ data: function data() {
22789
+ return {
22790
+ currentOrgDisabledObjId: [],
22791
+ otherOrgDisabledObjId: [],
22792
+ nextCurrentOrgObjSelect: [],
22793
+ currentNodeIsCircularReadNode: false,
22794
+ simpleTips: true,
22795
+ subProcessColumns: [],
22796
+ nextOtherOrgObjSelect: [],
22797
+ nextNode: {},
22798
+ currentOrgSelectorParams: {
22799
+ filid: JSON.parse(util["a" /* default */].getStorage('mainConfig')).userModel.orgId
22800
+ },
22801
+ currentOrgSelectorTabs: ['employee', 'persongroup'],
22802
+ foreignOrgSelectorTabs: ['enterprise', 'filgroupobj'],
22803
+ foreignOrgSelectorParams: { filid: 'other', roleid: '', nofilid: 1 },
22804
+ loading: null
22805
+ };
22806
+ },
22807
+ mounted: function mounted() {
22808
+ this.getFreeTaskCircularRead();
22809
+ },
22810
+
22811
+ methods: {
22812
+ quit: function quit() {
22813
+ this.$emit('cancel');
22814
+ },
22815
+ subMit: function subMit() {
22816
+ var _this = this;
22817
+
22818
+ if (!this.nextNode.nextCurrentOrgObj && !this.nextNode.nextOtherOrgObj) return this.$message.warning('请选择下步办理对象!');
22819
+ var param = {
22820
+ url: api["G" /* freeTaskCircularRead */],
22821
+ data: {
22822
+ appId: this.appId || this.params.appId,
22823
+ nextCurrentOrgObj: this.nextNode.nextCurrentOrgObj,
22824
+ nextOtherOrgObj: this.nextNode.nextOtherOrgObj || ''
22825
+ },
22826
+ method: 'post'
22827
+ };
22828
+ this.loading = util["a" /* default */].loading(this.$loading, '加载中...');
22829
+ util["a" /* default */].ajax(param).then(function (res) {
22830
+ if (res.rCode == 0 || res.status == 'success') {
22831
+ _this.loading.close();
22832
+ if (!_this.simpleTips) {
22833
+ _this.$alert('提交成功', '', {
22834
+ confirmButtonText: '确定',
22835
+ type: 'success',
22836
+ callback: function callback(action) {
22837
+ _this.$parent.$emit('success');
22838
+ }
22839
+ });
22840
+ } else {
22841
+ _this.$parent.$emit('success');
22842
+ }
22843
+ }
22844
+ });
22845
+ },
22846
+ getFreeTaskCircularRead: function getFreeTaskCircularRead() {
22847
+ var _this2 = this;
22848
+
22849
+ var param = {
22850
+ url: api["ac" /* toFreeTaskCircularRead */],
22851
+ params: { appId: this.appId || this.params.appId }
22852
+ };
22853
+ this.loading = util["a" /* default */].loading(this.$loading, '加载中...');
22854
+ util["a" /* default */].ajax(param).then(function (res) {
22855
+ _this2.loading.close();
22856
+ if (res.rCode == 0 || res.status == 'success') {
22857
+ _this2.simpleTips = res.results.simpleTips;
22858
+ _this2.currentOrgDisabledObjId = res.results.disabledCurrentOrgUserId.split(',');
22859
+ _this2.otherOrgDisabledObjId = res.results.disabledForeignOrgId.split(',');
22860
+ }
22861
+ });
22862
+ },
22863
+ getsubProcessColumns: function getsubProcessColumns() {
22864
+ var data = [];
22865
+ var obj = { name: '[部门员工]-' };
22866
+ if (this.nextCurrentOrgObjSelect.length > 0) {
22867
+ this.nextCurrentOrgObjSelect.map(function (x) {
22868
+ if (x.stype == 'employee') {
22869
+ obj.name = !obj.value ? obj.name + x.showname : obj.name + ',' + x.showname;
22870
+ obj.value = obj.value ? obj.value + ',' + x.showid : 'employee-' + x.showid;
22871
+ } else {
22872
+ data.push({
22873
+ name: '[部门]' + x.showname,
22874
+ value: 'department-' + x.showid
22875
+ });
22876
+ }
22877
+ });
22878
+ }
22879
+ obj.value && data.push(obj);
22880
+ if (this.nextOtherOrgObjSelect.length > 0) {
22881
+ this.nextOtherOrgObjSelect.map(function (x) {
22882
+ data.push({
22883
+ name: '[企业]' + x.showname,
22884
+ value: 'enterprise-' + x.showid
22885
+ });
22886
+ });
22887
+ }
22888
+ this.subProcessColumns = data;
22889
+ // return data;
22890
+ },
22891
+
22892
+ // 单位选择完回调
22893
+ disposeAppUnit: function disposeAppUnit(res, type) {
22894
+ var label = type.substring(0, type.lastIndexOf('Select'));
22895
+ this.nextNode[label + 'Name'] = '';
22896
+ res.options && (this[type] = res.options);
22897
+ var obj = {};
22898
+ // if (typeof res.mixList == 'array')
22899
+ res.mixList && (this.nextNode[label] = res.mixList.join('|'));
22900
+ res.options.map(function (item) {
22901
+ if (obj[item.stype]) {
22902
+ obj[item.stype].push(item.showname);
22903
+ } else {
22904
+ obj[item.stype] = [item.showname];
22905
+ }
22906
+ });
22907
+ for (var key in obj) {
22908
+ if (key === 'enterprise' && this.nextNode[label + 'Name'].indexOf('[企业]') == -1) {
22909
+ this.nextNode[label + 'Name'] = this.nextNode[label + 'Name'] ? this.nextNode[label + 'Name'] + '|' + '[企业]-' + obj[key].join(',') : '' + '[企业]-' + obj[key].join(',');
22910
+ }
22911
+ if (key === 'department' && this.nextNode[label + 'Name'].indexOf('[部门]') == -1) {
22912
+ this.nextNode[label + 'Name'] = this.nextNode[label + 'Name'] ? this.nextNode[label + 'Name'] + '|' + '[部门]-' + obj[key].join(',') : '' + '[部门]-' + obj[key].join(',');
22913
+ }
22914
+ if (key === 'employee' && this.nextNode[label + 'Name'].indexOf('[部门员工]') == -1) {
22915
+ this.nextNode[label + 'Name'] = this.nextNode[label + 'Name'] ? this.nextNode[label + 'Name'] + '|' + '[部门员工]-' + obj[key].join(',') : '' + '[部门员工]-' + obj[key].join(',');
22916
+ }
22917
+ }
22918
+ // this.nextNode[label + 'Name'] = obj.enterprise?;
22919
+ if (!this.currentNodeIsCircularReadNode) {
22920
+ this.nextNode[label + 'SerialId'] = res.nextUser.join(',');
22921
+ this.nextNode[label + 'Json'] = JSON.stringify(res.options);
22922
+ }
22923
+ this.getsubProcessColumns();
22924
+ }
22925
+ }
22926
+ });
22927
+ // CONCATENATED MODULE: ./packages/flow/src/component/FreeCirculation.vue?vue&type=script&lang=js&
22928
+ /* harmony default export */ var component_FreeCirculationvue_type_script_lang_js_ = (FreeCirculationvue_type_script_lang_js_);
22929
+ // CONCATENATED MODULE: ./packages/flow/src/component/FreeCirculation.vue
22930
+
22931
+
22932
+
22933
+
22934
+
22935
+ /* normalize component */
22936
+
22937
+ var FreeCirculation_component = Object(componentNormalizer["a" /* default */])(
22938
+ component_FreeCirculationvue_type_script_lang_js_,
22939
+ FreeCirculationvue_type_template_id_521e2326_render,
22940
+ FreeCirculationvue_type_template_id_521e2326_staticRenderFns,
22941
+ false,
22942
+ null,
22943
+ null,
22944
+ null
22945
+
22946
+ )
22947
+
22948
+ /* harmony default export */ var FreeCirculation = (FreeCirculation_component.exports);
22597
22949
  // CONCATENATED MODULE: ./node_modules/babel-loader/lib!./node_modules/vue-loader/lib??vue-loader-options!./packages/flow/src/main.vue?vue&type=script&lang=js&
22598
22950
 
22599
22951
 
@@ -23719,6 +24071,17 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
23719
24071
  //
23720
24072
  //
23721
24073
  //
24074
+ //
24075
+ //
24076
+ //
24077
+ //
24078
+ //
24079
+ //
24080
+ //
24081
+ //
24082
+ //
24083
+ //
24084
+
23722
24085
 
23723
24086
 
23724
24087
 
@@ -23740,7 +24103,7 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
23740
24103
  /* harmony default export */ var mainvue_type_script_lang_js_ = ({
23741
24104
  name: 'EsFlow',
23742
24105
  componentName: 'EsFlow',
23743
- components: (mainvue_type_script_lang_js_components = {}, mainvue_type_script_lang_js_components[processForm.name] = processForm, mainvue_type_script_lang_js_components[processReject.name] = processReject, mainvue_type_script_lang_js_components[startTaskRead.name] = startTaskRead, mainvue_type_script_lang_js_components[CustomPreset.name] = CustomPreset, mainvue_type_script_lang_js_components[CommonOpinions.name] = CommonOpinions, mainvue_type_script_lang_js_components[FileList["a" /* default */].name] = FileList["a" /* default */], mainvue_type_script_lang_js_components[TimeLimit.name] = TimeLimit, mainvue_type_script_lang_js_components[SendMsg.name] = SendMsg, mainvue_type_script_lang_js_components[selectUser.name] = selectUser, mainvue_type_script_lang_js_components[taskUnionExamine.name] = taskUnionExamine, mainvue_type_script_lang_js_components[freeStartFlow.name] = freeStartFlow, mainvue_type_script_lang_js_components.circulate = Circulate, mainvue_type_script_lang_js_components.Preset = Preset, mainvue_type_script_lang_js_components.Reset = src_reset, mainvue_type_script_lang_js_components.Supervise = supervise, mainvue_type_script_lang_js_components),
24106
+ components: (mainvue_type_script_lang_js_components = {}, mainvue_type_script_lang_js_components[processForm.name] = processForm, mainvue_type_script_lang_js_components[processReject.name] = processReject, mainvue_type_script_lang_js_components[startTaskRead.name] = startTaskRead, mainvue_type_script_lang_js_components[CustomPreset.name] = CustomPreset, mainvue_type_script_lang_js_components[CommonOpinions.name] = CommonOpinions, mainvue_type_script_lang_js_components[FileList["a" /* default */].name] = FileList["a" /* default */], mainvue_type_script_lang_js_components[TimeLimit.name] = TimeLimit, mainvue_type_script_lang_js_components[SendMsg.name] = SendMsg, mainvue_type_script_lang_js_components[selectUser.name] = selectUser, mainvue_type_script_lang_js_components[taskUnionExamine.name] = taskUnionExamine, mainvue_type_script_lang_js_components[freeStartFlow.name] = freeStartFlow, mainvue_type_script_lang_js_components.circulate = Circulate, mainvue_type_script_lang_js_components.Preset = Preset, mainvue_type_script_lang_js_components.Reset = src_reset, mainvue_type_script_lang_js_components.Supervise = supervise, mainvue_type_script_lang_js_components.FreeCirculation = FreeCirculation, mainvue_type_script_lang_js_components),
23744
24107
  props: {
23745
24108
  showShrink: { type: Boolean, default: true },
23746
24109
  isStartFlow: { type: Boolean, default: false },
@@ -24098,7 +24461,7 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
24098
24461
  var _this = this;
24099
24462
 
24100
24463
  var params = {
24101
- url: api["db" /* getUrgencyLevelChangedNotificationType */],
24464
+ url: api["eb" /* getUrgencyLevelChangedNotificationType */],
24102
24465
  params: { urgencyLevel: this.urgencyLevel }
24103
24466
  };
24104
24467
  util["a" /* default */].ajax(params).then(function (res) {
@@ -24120,7 +24483,7 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
24120
24483
  this.$emit('endMessageChange', this.endMessage);
24121
24484
  },
24122
24485
  getInfo: function getInfo() {
24123
- if (this.typeCode == 'supervise' || this.typeCode == 'read') return;
24486
+ if (this.typeCode == 'supervise' || this.typeCode == 'read' || this.typeCode == 'freeCirculation') return;
24124
24487
  if (this.showCirculate != undefined && !this.showCirculate && this.urgencyLevel) {
24125
24488
  this.getAdminMsgType();
24126
24489
  } else {
@@ -24150,7 +24513,7 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
24150
24513
  var _this3 = this;
24151
24514
 
24152
24515
  var params = {
24153
- url: api["R" /* getNodeInfoForStart */],
24516
+ url: api["S" /* getNodeInfoForStart */],
24154
24517
  params: { processDefinitionId: processDefinitionId }
24155
24518
  };
24156
24519
  util["a" /* default */].ajax(params).then(function (res) {
@@ -24288,7 +24651,7 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
24288
24651
  var _this5 = this;
24289
24652
 
24290
24653
  var params = {
24291
- url: api["H" /* getAdjunctFileInfos */],
24654
+ url: api["I" /* getAdjunctFileInfos */],
24292
24655
  params: { ownId: ownId, code: code }
24293
24656
  };
24294
24657
  util["a" /* default */].ajax(params).then(function (res) {
@@ -24376,7 +24739,7 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
24376
24739
  taskAction: 'complete'
24377
24740
  };
24378
24741
  util["a" /* default */].ajax({
24379
- url: api["Pb" /* taskReadHtml */],
24742
+ url: api["Qb" /* taskReadHtml */],
24380
24743
  params: { taskAction: 'complete' },
24381
24744
  headers: {
24382
24745
  Accept: 'application/json,text/plain'
@@ -24427,7 +24790,7 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
24427
24790
 
24428
24791
  this.loading = util["a" /* default */].loading(this.$loading, '加载中...');
24429
24792
  util["a" /* default */].ajax({
24430
- url: api["ec" /* toStartTaskReadIndex */],
24793
+ url: api["gc" /* toStartTaskReadIndex */],
24431
24794
  params: { pendingId: this.pendingId }
24432
24795
  }).then(function (res) {
24433
24796
  var status = res.status,
@@ -24471,7 +24834,7 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
24471
24834
  if (mainConfig) {
24472
24835
  this.userModel = JSON.parse(mainConfig).userModel;
24473
24836
  } else {
24474
- util["a" /* default */].ajax({ url: api["pb" /* loginUserInfo */] }).then(function (res) {
24837
+ util["a" /* default */].ajax({ url: api["qb" /* loginUserInfo */] }).then(function (res) {
24475
24838
  var status = res.status,
24476
24839
  data = res.data;
24477
24840
 
@@ -24574,7 +24937,7 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
24574
24937
  pendingId: this.pendingId
24575
24938
  };
24576
24939
  this.loading = util["a" /* default */].loading(this.$loading, '保存中...');
24577
- util["a" /* default */].ajax({ url: api["Yb" /* tempSave */], data: params, method: 'post' }).then(function (res) {
24940
+ util["a" /* default */].ajax({ url: api["Zb" /* tempSave */], data: params, method: 'post' }).then(function (res) {
24578
24941
  var status = res.status,
24579
24942
  message = res.message;
24580
24943
 
@@ -24680,7 +25043,7 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
24680
25043
  nodeId = _endFlowInfo.nodeId;
24681
25044
 
24682
25045
  var param = {
24683
- url: api["M" /* getFreeStartFlowParams */],
25046
+ url: api["N" /* getFreeStartFlowParams */],
24684
25047
  params: {
24685
25048
  businessId: businessId,
24686
25049
  processDefinitionId: processDefinitionId,
@@ -24880,7 +25243,7 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
24880
25243
  var _this20 = this;
24881
25244
 
24882
25245
  var params = {
24883
- url: api["nb" /* isCanStartSubFlow */],
25246
+ url: api["ob" /* isCanStartSubFlow */],
24884
25247
  data: {
24885
25248
  appId: this.taskExamineInfo.appId,
24886
25249
  inevitableNode: res.inevitableNode
@@ -24990,7 +25353,7 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
24990
25353
  this.$confirm('确认' + res.value + '?').then(function () {
24991
25354
  // return this.$message.warning('请填写意见');
24992
25355
  var params = {
24993
- url: api["Bb" /* rejectAndEnd */],
25356
+ url: api["Cb" /* rejectAndEnd */],
24994
25357
  headers: { Accept: 'application/json,text/plain' },
24995
25358
  method: 'post',
24996
25359
  data: {
@@ -25061,7 +25424,7 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
25061
25424
  pendingId: this.pendingId,
25062
25425
  businessId: this.businessIds
25063
25426
  };
25064
- util["a" /* default */].ajax({ url: api["Q" /* getNodeInfo */], params: params }).then(function (res) {
25427
+ util["a" /* default */].ajax({ url: api["R" /* getNodeInfo */], params: params }).then(function (res) {
25065
25428
  var status = res.status,
25066
25429
  message = res.message,
25067
25430
  data = res.data;
@@ -25339,7 +25702,7 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
25339
25702
  pendingId: this.pendingId,
25340
25703
  userId: util["a" /* default */].getStorage('userId')
25341
25704
  };
25342
- util["a" /* default */].ajax({ url: api["N" /* getHandleInfoHtml */], params: params }).then(function (res) {
25705
+ util["a" /* default */].ajax({ url: api["O" /* getHandleInfoHtml */], params: params }).then(function (res) {
25343
25706
  //pc返回数据
25344
25707
 
25345
25708
  _this29.loading.close();
@@ -25422,7 +25785,7 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
25422
25785
  _this29.foreignOrgSelectorParams.roleid = _this29.circularReadParamsMap.circularReadOrgRoleCode;
25423
25786
  }
25424
25787
  _this29.currentOrgName = currentOrgName;
25425
- _this29.nextOperateCheckType = nextOperateCheckType;
25788
+ _this29.nextOperateCheckType = nextOperateCheckType || 'select';
25426
25789
  _this29.currentNodeIsCircularReadNode = nodeInfoMap.nodeExtAttr.currentNodeIsCircularReadNode == 1;
25427
25790
 
25428
25791
  _this29.readOnlyNotificationType = readOnlyNotificationType;
@@ -25684,7 +26047,7 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
25684
26047
  hideTempSave: true
25685
26048
  }, this.param);
25686
26049
  this.loading = util["a" /* default */].loading(this.$loading, '加载中...');
25687
- util["a" /* default */].ajax({ url: api["W" /* getProcessDefList */], params: params }).then(function (res) {
26050
+ util["a" /* default */].ajax({ url: api["X" /* getProcessDefList */], params: params }).then(function (res) {
25688
26051
  var status = res.status,
25689
26052
  message = res.message,
25690
26053
  data = res.data;
@@ -25745,7 +26108,7 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
25745
26108
  userId: util["a" /* default */].getStorage('userId'),
25746
26109
  type: 2
25747
26110
  };
25748
- util["a" /* default */].ajax({ url: api["sb" /* pendedhistoryList */], data: params, method: 'post' }).then(function (res) {
26111
+ util["a" /* default */].ajax({ url: api["tb" /* pendedhistoryList */], data: params, method: 'post' }).then(function (res) {
25749
26112
  var rCode = res.rCode,
25750
26113
  msg = res.msg,
25751
26114
  results = res.results;
@@ -26059,7 +26422,7 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
26059
26422
  if (!currentNodeEnableItemHandleDescription) {
26060
26423
  delete params.nextItemHandleDescription;
26061
26424
  }
26062
- return _context.abrupt('return', util["a" /* default */].ajax({ url: api["Ob" /* taskHandleHtml */], method: 'post', data: params }).then(function (res) {
26425
+ return _context.abrupt('return', util["a" /* default */].ajax({ url: api["Pb" /* taskHandleHtml */], method: 'post', data: params }).then(function (res) {
26063
26426
  var status = res.status,
26064
26427
  message = res.message;
26065
26428