eoss-ui 0.6.65 → 0.6.67

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 (54) hide show
  1. package/lib/button-group.js +108 -106
  2. package/lib/button.js +108 -106
  3. package/lib/calogin.js +108 -106
  4. package/lib/checkbox-group.js +110 -108
  5. package/lib/config/api.js +1 -0
  6. package/lib/data-table-form.js +110 -108
  7. package/lib/data-table.js +113 -111
  8. package/lib/date-picker.js +108 -106
  9. package/lib/dialog.js +108 -106
  10. package/lib/eoss-ui.common.js +397 -354
  11. package/lib/flow-group.js +108 -106
  12. package/lib/flow-list.js +127 -118
  13. package/lib/flow.js +252 -219
  14. package/lib/form.js +123 -118
  15. package/lib/handle-user.js +109 -107
  16. package/lib/handler.js +109 -107
  17. package/lib/icon.js +109 -107
  18. package/lib/index.js +1 -1
  19. package/lib/input-number.js +108 -106
  20. package/lib/input.js +108 -106
  21. package/lib/login.js +114 -112
  22. package/lib/main.js +141 -139
  23. package/lib/nav.js +108 -106
  24. package/lib/notify.js +111 -109
  25. package/lib/page.js +108 -106
  26. package/lib/pagination.js +108 -106
  27. package/lib/player.js +108 -106
  28. package/lib/qr-code.js +108 -106
  29. package/lib/radio-group.js +110 -108
  30. package/lib/retrial-auth.js +111 -109
  31. package/lib/select-ganged.js +110 -108
  32. package/lib/select.js +110 -108
  33. package/lib/selector-panel.js +126 -124
  34. package/lib/selector.js +109 -107
  35. package/lib/sizer.js +110 -108
  36. package/lib/steps.js +108 -106
  37. package/lib/switch.js +108 -106
  38. package/lib/table-form.js +108 -106
  39. package/lib/tabs.js +108 -106
  40. package/lib/tips.js +109 -107
  41. package/lib/tree-group.js +108 -106
  42. package/lib/tree.js +109 -107
  43. package/lib/upload.js +118 -116
  44. package/lib/wujie.js +108 -106
  45. package/lib/wxlogin.js +108 -106
  46. package/package.json +1 -1
  47. package/packages/flow/src/component/Circulate.vue +22 -3
  48. package/packages/flow/src/main.vue +9 -1
  49. package/packages/flow/src/reset.vue +6 -1
  50. package/packages/flow/src/selectUser.vue +1 -1
  51. package/packages/flow-list/src/main.vue +7 -0
  52. package/packages/form/src/main.vue +2 -2
  53. package/src/config/api.js +1 -0
  54. package/src/index.js +1 -1
package/lib/flow.js CHANGED
@@ -1604,7 +1604,7 @@ var getLightness = function getLightness($v, $i, $isLight) {
1604
1604
  * @param {function} callback - 回调函数
1605
1605
  **/
1606
1606
  var getMainConfig = function getMainConfig(callback) {
1607
- ajax({ url: _config_api__WEBPACK_IMPORTED_MODULE_1__[/* mainConfig */ "nb"] }).then(function (res) {
1607
+ ajax({ url: _config_api__WEBPACK_IMPORTED_MODULE_1__[/* mainConfig */ "ob"] }).then(function (res) {
1608
1608
  if (res && res.rCode === 0) {
1609
1609
  callback(res.results);
1610
1610
  }
@@ -2361,7 +2361,7 @@ var isLogined = function () {
2361
2361
  break;
2362
2362
  }
2363
2363
 
2364
- ajax({ method: 'post', url: _config_api__WEBPACK_IMPORTED_MODULE_1__[/* logout */ "mb"] }).then(function (res) {
2364
+ ajax({ method: 'post', url: _config_api__WEBPACK_IMPORTED_MODULE_1__[/* logout */ "nb"] }).then(function (res) {
2365
2365
  if (res.rCode === 0) {
2366
2366
  removeStorage();
2367
2367
  }
@@ -3517,148 +3517,149 @@ var watermark = function watermark(option) {
3517
3517
  /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "p", function() { return doCaLogin; });
3518
3518
  /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "t", function() { return doUserLogin; });
3519
3519
  /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "r", function() { return doQrLogin; });
3520
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "mb", function() { return logout; });
3521
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "fb", function() { return initLogin; });
3522
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Hb", function() { return switchUserTo; });
3520
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "nb", function() { return logout; });
3521
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "gb", function() { return initLogin; });
3522
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Ib", function() { return switchUserTo; });
3523
3523
  /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "c", function() { return changeImg; });
3524
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "M", function() { return getLoginCode; });
3524
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "N", function() { return getLoginCode; });
3525
3525
  /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "q", function() { return doCodeLogin; });
3526
3526
  /* unused harmony export updateCode */
3527
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "N", function() { return getModifyPassCode; });
3527
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "O", function() { return getModifyPassCode; });
3528
3528
  /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "g", function() { return codeModifyPass; });
3529
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "kb", function() { return loginModifyPassword; });
3529
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "lb", function() { return loginModifyPassword; });
3530
3530
  /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "b", function() { return authCenter; });
3531
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "gb", function() { return initModifyPassword; });
3531
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "hb", function() { return initModifyPassword; });
3532
3532
  /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "u", function() { return doWechatQrLogin; });
3533
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Z", function() { return getTwoFactorLoginCode; });
3533
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "ab", function() { return getTwoFactorLoginCode; });
3534
3534
  /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "s", function() { return doTwoFactorLogin; });
3535
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "hb", function() { return initRetrialAuth; });
3536
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "V", function() { return getRetrialAuthCode; });
3537
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Ab", function() { return scanCodeRetrialAuth; });
3535
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "ib", function() { return initRetrialAuth; });
3536
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "W", function() { return getRetrialAuthCode; });
3537
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Bb", function() { return scanCodeRetrialAuth; });
3538
3538
  /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "h", function() { return codeRetrialAuth; });
3539
3539
  /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "o", function() { return doAssistanceQrLogin; });
3540
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "vc", function() { return userOnline; });
3541
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "ab", function() { return getUserAppWithTag; });
3542
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "vb", function() { return recordUserApp; });
3543
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "nb", function() { return mainConfig; });
3544
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "ib", function() { return initUserSet; });
3545
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "qc", function() { return updateUserInfo; });
3540
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "wc", function() { return userOnline; });
3541
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "bb", function() { return getUserAppWithTag; });
3542
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "wb", function() { return recordUserApp; });
3543
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "ob", function() { return mainConfig; });
3544
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "jb", function() { return initUserSet; });
3545
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "rc", function() { return updateUserInfo; });
3546
3546
  /* unused harmony export getUserImgUrl */
3547
3547
  /* unused harmony export getDoorIndex */
3548
3548
  /* unused harmony export refreshOnlineUsers */
3549
3549
  /* unused harmony export getQuickMenuIds */
3550
3550
  /* unused harmony export getApplicationIdArray */
3551
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "H", function() { return getComplexApplications; });
3552
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "I", function() { return getComplexApplicationsNew; });
3551
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "I", function() { return getComplexApplications; });
3552
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "J", function() { return getComplexApplicationsNew; });
3553
3553
  /* unused harmony export getUserCustomInfo */
3554
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "pc", function() { return updateUserCustomInfo; });
3555
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Ib", function() { return sysMsgPage; });
3556
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "eb", function() { return ignoreSysMsg; });
3557
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "db", function() { return ignoreAllSysMsg; });
3558
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Bb", function() { return searchType; });
3559
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "G", function() { return getAdjunctProperties; });
3560
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "uc", function() { return uploads; });
3561
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "sc", function() { return uploadOnlyOne; });
3562
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "F", function() { return getAdjunctFileInfos; });
3563
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "tc", function() { return uploadSort; });
3554
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "qc", function() { return updateUserCustomInfo; });
3555
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Jb", function() { return sysMsgPage; });
3556
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "fb", function() { return ignoreSysMsg; });
3557
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "eb", function() { return ignoreAllSysMsg; });
3558
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Cb", function() { return searchType; });
3559
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "H", function() { return getAdjunctProperties; });
3560
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "vc", function() { return uploads; });
3561
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "tc", function() { return uploadOnlyOne; });
3562
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "G", function() { return getAdjunctFileInfos; });
3563
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "uc", function() { return uploadSort; });
3564
3564
  /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "v", function() { return downloadByAdjunctId; });
3565
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "rc", function() { return uploadDownloads; });
3566
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "sb", function() { return previewAdjunct; });
3567
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "tb", function() { return previewAdjunct2; });
3568
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "ub", function() { return previewAdjunctOffice; });
3565
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "sc", function() { return uploadDownloads; });
3566
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "tb", function() { return previewAdjunct; });
3567
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "ub", function() { return previewAdjunct2; });
3568
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "vb", function() { return previewAdjunctOffice; });
3569
3569
  /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "j", function() { return delAdjunct; });
3570
3570
  /* unused harmony export upload_updateClassify */
3571
3571
  /* unused harmony export getDeleteAdjunctFileInfos */
3572
3572
  /* unused harmony export getPictureBase64 */
3573
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Y", function() { return getSelectorOrgTree; });
3574
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "X", function() { return getSelectorOrgDetail; });
3575
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "R", function() { return getOrgMainTree; });
3576
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "W", function() { return getSelectOrgsubids; });
3577
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "z", function() { return findSysCode; });
3578
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "J", function() { return getDictList; });
3573
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Z", function() { return getSelectorOrgTree; });
3574
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Y", function() { return getSelectorOrgDetail; });
3575
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "S", function() { return getOrgMainTree; });
3576
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "X", function() { return getSelectOrgsubids; });
3577
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "A", function() { return findSysCode; });
3578
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "K", function() { return getDictList; });
3579
3579
  /* unused harmony export findUserBaseInfo */
