eoss-ui 0.7.11 → 0.7.12

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 +709 -353
  11. package/lib/flow-group.js +107 -101
  12. package/lib/flow-list.js +116 -109
  13. package/lib/flow.js +552 -189
  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 +19 -2
  53. package/packages/login/src/resetPassword.vue +3 -8
  54. package/src/config/api.js +8 -1
  55. package/src/index.js +1 -1
@@ -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 */
@@ -8361,7 +8367,7 @@ var checkbox_group_src_mainvue_type_script_lang_js_extends = Object.assign || fu
8361
8367
  },
8362
8368
  findCode: function findCode() {
8363
8369
  if (this.service) {
8364
- return '/' + this.service + api["L" /* getDictList */];
8370
+ return '/' + this.service + api["M" /* getDictList */];
8365
8371
  }
8366
8372
  return api["A" /* findSysCode */];
8367
8373
  }
@@ -10802,7 +10808,7 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
10802
10808
  },
10803
10809
  findCode: function findCode() {
10804
10810
  if (this.service) {
10805
- return '/' + this.service + api["L" /* getDictList */];
10811
+ return '/' + this.service + api["M" /* getDictList */];
10806
10812
  }
10807
10813
  return api["A" /* findSysCode */];
10808
10814
  }
@@ -12139,7 +12145,7 @@ var pageView = utils_util["a" /* default */].getParams('pageView');
12139
12145
  },
12140
12146
  findCode: function findCode() {
12141
12147
  if (this.service) {
12142
- return '/' + this.service + api["L" /* getDictList */];
12148
+ return '/' + this.service + api["M" /* getDictList */];
12143
12149
  }
12144
12150
  return api["A" /* findSysCode */];
12145
12151
  },
@@ -14943,7 +14949,7 @@ var mainvue_type_script_lang_js_components;
14943
14949
  },
14944
14950
  findCode: function findCode() {
14945
14951
  if (this.service) {
14946
- return '/' + this.service + api["L" /* getDictList */];
14952
+ return '/' + this.service + api["M" /* getDictList */];
14947
14953
  }
14948
14954
  return api["A" /* findSysCode */];
14949
14955
  }
@@ -27186,8 +27192,8 @@ form_src_main.install = function (Vue) {
27186
27192
  };
27187
27193
 
27188
27194
  /* harmony default export */ var packages_form = (form_src_main);
27189
- // 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&
27190
- var mainvue_type_template_id_2db06a0a_render = function () {
27195
+ // 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=1bef3500&
27196
+ var mainvue_type_template_id_1bef3500_render = function () {
27191
27197
  var _vm = this
27192
27198
  var _h = _vm.$createElement
27193
27199
  var _c = _vm._self._c || _h
@@ -27452,6 +27458,15 @@ var mainvue_type_template_id_2db06a0a_render = function () {
27452
27458
  },
27453
27459
  },
27454
27460
  })
27461
+ : _vm.typeCode == "freeCirculation"
27462
+ ? _c("FreeCirculation", {
27463
+ attrs: {
27464
+ appId: _vm.resetAppId,
27465
+ params: _vm.param,
27466
+ formLabelPosition: _vm.formLabelPosition,
27467
+ simpleTips: _vm.simpleTips,
27468
+ },
27469
+ })
27455
27470
  : _vm.typeCode == "supervise"
27456
27471
  ? _c("Supervise", {
27457
27472
  attrs: {
@@ -27695,6 +27710,7 @@ var mainvue_type_template_id_2db06a0a_render = function () {
27695
27710
  multiple: "",
27696
27711
  mix: "",
27697
27712
  disableds: _vm.otherOrgDisabledObjId,
27713
+ where: { filid: "other" },
27698
27714
  types: _vm.foreignOrgSelectorTabs,
27699
27715
  params: _vm.foreignOrgSelectorParams,
27700
27716
  },
@@ -28659,6 +28675,9 @@ var mainvue_type_template_id_2db06a0a_render = function () {
28659
28675
  _vm.nextOtherOrgObjSelect,
28660
28676
  multiple: "",
28661
28677
  mix: "",
28678
+ where: {
28679
+ filid: "other",
28680
+ },
28662
28681
  disableds:
28663
28682
  _vm.otherOrgDisabledObjId,
28664
28683
  types:
@@ -30073,11 +30092,11 @@ var mainvue_type_template_id_2db06a0a_render = function () {
30073
30092
  )
30074
30093
  : _vm._e()
30075
30094
  }
30076
- var mainvue_type_template_id_2db06a0a_staticRenderFns = []
30077
- mainvue_type_template_id_2db06a0a_render._withStripped = true
30095
+ var mainvue_type_template_id_1bef3500_staticRenderFns = []
30096
+ mainvue_type_template_id_1bef3500_render._withStripped = true
30078
30097
 
30079
30098
 
30080
- // CONCATENATED MODULE: ./packages/flow/src/main.vue?vue&type=template&id=2db06a0a&
30099
+ // CONCATENATED MODULE: ./packages/flow/src/main.vue?vue&type=template&id=1bef3500&
30081
30100
 
30082
30101
  // CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./packages/flow/src/component/CommonOpinions.vue?vue&type=template&id=19364a89&
30083
30102
  var CommonOpinionsvue_type_template_id_19364a89_render = function () {
@@ -31066,7 +31085,7 @@ var CommonOpinionsvue_type_script_lang_js_components;
31066
31085
  }
31067
31086
  this.loading = utils_util["a" /* default */].loading(this.$loading, '提交中...');
31068
31087
  utils_util["a" /* default */].ajax({
31069
- url: data.id ? api["sc" /* updateCommonOpinion */] : api["Db" /* saveCommonOpinion */],
31088
+ url: data.id ? api["uc" /* updateCommonOpinion */] : api["Eb" /* saveCommonOpinion */],
31070
31089
  data: info,
31071
31090
  header: { 'Content-Type': 'multipart/form-data' },
31072
31091
  method: 'post'
@@ -32243,7 +32262,7 @@ var selectUservue_type_script_lang_js_extends = Object.assign || function (targe
32243
32262
  classify: true,
32244
32263
  newOptions: [],
32245
32264
  newSelectUserList: [],
32246
- url: api["gb" /* handleInfo */],
32265
+ url: api["hb" /* handleInfo */],
32247
32266
  newCheckboxList: [],
32248
32267
  newPresetEdit: 0,
32249
32268
  newMultiple: false,
@@ -32372,7 +32391,7 @@ var selectUservue_type_script_lang_js_extends = Object.assign || function (targe
32372
32391
  if (query !== '') {
32373
32392
  this.searchLoading = true;
32374
32393
  utils_util["a" /* default */].ajax({
32375
- url: api["gb" /* handleInfo */],
32394
+ url: api["hb" /* handleInfo */],
32376
32395
  params: { searchKey: query, query: query, type: 'user' }
32377
32396
  }).then(function (res) {
32378
32397
  var status = res.status,
@@ -32787,7 +32806,7 @@ var CustomPresetvue_type_script_lang_js_components;
32787
32806
  nextNodeId: nodeId,
32788
32807
  businessId: this.id
32789
32808
  };
32790
- utils_util["a" /* default */].ajax({ url: api["Q" /* getNodeInfo */], params: params }).then(function (res) {
32809
+ utils_util["a" /* default */].ajax({ url: api["R" /* getNodeInfo */], params: params }).then(function (res) {
32791
32810
  var status = res.status,
32792
32811
  message = res.message,
32793
32812
  _res$data = res.data,
@@ -32885,7 +32904,7 @@ var CustomPresetvue_type_script_lang_js_components;
32885
32904
 
32886
32905
  isNoStart && (this.newPresetList = []);
32887
32906
  var params = {
32888
- url: api["U" /* getPresetCustomInfo */],
32907
+ url: api["V" /* getPresetCustomInfo */],
32889
32908
  data: {
32890
32909
  nodeId: nodeId,
32891
32910
  processDefinitionId: processDefinitionId ? processDefinitionId : this.newProcessDefinitionId
@@ -33239,7 +33258,7 @@ var Presetvue_type_script_lang_js_components;
33239
33258
  nodeId = this.nodeId;
33240
33259
 
33241
33260
  var params = {
33242
- url: api["V" /* getPresetNodeInfo */],
33261
+ url: api["W" /* getPresetNodeInfo */],
33243
33262
  data: {
33244
33263
  nextNodeId: nextNodeId,
33245
33264
  processDefinitionId: processDefinitionId,
@@ -34007,7 +34026,7 @@ var processFormvue_type_script_lang_js_components;
34007
34026
  if (mainConfig) {
34008
34027
  this.userModel = JSON.parse(mainConfig).userModel;
34009
34028
  } else {
34010
- utils_util["a" /* default */].ajax({ url: api["pb" /* loginUserInfo */] }).then(function (res) {
34029
+ utils_util["a" /* default */].ajax({ url: api["qb" /* loginUserInfo */] }).then(function (res) {
34011
34030
  var status = res.status,
34012
34031
  data = res.data;
34013
34032
 
@@ -34152,7 +34171,7 @@ var processFormvue_type_script_lang_js_components;
34152
34171
  if (!this.showBtn) {
34153
34172
  params.openMode = 'samepage';
34154
34173
  }
34155
- utils_util["a" /* default */].ajax({ url: api["S" /* getNotificationMsg */], params: params, methods: 'post' }).then(function (res) {
34174
+ utils_util["a" /* default */].ajax({ url: api["T" /* getNotificationMsg */], params: params, methods: 'post' }).then(function (res) {
34156
34175
  if (res.status === 'success') {
34157
34176
  if (!_this4.showBtn) {
34158
34177
  _this4.oldMessage = res.message;
@@ -34269,7 +34288,7 @@ var processFormvue_type_script_lang_js_components;
34269
34288
  delete params.businessId;
34270
34289
  }
34271
34290
  utils_util["a" /* default */].ajax({
34272
- url: _this5.isFreeStartFlow ? api["F" /* freeStartFlowWithSubmitTask */] : _this5.formType == 'readTransfer' ? api["Kb" /* startReadTransferHandleFlowWithTaskReadEnd */] : _this5.copyHistory ? api["E" /* freeStartFlow */] : api["Ab" /* register */],
34291
+ url: _this5.isFreeStartFlow ? api["F" /* freeStartFlowWithSubmitTask */] : _this5.formType == 'readTransfer' ? api["Lb" /* startReadTransferHandleFlowWithTaskReadEnd */] : _this5.copyHistory ? api["E" /* freeStartFlow */] : api["Bb" /* register */],
34273
34292
  method: 'post',
34274
34293
  data: params
34275
34294
  }).then(function (res) {
@@ -34311,7 +34330,7 @@ var processFormvue_type_script_lang_js_components;
34311
34330
  businessId: this.id,
34312
34331
  userId: utils_util["a" /* default */].getStorage('userId')
34313
34332
  };
34314
- utils_util["a" /* default */].ajax({ url: api["Q" /* getNodeInfo */], params: params }).then(function (res) {
34333
+ utils_util["a" /* default */].ajax({ url: api["R" /* getNodeInfo */], params: params }).then(function (res) {
34315
34334
  var status = res.status,
34316
34335
  message = res.message,
34317
34336
  _res$data = res.data,
@@ -34497,7 +34516,7 @@ var processFormvue_type_script_lang_js_components;
34497
34516
  businessId: this.businessId
34498
34517
  };
34499
34518
  // 获取节点
34500
- utils_util["a" /* default */].ajax({ url: api["cc" /* toStartFlow */], params: params }).then(function (res) {
34519
+ utils_util["a" /* default */].ajax({ url: api["ec" /* toStartFlow */], params: params }).then(function (res) {
34501
34520
  //pc接口返回数据处理
34502
34521
  var status = res.status,
34503
34522
  message = res.message,
@@ -34618,8 +34637,8 @@ var processForm_component = normalizeComponent(
34618
34637
  )
34619
34638
 
34620
34639
  /* harmony default export */ var processForm = (processForm_component.exports);
34621
- // 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&
34622
- var FileListvue_type_template_id_1258a45c_render = function () {
34640
+ // 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&
34641
+ var FileListvue_type_template_id_5fab888a_render = function () {
34623
34642
  var _vm = this
34624
34643
  var _h = _vm.$createElement
34625
34644
  var _c = _vm._self._c || _h
@@ -34652,11 +34671,11 @@ var FileListvue_type_template_id_1258a45c_render = function () {
34652
34671
  1
34653
34672
  )
34654
34673
  }
34655
- var FileListvue_type_template_id_1258a45c_staticRenderFns = []
34656
- FileListvue_type_template_id_1258a45c_render._withStripped = true
34674
+ var FileListvue_type_template_id_5fab888a_staticRenderFns = []
34675
+ FileListvue_type_template_id_5fab888a_render._withStripped = true
34657
34676
 
34658
34677
 
34659
- // CONCATENATED MODULE: ./packages/flow/src/component/FileList.vue?vue&type=template&id=1258a45c&
34678
+ // CONCATENATED MODULE: ./packages/flow/src/component/FileList.vue?vue&type=template&id=5fab888a&
34660
34679
 
34661
34680
  // CONCATENATED MODULE: ./node_modules/babel-loader/lib!./node_modules/vue-loader/lib??vue-loader-options!./packages/flow/src/component/FileList.vue?vue&type=script&lang=js&
34662
34681
  //
@@ -34720,6 +34739,7 @@ FileListvue_type_template_id_1258a45c_render._withStripped = true
34720
34739
  },
34721
34740
  mounted: function mounted() {
34722
34741
  this.$refs.upload;
34742
+ console.log(this.$refs.upload);
34723
34743
  },
34724
34744
 
34725
34745
  methods: {
@@ -34768,8 +34788,8 @@ FileListvue_type_template_id_1258a45c_render._withStripped = true
34768
34788
 
34769
34789
  var FileList_component = normalizeComponent(
34770
34790
  component_FileListvue_type_script_lang_js_,
34771
- FileListvue_type_template_id_1258a45c_render,
34772
- FileListvue_type_template_id_1258a45c_staticRenderFns,
34791
+ FileListvue_type_template_id_5fab888a_render,
34792
+ FileListvue_type_template_id_5fab888a_staticRenderFns,
34773
34793
  false,
34774
34794
  null,
34775
34795
  null,
@@ -35148,7 +35168,7 @@ SendMsgvue_type_template_id_511ef65e_render._withStripped = true
35148
35168
  notificationType = _sendInfo.notificationType;
35149
35169
 
35150
35170
  var params = {
35151
- url: api["Jb" /* sendMsg */],
35171
+ url: api["Kb" /* sendMsg */],
35152
35172
  headers: { Accept: 'application/json,text/plain' },
35153
35173
  method: 'post',
35154
35174
  data: {
@@ -35210,7 +35230,7 @@ SendMsgvue_type_template_id_511ef65e_render._withStripped = true
35210
35230
 
35211
35231
  this.loading = true;
35212
35232
  utils_util["a" /* default */].ajax({
35213
- url: api["bc" /* toSendMsg */],
35233
+ url: api["dc" /* toSendMsg */],
35214
35234
  params: { pendingId: this.$attrs.pendingId }
35215
35235
  }).then(function (res) {
35216
35236
  var status = res.status,
@@ -36101,7 +36121,7 @@ processRejectvue_type_template_id_a73fd96a_render._withStripped = true
36101
36121
  userId: utils_util["a" /* default */].getStorage('userId'),
36102
36122
  nextNodeId: _this2.nextNode.nextNodeId
36103
36123
  };
36104
- utils_util["a" /* default */].ajax({ url: api["Rb" /* taskRejectHtml */], method: 'post', data: params }).then(function (res) {
36124
+ utils_util["a" /* default */].ajax({ url: api["Sb" /* taskRejectHtml */], method: 'post', data: params }).then(function (res) {
36105
36125
  var status = res.status,
36106
36126
  message = res.message;
36107
36127
 
@@ -36166,7 +36186,7 @@ processRejectvue_type_template_id_a73fd96a_render._withStripped = true
36166
36186
  isSinglePage: false,
36167
36187
  opinion: this.option
36168
36188
  };
36169
- utils_util["a" /* default */].ajax({ url: api["gc" /* toTaskRejectHtml */], params: params }).then(function (res) {
36189
+ utils_util["a" /* default */].ajax({ url: api["ic" /* toTaskRejectHtml */], params: params }).then(function (res) {
36170
36190
  _this4.loading = false;
36171
36191
  if (res.status === 'success') {
36172
36192
  var _res$data = res.data,
@@ -36957,7 +36977,7 @@ var startTaskReadvue_type_script_lang_js_components;
36957
36977
  } else {
36958
36978
  params.appId = this.readParams.appId;
36959
36979
  }
36960
- utils_util["a" /* default */].ajax({ url: api["S" /* getNotificationMsg */], params: params, methods: 'post' }).then(function (res) {
36980
+ utils_util["a" /* default */].ajax({ url: api["T" /* getNotificationMsg */], params: params, methods: 'post' }).then(function (res) {
36961
36981
  if (res.status === 'success') {
36962
36982
  _this.newsNoice = res.message;
36963
36983
  }
@@ -36976,7 +36996,7 @@ var startTaskReadvue_type_script_lang_js_components;
36976
36996
  taskExamine = this.taskExamine;
36977
36997
 
36978
36998
  var params = {
36979
- url: api["mc" /* toTaskTransferIndex */],
36999
+ url: api["oc" /* toTaskTransferIndex */],
36980
37000
  params: {
36981
37001
  opinion: opinion,
36982
37002
  pendingId: pendingId,
@@ -37101,7 +37121,7 @@ var startTaskReadvue_type_script_lang_js_components;
37101
37121
  var _this4 = this;
37102
37122
 
37103
37123
  var params = {
37104
- url: api["dc" /* toStartTaskRead */],
37124
+ url: api["fc" /* toStartTaskRead */],
37105
37125
  params: startTaskReadvue_type_script_lang_js_extends({
37106
37126
  pendingId: this.pendingId,
37107
37127
  taskAction: this.type
@@ -37197,7 +37217,7 @@ var startTaskReadvue_type_script_lang_js_components;
37197
37217
  type = this.type;
37198
37218
 
37199
37219
  var params = {
37200
- url: api["Vb" /* taskTransfer */],
37220
+ url: api["Wb" /* taskTransfer */],
37201
37221
  data: {
37202
37222
  choiceDeptId: choiceDeptId,
37203
37223
  choiceOrgId: choiceOrgId,
@@ -37300,7 +37320,7 @@ var startTaskReadvue_type_script_lang_js_components;
37300
37320
  }
37301
37321
  delete _this8.configInfo.taskExamine.taskExamineParam;
37302
37322
  utils_util["a" /* default */].ajax({
37303
- url: api["Pb" /* taskReadHtml */],
37323
+ url: api["Qb" /* taskReadHtml */],
37304
37324
  params: { taskAction: _this8.type },
37305
37325
  headers: {
37306
37326
  Accept: 'application/json,text/plain'
@@ -38267,7 +38287,7 @@ var resetvue_type_script_lang_js_components;
38267
38287
  if (mainConfig) {
38268
38288
  this.userModel = JSON.parse(mainConfig).userModel;
38269
38289
  } else {
38270
- utils_util["a" /* default */].ajax({ url: api["pb" /* loginUserInfo */] }).then(function (res) {
38290
+ utils_util["a" /* default */].ajax({ url: api["qb" /* loginUserInfo */] }).then(function (res) {
38271
38291
  var status = res.status,
38272
38292
  data = res.data;
38273
38293
 
@@ -38390,7 +38410,7 @@ var resetvue_type_script_lang_js_components;
38390
38410
  nodeId: this.nextNode.nextNode,
38391
38411
  businessId: this.taskExamine.businessId
38392
38412
  };
38393
- utils_util["a" /* default */].ajax({ url: api["S" /* getNotificationMsg */], params: params, methods: 'post' }).then(function (res) {
38413
+ utils_util["a" /* default */].ajax({ url: api["T" /* getNotificationMsg */], params: params, methods: 'post' }).then(function (res) {
38394
38414
  if (res.status === 'success') {
38395
38415
  _this3.nextNode.noticeInfo = res.message;
38396
38416
  }
@@ -38480,7 +38500,7 @@ var resetvue_type_script_lang_js_components;
38480
38500
  }
38481
38501
  if (_this4.activeNames != '1') delete params.customPresetUserJson;
38482
38502
  utils_util["a" /* default */].ajax({
38483
- url: _this4.type == 'reset' ? api["Cb" /* resetProcess */] : api["Nb" /* taskContinuation */],
38503
+ url: _this4.type == 'reset' ? api["Db" /* resetProcess */] : api["Ob" /* taskContinuation */],
38484
38504
  method: 'post',
38485
38505
  data: params
38486
38506
  }).then(function (res) {
@@ -38514,7 +38534,7 @@ var resetvue_type_script_lang_js_components;
38514
38534
  businessId: this.taskExamine.businessId,
38515
38535
  pendingId: this.taskExamine.pendingId
38516
38536
  };
38517
- utils_util["a" /* default */].ajax({ url: api["Q" /* getNodeInfo */], params: params }).then(function (res) {
38537
+ utils_util["a" /* default */].ajax({ url: api["R" /* getNodeInfo */], params: params }).then(function (res) {
38518
38538
  var status = res.status,
38519
38539
  message = res.message,
38520
38540
  _res$data = res.data,
@@ -38687,7 +38707,7 @@ var resetvue_type_script_lang_js_components;
38687
38707
  var _this7 = this;
38688
38708
 
38689
38709
  var params = {
38690
- url: this.type == 'continuation' ? api["fc" /* toTaskContinuationIndex */] : api["ac" /* toResetProcessIndex */],
38710
+ url: this.type == 'continuation' ? api["hc" /* toTaskContinuationIndex */] : api["cc" /* toResetProcessIndex */],
38691
38711
  params: resetvue_type_script_lang_js_extends({
38692
38712
  appId: this.appId
38693
38713
  }, this.flowParams)
@@ -38794,8 +38814,8 @@ var reset_component = normalizeComponent(
38794
38814
  )
38795
38815
 
38796
38816
  /* harmony default export */ var src_reset = (reset_component.exports);
38797
- // 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&
38798
- var taskUnionExaminevue_type_template_id_6c2affc4_render = function () {
38817
+ // 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&
38818
+ var taskUnionExaminevue_type_template_id_8bdea5e4_render = function () {
38799
38819
  var _vm = this
38800
38820
  var _h = _vm.$createElement
38801
38821
  var _c = _vm._self._c || _h
@@ -38916,6 +38936,7 @@ var taskUnionExaminevue_type_template_id_6c2affc4_render = function () {
38916
38936
  _c("SelectUser", {
38917
38937
  attrs: {
38918
38938
  nextUser: _vm.infoList.nextOtherOrgObj,
38939
+ where: { filid: "other" },
38919
38940
  multiple: _vm.newMultiple,
38920
38941
  mix: _vm.otherMix,
38921
38942
  disableds: _vm.otherOrgDisabledObjId,
@@ -39053,11 +39074,11 @@ var taskUnionExaminevue_type_template_id_6c2affc4_render = function () {
39053
39074
  1
39054
39075
  )
39055
39076
  }
39056
- var taskUnionExaminevue_type_template_id_6c2affc4_staticRenderFns = []
39057
- taskUnionExaminevue_type_template_id_6c2affc4_render._withStripped = true
39077
+ var taskUnionExaminevue_type_template_id_8bdea5e4_staticRenderFns = []
39078
+ taskUnionExaminevue_type_template_id_8bdea5e4_render._withStripped = true
39058
39079
 
39059
39080
 
39060
- // CONCATENATED MODULE: ./packages/flow/src/component/taskUnionExamine.vue?vue&type=template&id=6c2affc4&
39081
+ // CONCATENATED MODULE: ./packages/flow/src/component/taskUnionExamine.vue?vue&type=template&id=8bdea5e4&
39061
39082
 
39062
39083
  // 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&
39063
39084
  var taskUnionExaminevue_type_script_lang_js_components;
@@ -39196,6 +39217,7 @@ var taskUnionExaminevue_type_script_lang_js_components;
39196
39217
  //
39197
39218
  //
39198
39219
  //
39220
+ //
39199
39221
 
39200
39222
 
39201
39223
 
@@ -39281,7 +39303,7 @@ var taskUnionExaminevue_type_script_lang_js_components;
39281
39303
  pendingId = this.pendingId;
39282
39304
 
39283
39305
  var params = {
39284
- url: api["Sb" /* taskReview */],
39306
+ url: api["Tb" /* taskReview */],
39285
39307
  data: {
39286
39308
  nextUserId: nextOtherOrgObj.join(','),
39287
39309
  notificationType: noticeType.join(','),
@@ -39317,7 +39339,7 @@ var taskUnionExaminevue_type_script_lang_js_components;
39317
39339
  var _this2 = this;
39318
39340
 
39319
39341
  var params = {
39320
- url: api["hc" /* toTaskReview */],
39342
+ url: api["jc" /* toTaskReview */],
39321
39343
  params: { pendingId: this.pendingId }
39322
39344
  };
39323
39345
  utils_util["a" /* default */].ajax(params).then(function (res) {
@@ -39353,7 +39375,7 @@ var taskUnionExaminevue_type_script_lang_js_components;
39353
39375
  var _this3 = this;
39354
39376
 
39355
39377
  var params = {
39356
- 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 */],
39378
+ 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 */],
39357
39379
  params: { pendingId: this.pendingId },
39358
39380
  headers: { Accept: 'application/json,text/plain' }
39359
39381
  };
@@ -39491,7 +39513,7 @@ var taskUnionExaminevue_type_script_lang_js_components;
39491
39513
  // if (this.type != 'startDraf' && this.type != 'unionSeal' && this.type != 'twoOfficesDispatch')
39492
39514
  // return this.$message.warning('暂未开放,敬请期待!');
39493
39515
  var param = {
39494
- 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 */],
39516
+ 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 */],
39495
39517
  data: {
39496
39518
  opinion: opinion,
39497
39519
  pendingId: pendingId,
@@ -39588,7 +39610,7 @@ var taskUnionExaminevue_type_script_lang_js_components;
39588
39610
  var params = {
39589
39611
  pendingId: this.pendingId
39590
39612
  };
39591
- utils_util["a" /* default */].ajax({ url: api["S" /* getNotificationMsg */], params: params, methods: 'post' }).then(function (res) {
39613
+ utils_util["a" /* default */].ajax({ url: api["T" /* getNotificationMsg */], params: params, methods: 'post' }).then(function (res) {
39592
39614
  if (res.status === 'success') {
39593
39615
  _this6.infoList.noticeInfo = res.message;
39594
39616
  }
@@ -39644,8 +39666,8 @@ var taskUnionExaminevue_type_script_lang_js_components;
39644
39666
 
39645
39667
  var taskUnionExamine_component = normalizeComponent(
39646
39668
  component_taskUnionExaminevue_type_script_lang_js_,
39647
- taskUnionExaminevue_type_template_id_6c2affc4_render,
39648
- taskUnionExaminevue_type_template_id_6c2affc4_staticRenderFns,
39669
+ taskUnionExaminevue_type_template_id_8bdea5e4_render,
39670
+ taskUnionExaminevue_type_template_id_8bdea5e4_staticRenderFns,
39649
39671
  false,
39650
39672
  null,
39651
39673
  null,
@@ -39654,8 +39676,8 @@ var taskUnionExamine_component = normalizeComponent(
39654
39676
  )
39655
39677
 
39656
39678
  /* harmony default export */ var taskUnionExamine = (taskUnionExamine_component.exports);
39657
- // 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&
39658
- var freeStartFlowvue_type_template_id_ee2c3da4_render = function () {
39679
+ // 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&
39680
+ var freeStartFlowvue_type_template_id_baa2efc4_render = function () {
39659
39681
  var _vm = this
39660
39682
  var _h = _vm.$createElement
39661
39683
  var _c = _vm._self._c || _h
@@ -40583,6 +40605,9 @@ var freeStartFlowvue_type_template_id_ee2c3da4_render = function () {
40583
40605
  _vm.nextOtherOrgObjSelect,
40584
40606
  multiple: "",
40585
40607
  mix: "",
40608
+ where: {
40609
+ filid: "other",
40610
+ },
40586
40611
  disableds:
40587
40612
  _vm.otherOrgDisabledObjId,
40588
40613
  types: ["enterprise"],
@@ -41738,11 +41763,11 @@ var freeStartFlowvue_type_template_id_ee2c3da4_render = function () {
41738
41763
  )
41739
41764
  : _vm._e()
41740
41765
  }
41741
- var freeStartFlowvue_type_template_id_ee2c3da4_staticRenderFns = []
41742
- freeStartFlowvue_type_template_id_ee2c3da4_render._withStripped = true
41766
+ var freeStartFlowvue_type_template_id_baa2efc4_staticRenderFns = []
41767
+ freeStartFlowvue_type_template_id_baa2efc4_render._withStripped = true
41743
41768
 
41744
41769
 
41745
- // CONCATENATED MODULE: ./packages/flow/src/freeStartFlow.vue?vue&type=template&id=ee2c3da4&
41770
+ // CONCATENATED MODULE: ./packages/flow/src/freeStartFlow.vue?vue&type=template&id=baa2efc4&
41746
41771
 
41747
41772
  // 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&
41748
41773
 
@@ -42502,6 +42527,7 @@ function freeStartFlowvue_type_script_lang_js_asyncToGenerator(fn) { return func
42502
42527
  //
42503
42528
  //
42504
42529
  //
42530
+ //
42505
42531
 
42506
42532
 
42507
42533
 
@@ -42842,7 +42868,7 @@ function freeStartFlowvue_type_script_lang_js_asyncToGenerator(fn) { return func
42842
42868
  var _this = this;
42843
42869
 
42844
42870
  var params = {
42845
- url: api["H" /* getAdjunctFileInfos */],
42871
+ url: api["I" /* getAdjunctFileInfos */],
42846
42872
  params: { ownId: ownId, code: code }
42847
42873
  };
42848
42874
  utils_util["a" /* default */].ajax(params).then(function (res) {
@@ -42930,7 +42956,7 @@ function freeStartFlowvue_type_script_lang_js_asyncToGenerator(fn) { return func
42930
42956
  taskAction: 'complete'
42931
42957
  };
42932
42958
  utils_util["a" /* default */].ajax({
42933
- url: api["Pb" /* taskReadHtml */],
42959
+ url: api["Qb" /* taskReadHtml */],
42934
42960
  params: { taskAction: 'complete' },
42935
42961
  headers: {
42936
42962
  Accept: 'application/json,text/plain'
@@ -42962,7 +42988,7 @@ function freeStartFlowvue_type_script_lang_js_asyncToGenerator(fn) { return func
42962
42988
 
42963
42989
  this.loading = utils_util["a" /* default */].loading(this.$loading, '加载中...');
42964
42990
  utils_util["a" /* default */].ajax({
42965
- url: api["ec" /* toStartTaskReadIndex */],
42991
+ url: api["gc" /* toStartTaskReadIndex */],
42966
42992
  params: { pendingId: this.pendingId }
42967
42993
  }).then(function (res) {
42968
42994
  var status = res.status,
@@ -42998,7 +43024,7 @@ function freeStartFlowvue_type_script_lang_js_asyncToGenerator(fn) { return func
42998
43024
  if (mainConfig) {
42999
43025
  this.userModel = JSON.parse(mainConfig).userModel;
43000
43026
  } else {
43001
- utils_util["a" /* default */].ajax({ url: api["pb" /* loginUserInfo */] }).then(function (res) {
43027
+ utils_util["a" /* default */].ajax({ url: api["qb" /* loginUserInfo */] }).then(function (res) {
43002
43028
  var status = res.status,
43003
43029
  data = res.data;
43004
43030
 
@@ -43100,7 +43126,7 @@ function freeStartFlowvue_type_script_lang_js_asyncToGenerator(fn) { return func
43100
43126
  pendingId: this.pendingId
43101
43127
  };
43102
43128
  this.loading = utils_util["a" /* default */].loading(this.$loading, '保存中...');
43103
- utils_util["a" /* default */].ajax({ url: api["Yb" /* tempSave */], params: params }).then(function (res) {
43129
+ utils_util["a" /* default */].ajax({ url: api["Zb" /* tempSave */], params: params }).then(function (res) {
43104
43130
  var status = res.status,
43105
43131
  message = res.message;
43106
43132
 
@@ -43206,7 +43232,7 @@ function freeStartFlowvue_type_script_lang_js_asyncToGenerator(fn) { return func
43206
43232
  nodeId = _endFlowInfo.nodeId;
43207
43233
 
43208
43234
  var param = {
43209
- url: api["M" /* getFreeStartFlowParams */],
43235
+ url: api["N" /* getFreeStartFlowParams */],
43210
43236
  params: {
43211
43237
  businessId: businessId,
43212
43238
  processDefinitionId: processDefinitionId,
@@ -43394,7 +43420,7 @@ function freeStartFlowvue_type_script_lang_js_asyncToGenerator(fn) { return func
43394
43420
  var _this15 = this;
43395
43421
 
43396
43422
  var params = {
43397
- url: api["nb" /* isCanStartSubFlow */],
43423
+ url: api["ob" /* isCanStartSubFlow */],
43398
43424
  data: {
43399
43425
  appId: this.taskExamineInfo.appId,
43400
43426
  inevitableNode: res.inevitableNode
@@ -43504,7 +43530,7 @@ function freeStartFlowvue_type_script_lang_js_asyncToGenerator(fn) { return func
43504
43530
  this.$confirm('确认' + res.value + '?').then(function () {
43505
43531
  // return this.$message.warning('请填写意见');
43506
43532
  var params = {
43507
- url: api["Bb" /* rejectAndEnd */],
43533
+ url: api["Cb" /* rejectAndEnd */],
43508
43534
  headers: { Accept: 'application/json,text/plain' },
43509
43535
  method: 'post',
43510
43536
  data: {
@@ -43574,7 +43600,7 @@ function freeStartFlowvue_type_script_lang_js_asyncToGenerator(fn) { return func
43574
43600
  pendingId: this.pendingId,
43575
43601
  businessId: this.businessIds
43576
43602
  };
43577
- utils_util["a" /* default */].ajax({ url: api["Q" /* getNodeInfo */], params: params }).then(function (res) {
43603
+ utils_util["a" /* default */].ajax({ url: api["R" /* getNodeInfo */], params: params }).then(function (res) {
43578
43604
  var status = res.status,
43579
43605
  message = res.message,
43580
43606
  data = res.data;
@@ -43824,7 +43850,7 @@ function freeStartFlowvue_type_script_lang_js_asyncToGenerator(fn) { return func
43824
43850
  pendingId: this.pendingId,
43825
43851
  userId: utils_util["a" /* default */].getStorage('userId')
43826
43852
  };
43827
- utils_util["a" /* default */].ajax({ url: api["N" /* getHandleInfoHtml */], params: params }).then(function (res) {
43853
+ utils_util["a" /* default */].ajax({ url: api["O" /* getHandleInfoHtml */], params: params }).then(function (res) {
43828
43854
  //pc返回数据
43829
43855
 
43830
43856
  _this24.loading.close();
@@ -44116,7 +44142,7 @@ function freeStartFlowvue_type_script_lang_js_asyncToGenerator(fn) { return func
44116
44142
  // onlyFlag: true
44117
44143
  };
44118
44144
  this.loading = utils_util["a" /* default */].loading(this.$loading, '加载中...');
44119
- utils_util["a" /* default */].ajax({ url: api["W" /* getProcessDefList */], params: params }).then(function (res) {
44145
+ utils_util["a" /* default */].ajax({ url: api["X" /* getProcessDefList */], params: params }).then(function (res) {
44120
44146
  var status = res.status,
44121
44147
  message = res.message,
44122
44148
  data = res.data;
@@ -44169,7 +44195,7 @@ function freeStartFlowvue_type_script_lang_js_asyncToGenerator(fn) { return func
44169
44195
  userId: utils_util["a" /* default */].getStorage('userId'),
44170
44196
  type: 2
44171
44197
  };
44172
- utils_util["a" /* default */].ajax({ url: api["sb" /* pendedhistoryList */], data: params, method: 'post' }).then(function (res) {
44198
+ utils_util["a" /* default */].ajax({ url: api["tb" /* pendedhistoryList */], data: params, method: 'post' }).then(function (res) {
44173
44199
  var rCode = res.rCode,
44174
44200
  msg = res.msg,
44175
44201
  results = res.results;
@@ -44365,7 +44391,7 @@ function freeStartFlowvue_type_script_lang_js_asyncToGenerator(fn) { return func
44365
44391
  params.isSubFlow = taskExamineInfo.isSubFlow;
44366
44392
  params.nodeId = taskExamineInfo.nodeId;
44367
44393
  params.needRetrialAuth = needRetrialAuth;
44368
- return _context.abrupt('return', utils_util["a" /* default */].ajax({ url: api["Ob" /* taskHandleHtml */], method: 'post', data: params }).then(function (res) {
44394
+ return _context.abrupt('return', utils_util["a" /* default */].ajax({ url: api["Pb" /* taskHandleHtml */], method: 'post', data: params }).then(function (res) {
44369
44395
  var status = res.status,
44370
44396
  message = res.message;
44371
44397
 
@@ -44446,8 +44472,8 @@ function freeStartFlowvue_type_script_lang_js_asyncToGenerator(fn) { return func
44446
44472
 
44447
44473
  var freeStartFlow_component = normalizeComponent(
44448
44474
  src_freeStartFlowvue_type_script_lang_js_,
44449
- freeStartFlowvue_type_template_id_ee2c3da4_render,
44450
- freeStartFlowvue_type_template_id_ee2c3da4_staticRenderFns,
44475
+ freeStartFlowvue_type_template_id_baa2efc4_render,
44476
+ freeStartFlowvue_type_template_id_baa2efc4_staticRenderFns,
44451
44477
  false,
44452
44478
  null,
44453
44479
  null,
@@ -44745,7 +44771,7 @@ var supervisevue_type_script_lang_js_extends = Object.assign || function (target
44745
44771
  pendingUserIds = _nextNode.pendingUserIds;
44746
44772
 
44747
44773
  var params = {
44748
- url: api["kc" /* toTaskSuperviseSub */],
44774
+ url: api["mc" /* toTaskSuperviseSub */],
44749
44775
  params: {
44750
44776
  userId: utils_util["a" /* default */].getStorage('userId'),
44751
44777
  urgeUserIds: pendingUserIds,
@@ -44771,7 +44797,7 @@ var supervisevue_type_script_lang_js_extends = Object.assign || function (target
44771
44797
 
44772
44798
  this.loading = utils_util["a" /* default */].loading(this.$loading, '加载中...');
44773
44799
  utils_util["a" /* default */].ajax({
44774
- url: api["jc" /* toTaskSupervise */],
44800
+ url: api["lc" /* toTaskSupervise */],
44775
44801
  params: {
44776
44802
  businessId: this.businessId,
44777
44803
  appId: this.appId,
@@ -44822,8 +44848,8 @@ var supervise_component = normalizeComponent(
44822
44848
  )
44823
44849
 
44824
44850
  /* harmony default export */ var supervise = (supervise_component.exports);
44825
- // 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&
44826
- var Circulatevue_type_template_id_3b7d0deb_render = function () {
44851
+ // 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&
44852
+ var Circulatevue_type_template_id_3d53fa6e_render = function () {
44827
44853
  var _vm = this
44828
44854
  var _h = _vm.$createElement
44829
44855
  var _c = _vm._self._c || _h
@@ -44883,6 +44909,7 @@ var Circulatevue_type_template_id_3b7d0deb_render = function () {
44883
44909
  attrs: {
44884
44910
  nextUser: _vm.infoList.nextOtherOrgObj,
44885
44911
  multiple: _vm.newMultiple,
44912
+ where: { filid: "other" },
44886
44913
  mix: "",
44887
44914
  types: ["enterprise", "filgroup"],
44888
44915
  params: _vm.otherParams,
@@ -45014,11 +45041,11 @@ var Circulatevue_type_template_id_3b7d0deb_render = function () {
45014
45041
  1
45015
45042
  )
45016
45043
  }
45017
- var Circulatevue_type_template_id_3b7d0deb_staticRenderFns = []
45018
- Circulatevue_type_template_id_3b7d0deb_render._withStripped = true
45044
+ var Circulatevue_type_template_id_3d53fa6e_staticRenderFns = []
45045
+ Circulatevue_type_template_id_3d53fa6e_render._withStripped = true
45019
45046
 
45020
45047
 
45021
- // CONCATENATED MODULE: ./packages/flow/src/component/Circulate.vue?vue&type=template&id=3b7d0deb&
45048
+ // CONCATENATED MODULE: ./packages/flow/src/component/Circulate.vue?vue&type=template&id=3d53fa6e&
45022
45049
 
45023
45050
  // 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&
45024
45051
  var Circulatevue_type_script_lang_js_components;
@@ -45110,6 +45137,7 @@ var Circulatevue_type_script_lang_js_components;
45110
45137
  //
45111
45138
  //
45112
45139
  //
45140
+ //
45113
45141
 
45114
45142
 
45115
45143
 
@@ -45254,6 +45282,7 @@ var Circulatevue_type_script_lang_js_components;
45254
45282
  data: {
45255
45283
  opinion: opinion,
45256
45284
  businessId: businessId,
45285
+
45257
45286
  processDefinitionId: processDefinitionId,
45258
45287
  nextOtherOrgObj: Array.isArray(nextOtherOrgObj) ? nextOtherOrgObj.join(',') : nextOtherOrgObj,
45259
45288
  nextCurrentOrgObj: Array.isArray(nextCurrentOrgObj) ? nextCurrentOrgObj.join(',') : nextCurrentOrgObj,
@@ -45368,7 +45397,7 @@ var Circulatevue_type_script_lang_js_components;
45368
45397
  if (!this.showBtn) {
45369
45398
  params.openMode = 'samepage';
45370
45399
  }
45371
- utils_util["a" /* default */].ajax({ url: api["S" /* getNotificationMsg */], params: params, methods: 'post' }).then(function (res) {
45400
+ utils_util["a" /* default */].ajax({ url: api["T" /* getNotificationMsg */], params: params, methods: 'post' }).then(function (res) {
45372
45401
  if (res.status === 'success') {
45373
45402
  if (!_this3.showBtn) {
45374
45403
  _this3.oldMessage = res.message;
@@ -45429,8 +45458,8 @@ var Circulatevue_type_script_lang_js_components;
45429
45458
 
45430
45459
  var Circulate_component = normalizeComponent(
45431
45460
  component_Circulatevue_type_script_lang_js_,
45432
- Circulatevue_type_template_id_3b7d0deb_render,
45433
- Circulatevue_type_template_id_3b7d0deb_staticRenderFns,
45461
+ Circulatevue_type_template_id_3d53fa6e_render,
45462
+ Circulatevue_type_template_id_3d53fa6e_staticRenderFns,
45434
45463
  false,
45435
45464
  null,
45436
45465
  null,
@@ -45439,6 +45468,329 @@ var Circulate_component = normalizeComponent(
45439
45468
  )
45440
45469
 
45441
45470
  /* harmony default export */ var Circulate = (Circulate_component.exports);
45471
+ // 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&
45472
+ var FreeCirculationvue_type_template_id_521e2326_render = function () {
45473
+ var _vm = this
45474
+ var _h = _vm.$createElement
45475
+ var _c = _vm._self._c || _h
45476
+ return _c(
45477
+ "div",
45478
+ [
45479
+ _c(
45480
+ "el-form",
45481
+ {
45482
+ ref: "nextNode",
45483
+ staticClass: "demo-dynamic",
45484
+ attrs: {
45485
+ model: _vm.nextNode,
45486
+ "label-width": "120px",
45487
+ "label-position": _vm.formLabelPosition,
45488
+ },
45489
+ },
45490
+ [
45491
+ _c(
45492
+ "el-form-item",
45493
+ { attrs: { prop: "nextCurrentOrgObj", label: "本单位" } },
45494
+ [
45495
+ _c("SelectUser", {
45496
+ attrs: {
45497
+ nextUser: _vm.nextCurrentOrgObjSelect,
45498
+ multiple: "",
45499
+ mix: "",
45500
+ disableds: _vm.currentOrgDisabledObjId,
45501
+ types: _vm.currentOrgSelectorTabs,
45502
+ params: _vm.currentOrgSelectorParams,
45503
+ },
45504
+ on: {
45505
+ change: function ($event) {
45506
+ _vm.disposeAppUnit($event, "nextCurrentOrgObjSelect")
45507
+ },
45508
+ },
45509
+ }),
45510
+ ],
45511
+ 1
45512
+ ),
45513
+ _vm.showOther
45514
+ ? _c(
45515
+ "el-form-item",
45516
+ { attrs: { prop: "nextOtherOrgObj", label: "外单位" } },
45517
+ [
45518
+ _c("SelectUser", {
45519
+ attrs: {
45520
+ nextUser: _vm.nextOtherOrgObjSelect,
45521
+ multiple: "",
45522
+ mix: "",
45523
+ disableds: _vm.otherOrgDisabledObjId,
45524
+ where: { filid: "other" },
45525
+ types: _vm.foreignOrgSelectorTabs,
45526
+ params: _vm.foreignOrgSelectorParams,
45527
+ },
45528
+ on: {
45529
+ change: function ($event) {
45530
+ _vm.disposeAppUnit($event, "nextOtherOrgObjSelect")
45531
+ },
45532
+ },
45533
+ }),
45534
+ ],
45535
+ 1
45536
+ )
45537
+ : _vm._e(),
45538
+ ],
45539
+ 1
45540
+ ),
45541
+ _c(
45542
+ "div",
45543
+ { staticStyle: { "text-align": "right" } },
45544
+ [
45545
+ _c(
45546
+ "el-button",
45547
+ {
45548
+ attrs: { type: "primary", size: "small" },
45549
+ on: { click: _vm.subMit },
45550
+ },
45551
+ [_vm._v(" 确定 ")]
45552
+ ),
45553
+ _c(
45554
+ "el-button",
45555
+ { attrs: { size: "small" }, on: { click: _vm.quit } },
45556
+ [_vm._v(" 取消 ")]
45557
+ ),
45558
+ ],
45559
+ 1
45560
+ ),
45561
+ ],
45562
+ 1
45563
+ )
45564
+ }
45565
+ var FreeCirculationvue_type_template_id_521e2326_staticRenderFns = []
45566
+ FreeCirculationvue_type_template_id_521e2326_render._withStripped = true
45567
+
45568
+
45569
+ // CONCATENATED MODULE: ./packages/flow/src/component/FreeCirculation.vue?vue&type=template&id=521e2326&
45570
+
45571
+ // 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&
45572
+ //
45573
+ //
45574
+ //
45575
+ //
45576
+ //
45577
+ //
45578
+ //
45579
+ //
45580
+ //
45581
+ //
45582
+ //
45583
+ //
45584
+ //
45585
+ //
45586
+ //
45587
+ //
45588
+ //
45589
+ //
45590
+ //
45591
+ //
45592
+ //
45593
+ //
45594
+ //
45595
+ //
45596
+ //
45597
+ //
45598
+ //
45599
+ //
45600
+ //
45601
+ //
45602
+ //
45603
+ //
45604
+ //
45605
+ //
45606
+ //
45607
+ //
45608
+ //
45609
+ //
45610
+ //
45611
+ //
45612
+
45613
+
45614
+
45615
+
45616
+ /* harmony default export */ var FreeCirculationvue_type_script_lang_js_ = ({
45617
+ components: { SelectUser: selectUser },
45618
+ props: {
45619
+ formLabelPosition: {
45620
+ type: String,
45621
+ default: 'left'
45622
+ },
45623
+ params: {
45624
+ type: Object,
45625
+ default: function _default() {}
45626
+ },
45627
+ appId: {
45628
+ type: String,
45629
+ default: ''
45630
+ },
45631
+ showOther: { type: Boolean, default: true }
45632
+ },
45633
+ data: function data() {
45634
+ return {
45635
+ currentOrgDisabledObjId: [],
45636
+ otherOrgDisabledObjId: [],
45637
+ nextCurrentOrgObjSelect: [],
45638
+ currentNodeIsCircularReadNode: false,
45639
+ simpleTips: true,
45640
+ subProcessColumns: [],
45641
+ nextOtherOrgObjSelect: [],
45642
+ nextNode: {},
45643
+ currentOrgSelectorParams: {
45644
+ filid: JSON.parse(utils_util["a" /* default */].getStorage('mainConfig')).userModel.orgId
45645
+ },
45646
+ currentOrgSelectorTabs: ['employee', 'persongroup'],
45647
+ foreignOrgSelectorTabs: ['enterprise', 'filgroupobj'],
45648
+ foreignOrgSelectorParams: { filid: 'other', roleid: '', nofilid: 1 },
45649
+ loading: null
45650
+ };
45651
+ },
45652
+ mounted: function mounted() {
45653
+ this.getFreeTaskCircularRead();
45654
+ },
45655
+
45656
+ methods: {
45657
+ quit: function quit() {
45658
+ this.$emit('cancel');
45659
+ },
45660
+ subMit: function subMit() {
45661
+ var _this = this;
45662
+
45663
+ if (!this.nextNode.nextCurrentOrgObj && !this.nextNode.nextOtherOrgObj) return this.$message.warning('请选择下步办理对象!');
45664
+ var param = {
45665
+ url: api["G" /* freeTaskCircularRead */],
45666
+ data: {
45667
+ appId: this.appId || this.params.appId,
45668
+ nextCurrentOrgObj: this.nextNode.nextCurrentOrgObj,
45669
+ nextOtherOrgObj: this.nextNode.nextOtherOrgObj || ''
45670
+ },
45671
+ method: 'post'
45672
+ };
45673
+ this.loading = utils_util["a" /* default */].loading(this.$loading, '加载中...');
45674
+ utils_util["a" /* default */].ajax(param).then(function (res) {
45675
+ if (res.rCode == 0 || res.status == 'success') {
45676
+ _this.loading.close();
45677
+ if (!_this.simpleTips) {
45678
+ _this.$alert('提交成功', '', {
45679
+ confirmButtonText: '确定',
45680
+ type: 'success',
45681
+ callback: function callback(action) {
45682
+ _this.$parent.$emit('success');
45683
+ }
45684
+ });
45685
+ } else {
45686
+ _this.$parent.$emit('success');
45687
+ }
45688
+ }
45689
+ });
45690
+ },
45691
+ getFreeTaskCircularRead: function getFreeTaskCircularRead() {
45692
+ var _this2 = this;
45693
+
45694
+ var param = {
45695
+ url: api["ac" /* toFreeTaskCircularRead */],
45696
+ params: { appId: this.appId || this.params.appId }
45697
+ };
45698
+ this.loading = utils_util["a" /* default */].loading(this.$loading, '加载中...');
45699
+ utils_util["a" /* default */].ajax(param).then(function (res) {
45700
+ _this2.loading.close();
45701
+ if (res.rCode == 0 || res.status == 'success') {
45702
+ _this2.simpleTips = res.results.simpleTips;
45703
+ _this2.currentOrgDisabledObjId = res.results.disabledCurrentOrgUserId.split(',');
45704
+ _this2.otherOrgDisabledObjId = res.results.disabledForeignOrgId.split(',');
45705
+ }
45706
+ });
45707
+ },
45708
+ getsubProcessColumns: function getsubProcessColumns() {
45709
+ var data = [];
45710
+ var obj = { name: '[部门员工]-' };
45711
+ if (this.nextCurrentOrgObjSelect.length > 0) {
45712
+ this.nextCurrentOrgObjSelect.map(function (x) {
45713
+ if (x.stype == 'employee') {
45714
+ obj.name = !obj.value ? obj.name + x.showname : obj.name + ',' + x.showname;
45715
+ obj.value = obj.value ? obj.value + ',' + x.showid : 'employee-' + x.showid;
45716
+ } else {
45717
+ data.push({
45718
+ name: '[部门]' + x.showname,
45719
+ value: 'department-' + x.showid
45720
+ });
45721
+ }
45722
+ });
45723
+ }
45724
+ obj.value && data.push(obj);
45725
+ if (this.nextOtherOrgObjSelect.length > 0) {
45726
+ this.nextOtherOrgObjSelect.map(function (x) {
45727
+ data.push({
45728
+ name: '[企业]' + x.showname,
45729
+ value: 'enterprise-' + x.showid
45730
+ });
45731
+ });
45732
+ }
45733
+ this.subProcessColumns = data;
45734
+ // return data;
45735
+ },
45736
+
45737
+ // 单位选择完回调
45738
+ disposeAppUnit: function disposeAppUnit(res, type) {
45739
+ var label = type.substring(0, type.lastIndexOf('Select'));
45740
+ this.nextNode[label + 'Name'] = '';
45741
+ res.options && (this[type] = res.options);
45742
+ var obj = {};
45743
+ // if (typeof res.mixList == 'array')
45744
+ res.mixList && (this.nextNode[label] = res.mixList.join('|'));
45745
+ res.options.map(function (item) {
45746
+ if (obj[item.stype]) {
45747
+ obj[item.stype].push(item.showname);
45748
+ } else {
45749
+ obj[item.stype] = [item.showname];
45750
+ }
45751
+ });
45752
+ for (var key in obj) {
45753
+ if (key === 'enterprise' && this.nextNode[label + 'Name'].indexOf('[企业]') == -1) {
45754
+ this.nextNode[label + 'Name'] = this.nextNode[label + 'Name'] ? this.nextNode[label + 'Name'] + '|' + '[企业]-' + obj[key].join(',') : '' + '[企业]-' + obj[key].join(',');
45755
+ }
45756
+ if (key === 'department' && this.nextNode[label + 'Name'].indexOf('[部门]') == -1) {
45757
+ this.nextNode[label + 'Name'] = this.nextNode[label + 'Name'] ? this.nextNode[label + 'Name'] + '|' + '[部门]-' + obj[key].join(',') : '' + '[部门]-' + obj[key].join(',');
45758
+ }
45759
+ if (key === 'employee' && this.nextNode[label + 'Name'].indexOf('[部门员工]') == -1) {
45760
+ this.nextNode[label + 'Name'] = this.nextNode[label + 'Name'] ? this.nextNode[label + 'Name'] + '|' + '[部门员工]-' + obj[key].join(',') : '' + '[部门员工]-' + obj[key].join(',');
45761
+ }
45762
+ }
45763
+ // this.nextNode[label + 'Name'] = obj.enterprise?;
45764
+ if (!this.currentNodeIsCircularReadNode) {
45765
+ this.nextNode[label + 'SerialId'] = res.nextUser.join(',');
45766
+ this.nextNode[label + 'Json'] = JSON.stringify(res.options);
45767
+ }
45768
+ this.getsubProcessColumns();
45769
+ }
45770
+ }
45771
+ });
45772
+ // CONCATENATED MODULE: ./packages/flow/src/component/FreeCirculation.vue?vue&type=script&lang=js&
45773
+ /* harmony default export */ var component_FreeCirculationvue_type_script_lang_js_ = (FreeCirculationvue_type_script_lang_js_);
45774
+ // CONCATENATED MODULE: ./packages/flow/src/component/FreeCirculation.vue
45775
+
45776
+
45777
+
45778
+
45779
+
45780
+ /* normalize component */
45781
+
45782
+ var FreeCirculation_component = normalizeComponent(
45783
+ component_FreeCirculationvue_type_script_lang_js_,
45784
+ FreeCirculationvue_type_template_id_521e2326_render,
45785
+ FreeCirculationvue_type_template_id_521e2326_staticRenderFns,
45786
+ false,
45787
+ null,
45788
+ null,
45789
+ null
45790
+
45791
+ )
45792
+
45793
+ /* harmony default export */ var FreeCirculation = (FreeCirculation_component.exports);
45442
45794
  // 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&
45443
45795
 
45444
45796
 
@@ -46564,6 +46916,17 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
46564
46916
  //
46565
46917
  //
46566
46918
  //
46919
+ //
46920
+ //
46921
+ //
46922
+ //
46923
+ //
46924
+ //
46925
+ //
46926
+ //
46927
+ //
46928
+ //
46929
+
46567
46930
 
46568
46931
 
46569
46932
 
@@ -46585,7 +46948,7 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
46585
46948
  /* harmony default export */ var flow_src_mainvue_type_script_lang_js_ = ({
46586
46949
  name: 'EsFlow',
46587
46950
  componentName: 'EsFlow',
46588
- components: (src_mainvue_type_script_lang_js_components = {}, src_mainvue_type_script_lang_js_components[processForm.name] = processForm, src_mainvue_type_script_lang_js_components[processReject.name] = processReject, src_mainvue_type_script_lang_js_components[startTaskRead.name] = startTaskRead, src_mainvue_type_script_lang_js_components[CustomPreset.name] = CustomPreset, src_mainvue_type_script_lang_js_components[CommonOpinions.name] = CommonOpinions, src_mainvue_type_script_lang_js_components[FileList.name] = FileList, src_mainvue_type_script_lang_js_components[TimeLimit.name] = TimeLimit, src_mainvue_type_script_lang_js_components[SendMsg.name] = SendMsg, src_mainvue_type_script_lang_js_components[selectUser.name] = selectUser, src_mainvue_type_script_lang_js_components[taskUnionExamine.name] = taskUnionExamine, src_mainvue_type_script_lang_js_components[freeStartFlow.name] = freeStartFlow, src_mainvue_type_script_lang_js_components.circulate = Circulate, src_mainvue_type_script_lang_js_components.Preset = Preset, src_mainvue_type_script_lang_js_components.Reset = src_reset, src_mainvue_type_script_lang_js_components.Supervise = supervise, src_mainvue_type_script_lang_js_components),
46951
+ components: (src_mainvue_type_script_lang_js_components = {}, src_mainvue_type_script_lang_js_components[processForm.name] = processForm, src_mainvue_type_script_lang_js_components[processReject.name] = processReject, src_mainvue_type_script_lang_js_components[startTaskRead.name] = startTaskRead, src_mainvue_type_script_lang_js_components[CustomPreset.name] = CustomPreset, src_mainvue_type_script_lang_js_components[CommonOpinions.name] = CommonOpinions, src_mainvue_type_script_lang_js_components[FileList.name] = FileList, src_mainvue_type_script_lang_js_components[TimeLimit.name] = TimeLimit, src_mainvue_type_script_lang_js_components[SendMsg.name] = SendMsg, src_mainvue_type_script_lang_js_components[selectUser.name] = selectUser, src_mainvue_type_script_lang_js_components[taskUnionExamine.name] = taskUnionExamine, src_mainvue_type_script_lang_js_components[freeStartFlow.name] = freeStartFlow, src_mainvue_type_script_lang_js_components.circulate = Circulate, src_mainvue_type_script_lang_js_components.Preset = Preset, src_mainvue_type_script_lang_js_components.Reset = src_reset, src_mainvue_type_script_lang_js_components.Supervise = supervise, src_mainvue_type_script_lang_js_components.FreeCirculation = FreeCirculation, src_mainvue_type_script_lang_js_components),
46589
46952
  props: {
46590
46953
  showShrink: { type: Boolean, default: true },
46591
46954
  isStartFlow: { type: Boolean, default: false },
@@ -46943,7 +47306,7 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
46943
47306
  var _this = this;
46944
47307
 
46945
47308
  var params = {
46946
- url: api["db" /* getUrgencyLevelChangedNotificationType */],
47309
+ url: api["eb" /* getUrgencyLevelChangedNotificationType */],
46947
47310
  params: { urgencyLevel: this.urgencyLevel }
46948
47311
  };
46949
47312
  utils_util["a" /* default */].ajax(params).then(function (res) {
@@ -46965,7 +47328,7 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
46965
47328
  this.$emit('endMessageChange', this.endMessage);
46966
47329
  },
46967
47330
  getInfo: function getInfo() {
46968
- if (this.typeCode == 'supervise' || this.typeCode == 'read') return;
47331
+ if (this.typeCode == 'supervise' || this.typeCode == 'read' || this.typeCode == 'freeCirculation') return;
46969
47332
  if (this.showCirculate != undefined && !this.showCirculate && this.urgencyLevel) {
46970
47333
  this.getAdminMsgType();
46971
47334
  } else {
@@ -46995,7 +47358,7 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
46995
47358
  var _this3 = this;
46996
47359
 
46997
47360
  var params = {
46998
- url: api["R" /* getNodeInfoForStart */],
47361
+ url: api["S" /* getNodeInfoForStart */],
46999
47362
  params: { processDefinitionId: processDefinitionId }
47000
47363
  };
47001
47364
  utils_util["a" /* default */].ajax(params).then(function (res) {
@@ -47133,7 +47496,7 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
47133
47496
  var _this5 = this;
47134
47497
 
47135
47498
  var params = {
47136
- url: api["H" /* getAdjunctFileInfos */],
47499
+ url: api["I" /* getAdjunctFileInfos */],
47137
47500
  params: { ownId: ownId, code: code }
47138
47501
  };
47139
47502
  utils_util["a" /* default */].ajax(params).then(function (res) {
@@ -47221,7 +47584,7 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
47221
47584
  taskAction: 'complete'
47222
47585
  };
47223
47586
  utils_util["a" /* default */].ajax({
47224
- url: api["Pb" /* taskReadHtml */],
47587
+ url: api["Qb" /* taskReadHtml */],
47225
47588
  params: { taskAction: 'complete' },
47226
47589
  headers: {
47227
47590
  Accept: 'application/json,text/plain'
@@ -47272,7 +47635,7 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
47272
47635
 
47273
47636
  this.loading = utils_util["a" /* default */].loading(this.$loading, '加载中...');
47274
47637
  utils_util["a" /* default */].ajax({
47275
- url: api["ec" /* toStartTaskReadIndex */],
47638
+ url: api["gc" /* toStartTaskReadIndex */],
47276
47639
  params: { pendingId: this.pendingId }
47277
47640
  }).then(function (res) {
47278
47641
  var status = res.status,
@@ -47316,7 +47679,7 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
47316
47679
  if (mainConfig) {
47317
47680
  this.userModel = JSON.parse(mainConfig).userModel;
47318
47681
  } else {
47319
- utils_util["a" /* default */].ajax({ url: api["pb" /* loginUserInfo */] }).then(function (res) {
47682
+ utils_util["a" /* default */].ajax({ url: api["qb" /* loginUserInfo */] }).then(function (res) {
47320
47683
  var status = res.status,
47321
47684
  data = res.data;
47322
47685
 
@@ -47419,7 +47782,7 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
47419
47782
  pendingId: this.pendingId
47420
47783
  };
47421
47784
  this.loading = utils_util["a" /* default */].loading(this.$loading, '保存中...');
47422
- utils_util["a" /* default */].ajax({ url: api["Yb" /* tempSave */], data: params, method: 'post' }).then(function (res) {
47785
+ utils_util["a" /* default */].ajax({ url: api["Zb" /* tempSave */], data: params, method: 'post' }).then(function (res) {
47423
47786
  var status = res.status,
47424
47787
  message = res.message;
47425
47788
 
@@ -47525,7 +47888,7 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
47525
47888
  nodeId = _endFlowInfo.nodeId;
47526
47889
 
47527
47890
  var param = {
47528
- url: api["M" /* getFreeStartFlowParams */],
47891
+ url: api["N" /* getFreeStartFlowParams */],
47529
47892
  params: {
47530
47893
  businessId: businessId,
47531
47894
  processDefinitionId: processDefinitionId,
@@ -47725,7 +48088,7 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
47725
48088
  var _this20 = this;
47726
48089
 
47727
48090
  var params = {
47728
- url: api["nb" /* isCanStartSubFlow */],
48091
+ url: api["ob" /* isCanStartSubFlow */],
47729
48092
  data: {
47730
48093
  appId: this.taskExamineInfo.appId,
47731
48094
  inevitableNode: res.inevitableNode
@@ -47835,7 +48198,7 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
47835
48198
  this.$confirm('确认' + res.value + '?').then(function () {
47836
48199
  // return this.$message.warning('请填写意见');
47837
48200
  var params = {
47838
- url: api["Bb" /* rejectAndEnd */],
48201
+ url: api["Cb" /* rejectAndEnd */],
47839
48202
  headers: { Accept: 'application/json,text/plain' },
47840
48203
  method: 'post',
47841
48204
  data: {
@@ -47906,7 +48269,7 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
47906
48269
  pendingId: this.pendingId,
47907
48270
  businessId: this.businessIds
47908
48271
  };
47909
- utils_util["a" /* default */].ajax({ url: api["Q" /* getNodeInfo */], params: params }).then(function (res) {
48272
+ utils_util["a" /* default */].ajax({ url: api["R" /* getNodeInfo */], params: params }).then(function (res) {
47910
48273
  var status = res.status,
47911
48274
  message = res.message,
47912
48275
  data = res.data;
@@ -48184,7 +48547,7 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
48184
48547
  pendingId: this.pendingId,
48185
48548
  userId: utils_util["a" /* default */].getStorage('userId')
48186
48549
  };
48187
- utils_util["a" /* default */].ajax({ url: api["N" /* getHandleInfoHtml */], params: params }).then(function (res) {
48550
+ utils_util["a" /* default */].ajax({ url: api["O" /* getHandleInfoHtml */], params: params }).then(function (res) {
48188
48551
  //pc返回数据
48189
48552
 
48190
48553
  _this29.loading.close();
@@ -48529,7 +48892,7 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
48529
48892
  hideTempSave: true
48530
48893
  }, this.param);
48531
48894
  this.loading = utils_util["a" /* default */].loading(this.$loading, '加载中...');
48532
- utils_util["a" /* default */].ajax({ url: api["W" /* getProcessDefList */], params: params }).then(function (res) {
48895
+ utils_util["a" /* default */].ajax({ url: api["X" /* getProcessDefList */], params: params }).then(function (res) {
48533
48896
  var status = res.status,
48534
48897
  message = res.message,
48535
48898
  data = res.data;
@@ -48590,7 +48953,7 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
48590
48953
  userId: utils_util["a" /* default */].getStorage('userId'),
48591
48954
  type: 2
48592
48955
  };
48593
- utils_util["a" /* default */].ajax({ url: api["sb" /* pendedhistoryList */], data: params, method: 'post' }).then(function (res) {
48956
+ utils_util["a" /* default */].ajax({ url: api["tb" /* pendedhistoryList */], data: params, method: 'post' }).then(function (res) {
48594
48957
  var rCode = res.rCode,
48595
48958
  msg = res.msg,
48596
48959
  results = res.results;
@@ -48904,7 +49267,7 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
48904
49267
  if (!currentNodeEnableItemHandleDescription) {
48905
49268
  delete params.nextItemHandleDescription;
48906
49269
  }
48907
- return _context.abrupt('return', utils_util["a" /* default */].ajax({ url: api["Ob" /* taskHandleHtml */], method: 'post', data: params }).then(function (res) {
49270
+ return _context.abrupt('return', utils_util["a" /* default */].ajax({ url: api["Pb" /* taskHandleHtml */], method: 'post', data: params }).then(function (res) {
48908
49271
  var status = res.status,
48909
49272
  message = res.message;
48910
49273
 
@@ -48986,8 +49349,8 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
48986
49349
 
48987
49350
  var flow_src_main_component = normalizeComponent(
48988
49351
  packages_flow_src_mainvue_type_script_lang_js_,
48989
- mainvue_type_template_id_2db06a0a_render,
48990
- mainvue_type_template_id_2db06a0a_staticRenderFns,
49352
+ mainvue_type_template_id_1bef3500_render,
49353
+ mainvue_type_template_id_1bef3500_staticRenderFns,
48991
49354
  false,
48992
49355
  null,
48993
49356
  null,
@@ -52253,7 +52616,7 @@ function flow_list_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return
52253
52616
  return x.id;
52254
52617
  }).join(',');
52255
52618
  var params = {
52256
- url: api["Qb" /* taskReadWithDraw */],
52619
+ url: api["Rb" /* taskReadWithDraw */],
52257
52620
  params: {
52258
52621
  pendingIds: pendingIds
52259
52622
  }
@@ -52341,7 +52704,7 @@ function flow_list_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return
52341
52704
  getCircularReadList: function getCircularReadList() {
52342
52705
  var _that = this;
52343
52706
  var params = {
52344
- url: api["ub" /* pendedhistoryListWithCircularReadJson */],
52707
+ url: api["vb" /* pendedhistoryListWithCircularReadJson */],
52345
52708
  params: { apprecordid: _that.businessId }
52346
52709
  };
52347
52710
  utils_util["a" /* default */].ajax(params).then(function (res) {
@@ -52515,7 +52878,7 @@ function flow_list_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return
52515
52878
 
52516
52879
  this.pressLoading = true;
52517
52880
  var params = {
52518
- url: api["vb" /* pressListJson */],
52881
+ url: api["wb" /* pressListJson */],
52519
52882
  params: { historyId: historyId },
52520
52883
  method: 'POST',
52521
52884
  data: { page: currentPage, rows: pageSize, sidx: sidx, sord: sord, historyId: historyId }
@@ -52581,7 +52944,7 @@ function flow_list_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return
52581
52944
  switch (_context3.prev = _context3.next) {
52582
52945
  case 0:
52583
52946
  params = {
52584
- url: api["G" /* fyListJson */],
52947
+ url: api["H" /* fyListJson */],
52585
52948
  params: {
52586
52949
  appRecordId: _this11.businessId,
52587
52950
  status: type
@@ -52621,7 +52984,7 @@ function flow_list_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return
52621
52984
  var _this12 = this;
52622
52985
 
52623
52986
  var params = {
52624
- url: api["tb" /* pendedhistoryListJson */],
52987
+ url: api["ub" /* pendedhistoryListJson */],
52625
52988
  params: flow_list_src_mainvue_type_script_lang_js_extends({
52626
52989
  apprecordid: this.businessId,
52627
52990
  pendingAttr: 0,
@@ -52790,7 +53153,7 @@ function flow_list_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return
52790
53153
  var _this15 = this;
52791
53154
 
52792
53155
  var param = {
52793
- url: api["Zb" /* toPresetInfoListIndex */],
53156
+ url: api["bc" /* toPresetInfoListIndex */],
52794
53157
  params: { apprecordid: this.businessId }
52795
53158
  };
52796
53159
  utils_util["a" /* default */].ajax(param).then(function (res) {
@@ -53053,7 +53416,7 @@ mainvue_type_template_id_5ba85f48_render._withStripped = true
53053
53416
 
53054
53417
  if (this.job.id !== item.id) {
53055
53418
  this.job = item;
53056
- utils_util["a" /* default */].ajax({ url: api["Lb" /* switchUserTo */], params: { userId: item.value } }).then(function (res) {
53419
+ utils_util["a" /* default */].ajax({ url: api["Mb" /* switchUserTo */], params: { userId: item.value } }).then(function (res) {
53057
53420
  if (res.rCode == 0) {
53058
53421
  utils_util["a" /* default */].setStorage({
53059
53422
  type: _this.storage,
@@ -53761,7 +54124,7 @@ var _props;
53761
54124
  document.body.appendChild(iframe);
53762
54125
  }
53763
54126
  }
53764
- utils_util["a" /* default */].ajax({ method: 'post', url: api["qb" /* logout */] }).then(function (res) {
54127
+ utils_util["a" /* default */].ajax({ method: 'post', url: api["rb" /* logout */] }).then(function (res) {
53765
54128
  if (res.rCode == 0) {
53766
54129
  utils_util["a" /* default */].removeStorage(['Authorization', 'token', 'ssId', 'userId', 'userName', 'auth', 'deviceUnique', 'menus', 'useCaseCodes', 'mainConfig', 'jump']);
53767
54130
  if (_this.onQuit && typeof _this.onQuit === 'function') {
@@ -53893,7 +54256,7 @@ mainvue_type_template_id_20e44f4a_render._withStripped = true
53893
54256
  props: {
53894
54257
  preview: {
53895
54258
  type: String,
53896
- default: api["wb" /* previewAdjunct */] + '?adjunctId='
54259
+ default: api["xb" /* previewAdjunct */] + '?adjunctId='
53897
54260
  },
53898
54261
  contents: [Object, String]
53899
54262
  },
@@ -56674,8 +57037,8 @@ mainvue_type_template_id_53be147b_render._withStripped = true
56674
57037
 
56675
57038
  // CONCATENATED MODULE: ./packages/login/src/main.vue?vue&type=template&id=53be147b&
56676
57039
 
56677
- // CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./packages/login/src/resetPassword.vue?vue&type=template&id=45dccfdc&
56678
- var resetPasswordvue_type_template_id_45dccfdc_render = function () {
57040
+ // CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./packages/login/src/resetPassword.vue?vue&type=template&id=325dc074&
57041
+ var resetPasswordvue_type_template_id_325dc074_render = function () {
56679
57042
  var _vm = this
56680
57043
  var _h = _vm.$createElement
56681
57044
  var _c = _vm._self._c || _h
@@ -56736,11 +57099,11 @@ var resetPasswordvue_type_template_id_45dccfdc_render = function () {
56736
57099
  1
56737
57100
  )
56738
57101
  }
56739
- var resetPasswordvue_type_template_id_45dccfdc_staticRenderFns = []
56740
- resetPasswordvue_type_template_id_45dccfdc_render._withStripped = true
57102
+ var resetPasswordvue_type_template_id_325dc074_staticRenderFns = []
57103
+ resetPasswordvue_type_template_id_325dc074_render._withStripped = true
56741
57104
 
56742
57105
 
56743
- // CONCATENATED MODULE: ./packages/login/src/resetPassword.vue?vue&type=template&id=45dccfdc&
57106
+ // CONCATENATED MODULE: ./packages/login/src/resetPassword.vue?vue&type=template&id=325dc074&
56744
57107
 
56745
57108
  // CONCATENATED MODULE: ./node_modules/babel-loader/lib!./node_modules/vue-loader/lib??vue-loader-options!./packages/login/src/resetPassword.vue?vue&type=script&lang=js&
56746
57109
  var resetPasswordvue_type_script_lang_js_extends = Object.assign || function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; };
@@ -57008,7 +57371,7 @@ function resetPasswordvue_type_script_lang_js_objectWithoutProperties(obj, keys)
57008
57371
  },
57009
57372
  data: function data() {
57010
57373
  return {
57011
- activeIndex: '6',
57374
+ activeIndex: '0',
57012
57375
  checkPassword: null,
57013
57376
  checkPasswordMsg: null,
57014
57377
  btnText: '获取验证码',
@@ -57020,21 +57383,14 @@ function resetPasswordvue_type_script_lang_js_objectWithoutProperties(obj, keys)
57020
57383
  };
57021
57384
  },
57022
57385
  created: function created() {
57023
- var _this = this;
57024
-
57025
57386
  this.getInitModifyPassword();
57026
57387
  if (this.type) {
57027
57388
  var types = this.type.split(',');
57028
57389
  if (types.length) {
57029
- types.forEach(function (item) {
57030
- if (item != '0' && (item == '11' || item == '6')) {
57031
- _this.activeIndex = item;
57032
- return;
57033
- }
57034
- });
57390
+ this.activeIndex = types[0];
57035
57391
  }
57036
57392
  } else {
57037
- this.activeIndex = this.operationCheckCode ? '0' : '';
57393
+ this.activeIndex = '0';
57038
57394
  }
57039
57395
  },
57040
57396
  destroyed: function destroyed() {
@@ -57051,31 +57407,31 @@ function resetPasswordvue_type_script_lang_js_objectWithoutProperties(obj, keys)
57051
57407
  }
57052
57408
  },
57053
57409
  getInitModifyPassword: function getInitModifyPassword() {
57054
- var _this2 = this;
57410
+ var _this = this;
57055
57411
 
57056
57412
  utils_util["a" /* default */].ajax({
57057
- url: api["kb" /* initModifyPassword */]
57413
+ url: api["lb" /* initModifyPassword */]
57058
57414
  }).then(function (res) {
57059
57415
  if (res.rCode === 0) {
57060
57416
  var results = JSON.parse(JSON.stringify(res.results));
57061
57417
  if (results.checkPassword) {
57062
- _this2.checkPassword = new RegExp(results.checkPassword);
57418
+ _this.checkPassword = new RegExp(results.checkPassword);
57063
57419
  }
57064
57420
  if (results.checkPasswordMsg) {
57065
- _this2.checkPasswordMsg = results.checkPasswordMsg;
57421
+ _this.checkPasswordMsg = results.checkPasswordMsg;
57066
57422
  }
57067
57423
  } else {
57068
57424
  var msg = res.msg || '系统错误,请联系管理员!';
57069
- _this2.$message.error(msg);
57425
+ _this.$message.error(msg);
57070
57426
  }
57071
57427
  }).catch(function (err) {
57072
57428
  if (err.message && err.message !== 'canceled') {
57073
- _this2.$message.error(err.message);
57429
+ _this.$message.error(err.message);
57074
57430
  }
57075
57431
  });
57076
57432
  },
57077
57433
  getVerificationCode: function getVerificationCode() {
57078
- var _this3 = this;
57434
+ var _this2 = this;
57079
57435
 
57080
57436
  if (this.countdown) {
57081
57437
  return false;
@@ -57098,45 +57454,45 @@ function resetPasswordvue_type_script_lang_js_objectWithoutProperties(obj, keys)
57098
57454
  this.countdown = 60;
57099
57455
  this.getCode(data);
57100
57456
  this.timer = setInterval(function () {
57101
- if (_this3.countdown > 0) {
57102
- _this3.countdown--;
57103
- _this3.disabled = true;
57104
- _this3.btnText = '重新获取' + _this3.countdown + 's';
57457
+ if (_this2.countdown > 0) {
57458
+ _this2.countdown--;
57459
+ _this2.disabled = true;
57460
+ _this2.btnText = '重新获取' + _this2.countdown + 's';
57105
57461
  } else {
57106
- _this3.btnText = '获取验证码';
57107
- _this3.disabled = false;
57108
- clearInterval(_this3.timer);
57462
+ _this2.btnText = '获取验证码';
57463
+ _this2.disabled = false;
57464
+ clearInterval(_this2.timer);
57109
57465
  }
57110
57466
  }, 1000);
57111
57467
  }
57112
57468
  },
57113
57469
  getCode: function getCode(params) {
57114
- var _this4 = this;
57470
+ var _this3 = this;
57115
57471
 
57116
57472
  utils_util["a" /* default */].ajax({
57117
- url: api["P" /* getModifyPassCode */],
57473
+ url: api["Q" /* getModifyPassCode */],
57118
57474
  params: params
57119
57475
  }).then(function (res) {
57120
57476
  if (res.rCode === 0) {
57121
- _this4.$message.success(res.msg);
57477
+ _this3.$message.success(res.msg);
57122
57478
  } else {
57123
57479
  var msg = res.msg || '系统错误,请联系管理员!';
57124
57480
  if (res.rCode === 2) {
57125
- _this4.btnText = '获取验证码';
57126
- _this4.disabled = false;
57127
- _this4.countdown = 0;
57128
- clearInterval(_this4.timer);
57481
+ _this3.btnText = '获取验证码';
57482
+ _this3.disabled = false;
57483
+ _this3.countdown = 0;
57484
+ clearInterval(_this3.timer);
57129
57485
  }
57130
- _this4.$message.error(msg);
57486
+ _this3.$message.error(msg);
57131
57487
  }
57132
57488
  }).catch(function (err) {
57133
57489
  if (err.message && err.message !== 'canceled') {
57134
- _this4.$message.error(err.message);
57490
+ _this3.$message.error(err.message);
57135
57491
  }
57136
57492
  });
57137
57493
  },
57138
57494
  handleSubmit: function handleSubmit(res) {
57139
- var _this5 = this;
57495
+ var _this4 = this;
57140
57496
 
57141
57497
  this.submit = true;
57142
57498
 
@@ -57159,23 +57515,23 @@ function resetPasswordvue_type_script_lang_js_objectWithoutProperties(obj, keys)
57159
57515
  data.operationCheckCode = this.operationCheckCode;
57160
57516
  utils_util["a" /* default */].ajax({
57161
57517
  method: 'post',
57162
- url: api["ob" /* loginModifyPassword */],
57518
+ url: api["pb" /* loginModifyPassword */],
57163
57519
  data: data
57164
57520
  }).then(function (res) {
57165
- _this5.submit = false;
57521
+ _this4.submit = false;
57166
57522
  if (res.rCode === 0) {
57167
- _this5.$message.success(res.msg);
57168
- _this5.$emit('success');
57523
+ _this4.$message.success(res.msg);
57524
+ _this4.$emit('success');
57169
57525
  } else {
57170
57526
  var msg = res.msg || '系统错误,请联系管理员!';
57171
- _this5.$message.error(msg);
57172
- _this5.disabled = false;
57173
- delete _this5.formData.verificationCode;
57174
- clearInterval(_this5.timer);
57527
+ _this4.$message.error(msg);
57528
+ _this4.disabled = false;
57529
+ delete _this4.formData.verificationCode;
57530
+ clearInterval(_this4.timer);
57175
57531
  }
57176
57532
  }).catch(function (err) {
57177
57533
  if (err.message && err.message !== 'canceled') {
57178
- _this5.$message.error(err.message);
57534
+ _this4.$message.error(err.message);
57179
57535
  }
57180
57536
  });
57181
57537
  } else {
@@ -57189,21 +57545,21 @@ function resetPasswordvue_type_script_lang_js_objectWithoutProperties(obj, keys)
57189
57545
  url: api["g" /* codeModifyPass */],
57190
57546
  data: data
57191
57547
  }).then(function (res) {
57192
- _this5.submit = false;
57548
+ _this4.submit = false;
57193
57549
  if (res.rCode === 0) {
57194
- _this5.$message.success(res.msg);
57195
- _this5.$emit('success');
57550
+ _this4.$message.success(res.msg);
57551
+ _this4.$emit('success');
57196
57552
  } else {
57197
57553
  var msg = res.msg || '系统错误,请联系管理员!';
57198
- _this5.btnText = '获取验证码';
57199
- _this5.disabled = false;
57200
- clearInterval(_this5.timer);
57201
- delete _this5.formData.verificationCode;
57202
- _this5.$message.error(msg);
57554
+ _this4.btnText = '获取验证码';
57555
+ _this4.disabled = false;
57556
+ clearInterval(_this4.timer);
57557
+ delete _this4.formData.verificationCode;
57558
+ _this4.$message.error(msg);
57203
57559
  }
57204
57560
  }).catch(function (err) {
57205
57561
  if (err.message && err.message !== 'canceled') {
57206
- _this5.$message.error(err.message);
57562
+ _this4.$message.error(err.message);
57207
57563
  }
57208
57564
  });
57209
57565
  }
@@ -57229,8 +57585,8 @@ function resetPasswordvue_type_script_lang_js_objectWithoutProperties(obj, keys)
57229
57585
 
57230
57586
  var resetPassword_component = normalizeComponent(
57231
57587
  src_resetPasswordvue_type_script_lang_js_,
57232
- resetPasswordvue_type_template_id_45dccfdc_render,
57233
- resetPasswordvue_type_template_id_45dccfdc_staticRenderFns,
57588
+ resetPasswordvue_type_template_id_325dc074_render,
57589
+ resetPasswordvue_type_template_id_325dc074_staticRenderFns,
57234
57590
  false,
57235
57591
  null,
57236
57592
  null,
@@ -57783,7 +58139,7 @@ var ceshi = utils_util["a" /* default */].getParams('ceshi');
57783
58139
  //初始登录配置接口地址
57784
58140
  initLogin: {
57785
58141
  type: String,
57786
- default: api["jb" /* initLogin */]
58142
+ default: api["kb" /* initLogin */]
57787
58143
  },
57788
58144
  size: String,
57789
58145
  mode: {
@@ -57907,7 +58263,7 @@ var ceshi = utils_util["a" /* default */].getParams('ceshi');
57907
58263
  },
57908
58264
  getLoginCode: {
57909
58265
  type: String,
57910
- default: api["O" /* getLoginCode */]
58266
+ default: api["P" /* getLoginCode */]
57911
58267
  },
57912
58268
  doCodeLogin: {
57913
58269
  type: String,
@@ -57915,7 +58271,7 @@ var ceshi = utils_util["a" /* default */].getParams('ceshi');
57915
58271
  },
57916
58272
  getTwoFactorLoginCode: {
57917
58273
  type: String,
57918
- default: api["cb" /* getTwoFactorLoginCode */]
58274
+ default: api["db" /* getTwoFactorLoginCode */]
57919
58275
  },
57920
58276
  doTwoFactorLogin: {
57921
58277
  type: String,
@@ -62024,7 +62380,7 @@ appsvue_type_template_id_71b9cb14_scoped_true_render._withStripped = true
62024
62380
  },
62025
62381
  handleClick: function handleClick(res) {
62026
62382
  utils_util["a" /* default */].ajax({
62027
- url: api["zb" /* recordUserApp */],
62383
+ url: api["Ab" /* recordUserApp */],
62028
62384
  params: {
62029
62385
  userId: this.user.userId,
62030
62386
  appId: res.id
@@ -62487,7 +62843,7 @@ var userinfovue_type_script_lang_js_props;
62487
62843
  return _this2.formKey.includes(key);
62488
62844
  })));
62489
62845
  utils_util["a" /* default */].ajax({
62490
- url: api["uc" /* updateUserInfo */],
62846
+ url: api["wc" /* updateUserInfo */],
62491
62847
  params: userinfovue_type_script_lang_js_extends({}, data, {
62492
62848
  oldPassword: this.secret && initLogin && initLogin.secret && oldpassword ? utils_util["a" /* default */].esmEncrypt({
62493
62849
  data: oldpassword,
@@ -62723,7 +63079,7 @@ var userinfo_component = normalizeComponent(
62723
63079
  var _this2 = this;
62724
63080
 
62725
63081
  utils_util["a" /* default */].ajax({
62726
- url: api["mb" /* initUserSet */]
63082
+ url: api["nb" /* initUserSet */]
62727
63083
  }).then(function (res) {
62728
63084
  if (res.rCode === 0) {
62729
63085
  var results = JSON.parse(JSON.stringify(res.results));
@@ -62764,7 +63120,7 @@ var userinfo_component = normalizeComponent(
62764
63120
  var notify = this.checked.join(',');
62765
63121
  utils_util["a" /* default */].ajax({
62766
63122
  method: 'post',
62767
- url: api["tc" /* updateUserCustomInfo */],
63123
+ url: api["vc" /* updateUserCustomInfo */],
62768
63124
  data: {
62769
63125
  notify: notify
62770
63126
  }
@@ -62794,7 +63150,7 @@ var userinfo_component = normalizeComponent(
62794
63150
  if (this.user.identityId !== res.id) {
62795
63151
  utils_util["a" /* default */].ajax({
62796
63152
  method: 'post',
62797
- url: api["Lb" /* switchUserTo */],
63153
+ url: api["Mb" /* switchUserTo */],
62798
63154
  data: { userId: res.value }
62799
63155
  }).then(function (res) {
62800
63156
  if (res.rCode == 0) {
@@ -63185,7 +63541,7 @@ messagevue_type_template_id_324b2ecc_render._withStripped = true
63185
63541
  if (this.pageNum <= this.pageCount) {
63186
63542
  this.loading = true;
63187
63543
  utils_util["a" /* default */].ajax({
63188
- url: api["Mb" /* sysMsgPage */],
63544
+ url: api["Nb" /* sysMsgPage */],
63189
63545
  params: {
63190
63546
  pageNum: reload ? 1 : this.pageNum,
63191
63547
  pageSize: this.pageSize
@@ -63218,7 +63574,7 @@ messagevue_type_template_id_324b2ecc_render._withStripped = true
63218
63574
  var _this2 = this;
63219
63575
 
63220
63576
  utils_util["a" /* default */].ajax({
63221
- url: api["ib" /* ignoreSysMsg */],
63577
+ url: api["jb" /* ignoreSysMsg */],
63222
63578
  params: {
63223
63579
  id: res.id
63224
63580
  }
@@ -63238,7 +63594,7 @@ messagevue_type_template_id_324b2ecc_render._withStripped = true
63238
63594
  var _this3 = this;
63239
63595
 
63240
63596
  utils_util["a" /* default */].ajax({
63241
- url: api["hb" /* ignoreAllSysMsg */]
63597
+ url: api["ib" /* ignoreAllSysMsg */]
63242
63598
  }).then(function (res) {
63243
63599
  _this3.count = 0;
63244
63600
  _this3.msgs = [];
@@ -63598,7 +63954,7 @@ noticevue_type_template_id_4696772e_render._withStripped = true
63598
63954
  var _this = this;
63599
63955
 
63600
63956
  utils_util["a" /* default */].ajax({
63601
- url: api["ib" /* ignoreSysMsg */],
63957
+ url: api["jb" /* ignoreSysMsg */],
63602
63958
  params: {
63603
63959
  id: res.id
63604
63960
  }
@@ -63617,7 +63973,7 @@ noticevue_type_template_id_4696772e_render._withStripped = true
63617
63973
  var _this2 = this;
63618
63974
 
63619
63975
  utils_util["a" /* default */].ajax({
63620
- url: api["hb" /* ignoreAllSysMsg */]
63976
+ url: api["ib" /* ignoreAllSysMsg */]
63621
63977
  }).then(function (res) {
63622
63978
  _this2.msgs = [];
63623
63979
  _this2.$emit('ignore', { type: 'ignore', value: 'all' });
@@ -64403,7 +64759,7 @@ onlinevue_type_template_id_63844b4e_scoped_true_render._withStripped = true
64403
64759
  props: {
64404
64760
  sysuseronline: {
64405
64761
  type: String,
64406
- default: api["zc" /* userOnline */]
64762
+ default: api["Bc" /* userOnline */]
64407
64763
  }
64408
64764
  },
64409
64765
  data: function data() {
@@ -65076,7 +65432,7 @@ var searchvue_type_script_lang_js_extends = Object.assign || function (target) {
65076
65432
  },
65077
65433
  searchType: {
65078
65434
  type: String,
65079
- default: api["Fb" /* searchType */]
65435
+ default: api["Gb" /* searchType */]
65080
65436
  },
65081
65437
  pageSize: {
65082
65438
  type: Number,
@@ -65882,7 +66238,7 @@ var simplicityvue_type_script_lang_js_events = [function (tabs, index, that) {
65882
66238
  //应用列表接口
65883
66239
  appsUrl: {
65884
66240
  type: String,
65885
- default: api["eb" /* getUserAppWithTag */]
66241
+ default: api["fb" /* getUserAppWithTag */]
65886
66242
  },
65887
66243
  //是否启用子应用菜单接口
65888
66244
  application: {
@@ -66063,9 +66419,9 @@ var simplicityvue_type_script_lang_js_events = [function (tabs, index, that) {
66063
66419
  return this.menuUrl;
66064
66420
  }
66065
66421
  if (this.application) {
66066
- return api["K" /* getComplexApplicationsNew */];
66422
+ return api["L" /* getComplexApplicationsNew */];
66067
66423
  }
66068
- return api["J" /* getComplexApplications */];
66424
+ return api["K" /* getComplexApplications */];
66069
66425
  },
66070
66426
 
66071
66427
  //人工智能配置
@@ -66723,8 +67079,8 @@ var simplicityvue_type_script_lang_js_events = [function (tabs, index, that) {
66723
67079
  var _this5 = this;
66724
67080
 
66725
67081
  this.webSocket = utils_util["a" /* default */].socket({
66726
- url: api["Ac" /* wss */],
66727
- take: api["qc" /* topic */],
67082
+ url: api["Cc" /* wss */],
67083
+ take: api["sc" /* topic */],
66728
67084
  success: function success(res) {
66729
67085
  var data = res.data || {};
66730
67086
  for (var i in data) {
@@ -66933,7 +67289,7 @@ var simplicityvue_type_script_lang_js_events = [function (tabs, index, that) {
66933
67289
  **/
66934
67290
  handlerClickMenu: function handlerClickMenu(res) {
66935
67291
  utils_util["a" /* default */].ajax({
66936
- url: api["zb" /* recordUserApp */],
67292
+ url: api["Ab" /* recordUserApp */],
66937
67293
  params: {
66938
67294
  userId: this.user.userId,
66939
67295
  appId: res.id
@@ -67221,7 +67577,7 @@ var simplicityvue_type_script_lang_js_events = [function (tabs, index, that) {
67221
67577
  document.body.appendChild(iframe);
67222
67578
  }
67223
67579
  }
67224
- utils_util["a" /* default */].ajax({ method: 'post', url: api["qb" /* logout */] }).then(function (res) {
67580
+ utils_util["a" /* default */].ajax({ method: 'post', url: api["rb" /* logout */] }).then(function (res) {
67225
67581
  if (res.rCode == 0) {
67226
67582
  utils_util["a" /* default */].removeStorage(['Authorization', 'token', 'ssId', 'userId', 'userName', 'auth', 'deviceUnique', 'menus', 'useCaseCodes', 'mainConfig', 'jump']);
67227
67583
  if (_this6.onQuit && typeof _this6.onQuit === 'function') {
@@ -68282,7 +68638,7 @@ var default_userinfovue_type_script_lang_js_extends = Object.assign || function
68282
68638
  var _this2 = this;
68283
68639
 
68284
68640
  utils_util["a" /* default */].ajax({
68285
- url: api["mb" /* initUserSet */]
68641
+ url: api["nb" /* initUserSet */]
68286
68642
  }).then(function (res) {
68287
68643
  if (res.rCode === 0) {
68288
68644
  var results = JSON.parse(JSON.stringify(res.results));
@@ -68331,7 +68687,7 @@ var default_userinfovue_type_script_lang_js_extends = Object.assign || function
68331
68687
 
68332
68688
  switch (type) {
68333
68689
  case 'job':
68334
- utils_util["a" /* default */].ajax({ url: api["Lb" /* switchUserTo */], params: { userId: value.value } }).then(function (res) {
68690
+ utils_util["a" /* default */].ajax({ url: api["Mb" /* switchUserTo */], params: { userId: value.value } }).then(function (res) {
68335
68691
  if (res.rCode == 0) {
68336
68692
  utils_util["a" /* default */].setStorage({
68337
68693
  type: _this3.storage,
@@ -68371,7 +68727,7 @@ var default_userinfovue_type_script_lang_js_extends = Object.assign || function
68371
68727
  var initLogin = utils_util["a" /* default */].getStorage('initLogin');
68372
68728
  initLogin && (initLogin = JSON.parse(initLogin));
68373
68729
  utils_util["a" /* default */].ajax({
68374
- url: api["uc" /* updateUserInfo */],
68730
+ url: api["wc" /* updateUserInfo */],
68375
68731
  params: {
68376
68732
  email: this.values.email,
68377
68733
  officeTel: this.values.officeTel,
@@ -68429,7 +68785,7 @@ var default_userinfovue_type_script_lang_js_extends = Object.assign || function
68429
68785
  var notify = _this4.values.notify.sort().join(',');
68430
68786
  if (notify != _this4.notify.split(',').sort().join(',')) {
68431
68787
  utils_util["a" /* default */].ajax({
68432
- url: api["tc" /* updateUserCustomInfo */],
68788
+ url: api["vc" /* updateUserCustomInfo */],
68433
68789
  params: {
68434
68790
  notify: notify
68435
68791
  }
@@ -68784,7 +69140,7 @@ messagevue_type_template_id_016a2883_render._withStripped = true
68784
69140
  if (this.pageNum <= this.pageCount) {
68785
69141
  this.loading = true;
68786
69142
  utils_util["a" /* default */].ajax({
68787
- url: api["Mb" /* sysMsgPage */],
69143
+ url: api["Nb" /* sysMsgPage */],
68788
69144
  params: {
68789
69145
  pageNum: reload ? 1 : this.pageNum,
68790
69146
  pageSize: this.pageSize
@@ -68817,7 +69173,7 @@ messagevue_type_template_id_016a2883_render._withStripped = true
68817
69173
  var _this2 = this;
68818
69174
 
68819
69175
  utils_util["a" /* default */].ajax({
68820
- url: api["ib" /* ignoreSysMsg */],
69176
+ url: api["jb" /* ignoreSysMsg */],
68821
69177
  params: {
68822
69178
  id: res.id
68823
69179
  }
@@ -68837,7 +69193,7 @@ messagevue_type_template_id_016a2883_render._withStripped = true
68837
69193
  var _this3 = this;
68838
69194
 
68839
69195
  utils_util["a" /* default */].ajax({
68840
- url: api["hb" /* ignoreAllSysMsg */]
69196
+ url: api["ib" /* ignoreAllSysMsg */]
68841
69197
  }).then(function (res) {
68842
69198
  _this3.count = 0;
68843
69199
  _this3.msgs = [];
@@ -69172,7 +69528,7 @@ noticevue_type_template_id_6c63684e_render._withStripped = true
69172
69528
  var _this = this;
69173
69529
 
69174
69530
  utils_util["a" /* default */].ajax({
69175
- url: api["hb" /* ignoreAllSysMsg */]
69531
+ url: api["ib" /* ignoreAllSysMsg */]
69176
69532
  }).then(function (res) {
69177
69533
  _this.count = 0;
69178
69534
  _this.msgs = [];
@@ -69679,7 +70035,7 @@ var appCode = utils_util["a" /* default */].getParams('appCode') || utils_util["
69679
70035
  //获取用户信息的接口
69680
70036
  mainConfig: {
69681
70037
  type: String,
69682
- default: api["rb" /* mainConfig */]
70038
+ default: api["sb" /* mainConfig */]
69683
70039
  },
69684
70040
  iframeId: {
69685
70041
  type: String,
@@ -69788,9 +70144,9 @@ var appCode = utils_util["a" /* default */].getParams('appCode') || utils_util["
69788
70144
  return this.menuUrl;
69789
70145
  }
69790
70146
  if (this.application) {
69791
- return api["K" /* getComplexApplicationsNew */];
70147
+ return api["L" /* getComplexApplicationsNew */];
69792
70148
  }
69793
- return api["J" /* getComplexApplications */];
70149
+ return api["K" /* getComplexApplications */];
69794
70150
  },
69795
70151
 
69796
70152
  //是否双列右侧菜单
@@ -70107,7 +70463,7 @@ var appCode = utils_util["a" /* default */].getParams('appCode') || utils_util["
70107
70463
  return;
70108
70464
  }
70109
70465
  utils_util["a" /* default */].ajax({
70110
- url: api["tc" /* updateUserCustomInfo */],
70466
+ url: api["vc" /* updateUserCustomInfo */],
70111
70467
  params: { color: escape(color.toLowerCase()) },
70112
70468
  data: { color: escape(color.toLowerCase()) }
70113
70469
  }).then(function (res) {
@@ -71320,8 +71676,8 @@ var appCode = utils_util["a" /* default */].getParams('appCode') || utils_util["
71320
71676
  var _this11 = this;
71321
71677
 
71322
71678
  this.webSocket = utils_util["a" /* default */].socket({
71323
- url: api["Ac" /* wss */],
71324
- take: api["qc" /* topic */],
71679
+ url: api["Cc" /* wss */],
71680
+ take: api["sc" /* topic */],
71325
71681
  success: function success(res) {
71326
71682
  var data = res.data || {};
71327
71683
  for (var i in data) {
@@ -73164,7 +73520,7 @@ var notify_src_mainvue_type_script_lang_js_extends = Object.assign || function (
73164
73520
  text: '重发',
73165
73521
  format: false,
73166
73522
  method: 'post',
73167
- action: api["Gb" /* sendBatch */]
73523
+ action: api["Hb" /* sendBatch */]
73168
73524
  }]
73169
73525
  }];
73170
73526
  }
@@ -73351,13 +73707,13 @@ var notify_src_mainvue_type_script_lang_js_extends = Object.assign || function (
73351
73707
  },
73352
73708
  data: function data() {
73353
73709
  return {
73354
- sendList: api["Ib" /* sendList */],
73355
- sendBatch: api["Gb" /* sendBatch */],
73710
+ sendList: api["Jb" /* sendList */],
73711
+ sendBatch: api["Hb" /* sendBatch */],
73356
73712
  tableCount: 0,
73357
73713
  selectData: [],
73358
73714
  formTitle: '',
73359
73715
  showForm: false,
73360
- formData: api["Hb" /* sendInfo */],
73716
+ formData: api["Ib" /* sendInfo */],
73361
73717
  params: {},
73362
73718
  sendTypeDict: [],
73363
73719
  statusDict: []
@@ -73376,7 +73732,7 @@ var notify_src_mainvue_type_script_lang_js_extends = Object.assign || function (
73376
73732
  type: 'primary',
73377
73733
  checkbox: true,
73378
73734
  format: false,
73379
- action: api["Gb" /* sendBatch */]
73735
+ action: api["Hb" /* sendBatch */]
73380
73736
  }]
73381
73737
  }, {
73382
73738
  type: 'search',
@@ -74891,7 +75247,7 @@ var radio_group_src_mainvue_type_script_lang_js_typeof = typeof Symbol === "func
74891
75247
  },
74892
75248
  findCode: function findCode() {
74893
75249
  if (this.service) {
74894
- return '/' + this.service + api["L" /* getDictList */];
75250
+ return '/' + this.service + api["M" /* getDictList */];
74895
75251
  }
74896
75252
  return api["A" /* findSysCode */];
74897
75253
  }
@@ -75319,7 +75675,7 @@ mainvue_type_template_id_c789bcdc_render._withStripped = true
75319
75675
  var mainConfig = utils_util["a" /* default */].getStorage('mainConfig');
75320
75676
  mainConfig && (this.userModel = JSON.parse(mainConfig).userModel);
75321
75677
  utils_util["a" /* default */].ajax({
75322
- url: api["lb" /* initRetrialAuth */]
75678
+ url: api["mb" /* initRetrialAuth */]
75323
75679
  }).then(function (res) {
75324
75680
  var rCode = res.rCode,
75325
75681
  results = res.results;
@@ -75403,7 +75759,7 @@ mainvue_type_template_id_c789bcdc_render._withStripped = true
75403
75759
  }
75404
75760
  }, 1000);
75405
75761
  utils_util["a" /* default */].ajax({
75406
- url: api["X" /* getRetrialAuthCode */],
75762
+ url: api["Y" /* getRetrialAuthCode */],
75407
75763
  method: 'post',
75408
75764
  data: params,
75409
75765
  params: params
@@ -75428,7 +75784,7 @@ mainvue_type_template_id_c789bcdc_render._withStripped = true
75428
75784
  uuid: this.uuid
75429
75785
  };
75430
75786
  utils_util["a" /* default */].ajax({
75431
- url: api["Eb" /* scanCodeRetrialAuth */],
75787
+ url: api["Fb" /* scanCodeRetrialAuth */],
75432
75788
  method: 'post',
75433
75789
  data: params,
75434
75790
  params: params
@@ -75692,7 +76048,7 @@ function select_src_mainvue_type_script_lang_js_objectWithoutProperties(obj, key
75692
76048
  },
75693
76049
  findCode: function findCode() {
75694
76050
  if (this.service) {
75695
- return '/' + this.service + api["L" /* getDictList */];
76051
+ return '/' + this.service + api["M" /* getDictList */];
75696
76052
  }
75697
76053
  return api["A" /* findSysCode */];
75698
76054
  }
@@ -76410,7 +76766,7 @@ var select_ganged_src_mainvue_type_script_lang_js_extends = Object.assign || fun
76410
76766
  },
76411
76767
  findCode: function findCode() {
76412
76768
  if (this.service) {
76413
- return '/' + this.service + api["L" /* getDictList */];
76769
+ return '/' + this.service + api["M" /* getDictList */];
76414
76770
  }
76415
76771
  return api["A" /* findSysCode */];
76416
76772
  }
@@ -77738,7 +78094,7 @@ var clickoutside_default = /*#__PURE__*/__webpack_require__.n(clickoutside_);
77738
78094
  value: [Array, Object],
77739
78095
  action: {
77740
78096
  type: String,
77741
- default: api["Z" /* getSelectorOrgDetail */]
78097
+ default: api["ab" /* getSelectorOrgDetail */]
77742
78098
  },
77743
78099
  host: {
77744
78100
  type: String,
@@ -77998,7 +78354,7 @@ var clickoutside_default = /*#__PURE__*/__webpack_require__.n(clickoutside_);
77998
78354
  return;
77999
78355
  }
78000
78356
  utils_util["a" /* default */].ajax({
78001
- url: api["bb" /* getSysParam */],
78357
+ url: api["cb" /* getSysParam */],
78002
78358
  params: {
78003
78359
  paramCode: 'sysorgname,sysdepname'
78004
78360
  }
@@ -79340,7 +79696,7 @@ var selector_panel_src_mainvue_type_script_lang_js_typeof = typeof Symbol === "f
79340
79696
  },
79341
79697
  selection: {
79342
79698
  type: [String, Array],
79343
- default: api["Z" /* getSelectorOrgDetail */]
79699
+ default: api["ab" /* getSelectorOrgDetail */]
79344
79700
  },
79345
79701
  param: {
79346
79702
  type: Object,
@@ -79432,7 +79788,7 @@ var selector_panel_src_mainvue_type_script_lang_js_typeof = typeof Symbol === "f
79432
79788
  enterprise: {
79433
79789
  label: '选择单位',
79434
79790
  name: 'enterprise',
79435
- url: api["ab" /* getSelectorOrgTree */],
79791
+ url: api["bb" /* getSelectorOrgTree */],
79436
79792
  data: [],
79437
79793
  nodeData: '',
79438
79794
  selection: [],
@@ -79446,7 +79802,7 @@ var selector_panel_src_mainvue_type_script_lang_js_typeof = typeof Symbol === "f
79446
79802
  department: {
79447
79803
  label: '选择部门',
79448
79804
  name: 'department',
79449
- url: api["ab" /* getSelectorOrgTree */],
79805
+ url: api["bb" /* getSelectorOrgTree */],
79450
79806
  data: [],
79451
79807
  nodeData: '',
79452
79808
  selection: [],
@@ -79460,7 +79816,7 @@ var selector_panel_src_mainvue_type_script_lang_js_typeof = typeof Symbol === "f
79460
79816
  employee: {
79461
79817
  label: '选择用户',
79462
79818
  name: 'employee',
79463
- url: api["ab" /* getSelectorOrgTree */],
79819
+ url: api["bb" /* getSelectorOrgTree */],
79464
79820
  data: [],
79465
79821
  nodeData: '',
79466
79822
  selection: [],
@@ -79474,7 +79830,7 @@ var selector_panel_src_mainvue_type_script_lang_js_typeof = typeof Symbol === "f
79474
79830
  myemployee: {
79475
79831
  label: '本单位用户',
79476
79832
  name: 'myemployee',
79477
- url: api["ab" /* getSelectorOrgTree */],
79833
+ url: api["bb" /* getSelectorOrgTree */],
79478
79834
  data: [],
79479
79835
  nodeData: '',
79480
79836
  selection: [],
@@ -79488,7 +79844,7 @@ var selector_panel_src_mainvue_type_script_lang_js_typeof = typeof Symbol === "f
79488
79844
  otheremployee: {
79489
79845
  label: '外单位用户',
79490
79846
  name: 'otheremployee',
79491
- url: api["ab" /* getSelectorOrgTree */],
79847
+ url: api["bb" /* getSelectorOrgTree */],
79492
79848
  data: [],
79493
79849
  nodeData: '',
79494
79850
  selection: [],
@@ -79502,7 +79858,7 @@ var selector_panel_src_mainvue_type_script_lang_js_typeof = typeof Symbol === "f
79502
79858
  person: {
79503
79859
  label: '选择人员',
79504
79860
  name: 'person',
79505
- url: api["ab" /* getSelectorOrgTree */],
79861
+ url: api["bb" /* getSelectorOrgTree */],
79506
79862
  data: [],
79507
79863
  nodeData: '',
79508
79864
  selection: [],
@@ -79516,7 +79872,7 @@ var selector_panel_src_mainvue_type_script_lang_js_typeof = typeof Symbol === "f
79516
79872
  otherperson: {
79517
79873
  label: '外单位人员',
79518
79874
  name: 'otherperson',
79519
- url: api["ab" /* getSelectorOrgTree */],
79875
+ url: api["bb" /* getSelectorOrgTree */],
79520
79876
  data: [],
79521
79877
  nodeData: '',
79522
79878
  selection: [],
@@ -79530,7 +79886,7 @@ var selector_panel_src_mainvue_type_script_lang_js_typeof = typeof Symbol === "f
79530
79886
  persongroup: {
79531
79887
  label: '选择群组成员',
79532
79888
  name: 'persongroup',
79533
- url: api["ab" /* getSelectorOrgTree */],
79889
+ url: api["bb" /* getSelectorOrgTree */],
79534
79890
  data: [],
79535
79891
  nodeData: '',
79536
79892
  selection: [],
@@ -79548,7 +79904,7 @@ var selector_panel_src_mainvue_type_script_lang_js_typeof = typeof Symbol === "f
79548
79904
  selection: [],
79549
79905
  value: [],
79550
79906
  name: 'filgroup',
79551
- url: api["ab" /* getSelectorOrgTree */],
79907
+ url: api["bb" /* getSelectorOrgTree */],
79552
79908
  param: {
79553
79909
  showarea: 4,
79554
79910
  id: 0,
@@ -79558,7 +79914,7 @@ var selector_panel_src_mainvue_type_script_lang_js_typeof = typeof Symbol === "f
79558
79914
  depgroup: {
79559
79915
  label: '部门群组成员',
79560
79916
  name: 'depgroup',
79561
- url: api["ab" /* getSelectorOrgTree */],
79917
+ url: api["bb" /* getSelectorOrgTree */],
79562
79918
  data: [],
79563
79919
  nodeData: '',
79564
79920
  selection: [],
@@ -79572,7 +79928,7 @@ var selector_panel_src_mainvue_type_script_lang_js_typeof = typeof Symbol === "f
79572
79928
  persongroupobj: {
79573
79929
  label: '人员群组',
79574
79930
  name: 'persongroupobj',
79575
- url: api["ab" /* getSelectorOrgTree */],
79931
+ url: api["bb" /* getSelectorOrgTree */],
79576
79932
  data: [],
79577
79933
  nodeData: '',
79578
79934
  selection: [],
@@ -79586,7 +79942,7 @@ var selector_panel_src_mainvue_type_script_lang_js_typeof = typeof Symbol === "f
79586
79942
  filgroupobj: {
79587
79943
  label: '单位群组',
79588
79944
  name: 'filgroupobj',
79589
- url: api["ab" /* getSelectorOrgTree */],
79945
+ url: api["bb" /* getSelectorOrgTree */],
79590
79946
  data: [],
79591
79947
  nodeData: '',
79592
79948
  selection: [],
@@ -79600,7 +79956,7 @@ var selector_panel_src_mainvue_type_script_lang_js_typeof = typeof Symbol === "f
79600
79956
  depgroupobj: {
79601
79957
  label: '部门群组',
79602
79958
  name: 'depgroupobj',
79603
- url: api["ab" /* getSelectorOrgTree */],
79959
+ url: api["bb" /* getSelectorOrgTree */],
79604
79960
  data: [],
79605
79961
  nodeData: '',
79606
79962
  selection: [],
@@ -79614,7 +79970,7 @@ var selector_panel_src_mainvue_type_script_lang_js_typeof = typeof Symbol === "f
79614
79970
  role: {
79615
79971
  label: '选择角色',
79616
79972
  name: 'role',
79617
- url: api["ab" /* getSelectorOrgTree */],
79973
+ url: api["bb" /* getSelectorOrgTree */],
79618
79974
  data: [],
79619
79975
  nodeData: '',
79620
79976
  selection: [],
@@ -79628,7 +79984,7 @@ var selector_panel_src_mainvue_type_script_lang_js_typeof = typeof Symbol === "f
79628
79984
  post: {
79629
79985
  label: '选择岗位',
79630
79986
  name: 'post',
79631
- url: api["ab" /* getSelectorOrgTree */],
79987
+ url: api["bb" /* getSelectorOrgTree */],
79632
79988
  data: [],
79633
79989
  nodeData: '',
79634
79990
  selection: [],
@@ -79642,7 +79998,7 @@ var selector_panel_src_mainvue_type_script_lang_js_typeof = typeof Symbol === "f
79642
79998
  codetable: {
79643
79999
  label: '代码表',
79644
80000
  name: 'codetable',
79645
- url: api["ab" /* getSelectorOrgTree */],
80001
+ url: api["bb" /* getSelectorOrgTree */],
79646
80002
  data: [],
79647
80003
  nodeData: '',
79648
80004
  selection: [],
@@ -79656,7 +80012,7 @@ var selector_panel_src_mainvue_type_script_lang_js_typeof = typeof Symbol === "f
79656
80012
  topcontacts: {
79657
80013
  label: '常用联系人',
79658
80014
  name: 'topcontacts',
79659
- url: api["ab" /* getSelectorOrgTree */],
80015
+ url: api["bb" /* getSelectorOrgTree */],
79660
80016
  data: [],
79661
80017
  nodeData: '',
79662
80018
  selection: [],
@@ -80318,11 +80674,11 @@ function sizer_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return fun
80318
80674
  },
80319
80675
  url: {
80320
80676
  type: String,
80321
- default: api["T" /* getOrgMainTree */]
80677
+ default: api["U" /* getOrgMainTree */]
80322
80678
  },
80323
80679
  orgUrl: {
80324
80680
  type: String,
80325
- default: api["Y" /* getSelectOrgsubids */]
80681
+ default: api["Z" /* getSelectOrgsubids */]
80326
80682
  },
80327
80683
  selectField: {
80328
80684
  type: String,
@@ -83786,7 +84142,7 @@ mainvue_type_template_id_6baa7a0b_render._withStripped = true
83786
84142
  },
83787
84143
  url: {
83788
84144
  type: String,
83789
- default: api["fb" /* gethelpdoc */]
84145
+ default: api["gb" /* gethelpdoc */]
83790
84146
  },
83791
84147
  param: {
83792
84148
  type: Object,
@@ -84297,7 +84653,7 @@ mainvue_type_template_id_cd716718_render._withStripped = true
84297
84653
  // 选择项远程地址
84298
84654
  url: {
84299
84655
  type: String,
84300
- default: api["T" /* getOrgMainTree */]
84656
+ default: api["U" /* getOrgMainTree */]
84301
84657
  },
84302
84658
  system: {
84303
84659
  type: Boolean,
@@ -91333,7 +91689,7 @@ var mainvue_type_script_lang_js_props;
91333
91689
  }, mainvue_type_script_lang_js_props.properties = {
91334
91690
  type: String,
91335
91691
  default: function _default() {
91336
- return api["I" /* getAdjunctProperties */];
91692
+ return api["J" /* getAdjunctProperties */];
91337
91693
  }
91338
91694
  }, mainvue_type_script_lang_js_props.fileIcons = {
91339
91695
  type: Object,
@@ -91368,7 +91724,7 @@ var mainvue_type_script_lang_js_props;
91368
91724
  source: '',
91369
91725
  excludeNames: '',
91370
91726
  boxHeight: this.listHeight,
91371
- previewAdjunct: api["wb" /* previewAdjunct */],
91727
+ previewAdjunct: api["xb" /* previewAdjunct */],
91372
91728
  kkfileview: null,
91373
91729
  dochubConfig: {}
91374
91730
  };
@@ -91427,7 +91783,7 @@ var mainvue_type_script_lang_js_props;
91427
91783
  return this.totalSize ? this.totalSize : this.fileTotalSize ? this.fileTotalSize : 0;
91428
91784
  },
91429
91785
  getAdjunctFileInfos: function getAdjunctFileInfos() {
91430
- return typeof this.fileList === 'string' ? this.fileList : api["H" /* getAdjunctFileInfos */];
91786
+ return typeof this.fileList === 'string' ? this.fileList : api["I" /* getAdjunctFileInfos */];
91431
91787
  },
91432
91788
  showList: function showList() {
91433
91789
  return this.portrait ? false : this.showFileList;
@@ -91626,7 +91982,7 @@ var mainvue_type_script_lang_js_props;
91626
91982
  this.dochubConfig = config.dochubConfig;
91627
91983
  }
91628
91984
 
91629
- var url = this.portrait || this.documentId ? this.dochubConfig.reuploadDocumentUrl || api["wc" /* uploadOnlyOne */] : this.dochubConfig.uploadDocumentUrl || api["yc" /* uploads */];
91985
+ var url = this.portrait || this.documentId ? this.dochubConfig.reuploadDocumentUrl || api["yc" /* uploadOnlyOne */] : this.dochubConfig.uploadDocumentUrl || api["Ac" /* uploads */];
91630
91986
  this.uploadUrl = url.indexOf(this.host) > -1 ? url : this.host + url;
91631
91987
  this.requestFiles && this.getFiles();
91632
91988
  } else {
@@ -91649,7 +92005,7 @@ var mainvue_type_script_lang_js_props;
91649
92005
  _this3.dochubConfig = res.results.dochubConfig;
91650
92006
  sessionStorage.setItem('dochubConfig', JSON.stringify(res.results.dochubConfig));
91651
92007
  }
91652
- var _url = _this3.portrait ? _this3.dochubConfig.reuploadDocumentUrl || api["wc" /* uploadOnlyOne */] : _this3.dochubConfig.uploadDocumentUrl || api["yc" /* uploads */];
92008
+ var _url = _this3.portrait ? _this3.dochubConfig.reuploadDocumentUrl || api["yc" /* uploadOnlyOne */] : _this3.dochubConfig.uploadDocumentUrl || api["Ac" /* uploads */];
91653
92009
  _this3.uploadUrl = _url.indexOf(_this3.host) > -1 ? _url : _this3.host + _url;
91654
92010
  if (res.results.kkViewRootPath) {
91655
92011
  _this3.kkfileview = res.results.kkViewRootPath;
@@ -91679,7 +92035,7 @@ var mainvue_type_script_lang_js_props;
91679
92035
  if (!this.show || this.fileList && Array.isArray(this.fileList) && this.fileList.length || this.requiredOwnId && !Object.prototype.hasOwnProperty.call(this.params, 'ownId')) {
91680
92036
  return false;
91681
92037
  }
91682
- var url = typeof this.fileList === 'string' ? this.fileList : this.dochubConfig.getDocumentList ? this.dochubConfig.getDocumentList : api["H" /* getAdjunctFileInfos */];
92038
+ var url = typeof this.fileList === 'string' ? this.fileList : this.dochubConfig.getDocumentList ? this.dochubConfig.getDocumentList : api["I" /* getAdjunctFileInfos */];
91683
92039
  utils_util["a" /* default */].ajax({
91684
92040
  method: this.method,
91685
92041
  url: url,
@@ -91764,13 +92120,13 @@ var mainvue_type_script_lang_js_props;
91764
92120
  if (this.kkfileview) {
91765
92121
  this.openKkfileview(file);
91766
92122
  } else {
91767
- utils_util["a" /* default */].win.open(this.host + (url ? url : api["yb" /* previewAdjunctOffice */]) + '?cmd=view&bucketName=' + file.absolutePath + '&fileId=' + file.adjunctId + '&fileName=' + file.newName);
92123
+ utils_util["a" /* default */].win.open(this.host + (url ? url : api["zb" /* previewAdjunctOffice */]) + '?cmd=view&bucketName=' + file.absolutePath + '&fileId=' + file.adjunctId + '&fileName=' + file.newName);
91768
92124
  }
91769
92125
  } else if (suffix.includes('pdf')) {
91770
92126
  if (this.kkfileview) {
91771
92127
  this.openKkfileview(file);
91772
92128
  } else {
91773
- utils_util["a" /* default */].win.open(this.host + (url ? url : api["xb" /* previewAdjunct2 */]) + '/' + file.originalName + '?adjunctId=' + file.adjunctId);
92129
+ utils_util["a" /* default */].win.open(this.host + (url ? url : api["yb" /* previewAdjunct2 */]) + '/' + file.originalName + '?adjunctId=' + file.adjunctId);
91774
92130
  }
91775
92131
  } else if (suffix.includes('jpge') || suffix.includes('jpg') || suffix.includes('gif') || suffix.includes('png')) {
91776
92132
  this.imgUrl = res.url && utils_util["a" /* default */].startWith(url, ['http', '/', true]) ? res.url : this.host + (url ? url : this.previewAdjunct) + '?adjunctId=' + file.adjunctId;
@@ -91935,7 +92291,7 @@ var mainvue_type_script_lang_js_props;
91935
92291
  }
91936
92292
  },
91937
92293
  handleDownloads: function handleDownloads() {
91938
- var url = typeof this.downloads === 'string' ? this.downloads : this.dochubConfig.compressDownloadDocumentUrl || api["vc" /* uploadDownloads */];
92294
+ var url = typeof this.downloads === 'string' ? this.downloads : this.dochubConfig.compressDownloadDocumentUrl || api["xc" /* uploadDownloads */];
91939
92295
  utils_util["a" /* default */].win.open(this.host + url + '?ownId=' + this.ownId + '&code=' + this.code + (this.extendCode ? '&extendCode=' + this.extendCode : '') + '&businessId=' + this.ownId + '&fileName=文档.zip' + '&bucketCode=' + this.code);
91940
92296
  },
91941
92297
  handleDownload: function handleDownload(file) {
@@ -91975,7 +92331,7 @@ var mainvue_type_script_lang_js_props;
91975
92331
  ids = ids.join(',');
91976
92332
  utils_util["a" /* default */].ajax({
91977
92333
  method: this.method,
91978
- url: this.dochubConfig.sortDocumentsUrl || api["xc" /* uploadSort */],
92334
+ url: this.dochubConfig.sortDocumentsUrl || api["zc" /* uploadSort */],
91979
92335
  data: {
91980
92336
  ids: ids,
91981
92337
  documentIds: ids,
@@ -92586,7 +92942,7 @@ if (typeof window !== 'undefined' && window.Vue) {
92586
92942
  }
92587
92943
 
92588
92944
  /* harmony default export */ var src_0 = __webpack_exports__["default"] = ({
92589
- version: '0.7.11',
92945
+ version: '0.7.12',
92590
92946
  install: install,
92591
92947
  Button: packages_button,
92592
92948
  ButtonGroup: button_group,