3580
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "bb", function() { return gethelpdoc; });
3580
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "cb", function() { return gethelpdoc; });
3581
3581
  /* unused harmony export getCurrentuser */
3582
3582
  /* unused harmony export mainDetail */
3583
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Yb", function() { return toStartFlow; });
3584
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Ub", function() { return tempSave; });
3583
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Zb", function() { return toStartFlow; });
3584
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Vb", function() { return tempSave; });
3585
3585
  /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "i", function() { return commonOpion; });
3586
3586
  /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "a", function() { return addCommonOpion; });
3587
3587
  /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "w", function() { return editCommonOpion; });
3588
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "zb", function() { return saveCommonOpinion; });
3589
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "oc", function() { return updateCommonOpinion; });
3588
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Ab", function() { return saveCommonOpinion; });
3589
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "pc", function() { return updateCommonOpinion; });
3590
3590
  /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "k", function() { return deleteCommonOpion; });
3591
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "U", function() { return getProcessDefList; });
3592
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "O", function() { return getNodeInfo; });
3593
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "y", function() { return findCodeValues; });
3594
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "B", function() { return findSysParam; });
3595
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "A", function() { return findSysCodes; });
3596
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Q", function() { return getNotificationMsg; });
3597
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "L", function() { return getHandleInfoHtml; });
3598
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Kb", function() { return taskHandleHtml; });
3591
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "V", function() { return getProcessDefList; });
3592
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "P", function() { return getNodeInfo; });
3593
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "z", function() { return findCodeValues; });
3594
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "C", function() { return findSysParam; });
3595
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "B", function() { return findSysCodes; });
3596
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "R", function() { return getNotificationMsg; });
3597
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "M", function() { return getHandleInfoHtml; });
3598
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Lb", function() { return taskHandleHtml; });
3599
3599
  /* unused harmony export getView */
3600
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "wb", function() { return register; });
3601
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "ob", function() { return pendedhistoryList; });
3602
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "cc", function() { return toTaskRejectHtml; });
3603
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Nb", function() { return taskRejectHtml; });
3604
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Zb", function() { return toStartTaskRead; });
3605
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "ac", function() { return toStartTaskReadIndex; });
3606
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Lb", function() { return taskReadHtml; });
3607
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "xb", function() { return rejectAndEnd; });
3608
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Xb", function() { return toSendMsg; });
3609
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Fb", function() { return sendMsg; });
3610
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "x", function() { return endFlowHtml; });
3611
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "cb", function() { return handleInfo; });
3612
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "lb", function() { return loginUserInfo; });
3613
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "wc", function() { return wss; });
3614
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "mc", function() { return topic; });
3615
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "S", function() { return getPresetCustomInfo; });
3616
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "T", function() { return getPresetNodeInfo; });
3617
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "ic", function() { return toTaskTransferIndex; });
3618
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Rb", function() { return taskTransfer; });
3619
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Vb", function() { return toPresetInfoListIndex; });
3600
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "xb", function() { return register; });
3601
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "pb", function() { return pendedhistoryList; });
3602
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "dc", function() { return toTaskRejectHtml; });
3603
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Ob", function() { return taskRejectHtml; });
3604
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "ac", function() { return toStartTaskRead; });
3605
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "bc", function() { return toStartTaskReadIndex; });
3606
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Mb", function() { return taskReadHtml; });
3607
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "yb", function() { return rejectAndEnd; });
3608
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Yb", function() { return toSendMsg; });
3609
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Gb", function() { return sendMsg; });
3610
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "y", function() { return endFlowHtml; });
3611
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "db", function() { return handleInfo; });
3612
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "mb", function() { return loginUserInfo; });
3613
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "xc", function() { return wss; });
3614
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "nc", function() { return topic; });
3615
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "T", function() { return getPresetCustomInfo; });
3616
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "U", function() { return getPresetNodeInfo; });
3617
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "jc", function() { return toTaskTransferIndex; });
3618
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Sb", function() { return taskTransfer; });
3619
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Wb", function() { return toPresetInfoListIndex; });
3620
3620
  /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "m", function() { return deletePresetInfo; });
3621
3621
  /* unused harmony export historyListJson */
3622
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "pb", function() { return pendedhistoryListJson; });
3623
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "rb", function() { return pressListJson; });
3622
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "qb", function() { return pendedhistoryListJson; });
3623
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "sb", function() { return pressListJson; });
3624
3624
  /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "l", function() { return deleteFlow; });
3625
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "jb", function() { return isCanStartSubFlow; });
3626
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "jc", function() { return toTaskUnionExamine; });
3627
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Sb", function() { return taskUnionExamine; });
3628
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "hc", function() { return toTaskTakeAdvice; });
3629
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Qb", function() { return taskTakeAdvice; });
3630
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "ec", function() { return toTaskStartDraft; });
3631
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "fc", function() { return toTaskSupervise; });
3632
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "gc", function() { return toTaskSuperviseSub; });
3633
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Pb", function() { return taskStartDraft; });
3634
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "dc", function() { return toTaskReview; });
3635
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Ob", function() { return taskReview; });
3636
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "kc", function() { return toTaskUnionSeal; });
3637
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Tb", function() { return taskUnionSeal; });
3638
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "lc", function() { return toTwoOfficesDispatch; });
3639
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "nc", function() { return twoOfficesDispatch; });
3640
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Wb", function() { return toResetProcessIndex; });
3641
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "yb", function() { return resetProcess; });
3642
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "bc", function() { return toTaskContinuationIndex; });
3643
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Jb", function() { return taskContinuation; });
3644
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "K", function() { return getFreeStartFlowParams; });
3645
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "D", function() { return freeStartFlowWithSubmitTask; });
3625
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "kb", function() { return isCanStartSubFlow; });
3626
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "kc", function() { return toTaskUnionExamine; });
3627
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Tb", function() { return taskUnionExamine; });
3628
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "ic", function() { return toTaskTakeAdvice; });
3629
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Rb", function() { return taskTakeAdvice; });
3630
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "fc", function() { return toTaskStartDraft; });
3631
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "gc", function() { return toTaskSupervise; });
3632
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "hc", function() { return toTaskSuperviseSub; });
3633
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Qb", function() { return taskStartDraft; });
3634
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "ec", function() { return toTaskReview; });
3635
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Pb", function() { return taskReview; });
3636
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "lc", function() { return toTaskUnionSeal; });
3637
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Ub", function() { return taskUnionSeal; });
3638
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "mc", function() { return toTwoOfficesDispatch; });
3639
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "oc", function() { return twoOfficesDispatch; });
3640
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Xb", function() { return toResetProcessIndex; });
3641
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "zb", function() { return resetProcess; });
3642
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "cc", function() { return toTaskContinuationIndex; });
3643
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Kb", function() { return taskContinuation; });
3644
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "L", function() { return getFreeStartFlowParams; });
3645
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "E", function() { return freeStartFlowWithSubmitTask; });
3646
3646
  /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "e", function() { return checkForeignOrgStartedCircularRead; });
3647
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "qb", function() { return pendedhistoryListWithCircularReadJson; });
3648
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "E", function() { return fyListJson; });
3647
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "rb", function() { return pendedhistoryListWithCircularReadJson; });
3648
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "F", function() { return fyListJson; });
3649
3649
  /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "f", function() { return circularReadWithdraw; });
3650
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Mb", function() { return taskReadWithDraw; });
3651
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Gb", function() { return startReadTransferHandleFlowWithTaskReadEnd; });
3650
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Nb", function() { return taskReadWithDraw; });
3651
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Hb", function() { return startReadTransferHandleFlowWithTaskReadEnd; });
3652
3652
  /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "d", function() { return checkBusinessIdStartedReadTransferHandle; });
3653
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Eb", function() { return sendList; });
3654
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Db", function() { return sendInfo; });
3653
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Fb", function() { return sendList; });
3654
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Eb", function() { return sendInfo; });
3655
3655
  /* unused harmony export sendSave */
3656
3656
  /* unused harmony export sendUpdate */
3657
3657
  /* unused harmony export sendDelete */
3658
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Cb", function() { return sendBatch; });
3659
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "C", function() { return formContents; });
3658
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Db", function() { return sendBatch; });
3659
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "D", function() { return formContents; });
3660
3660
  /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "n", function() { return directStartTaskCircularRead; });
3661
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "P", function() { return getNodeInfoForStart; });
3661
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "x", function() { return endFlowAndStartTaskCircularRead; });
3662
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Q", function() { return getNodeInfoForStart; });
3662
3663
  var flowPendingPrefix = window.flowPendingPrefix || localStorage.getItem('flowPendingPrefix') || '/bpm';
3663
3664
  // 登录
3664
3665
  var doCaLogin = '/sso2/signIn/auth/doCaLogin'; // ca登录认证
@@ -3914,6 +3915,7 @@ var sendBatch = '/notify2/sendRecord/reSendNotifyMessageBatch';
3914
3915
 
3915
3916
  var formContents = '/lowcode/admin/online/onlineForm/getOnlineFormFromCache';
3916
3917
  var directStartTaskCircularRead = '/bpm/bpmBackend/directStartTaskCircularRead';
3918
+ var endFlowAndStartTaskCircularRead = '/bpm/bpmBackend/endFlowAndStartTaskCircularRead';
3917
3919
  var getNodeInfoForStart = flowPendingPrefix + '/task/taskHandle/getNodeInfoForStart.dhtml';
3918
3920
 
3919
3921
  /***/ }),
@@ -4421,7 +4423,7 @@ var component = Object(componentNormalizer["a" /* default */])(
4421
4423
  // ESM COMPAT FLAG
4422
4424
  __webpack_require__.r(__webpack_exports__);
4423
4425
 
4424
- // CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./packages/flow/src/main.vue?vue&type=template&id=07497b53&
4426
+ // CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./packages/flow/src/main.vue?vue&type=template&id=5f8259cf&
4425
4427
  var render = function () {
4426
4428
  var _vm = this
4427
4429
  var _h = _vm.$createElement
@@ -4533,6 +4535,8 @@ var render = function () {
4533
4535
  staticStyle: { "margin-top": "10px" },
4534
4536
  attrs: {
4535
4537
  businessId: _vm.businessId,
4538
+ selectorParams: _vm.params,
4539
+ "pending-id": _vm.pendingId,
4536
4540
  showBtn: false,
4537
4541
  processDefinitionId: _vm.nodeInfo.nextNode,
4538
4542
  simpleTips: _vm.simpleTips,
@@ -4600,6 +4604,7 @@ var render = function () {
4600
4604
  simpleTips: _vm.simpleTips,
4601
4605
  appId: _vm.resetAppId,
4602
4606
  flowParams: _vm.param,
4607
+ subParams: _vm.subParams,
4603
4608
  },
4604
4609
  on: {
4605
4610
  cancel: function ($event) {
@@ -5695,11 +5700,7 @@ var render = function () {
5695
5700
  "department",
5696
5701
  "employee",
5697
5702
  ],
5698
- params: {
5699
- filid:
5700
- _vm.userModel
5701
- .orgId,
5702
- },
5703
+ params: _vm.params,
5703
5704
  },
5704
5705
  on: {
5705
5706
  change: function (
@@ -6635,6 +6636,7 @@ var render = function () {
6635
6636
  businessId: _vm.businessId,
6636
6637
  processDefinitionId: _vm.nodeInfo.nextNode,
6637
6638
  simpleTips: _vm.simpleTips,
6639
+ selectorParams: _vm.params,
6638
6640
  oldOption: _vm.value,
6639
6641
  },
6640
6642
  on: {
@@ -6982,7 +6984,7 @@ var staticRenderFns = []
6982
6984
  render._withStripped = true
6983
6985
 
6984
6986
 
6985
- // CONCATENATED MODULE: ./packages/flow/src/main.vue?vue&type=template&id=07497b53&
6987
+ // CONCATENATED MODULE: ./packages/flow/src/main.vue?vue&type=template&id=5f8259cf&
6986
6988
 
6987
6989
  // EXTERNAL MODULE: external "babel-runtime/regenerator"
6988
6990
  var regenerator_ = __webpack_require__(4);
@@ -7867,7 +7869,7 @@ var _components;
7867
7869
 
7868
7870
  var that = this;
7869
7871
  util["a" /* default */].ajax({
7870
- url: api["B" /* findSysParam */],
7872
+ url: api["C" /* findSysParam */],
7871
7873
  params: { cpName: 'commonOpinionsSelectType' }
7872
7874
  }).then(function (res) {
7873
7875
  if (res.status == 'success') {
@@ -7945,7 +7947,7 @@ var _components;
7945
7947
  }
7946
7948
  this.loading = util["a" /* default */].loading(this.$loading, '提交中...');
7947
7949
  util["a" /* default */].ajax({
7948
- url: data.id ? api["oc" /* updateCommonOpinion */] : api["zb" /* saveCommonOpinion */],
7950
+ url: data.id ? api["pc" /* updateCommonOpinion */] : api["Ab" /* saveCommonOpinion */],
7949
7951
  data: info,
7950
7952
  header: { 'Content-Type': 'multipart/form-data' },
7951
7953
  method: 'post'
@@ -8613,8 +8615,8 @@ processFormvue_type_template_id_d7f4c800_render._withStripped = true
8613
8615
 
8614
8616
  // CONCATENATED MODULE: ./packages/flow/src/processForm.vue?vue&type=template&id=d7f4c800&
8615
8617
 
8616
- // CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./packages/flow/src/selectUser.vue?vue&type=template&id=615d0e78&
8617
- var selectUservue_type_template_id_615d0e78_render = function () {
8618
+ // CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./packages/flow/src/selectUser.vue?vue&type=template&id=1de54739&
8619
+ var selectUservue_type_template_id_1de54739_render = function () {
8618
8620
  var _vm = this
8619
8621
  var _h = _vm.$createElement
8620
8622
  var _c = _vm._self._c || _h
@@ -8732,7 +8734,7 @@ var selectUservue_type_template_id_615d0e78_render = function () {
8732
8734
  _vm.isCurrentNodeForbiddenChangeCandidate == 1,
8733
8735
  filterable: Boolean(_vm.isCustomUser),
8734
8736
  multiple: _vm.newMultiple,
8735
- param: _vm.newParams,
8737
+ param: Object.assign({}, _vm.newParams, { info: "no" }),
8736
8738
  disableds: _vm.disableds,
8737
8739
  },
8738
8740
  on: {
@@ -8757,11 +8759,11 @@ var selectUservue_type_template_id_615d0e78_render = function () {
8757
8759
  2
8758
8760
  )
8759
8761
  }
8760
- var selectUservue_type_template_id_615d0e78_staticRenderFns = []
8761
- selectUservue_type_template_id_615d0e78_render._withStripped = true
8762
+ var selectUservue_type_template_id_1de54739_staticRenderFns = []
8763
+ selectUservue_type_template_id_1de54739_render._withStripped = true
8762
8764
 
8763
8765
 
8764
- // CONCATENATED MODULE: ./packages/flow/src/selectUser.vue?vue&type=template&id=615d0e78&
8766
+ // CONCATENATED MODULE: ./packages/flow/src/selectUser.vue?vue&type=template&id=1de54739&
8765
8767
 
8766
8768
  // CONCATENATED MODULE: ./node_modules/babel-loader/lib!./node_modules/vue-loader/lib??vue-loader-options!./packages/flow/src/selectUser.vue?vue&type=script&lang=js&
8767
8769
  var _extends = Object.assign || function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; };
@@ -8949,7 +8951,7 @@ var _extends = Object.assign || function (target) { for (var i = 1; i < argument
8949
8951
  newNextUser: [],
8950
8952
  newOptions: [],
8951
8953
  newSelectUserList: [],
8952
- url: api["cb" /* handleInfo */],
8954
+ url: api["db" /* handleInfo */],
8953
8955
  newCheckboxList: [],
8954
8956
  newPresetEdit: 0,
8955
8957
  newMultiple: false,
@@ -9066,7 +9068,7 @@ var _extends = Object.assign || function (target) { for (var i = 1; i < argument
9066
9068
  if (query !== '') {
9067
9069
  this.searchLoading = true;
9068
9070
  util["a" /* default */].ajax({
9069
- url: api["cb" /* handleInfo */],
9071
+ url: api["db" /* handleInfo */],
9070
9072
  params: { searchKey: query, query: query, type: 'user' }
9071
9073
  }).then(function (res) {
9072
9074
  var status = res.status,
@@ -9237,8 +9239,8 @@ var _extends = Object.assign || function (target) { for (var i = 1; i < argument
9237
9239
 
9238
9240
  var selectUser_component = Object(componentNormalizer["a" /* default */])(
9239
9241
  src_selectUservue_type_script_lang_js_,
9240
- selectUservue_type_template_id_615d0e78_render,
9241
- selectUservue_type_template_id_615d0e78_staticRenderFns,
9242
+ selectUservue_type_template_id_1de54739_render,
9243
+ selectUservue_type_template_id_1de54739_staticRenderFns,
9242
9244
  false,
9243
9245
  null,
9244
9246
  null,
@@ -9481,7 +9483,7 @@ var CustomPresetvue_type_script_lang_js_components;
9481
9483
  nextNodeId: nodeId,
9482
9484
  businessId: this.id
9483
9485
  };
9484
- util["a" /* default */].ajax({ url: api["O" /* getNodeInfo */], params: params }).then(function (res) {
9486
+ util["a" /* default */].ajax({ url: api["P" /* getNodeInfo */], params: params }).then(function (res) {
9485
9487
  var status = res.status,
9486
9488
  message = res.message,
9487
9489
  _res$data = res.data,
@@ -9579,7 +9581,7 @@ var CustomPresetvue_type_script_lang_js_components;
9579
9581
 
9580
9582
  isNoStart && (this.newPresetList = []);
9581
9583
  var params = {
9582
- url: api["S" /* getPresetCustomInfo */],
9584
+ url: api["T" /* getPresetCustomInfo */],
9583
9585
  data: {
9584
9586
  nodeId: nodeId,
9585
9587
  processDefinitionId: processDefinitionId ? processDefinitionId : this.newProcessDefinitionId
@@ -9933,7 +9935,7 @@ var Presetvue_type_script_lang_js_components;
9933
9935
  nodeId = this.nodeId;
9934
9936
 
9935
9937
  var params = {
9936
- url: api["T" /* getPresetNodeInfo */],
9938
+ url: api["U" /* getPresetNodeInfo */],
9937
9939
  data: {
9938
9940
  nextNodeId: nextNodeId,
9939
9941
  processDefinitionId: processDefinitionId,
@@ -10565,7 +10567,7 @@ var processFormvue_type_script_lang_js_components;
10565
10567
  if (mainConfig) {
10566
10568
  this.userModel = JSON.parse(mainConfig).userModel;
10567
10569
  } else {
10568
- util["a" /* default */].ajax({ url: api["lb" /* loginUserInfo */] }).then(function (res) {
10570
+ util["a" /* default */].ajax({ url: api["mb" /* loginUserInfo */] }).then(function (res) {
10569
10571
  var status = res.status,
10570
10572
  data = res.data;
10571
10573
 
@@ -10670,7 +10672,7 @@ var processFormvue_type_script_lang_js_components;
10670
10672
  var _this2 = this;
10671
10673
 
10672
10674
  util["a" /* default */].ajax({
10673
- url: api["y" /* findCodeValues */],
10675
+ url: api["z" /* findCodeValues */],
10674
10676
  params: {
10675
10677
  ccCode: 'notification_type',
10676
10678
  userId: util["a" /* default */].getStorage('userId')
@@ -10699,7 +10701,7 @@ var processFormvue_type_script_lang_js_components;
10699
10701
  nodeId: this.nextNode.nextNode,
10700
10702
  businessId: this.id
10701
10703
  };
10702
- util["a" /* default */].ajax({ url: api["Q" /* getNotificationMsg */], params: params, methods: 'post' }).then(function (res) {
10704
+ util["a" /* default */].ajax({ url: api["R" /* getNotificationMsg */], params: params, methods: 'post' }).then(function (res) {
10703
10705
  if (res.status === 'success') {
10704
10706
  _this3.nextNode.noticeInfo = res.message;
10705
10707
  }
@@ -10796,7 +10798,7 @@ var processFormvue_type_script_lang_js_components;
10796
10798
  params = newParm;
10797
10799
  }
10798
10800
  util["a" /* default */].ajax({
10799
- url: _this4.isFreeStartFlow ? api["D" /* freeStartFlowWithSubmitTask */] : _this4.formType == 'readTransfer' ? api["Gb" /* startReadTransferHandleFlowWithTaskReadEnd */] : api["wb" /* register */],
10801
+ url: _this4.isFreeStartFlow ? api["E" /* freeStartFlowWithSubmitTask */] : _this4.formType == 'readTransfer' ? api["Hb" /* startReadTransferHandleFlowWithTaskReadEnd */] : api["xb" /* register */],
10800
10802
  method: 'post',
10801
10803
  data: params
10802
10804
  }).then(function (res) {
@@ -10830,7 +10832,7 @@ var processFormvue_type_script_lang_js_components;
10830
10832
  businessId: this.id,
10831
10833
  userId: util["a" /* default */].getStorage('userId')
10832
10834
  };
10833
- util["a" /* default */].ajax({ url: api["O" /* getNodeInfo */], params: params }).then(function (res) {
10835
+ util["a" /* default */].ajax({ url: api["P" /* getNodeInfo */], params: params }).then(function (res) {
10834
10836
  var status = res.status,
10835
10837
  message = res.message,
10836
10838
  _res$data = res.data,
@@ -10918,7 +10920,7 @@ var processFormvue_type_script_lang_js_components;
10918
10920
  var _this6 = this;
10919
10921
 
10920
10922
  util["a" /* default */].ajax({
10921
- url: api["A" /* findSysCodes */]
10923
+ url: api["B" /* findSysCodes */]
10922
10924
  }).then(function (res) {
10923
10925
  var status = res.status,
10924
10926
  message = res.message;
@@ -10996,7 +10998,7 @@ var processFormvue_type_script_lang_js_components;
10996
10998
  businessId: this.businessId
10997
10999
  };
10998
11000
  // 获取节点
10999
- util["a" /* default */].ajax({ url: api["Yb" /* toStartFlow */], params: params }).then(function (res) {
11001
+ util["a" /* default */].ajax({ url: api["Zb" /* toStartFlow */], params: params }).then(function (res) {
11000
11002
  //pc接口返回数据处理
11001
11003
  var status = res.status,
11002
11004
  message = res.message,
@@ -11476,7 +11478,7 @@ SendMsgvue_type_template_id_5cb986c6_render._withStripped = true
11476
11478
  notificationType = _sendInfo.notificationType;
11477
11479
 
11478
11480
  var params = {
11479
- url: api["Fb" /* sendMsg */],
11481
+ url: api["Gb" /* sendMsg */],
11480
11482
  headers: { Accept: 'application/json,text/plain' },
11481
11483
  method: 'post',
11482
11484
  data: {
@@ -11538,7 +11540,7 @@ SendMsgvue_type_template_id_5cb986c6_render._withStripped = true
11538
11540
 
11539
11541
  this.loading = true;
11540
11542
  util["a" /* default */].ajax({
11541
- url: api["Xb" /* toSendMsg */],
11543
+ url: api["Yb" /* toSendMsg */],
11542
11544
  params: { pendingId: this.$attrs.pendingId }
11543
11545
  }).then(function (res) {
11544
11546
  var status = res.status,
@@ -12360,7 +12362,7 @@ processRejectvue_type_template_id_67bb0710_render._withStripped = true
12360
12362
  var _this = this;
12361
12363
 
12362
12364
  util["a" /* default */].ajax({
12363
- url: api["y" /* findCodeValues */],
12365
+ url: api["z" /* findCodeValues */],
12364
12366
  params: {
12365
12367
  ccCode: 'notification_type',
12366
12368
  userId: util["a" /* default */].getStorage('userId')
@@ -12403,7 +12405,7 @@ processRejectvue_type_template_id_67bb0710_render._withStripped = true
12403
12405
  userId: util["a" /* default */].getStorage('userId'),
12404
12406
  nextNodeId: _this2.nextNode.nextNodeId
12405
12407
  };
12406
- util["a" /* default */].ajax({ url: api["Nb" /* taskRejectHtml */], method: 'post', data: params }).then(function (res) {
12408
+ util["a" /* default */].ajax({ url: api["Ob" /* taskRejectHtml */], method: 'post', data: params }).then(function (res) {
12407
12409
  var status = res.status,
12408
12410
  message = res.message;
12409
12411
 
@@ -12434,7 +12436,7 @@ processRejectvue_type_template_id_67bb0710_render._withStripped = true
12434
12436
  var _this3 = this;
12435
12437
 
12436
12438
  util["a" /* default */].ajax({
12437
- url: api["A" /* findSysCodes */]
12439
+ url: api["B" /* findSysCodes */]
12438
12440
  }).then(function (res) {
12439
12441
  var status = res.status,
12440
12442
  message = res.message;
@@ -12467,7 +12469,7 @@ processRejectvue_type_template_id_67bb0710_render._withStripped = true
12467
12469
  isSinglePage: false,
12468
12470
  opinion: this.option
12469
12471
  };
12470
- util["a" /* default */].ajax({ url: api["cc" /* toTaskRejectHtml */], params: params }).then(function (res) {
12472
+ util["a" /* default */].ajax({ url: api["dc" /* toTaskRejectHtml */], params: params }).then(function (res) {
12471
12473
  var status = res.status,
12472
12474
  message = res.message,
12473
12475
  _res$data = res.data,
@@ -13241,7 +13243,7 @@ var startTaskReadvue_type_script_lang_js_components;
13241
13243
  } else {
13242
13244
  params.appId = this.readParams.appId;
13243
13245
  }
13244
- util["a" /* default */].ajax({ url: api["Q" /* getNotificationMsg */], params: params, methods: 'post' }).then(function (res) {
13246
+ util["a" /* default */].ajax({ url: api["R" /* getNotificationMsg */], params: params, methods: 'post' }).then(function (res) {
13245
13247
  if (res.status === 'success') {
13246
13248
  _this.newsNoice = res.message;
13247
13249
  }
@@ -13260,7 +13262,7 @@ var startTaskReadvue_type_script_lang_js_components;
13260
13262
  taskExamine = this.taskExamine;
13261
13263
 
13262
13264
  var params = {
13263
- url: api["ic" /* toTaskTransferIndex */],
13265
+ url: api["jc" /* toTaskTransferIndex */],
13264
13266
  params: {
13265
13267
  opinion: opinion,
13266
13268
  pendingId: pendingId,
@@ -13385,7 +13387,7 @@ var startTaskReadvue_type_script_lang_js_components;
13385
13387
  var _this4 = this;
13386
13388
 
13387
13389
  var params = {
13388
- url: api["Zb" /* toStartTaskRead */],
13390
+ url: api["ac" /* toStartTaskRead */],
13389
13391
  params: startTaskReadvue_type_script_lang_js_extends({ pendingId: this.pendingId, taskAction: this.type }, this.param)
13390
13392
  };
13391
13393
  if (this.typeCode == 'read') {
@@ -13428,7 +13430,7 @@ var startTaskReadvue_type_script_lang_js_components;
13428
13430
  var _this6 = this;
13429
13431
 
13430
13432
  util["a" /* default */].ajax({
13431
- url: api["y" /* findCodeValues */],
13433
+ url: api["z" /* findCodeValues */],
13432
13434
  params: {
13433
13435
  ccCode: 'notification_type',
13434
13436
  userId: util["a" /* default */].getStorage('userId')
@@ -13474,7 +13476,7 @@ var startTaskReadvue_type_script_lang_js_components;
13474
13476
  type = this.type;
13475
13477
 
13476
13478
  var params = {
13477
- url: api["Rb" /* taskTransfer */],
13479
+ url: api["Sb" /* taskTransfer */],
13478
13480
  data: {
13479
13481
  choiceDeptId: choiceDeptId,
13480
13482
  choiceOrgId: choiceOrgId,
@@ -13573,7 +13575,7 @@ var startTaskReadvue_type_script_lang_js_components;
13573
13575
  params = startTaskReadvue_type_script_lang_js_extends({}, params, _this8.readParams);
13574
13576
  }
13575
13577
  util["a" /* default */].ajax({
13576
- url: api["Lb" /* taskReadHtml */],
13578
+ url: api["Mb" /* taskReadHtml */],
13577
13579
  params: { taskAction: _this8.type },
13578
13580
  headers: {
13579
13581
  Accept: 'application/json,text/plain'
@@ -13612,7 +13614,7 @@ var startTaskReadvue_type_script_lang_js_components;
13612
13614
 
13613
13615
  this.loading = true;
13614
13616
  util["a" /* default */].ajax({
13615
- url: api["A" /* findSysCodes */]
13617
+ url: api["B" /* findSysCodes */]
13616
13618
  }).then(function (res) {
13617
13619
  var status = res.status,
13618
13620
  message = res.message,
@@ -13665,8 +13667,8 @@ var startTaskRead_component = Object(componentNormalizer["a" /* default */])(
13665
13667
  )
13666
13668
 
13667
13669
  /* harmony default export */ var startTaskRead = (startTaskRead_component.exports);
13668
- // CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./packages/flow/src/reset.vue?vue&type=template&id=7924ff92&
13669
- var resetvue_type_template_id_7924ff92_render = function () {
13670
+ // CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./packages/flow/src/reset.vue?vue&type=template&id=5d246dae&
13671
+ var resetvue_type_template_id_5d246dae_render = function () {
13670
13672
  var _vm = this
13671
13673
  var _h = _vm.$createElement
13672
13674
  var _c = _vm._self._c || _h
@@ -14092,11 +14094,11 @@ var resetvue_type_template_id_7924ff92_render = function () {
14092
14094
  1
14093
14095
  )
14094
14096
  }
14095
- var resetvue_type_template_id_7924ff92_staticRenderFns = []
14096
- resetvue_type_template_id_7924ff92_render._withStripped = true
14097
+ var resetvue_type_template_id_5d246dae_staticRenderFns = []
14098
+ resetvue_type_template_id_5d246dae_render._withStripped = true
14097
14099
 
14098
14100
 
14099
- // CONCATENATED MODULE: ./packages/flow/src/reset.vue?vue&type=template&id=7924ff92&
14101
+ // CONCATENATED MODULE: ./packages/flow/src/reset.vue?vue&type=template&id=5d246dae&
14100
14102
 
14101
14103
  // CONCATENATED MODULE: ./node_modules/babel-loader/lib!./node_modules/vue-loader/lib??vue-loader-options!./packages/flow/src/reset.vue?vue&type=script&lang=js&
14102
14104
  var resetvue_type_script_lang_js_extends = Object.assign || function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; };
@@ -14329,6 +14331,10 @@ var resetvue_type_script_lang_js_components;
14329
14331
  type: Object,
14330
14332
  default: function _default() {}
14331
14333
  },
14334
+ subParams: {
14335
+ type: Object,
14336
+ default: function _default() {}
14337
+ },
14332
14338
  appId: {
14333
14339
  type: String,
14334
14340
  default: ''
@@ -14449,7 +14455,7 @@ var resetvue_type_script_lang_js_components;
14449
14455
  if (mainConfig) {
14450
14456
  this.userModel = JSON.parse(mainConfig).userModel;
14451
14457
  } else {
14452
- util["a" /* default */].ajax({ url: api["lb" /* loginUserInfo */] }).then(function (res) {
14458
+ util["a" /* default */].ajax({ url: api["mb" /* loginUserInfo */] }).then(function (res) {
14453
14459
  var status = res.status,
14454
14460
  data = res.data;
14455
14461
 
@@ -14542,7 +14548,7 @@ var resetvue_type_script_lang_js_components;
14542
14548
  var _this2 = this;
14543
14549
 
14544
14550
  util["a" /* default */].ajax({
14545
- url: api["y" /* findCodeValues */],
14551
+ url: api["z" /* findCodeValues */],
14546
14552
  params: {
14547
14553
  ccCode: 'notification_type',
14548
14554
  userId: util["a" /* default */].getStorage('userId')
@@ -14572,7 +14578,7 @@ var resetvue_type_script_lang_js_components;
14572
14578
  nodeId: this.nextNode.nextNode,
14573
14579
  businessId: this.taskExamine.businessId
14574
14580
  };
14575
- util["a" /* default */].ajax({ url: api["Q" /* getNotificationMsg */], params: params, methods: 'post' }).then(function (res) {
14581
+ util["a" /* default */].ajax({ url: api["R" /* getNotificationMsg */], params: params, methods: 'post' }).then(function (res) {
14576
14582
  if (res.status === 'success') {
14577
14583
  _this3.nextNode.noticeInfo = res.message;
14578
14584
  }
@@ -14637,7 +14643,7 @@ var resetvue_type_script_lang_js_components;
14637
14643
  if (noticeType) {
14638
14644
  newNoticeType = noticeType.join(',');
14639
14645
  }
14640
- var params = {
14646
+ var params = resetvue_type_script_lang_js_extends({
14641
14647
  processDefinitionId: _this4.processDefinitionId,
14642
14648
  nextUserId: _this4.multiple ? newNextUser.join(',') : nextUser,
14643
14649
  nextNodeId: nextNode,
@@ -14654,10 +14660,10 @@ var resetvue_type_script_lang_js_components;
14654
14660
  handleExplain: handleExplain,
14655
14661
  presetReadUserId: _this4.mixPresetList && _this4.mixPresetList.length > 0 ? _this4.mixPresetList.join('|') : presetReadUserId.join(','),
14656
14662
  opinion: _this4.newOpinion || newOpinion
14657
- };
14663
+ }, _this4.subParams);
14658
14664
  if (_this4.activeNames != '1') delete params.customPresetUserJson;
14659
14665
  util["a" /* default */].ajax({
14660
- url: _this4.type == 'reset' ? api["yb" /* resetProcess */] : api["Jb" /* taskContinuation */],
14666
+ url: _this4.type == 'reset' ? api["zb" /* resetProcess */] : api["Kb" /* taskContinuation */],
14661
14667
  method: 'post',
14662
14668
  data: params
14663
14669
  }).then(function (res) {
@@ -14691,7 +14697,7 @@ var resetvue_type_script_lang_js_components;
14691
14697
  businessId: this.taskExamine.businessId,
14692
14698
  pendingId: this.taskExamine.pendingId
14693
14699
  };
14694
- util["a" /* default */].ajax({ url: api["O" /* getNodeInfo */], params: params }).then(function (res) {
14700
+ util["a" /* default */].ajax({ url: api["P" /* getNodeInfo */], params: params }).then(function (res) {
14695
14701
  var status = res.status,
14696
14702
  message = res.message,
14697
14703
  _res$data = res.data,
@@ -14792,7 +14798,7 @@ var resetvue_type_script_lang_js_components;
14792
14798
  var _this6 = this;
14793
14799
 
14794
14800
  util["a" /* default */].ajax({
14795
- url: api["A" /* findSysCodes */]
14801
+ url: api["B" /* findSysCodes */]
14796
14802
  }).then(function (res) {
14797
14803
  var status = res.status,
14798
14804
  message = res.message;
@@ -14861,7 +14867,7 @@ var resetvue_type_script_lang_js_components;
14861
14867
  var _this7 = this;
14862
14868
 
14863
14869
  var params = {
14864
- url: this.type == 'continuation' ? api["bc" /* toTaskContinuationIndex */] : api["Wb" /* toResetProcessIndex */],
14870
+ url: this.type == 'continuation' ? api["cc" /* toTaskContinuationIndex */] : api["Xb" /* toResetProcessIndex */],
14865
14871
  params: resetvue_type_script_lang_js_extends({
14866
14872
  appId: this.appId
14867
14873
  }, this.flowParams)
@@ -14957,8 +14963,8 @@ var resetvue_type_script_lang_js_components;
14957
14963
 
14958
14964
  var reset_component = Object(componentNormalizer["a" /* default */])(
14959
14965
  src_resetvue_type_script_lang_js_,
14960
- resetvue_type_template_id_7924ff92_render,
14961
- resetvue_type_template_id_7924ff92_staticRenderFns,
14966
+ resetvue_type_template_id_5d246dae_render,
14967
+ resetvue_type_template_id_5d246dae_staticRenderFns,
14962
14968
  false,
14963
14969
  null,
14964
14970
  null,
@@ -15443,7 +15449,7 @@ var taskUnionExaminevue_type_script_lang_js_components;
15443
15449
  pendingId = this.pendingId;
15444
15450
 
15445
15451
  var params = {
15446
- url: api["Ob" /* taskReview */],
15452
+ url: api["Pb" /* taskReview */],
15447
15453
  data: {
15448
15454
  nextUserId: nextOtherOrgObj.join(','),
15449
15455
  notificationType: noticeType.join(','),
@@ -15479,7 +15485,7 @@ var taskUnionExaminevue_type_script_lang_js_components;
15479
15485
  var _this2 = this;
15480
15486
 
15481
15487
  var params = {
15482
- url: api["dc" /* toTaskReview */],
15488
+ url: api["ec" /* toTaskReview */],
15483
15489
  params: { pendingId: this.pendingId }
15484
15490
  };
15485
15491
  util["a" /* default */].ajax(params).then(function (res) {
@@ -15515,7 +15521,7 @@ var taskUnionExaminevue_type_script_lang_js_components;
15515
15521
  var _this3 = this;
15516
15522
 
15517
15523
  var params = {
15518
- url: this.type == 'takeAdvice' ? api["hc" /* toTaskTakeAdvice */] : this.type === 'startDraf' ? api["ec" /* toTaskStartDraft */] : this.type == 'unionSeal' ? api["kc" /* toTaskUnionSeal */] : this.type == 'twoOfficesDispatch' ? api["lc" /* toTwoOfficesDispatch */] : api["jc" /* toTaskUnionExamine */],
15524
+ url: this.type == 'takeAdvice' ? api["ic" /* toTaskTakeAdvice */] : this.type === 'startDraf' ? api["fc" /* toTaskStartDraft */] : this.type == 'unionSeal' ? api["lc" /* toTaskUnionSeal */] : this.type == 'twoOfficesDispatch' ? api["mc" /* toTwoOfficesDispatch */] : api["kc" /* toTaskUnionExamine */],
15519
15525
  params: { pendingId: this.pendingId },
15520
15526
  headers: { Accept: 'application/json,text/plain' }
15521
15527
  };
@@ -15639,7 +15645,7 @@ var taskUnionExaminevue_type_script_lang_js_components;
15639
15645
  // if (this.type != 'startDraf' && this.type != 'unionSeal' && this.type != 'twoOfficesDispatch')
15640
15646
  // return this.$message.warning('暂未开放,敬请期待!');
15641
15647
  var param = {
15642
- url: this.type === 'startDraf' ? api["Pb" /* taskStartDraft */] : this.type == 'unionSeal' ? api["Tb" /* taskUnionSeal */] : this.type === 'twoOfficesDispatch' ? api["nc" /* twoOfficesDispatch */] : this.type == 'takeAdvice' ? api["Qb" /* taskTakeAdvice */] : api["Sb" /* taskUnionExamine */],
15648
+ url: this.type === 'startDraf' ? api["Qb" /* taskStartDraft */] : this.type == 'unionSeal' ? api["Ub" /* taskUnionSeal */] : this.type === 'twoOfficesDispatch' ? api["oc" /* twoOfficesDispatch */] : this.type == 'takeAdvice' ? api["Rb" /* taskTakeAdvice */] : api["Tb" /* taskUnionExamine */],
15643
15649
  data: {
15644
15650
  opinion: opinion,
15645
15651
  pendingId: pendingId,
@@ -15705,7 +15711,7 @@ var taskUnionExaminevue_type_script_lang_js_components;
15705
15711
  var _this5 = this;
15706
15712
 
15707
15713
  util["a" /* default */].ajax({
15708
- url: api["y" /* findCodeValues */],
15714
+ url: api["z" /* findCodeValues */],
15709
15715
  params: {
15710
15716
  ccCode: 'notification_type',
15711
15717
  userId: util["a" /* default */].getStorage('userId')
@@ -15733,7 +15739,7 @@ var taskUnionExaminevue_type_script_lang_js_components;
15733
15739
  var params = {
15734
15740
  pendingId: this.pendingId
15735
15741
  };
15736
- util["a" /* default */].ajax({ url: api["Q" /* getNotificationMsg */], params: params, methods: 'post' }).then(function (res) {
15742
+ util["a" /* default */].ajax({ url: api["R" /* getNotificationMsg */], params: params, methods: 'post' }).then(function (res) {
15737
15743
  if (res.status === 'success') {
15738
15744
  _this6.infoList.noticeInfo = res.message;
15739
15745
  }
@@ -15749,7 +15755,7 @@ var taskUnionExaminevue_type_script_lang_js_components;
15749
15755
  var _this7 = this;
15750
15756
 
15751
15757
  util["a" /* default */].ajax({
15752
- url: api["A" /* findSysCodes */]
15758
+ url: api["B" /* findSysCodes */]
15753
15759
  }).then(function (res) {
15754
15760
  var status = res.status,
15755
15761
  message = res.message;
@@ -18987,7 +18993,7 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
18987
18993
  var _this = this;
18988
18994
 
18989
18995
  var params = {
18990
- url: api["F" /* getAdjunctFileInfos */],
18996
+ url: api["G" /* getAdjunctFileInfos */],
18991
18997
  params: { ownId: ownId, code: code }
18992
18998
  };
18993
18999
  util["a" /* default */].ajax(params).then(function (res) {
@@ -19075,7 +19081,7 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
19075
19081
  taskAction: 'complete'
19076
19082
  };
19077
19083
  util["a" /* default */].ajax({
19078
- url: api["Lb" /* taskReadHtml */],
19084
+ url: api["Mb" /* taskReadHtml */],
19079
19085
  params: { taskAction: 'complete' },
19080
19086
  headers: {
19081
19087
  Accept: 'application/json,text/plain'
@@ -19107,7 +19113,7 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
19107
19113
 
19108
19114
  this.loading = util["a" /* default */].loading(this.$loading, '加载中...');
19109
19115
  util["a" /* default */].ajax({
19110
- url: api["ac" /* toStartTaskReadIndex */],
19116
+ url: api["bc" /* toStartTaskReadIndex */],
19111
19117
  params: { pendingId: this.pendingId }
19112
19118
  }).then(function (res) {
19113
19119
  var status = res.status,
@@ -19143,7 +19149,7 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
19143
19149
  if (mainConfig) {
19144
19150
  this.userModel = JSON.parse(mainConfig).userModel;
19145
19151
  } else {
19146
- util["a" /* default */].ajax({ url: api["lb" /* loginUserInfo */] }).then(function (res) {
19152
+ util["a" /* default */].ajax({ url: api["mb" /* loginUserInfo */] }).then(function (res) {
19147
19153
  var status = res.status,
19148
19154
  data = res.data;
19149
19155
 
@@ -19178,7 +19184,7 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
19178
19184
  var _this5 = this;
19179
19185
 
19180
19186
  util["a" /* default */].ajax({
19181
- url: api["y" /* findCodeValues */],
19187
+ url: api["z" /* findCodeValues */],
19182
19188
  params: {
19183
19189
  ccCode: 'notification_type',
19184
19190
  userId: util["a" /* default */].getStorage('userId')
@@ -19244,7 +19250,7 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
19244
19250
  pendingId: this.pendingId
19245
19251
  };
19246
19252
  this.loading = util["a" /* default */].loading(this.$loading, '保存中...');
19247
- util["a" /* default */].ajax({ url: api["Ub" /* tempSave */], params: params }).then(function (res) {
19253
+ util["a" /* default */].ajax({ url: api["Vb" /* tempSave */], params: params }).then(function (res) {
19248
19254
  var status = res.status,
19249
19255
  message = res.message;
19250
19256
 
@@ -19318,7 +19324,7 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
19318
19324
  var _this10 = this;
19319
19325
 
19320
19326
  util["a" /* default */].ajax({
19321
- url: api["A" /* findSysCodes */]
19327
+ url: api["B" /* findSysCodes */]
19322
19328
  }).then(function (res) {
19323
19329
  var status = res.status,
19324
19330
  message = res.message;
@@ -19350,7 +19356,7 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
19350
19356
  nodeId = _endFlowInfo.nodeId;
19351
19357
 
19352
19358
  var param = {
19353
- url: api["K" /* getFreeStartFlowParams */],
19359
+ url: api["L" /* getFreeStartFlowParams */],
19354
19360
  params: {
19355
19361
  businessId: businessId,
19356
19362
  processDefinitionId: processDefinitionId,
@@ -19390,7 +19396,7 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
19390
19396
 
19391
19397
  this.$confirm('确认' + res.value + '?').then(function () {
19392
19398
  var params = {
19393
- url: api["x" /* endFlowHtml */],
19399
+ url: api["y" /* endFlowHtml */],
19394
19400
  headers: { Accept: 'application/json,text/plain' },
19395
19401
  method: 'post',
19396
19402
  data: freeStartFlowvue_type_script_lang_js_extends({}, _this13.endFlowInfo, _this13.nextNode, {
@@ -19538,7 +19544,7 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
19538
19544
  var _this15 = this;
19539
19545
 
19540
19546
  var params = {
19541
- url: api["jb" /* isCanStartSubFlow */],
19547
+ url: api["kb" /* isCanStartSubFlow */],
19542
19548
  data: {
19543
19549
  appId: this.taskExamineInfo.appId,
19544
19550
  inevitableNode: res.inevitableNode
@@ -19648,7 +19654,7 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
19648
19654
  this.$confirm('确认' + res.value + '?').then(function () {
19649
19655
  // return this.$message.warning('请填写意见');
19650
19656
  var params = {
19651
- url: api["xb" /* rejectAndEnd */],
19657
+ url: api["yb" /* rejectAndEnd */],
19652
19658
  headers: { Accept: 'application/json,text/plain' },
19653
19659
  method: 'post',
19654
19660
  data: {
@@ -19718,7 +19724,7 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
19718
19724
  pendingId: this.pendingId,
19719
19725
  businessId: this.businessIds
19720
19726
  };
19721
- util["a" /* default */].ajax({ url: api["O" /* getNodeInfo */], params: params }).then(function (res) {
19727
+ util["a" /* default */].ajax({ url: api["P" /* getNodeInfo */], params: params }).then(function (res) {
19722
19728
  var status = res.status,
19723
19729
  message = res.message,
19724
19730
  data = res.data;
@@ -19968,7 +19974,7 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
19968
19974
  pendingId: this.pendingId,
19969
19975
  userId: util["a" /* default */].getStorage('userId')
19970
19976
  };
19971
- util["a" /* default */].ajax({ url: api["L" /* getHandleInfoHtml */], params: params }).then(function (res) {
19977
+ util["a" /* default */].ajax({ url: api["M" /* getHandleInfoHtml */], params: params }).then(function (res) {
19972
19978
  //pc返回数据
19973
19979
 
19974
19980
  _this24.loading.close();
@@ -20260,7 +20266,7 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
20260
20266
  // onlyFlag: true
20261
20267
  };
20262
20268
  this.loading = util["a" /* default */].loading(this.$loading, '加载中...');
20263
- util["a" /* default */].ajax({ url: api["U" /* getProcessDefList */], params: params }).then(function (res) {
20269
+ util["a" /* default */].ajax({ url: api["V" /* getProcessDefList */], params: params }).then(function (res) {
20264
20270
  var status = res.status,
20265
20271
  message = res.message,
20266
20272
  data = res.data;
@@ -20313,7 +20319,7 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
20313
20319
  userId: util["a" /* default */].getStorage('userId'),
20314
20320
  type: 2
20315
20321
  };
20316
- util["a" /* default */].ajax({ url: api["ob" /* pendedhistoryList */], data: params, method: 'post' }).then(function (res) {
20322
+ util["a" /* default */].ajax({ url: api["pb" /* pendedhistoryList */], data: params, method: 'post' }).then(function (res) {
20317
20323
  var rCode = res.rCode,
20318
20324
  msg = res.msg,
20319
20325
  results = res.results;
@@ -20509,7 +20515,7 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
20509
20515
  params.isSubFlow = taskExamineInfo.isSubFlow;
20510
20516
  params.nodeId = taskExamineInfo.nodeId;
20511
20517
  params.needRetrialAuth = needRetrialAuth;
20512
- return _context.abrupt('return', util["a" /* default */].ajax({ url: api["Kb" /* taskHandleHtml */], method: 'post', data: params }).then(function (res) {
20518
+ return _context.abrupt('return', util["a" /* default */].ajax({ url: api["Lb" /* taskHandleHtml */], method: 'post', data: params }).then(function (res) {
20513
20519
  var status = res.status,
20514
20520
  message = res.message;
20515
20521
 
@@ -20868,7 +20874,7 @@ var supervisevue_type_script_lang_js_extends = Object.assign || function (target
20868
20874
  pendingUserIds = _nextNode.pendingUserIds;
20869
20875
 
20870
20876
  var params = {
20871
- url: api["gc" /* toTaskSuperviseSub */],
20877
+ url: api["hc" /* toTaskSuperviseSub */],
20872
20878
  params: {
20873
20879
  userId: util["a" /* default */].getStorage('userId'),
20874
20880
  urgeUserIds: pendingUserIds,
@@ -20893,7 +20899,7 @@ var supervisevue_type_script_lang_js_extends = Object.assign || function (target
20893
20899
 
20894
20900
  this.loading = util["a" /* default */].loading(this.$loading, '加载中...');
20895
20901
  util["a" /* default */].ajax({
20896
- url: api["fc" /* toTaskSupervise */],
20902
+ url: api["gc" /* toTaskSupervise */],
20897
20903
  params: {
20898
20904
  businessId: this.businessId,
20899
20905
  userId: util["a" /* default */].getStorage('userId')
@@ -20936,8 +20942,8 @@ var supervise_component = Object(componentNormalizer["a" /* default */])(
20936
20942
  )
20937
20943
 
20938
20944
  /* harmony default export */ var supervise = (supervise_component.exports);
20939
- // 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=cd78d70e&
20940
- var Circulatevue_type_template_id_cd78d70e_render = function () {
20945
+ // CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./packages/flow/src/component/Circulate.vue?vue&type=template&id=3f042944&
20946
+ var Circulatevue_type_template_id_3f042944_render = function () {
20941
20947
  var _vm = this
20942
20948
  var _h = _vm.$createElement
20943
20949
  var _c = _vm._self._c || _h
@@ -21125,11 +21131,11 @@ var Circulatevue_type_template_id_cd78d70e_render = function () {
21125
21131
  1
21126
21132
  )
21127
21133
  }
21128
- var Circulatevue_type_template_id_cd78d70e_staticRenderFns = []
21129
- Circulatevue_type_template_id_cd78d70e_render._withStripped = true
21134
+ var Circulatevue_type_template_id_3f042944_staticRenderFns = []
21135
+ Circulatevue_type_template_id_3f042944_render._withStripped = true
21130
21136
 
21131
21137
 
21132
- // CONCATENATED MODULE: ./packages/flow/src/component/Circulate.vue?vue&type=template&id=cd78d70e&
21138
+ // CONCATENATED MODULE: ./packages/flow/src/component/Circulate.vue?vue&type=template&id=3f042944&
21133
21139
 
21134
21140
  // CONCATENATED MODULE: ./node_modules/babel-loader/lib!./node_modules/vue-loader/lib??vue-loader-options!./packages/flow/src/component/Circulate.vue?vue&type=script&lang=js&
21135
21141
  var Circulatevue_type_script_lang_js_components;
@@ -21235,7 +21241,8 @@ var Circulatevue_type_script_lang_js_components;
21235
21241
  disabled: { type: Boolean, default: false },
21236
21242
  simpleTips: { type: Boolean, default: true },
21237
21243
  showBtn: { type: Boolean, default: true },
21238
- multiple: { type: Boolean, default: true }
21244
+ multiple: { type: Boolean, default: true },
21245
+ selectorParams: { type: Object, default: function _default() {} }
21239
21246
  },
21240
21247
  inheritAttrs: false,
21241
21248
  data: function data() {
@@ -21269,11 +21276,20 @@ var Circulatevue_type_script_lang_js_components;
21269
21276
  isHideCurrentOrg: 0,
21270
21277
  isOpinionRequired: 0,
21271
21278
  otherParams: { filid: 'other' },
21272
- loading: false
21279
+ loading: false,
21280
+ userModel: {}
21273
21281
  };
21274
21282
  },
21275
21283
 
21276
21284
  watch: {
21285
+ selectorParams: {
21286
+ handler: function handler(val) {
21287
+ this.params = val;
21288
+ },
21289
+
21290
+ deep: true,
21291
+ immediate: true
21292
+ },
21277
21293
  oldOption: {
21278
21294
  handler: function handler(val) {
21279
21295
  this.opinion = val;
@@ -21284,6 +21300,11 @@ var Circulatevue_type_script_lang_js_components;
21284
21300
  }
21285
21301
  },
21286
21302
  mounted: function mounted() {
21303
+ var mainConfig = util["a" /* default */].getStorage('mainConfig');
21304
+ if (mainConfig) {
21305
+ this.userModel = JSON.parse(mainConfig).userModel;
21306
+ this.params.filid = this.userModel.orgId;
21307
+ }
21287
21308
  this.loading = true;
21288
21309
  this.newMultiple = this.multiple;
21289
21310
  this.opinion = this.oldOption;
@@ -21315,7 +21336,7 @@ var Circulatevue_type_script_lang_js_components;
21315
21336
  }
21316
21337
 
21317
21338
  var param = {
21318
- url: api["n" /* directStartTaskCircularRead */],
21339
+ url: this.showBtn ? api["n" /* directStartTaskCircularRead */] : api["x" /* endFlowAndStartTaskCircularRead */],
21319
21340
  data: {
21320
21341
  opinion: opinion,
21321
21342
  businessId: businessId,
@@ -21329,6 +21350,10 @@ var Circulatevue_type_script_lang_js_components;
21329
21350
  headers: { Accept: 'application/json,text/plain' },
21330
21351
  method: 'POST'
21331
21352
  };
21353
+ if (!this.showBtn) {
21354
+ param.data.pendingId = this.pendingId;
21355
+ delete param.data.processDefinitionId;
21356
+ }
21332
21357
  this.loading = true;
21333
21358
  util["a" /* default */].ajax(param).then(function (res) {
21334
21359
  var message = res.message,
@@ -21381,7 +21406,7 @@ var Circulatevue_type_script_lang_js_components;
21381
21406
  var _this2 = this;
21382
21407
 
21383
21408
  util["a" /* default */].ajax({
21384
- url: api["y" /* findCodeValues */],
21409
+ url: api["z" /* findCodeValues */],
21385
21410
  params: {
21386
21411
  ccCode: 'notification_type',
21387
21412
  userId: util["a" /* default */].getStorage('userId')
@@ -21410,7 +21435,7 @@ var Circulatevue_type_script_lang_js_components;
21410
21435
  var params = {
21411
21436
  pendingId: this.pendingId
21412
21437
  };
21413
- util["a" /* default */].ajax({ url: api["Q" /* getNotificationMsg */], params: params, methods: 'post' }).then(function (res) {
21438
+ util["a" /* default */].ajax({ url: api["R" /* getNotificationMsg */], params: params, methods: 'post' }).then(function (res) {
21414
21439
  if (res.status === 'success') {
21415
21440
  _this3.infoList.noticeInfo = res.message;
21416
21441
  }
@@ -21426,7 +21451,7 @@ var Circulatevue_type_script_lang_js_components;
21426
21451
  var _this4 = this;
21427
21452
 
21428
21453
  util["a" /* default */].ajax({
21429
- url: api["A" /* findSysCodes */]
21454
+ url: api["B" /* findSysCodes */]
21430
21455
  }).then(function (res) {
21431
21456
  var status = res.status,
21432
21457
  message = res.message;
@@ -21466,8 +21491,8 @@ var Circulatevue_type_script_lang_js_components;
21466
21491
 
21467
21492
  var Circulate_component = Object(componentNormalizer["a" /* default */])(
21468
21493
  component_Circulatevue_type_script_lang_js_,
21469
- Circulatevue_type_template_id_cd78d70e_render,
21470
- Circulatevue_type_template_id_cd78d70e_staticRenderFns,
21494
+ Circulatevue_type_template_id_3f042944_render,
21495
+ Circulatevue_type_template_id_3f042944_staticRenderFns,
21471
21496
  false,
21472
21497
  null,
21473
21498
  null,
@@ -22428,6 +22453,10 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
22428
22453
  //
22429
22454
  //
22430
22455
  //
22456
+ //
22457
+ //
22458
+ //
22459
+ //
22431
22460
 
22432
22461
 
22433
22462
 
@@ -22480,6 +22509,10 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
22480
22509
  type: Object,
22481
22510
  default: function _default() {}
22482
22511
  },
22512
+ subParams: {
22513
+ type: Object,
22514
+ default: function _default() {}
22515
+ },
22483
22516
  width: {
22484
22517
  type: String
22485
22518
  },
@@ -22774,7 +22807,7 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
22774
22807
  var _this = this;
22775
22808
 
22776
22809
  var params = {
22777
- url: api["P" /* getNodeInfoForStart */],
22810
+ url: api["Q" /* getNodeInfoForStart */],
22778
22811
  params: { processDefinitionId: processDefinitionId }
22779
22812
  };
22780
22813
  util["a" /* default */].ajax(params).then(function (res) {
@@ -22909,7 +22942,7 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
22909
22942
  var _this3 = this;
22910
22943
 
22911
22944
  var params = {
22912
- url: api["F" /* getAdjunctFileInfos */],
22945
+ url: api["G" /* getAdjunctFileInfos */],
22913
22946
  params: { ownId: ownId, code: code }
22914
22947
  };
22915
22948
  util["a" /* default */].ajax(params).then(function (res) {
@@ -22997,7 +23030,7 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
22997
23030
  taskAction: 'complete'
22998
23031
  };
22999
23032
  util["a" /* default */].ajax({
23000
- url: api["Lb" /* taskReadHtml */],
23033
+ url: api["Mb" /* taskReadHtml */],
23001
23034
  params: { taskAction: 'complete' },
23002
23035
  headers: {
23003
23036
  Accept: 'application/json,text/plain'
@@ -23044,7 +23077,7 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
23044
23077
 
23045
23078
  this.loading = util["a" /* default */].loading(this.$loading, '加载中...');
23046
23079
  util["a" /* default */].ajax({
23047
- url: api["ac" /* toStartTaskReadIndex */],
23080
+ url: api["bc" /* toStartTaskReadIndex */],
23048
23081
  params: { pendingId: this.pendingId }
23049
23082
  }).then(function (res) {
23050
23083
  var status = res.status,
@@ -23088,7 +23121,7 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
23088
23121
  if (mainConfig) {
23089
23122
  this.userModel = JSON.parse(mainConfig).userModel;
23090
23123
  } else {
23091
- util["a" /* default */].ajax({ url: api["lb" /* loginUserInfo */] }).then(function (res) {
23124
+ util["a" /* default */].ajax({ url: api["mb" /* loginUserInfo */] }).then(function (res) {
23092
23125
  var status = res.status,
23093
23126
  data = res.data;
23094
23127
 
@@ -23123,7 +23156,7 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
23123
23156
  var _this8 = this;
23124
23157
 
23125
23158
  util["a" /* default */].ajax({
23126
- url: api["y" /* findCodeValues */],
23159
+ url: api["z" /* findCodeValues */],
23127
23160
  params: {
23128
23161
  ccCode: 'notification_type',
23129
23162
  userId: util["a" /* default */].getStorage('userId')
@@ -23189,7 +23222,7 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
23189
23222
  pendingId: this.pendingId
23190
23223
  };
23191
23224
  this.loading = util["a" /* default */].loading(this.$loading, '保存中...');
23192
- util["a" /* default */].ajax({ url: api["Ub" /* tempSave */], params: params }).then(function (res) {
23225
+ util["a" /* default */].ajax({ url: api["Vb" /* tempSave */], params: params }).then(function (res) {
23193
23226
  var status = res.status,
23194
23227
  message = res.message;
23195
23228
 
@@ -23263,7 +23296,7 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
23263
23296
  var _this13 = this;
23264
23297
 
23265
23298
  util["a" /* default */].ajax({
23266
- url: api["A" /* findSysCodes */]
23299
+ url: api["B" /* findSysCodes */]
23267
23300
  }).then(function (res) {
23268
23301
  var status = res.status,
23269
23302
  message = res.message;
@@ -23295,7 +23328,7 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
23295
23328
  nodeId = _endFlowInfo.nodeId;
23296
23329
 
23297
23330
  var param = {
23298
- url: api["K" /* getFreeStartFlowParams */],
23331
+ url: api["L" /* getFreeStartFlowParams */],
23299
23332
  params: {
23300
23333
  businessId: businessId,
23301
23334
  processDefinitionId: processDefinitionId,
@@ -23346,7 +23379,7 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
23346
23379
 
23347
23380
  this.$confirm('确认' + res.value + '?').then(function () {
23348
23381
  var params = {
23349
- url: api["x" /* endFlowHtml */],
23382
+ url: api["y" /* endFlowHtml */],
23350
23383
  headers: { Accept: 'application/json,text/plain' },
23351
23384
  method: 'post',
23352
23385
  data: mainvue_type_script_lang_js_extends({}, _this16.endFlowInfo, _this16.nextNode, {
@@ -23495,7 +23528,7 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
23495
23528
  var _this18 = this;
23496
23529
 
23497
23530
  var params = {
23498
- url: api["jb" /* isCanStartSubFlow */],
23531
+ url: api["kb" /* isCanStartSubFlow */],
23499
23532
  data: {
23500
23533
  appId: this.taskExamineInfo.appId,
23501
23534
  inevitableNode: res.inevitableNode
@@ -23605,7 +23638,7 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
23605
23638
  this.$confirm('确认' + res.value + '?').then(function () {
23606
23639
  // return this.$message.warning('请填写意见');
23607
23640
  var params = {
23608
- url: api["xb" /* rejectAndEnd */],
23641
+ url: api["yb" /* rejectAndEnd */],
23609
23642
  headers: { Accept: 'application/json,text/plain' },
23610
23643
  method: 'post',
23611
23644
  data: {
@@ -23676,7 +23709,7 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
23676
23709
  pendingId: this.pendingId,
23677
23710
  businessId: this.businessIds
23678
23711
  };
23679
- util["a" /* default */].ajax({ url: api["O" /* getNodeInfo */], params: params }).then(function (res) {
23712
+ util["a" /* default */].ajax({ url: api["P" /* getNodeInfo */], params: params }).then(function (res) {
23680
23713
  var status = res.status,
23681
23714
  message = res.message,
23682
23715
  data = res.data;
@@ -23931,7 +23964,7 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
23931
23964
  pendingId: this.pendingId,
23932
23965
  userId: util["a" /* default */].getStorage('userId')
23933
23966
  };
23934
- util["a" /* default */].ajax({ url: api["L" /* getHandleInfoHtml */], params: params }).then(function (res) {
23967
+ util["a" /* default */].ajax({ url: api["M" /* getHandleInfoHtml */], params: params }).then(function (res) {
23935
23968
  //pc返回数据
23936
23969
 
23937
23970
  _this27.loading.close();
@@ -24232,7 +24265,7 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
24232
24265
  hideTempSave: true
24233
24266
  }, this.param);
24234
24267
  this.loading = util["a" /* default */].loading(this.$loading, '加载中...');
24235
- util["a" /* default */].ajax({ url: api["U" /* getProcessDefList */], params: params }).then(function (res) {
24268
+ util["a" /* default */].ajax({ url: api["V" /* getProcessDefList */], params: params }).then(function (res) {
24236
24269
  var status = res.status,
24237
24270
  message = res.message,
24238
24271
  data = res.data;
@@ -24288,7 +24321,7 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
24288
24321
  userId: util["a" /* default */].getStorage('userId'),
24289
24322
  type: 2
24290
24323
  };
24291
- util["a" /* default */].ajax({ url: api["ob" /* pendedhistoryList */], data: params, method: 'post' }).then(function (res) {
24324
+ util["a" /* default */].ajax({ url: api["pb" /* pendedhistoryList */], data: params, method: 'post' }).then(function (res) {
24292
24325
  var rCode = res.rCode,
24293
24326
  msg = res.msg,
24294
24327
  results = res.results;
@@ -24589,7 +24622,7 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
24589
24622
  params.orgRoleCode = circularReadParamsMap.circularReadOrgRoleCode;
24590
24623
  }
24591
24624
 
24592
- return _context.abrupt('return', util["a" /* default */].ajax({ url: api["Kb" /* taskHandleHtml */], method: 'post', data: params }).then(function (res) {
24625
+ return _context.abrupt('return', util["a" /* default */].ajax({ url: api["Lb" /* taskHandleHtml */], method: 'post', data: params }).then(function (res) {
24593
24626
  var status = res.status,
24594
24627
  message = res.message;
24595
24628