eoss-ui 0.6.66 → 0.6.68

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (78) hide show
  1. package/lib/button-group.js +108 -106
  2. package/lib/button.js +108 -106
  3. package/lib/calogin.js +567 -156
  4. package/lib/checkbox-group.js +110 -108
  5. package/lib/config/api.js +1 -0
  6. package/lib/data-table-form.js +110 -108
  7. package/lib/data-table.js +113 -111
  8. package/lib/date-picker.js +108 -106
  9. package/lib/dialog.js +108 -106
  10. package/lib/eoss-ui.common.js +956 -516
  11. package/lib/flow-group.js +108 -106
  12. package/lib/flow-list.js +199 -207
  13. package/lib/flow.js +230 -212
  14. package/lib/form.js +110 -108
  15. package/lib/handle-user.js +109 -107
  16. package/lib/handler.js +109 -107
  17. package/lib/icon.js +109 -107
  18. package/lib/index.js +1 -1
  19. package/lib/input-number.js +108 -106
  20. package/lib/input.js +108 -106
  21. package/lib/login.js +172 -147
  22. package/lib/main.js +141 -139
  23. package/lib/nav.js +108 -106
  24. package/lib/notify.js +111 -109
  25. package/lib/page.js +108 -106
  26. package/lib/pagination.js +108 -106
  27. package/lib/player.js +108 -106
  28. package/lib/qr-code.js +108 -106
  29. package/lib/radio-group.js +110 -108
  30. package/lib/retrial-auth.js +111 -109
  31. package/lib/select-ganged.js +110 -108
  32. package/lib/select.js +110 -108
  33. package/lib/selector-panel.js +126 -124
  34. package/lib/selector.js +109 -107
  35. package/lib/sizer.js +110 -108
  36. package/lib/steps.js +108 -106
  37. package/lib/switch.js +108 -106
  38. package/lib/table-form.js +108 -106
  39. package/lib/tabs.js +108 -106
  40. package/lib/theme-chalk/index.css +1 -1
  41. package/lib/theme-chalk/login.css +1 -1
  42. package/lib/tips.js +109 -107
  43. package/lib/tree-group.js +108 -106
  44. package/lib/tree.js +109 -107
  45. package/lib/upload.js +118 -116
  46. package/lib/wujie.js +108 -106
  47. package/lib/wxlogin.js +108 -106
  48. package/package.json +2 -2
  49. package/packages/.DS_Store +0 -0
  50. package/packages/autocomplete/.DS_Store +0 -0
  51. package/packages/calogin/.DS_Store +0 -0
  52. package/packages/calogin/src/main.vue +285 -48
  53. package/packages/calogin/src/plugin.js +167 -0
  54. package/packages/date-picker/.DS_Store +0 -0
  55. package/packages/date-picker/src/.DS_Store +0 -0
  56. package/packages/flow/.DS_Store +0 -0
  57. package/packages/flow/src/component/Circulate.vue +6 -1
  58. package/packages/flow/src/main.vue +6 -0
  59. package/packages/flow/src/reset.vue +6 -1
  60. package/packages/flow/src/selectUser.vue +1 -1
  61. package/packages/flow-list/.DS_Store +0 -0
  62. package/packages/flow-list/src/main.vue +12 -24
  63. package/packages/login/.DS_Store +0 -0
  64. package/packages/login/src/main.vue +28 -7
  65. package/packages/main/.DS_Store +0 -0
  66. package/packages/main/src/.DS_Store +0 -0
  67. package/packages/menu/.DS_Store +0 -0
  68. package/packages/scrollbar/.DS_Store +0 -0
  69. package/packages/select/.DS_Store +0 -0
  70. package/packages/theme-chalk/lib/index.css +1 -1
  71. package/packages/theme-chalk/lib/login.css +1 -1
  72. package/packages/theme-chalk/src/.DS_Store +0 -0
  73. package/packages/theme-chalk/src/login.scss +5 -5
  74. package/packages/upload/.DS_Store +0 -0
  75. package/src/.DS_Store +0 -0
  76. package/src/config/api.js +1 -0
  77. package/src/index.js +163 -163
  78. package/src/utils/.DS_Store +0 -0
@@ -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
  /***/ }),
@@ -5881,23 +5883,20 @@ calendar_src_main.install = function (Vue) {
5881
5883
  };
5882
5884
 
5883
5885
  /* harmony default export */ var calendar = (calendar_src_main);
5884
- // CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./packages/calogin/src/main.vue?vue&type=template&id=e879a944&scoped=true&
5885
- var mainvue_type_template_id_e879a944_scoped_true_render = function () {
5886
+ // CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./packages/calogin/src/main.vue?vue&type=template&id=3ba625d0&scoped=true&
5887
+ var mainvue_type_template_id_3ba625d0_scoped_true_render = function () {
5886
5888
  var _vm = this
5887
5889
  var _h = _vm.$createElement
5888
5890
  var _c = _vm._self._c || _h
5889
- return _c(
5890
- "span",
5891
- { on: { click: _vm.getCertificate } },
5892
- [_vm._t("default")],
5893
- 2
5894
- )
5891
+ return _c("span", [
5892
+ _c("span", { on: { click: _vm.getCertificate } }, [_vm._t("default")], 2),
5893
+ ])
5895
5894
  }
5896
- var mainvue_type_template_id_e879a944_scoped_true_staticRenderFns = []
5897
- mainvue_type_template_id_e879a944_scoped_true_render._withStripped = true
5895
+ var mainvue_type_template_id_3ba625d0_scoped_true_staticRenderFns = []
5896
+ mainvue_type_template_id_3ba625d0_scoped_true_render._withStripped = true
5898
5897
 
5899
5898
 
5900
- // CONCATENATED MODULE: ./packages/calogin/src/main.vue?vue&type=template&id=e879a944&scoped=true&
5899
+ // CONCATENATED MODULE: ./packages/calogin/src/main.vue?vue&type=template&id=3ba625d0&scoped=true&
5901
5900
 
5902
5901
  // CONCATENATED MODULE: ./packages/calogin/src/plugin.js
5903
5902
  var plugin_typeof = typeof Symbol === "function" && typeof Symbol.iterator === "symbol" ? function (obj) { return typeof obj; } : function (obj) { return obj && typeof Symbol === "function" && obj.constructor === Symbol && obj !== Symbol.prototype ? "symbol" : typeof obj; };
@@ -5914,6 +5913,8 @@ var CA_ExtInterface = function () {
5914
5913
  this.currentSessionWSURL = '';
5915
5914
  this.useActioveX = false;
5916
5915
  this.options = {};
5916
+ this.webSocket = null;
5917
+ this.init();
5917
5918
  }
5918
5919
 
5919
5920
  /**
@@ -6748,6 +6749,186 @@ var CA_ExtInterface = function () {
6748
6749
  return result.value;
6749
6750
  }
6750
6751
  };
6752
+ /*
6753
+ *曙光四川CA
6754
+ *'SOF_GetUserList' 证书列表
6755
+ *'SOF_ExportUserCert' 导出证书
6756
+ *'SOF_GetCertInfo': 获取证书信息
6757
+ *'SOF_GenRandom': 生成随机数
6758
+ *'SOF_SignData': 获取证书签名
6759
+ *'SOF_Login': 登录证书
6760
+ *'SOF_GetPinRetryCount': 剩余次数
6761
+ */
6762
+ /**
6763
+ *
6764
+ * 获取webSocket消息
6765
+ * @returns {string}
6766
+ */
6767
+
6768
+
6769
+ CA_ExtInterface.prototype.getMessage = function getMessage(_ref) {
6770
+ var _this = this;
6771
+
6772
+ var action = _ref.action,
6773
+ _ref$params = _ref.params,
6774
+ params = _ref$params === undefined ? [] : _ref$params;
6775
+
6776
+ return new Promise(function (resolve, reject) {
6777
+ var obj = JSON.stringify({
6778
+ 'action': action,
6779
+ 'params': params
6780
+ });
6781
+ if (!_this.webSocket) {
6782
+ _this.webSocket = new WebSocket('wss://localhost:36171');
6783
+ _this.webSocket.onerror = function (event) {
6784
+ _this.webSocket = null;
6785
+ reject(event);
6786
+ };
6787
+ _this.webSocket.onopen = function () {
6788
+ _this.webSocket.send(obj);
6789
+ };
6790
+ } else {
6791
+ _this.webSocket.send(obj);
6792
+ }
6793
+ _this.webSocket.onclose = function (event) {
6794
+ _this.webSocket = null;
6795
+ };
6796
+ _this.webSocket.onmessage = function (event) {
6797
+ resolve(JSON.parse(event.data));
6798
+ };
6799
+ });
6800
+ };
6801
+ /**
6802
+ *
6803
+ * base64解码
6804
+ * @returns {string} base64解码后的字符串
6805
+ */
6806
+
6807
+
6808
+ CA_ExtInterface.prototype.base64Decode = function base64Decode(res) {
6809
+ var _keyStr = 'ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/=';
6810
+ var val = '';
6811
+ var chr1 = void 0;
6812
+ var chr2 = void 0;
6813
+ var chr3 = void 0;
6814
+ var enc1 = void 0;
6815
+ var enc2 = void 0;
6816
+ var enc3 = void 0;
6817
+ var enc4 = void 0;
6818
+ var i = 0;
6819
+ res = res.replace(/[^A-Za-z0-9\+\/\=]/g, '');
6820
+ while (i < res.length) {
6821
+ enc1 = _keyStr.indexOf(res.charAt(i++));
6822
+ enc2 = _keyStr.indexOf(res.charAt(i++));
6823
+ enc3 = _keyStr.indexOf(res.charAt(i++));
6824
+ enc4 = _keyStr.indexOf(res.charAt(i++));
6825
+ chr1 = enc1 << 2 | enc2 >> 4;
6826
+ chr2 = (enc2 & 15) << 4 | enc3 >> 2;
6827
+ chr3 = (enc3 & 3) << 6 | enc4;
6828
+ val = val + String.fromCharCode(chr1);
6829
+ if (enc3 !== 64) {
6830
+ val = val + String.fromCharCode(chr2);
6831
+ }
6832
+ if (enc4 !== 64) {
6833
+ val = val + String.fromCharCode(chr3);
6834
+ }
6835
+ }
6836
+ val = this.utf8_decode(val);
6837
+ return val;
6838
+ };
6839
+ /**
6840
+ *
6841
+ * base64编码
6842
+ * @returns {string} base64编码后的字符串
6843
+ */
6844
+
6845
+
6846
+ CA_ExtInterface.prototype.base64Encode = function base64Encode(res) {
6847
+ var _keyStr = 'ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/=';
6848
+ var val = '';
6849
+ var chr1 = void 0;
6850
+ var chr2 = void 0;
6851
+ var chr3 = void 0;
6852
+ var enc1 = void 0;
6853
+ var enc2 = void 0;
6854
+ var enc3 = void 0;
6855
+ var enc4 = void 0;
6856
+ var i = 0;
6857
+ res = this.utf8_encode(res);
6858
+ while (i < res.length) {
6859
+ chr1 = res.charCodeAt(i++);
6860
+ chr2 = res.charCodeAt(i++);
6861
+ chr3 = res.charCodeAt(i++);
6862
+ enc1 = chr1 >> 2;
6863
+ enc2 = (chr1 & 3) << 4 | chr2 >> 4;
6864
+ enc3 = (chr2 & 15) << 2 | chr3 >> 6;
6865
+ enc4 = chr3 & 63;
6866
+ if (isNaN(chr2)) {
6867
+ enc3 = enc4 = 64;
6868
+ } else if (isNaN(chr3)) {
6869
+ enc4 = 64;
6870
+ }
6871
+ val = val + _keyStr.charAt(enc1) + _keyStr.charAt(enc2) + _keyStr.charAt(enc3) + _keyStr.charAt(enc4);
6872
+ }
6873
+ return val;
6874
+ };
6875
+ /**
6876
+ *
6877
+ * utf8解码
6878
+ * @returns {string} utf8解码后的字符串
6879
+ */
6880
+
6881
+
6882
+ CA_ExtInterface.prototype.utf8_decode = function utf8_decode(utftext) {
6883
+ var string = '';
6884
+ var i = 0;
6885
+ var c = 0;
6886
+ // let c1 = 0;
6887
+ var c2 = 0;
6888
+ var c3 = 0;
6889
+ while (i < utftext.length) {
6890
+ c = utftext.charCodeAt(i);
6891
+ if (c < 128) {
6892
+ string += String.fromCharCode(c);
6893
+ i++;
6894
+ } else if (c > 191 && c < 224) {
6895
+ c2 = utftext.charCodeAt(i + 1);
6896
+ string += String.fromCharCode((c & 31) << 6 | c2 & 63);
6897
+ i += 2;
6898
+ } else {
6899
+ c2 = utftext.charCodeAt(i + 1);
6900
+ c3 = utftext.charCodeAt(i + 2);
6901
+ string += String.fromCharCode((c & 15) << 12 | (c2 & 63) << 6 | c3 & 63);
6902
+ i += 3;
6903
+ }
6904
+ }
6905
+ return string;
6906
+ };
6907
+ /**
6908
+ *
6909
+ * utf8编码
6910
+ * @returns {string} utf8编码后的字符串
6911
+ */
6912
+
6913
+
6914
+ CA_ExtInterface.prototype.utf8_encode = function utf8_encode(string) {
6915
+ string = string.replace(/\r\n/g, '\n');
6916
+ var utftext = '';
6917
+ for (var n = 0; n < string.length; n++) {
6918
+ var c = string.charCodeAt(n);
6919
+ if (c < 128) {
6920
+ utftext += String.fromCharCode(c);
6921
+ } else if (c > 127 && c < 2048) {
6922
+ utftext += String.fromCharCode(c >> 6 | 192);
6923
+ utftext += String.fromCharCode(c & 63 | 128);
6924
+ } else {
6925
+ utftext += String.fromCharCode(c >> 12 | 224);
6926
+ utftext += String.fromCharCode(c >> 6 & 63 | 128);
6927
+ utftext += String.fromCharCode(c & 63 | 128);
6928
+ }
6929
+ }
6930
+ return utftext;
6931
+ };
6751
6932
 
6752
6933
  return CA_ExtInterface;
6753
6934
  }();
@@ -6761,6 +6942,8 @@ var caPlugin = new CA_ExtInterface();
6761
6942
  //
6762
6943
  //
6763
6944
  //
6945
+ //
6946
+ //
6764
6947
 
6765
6948
 
6766
6949
 
@@ -6768,6 +6951,10 @@ var caPlugin = new CA_ExtInterface();
6768
6951
  /* harmony default export */ var calogin_src_mainvue_type_script_lang_js_ = ({
6769
6952
  name: 'EsCaLogin',
6770
6953
  props: {
6954
+ caModel: {
6955
+ type: String,
6956
+ required: true
6957
+ }, // CA登录方式,JIDA-吉大正元,SHU_GUANG-曙光,SICHUAN-四川
6771
6958
  identifyingId: {
6772
6959
  type: String,
6773
6960
  default: function _default() {
@@ -6790,7 +6977,12 @@ var caPlugin = new CA_ExtInterface();
6790
6977
  },
6791
6978
  data: function data() {
6792
6979
  return {
6793
- signedData: ''
6980
+ userList: [],
6981
+ signedData: '', //证书原文
6982
+ b64originData: '', //签名原文
6983
+ b64SignData: '', //签名结果
6984
+ idCard: '',
6985
+ certId: ''
6794
6986
  };
6795
6987
  },
6796
6988
 
@@ -6812,58 +7004,277 @@ var caPlugin = new CA_ExtInterface();
6812
7004
  methods: {
6813
7005
  init: function init() {
6814
7006
  if (!window.PNXClient) {
6815
- var parser = new DOMParser();
6816
- var doc = parser.parseFromString("<object classid='clsid:9DD991F7-6FB0-4004-95A4-0A55006A8C42' width='0' height='0' id='PNXClient' style='position: absolute;'></object>", 'text/html');
6817
- var pnxClientElement = doc.querySelector('object');
6818
- if (pnxClientElement) {
6819
- document.body.appendChild(pnxClientElement);
6820
- }
7007
+ // 创建 object 元素
7008
+ var pnxClientElement = document.createElement('object');
7009
+ pnxClientElement.classid = 'clsid:9DD991F7-6FB0-4004-95A4-0A55006A8C42';
7010
+ pnxClientElement.width = '0';
7011
+ pnxClientElement.height = '0';
7012
+ pnxClientElement.id = 'PNXClient';
7013
+ pnxClientElement.style.position = 'absolute';
7014
+ document.body.appendChild(pnxClientElement);
6821
7015
  }
6822
7016
  },
6823
7017
  getCertificate: function getCertificate() {
7018
+ var _this = this;
7019
+
7020
+ this.$emit('click');
6824
7021
  // 检查 PNXClient 是否存在
6825
7022
  if (!window.PNXClient) {
6826
7023
  this.$message.error('控件加载失败,请刷新页面重试!');
7024
+ this.$emit('error');
6827
7025
  return;
6828
7026
  }
6829
- try {
6830
- src_plugin.getVersion();
6831
- } catch (e) {
6832
- this.$message.error('未安装控件,请进行安装控件!');
6833
- return;
6834
- }
6835
- try {
6836
- // 清除之前的过滤器
6837
- src_plugin.clearFilter();
6838
- // 初始化vctk控件
6839
- src_plugin.initialize('', this.param);
6840
- // 控制证书为一个时,不弹出证书选择框
6841
- src_plugin.setChooseSingleCert(1);
6842
-
6843
- // 生成签名信息
6844
- this.signedData = src_plugin.p7SignString(this.identifyingId, true, true);
6845
-
6846
- //获取错误码
6847
- var errorCode = Number(src_plugin.getLastError());
6848
- if (errorCode !== 0) {
6849
- if (errorCode === 3758096386 || errorCode === 2148532334) {
6850
- this.$message.error('用户取消操作!');
7027
+ switch (this.caModel) {
7028
+ //吉大正元:
7029
+ case 'JIDA':
7030
+ try {
7031
+ src_plugin.getVersion();
7032
+ } catch (e) {
7033
+ this.$message.error('未安装控件,请进行安装控件!');
7034
+ this.$emit('error');
6851
7035
  return;
6852
- } else if (errorCode === -536870815 || errorCode === 3758096481) {
6853
- this.$message.error('没有找到有效的证书,如果使用的是KEY,请确认已经插入key!');
7036
+ }
7037
+ try {
7038
+ // 清除之前的过滤器
7039
+ src_plugin.clearFilter();
7040
+ // 初始化vctk控件
7041
+ src_plugin.initialize('', this.param);
7042
+ // 控制证书为一个时,不弹出证书选择框
7043
+ src_plugin.setChooseSingleCert(1);
7044
+
7045
+ // 生成签名信息
7046
+ this.signedData = src_plugin.p7SignString(this.identifyingId, true, true);
7047
+
7048
+ //获取错误码
7049
+ var errorCode = Number(src_plugin.getLastError());
7050
+ if (errorCode !== 0) {
7051
+ if (errorCode === 3758096386 || errorCode === 2148532334) {
7052
+ this.$message.error('用户取消操作!');
7053
+ this.$emit('error');
7054
+ return;
7055
+ } else if (errorCode === -536870815 || errorCode === 3758096481) {
7056
+ this.$message.error('没有找到有效的证书,如果使用的是KEY,请确认已经插入key!');
7057
+ this.$emit('error');
7058
+ return;
7059
+ } else {
7060
+ this.$message.error(src_plugin.getLastErrorMessage());
7061
+ this.$emit('error');
7062
+ return;
7063
+ }
7064
+ }
7065
+ this.success && this.success(this.signedData);
7066
+ return this.signedData;
7067
+ } catch (error) {
7068
+ // 捕获其他可能的异常
7069
+ this.$message.error('\u64CD\u4F5C\u5931\u8D25: ' + error.message);
7070
+ this.$emit('error');
7071
+ }
7072
+ break;
7073
+ //曙光:
7074
+ case 'SHU_GUANG':
7075
+ src_plugin.getMessage({ action: 'SOF_GetUserList' }).then(function (res) {
7076
+ var retCode = res.retCode,
7077
+ retMsg = res.retMsg,
7078
+ retValue = res.retValue;
7079
+
7080
+ if (!retValue || retCode !== 0) {
7081
+ _this.$message.error(retCode !== 0 ? retMsg : '未找到证书,请插入证书UKEY!');
7082
+ _this.$emit('error');
7083
+ return;
7084
+ }
7085
+ var userList = retValue.split('&&&');
7086
+ if (userList.length === 1) {
7087
+ //如果只有一个证书,直接获取证书信息
7088
+ _this.certId = userList[0].split('||')[1];
7089
+ _this.getCertInfo(_this.certId);
7090
+ } else {
7091
+ // 如果有多个证书,弹出选择框
7092
+ _this.userList = userList.map(function (item) {
7093
+ var _item$split = item.split('||'),
7094
+ name = _item$split[0],
7095
+ certId = _item$split[1];
7096
+
7097
+ return { label: name, value: certId };
7098
+ });
7099
+ _this.$prompt('', '证书选择', {
7100
+ confirmButtonText: '确定',
7101
+ cancelButtonText: '取消',
7102
+ inputPattern: /^.+$/,
7103
+ inputErrorMessage: '请选择证书!',
7104
+ selectData: _this.userList
7105
+ }).then(function (res) {
7106
+ _this.certId = res.value;
7107
+ _this.getCertInfo(_this.certId);
7108
+ }).catch(function () {
7109
+ _this.$emit('error');
7110
+ });
7111
+ }
7112
+ }).catch(function (err) {
7113
+ _this.$message.error('请检查是否安装并启用证书助手控件!');
7114
+ _this.$emit('error');
7115
+ });
7116
+ break;
7117
+ //四川:
7118
+ case 'SICHUAN':
7119
+ this.$message.warning('四川CA登录方式对接中!');
7120
+ this.$emit('error');
7121
+ break;
7122
+ }
7123
+ },
7124
+ getCertInfo: function getCertInfo(name) {
7125
+ var _this2 = this;
7126
+
7127
+ src_plugin.getMessage({ action: 'SOF_ExportUserCert', params: [name] }).then(function (res) {
7128
+ var retCode = res.retCode,
7129
+ retMsg = res.retMsg,
7130
+ retValue = res.retValue;
7131
+
7132
+ if (retCode !== 0) {
7133
+ _this2.$message.error(retMsg);
7134
+ _this2.$emit('error');
7135
+ return;
7136
+ }
7137
+ //设置证书原文
7138
+ _this2.signedData = retValue.replace('-----BEGIN CERTIFICATE-----', '').replace('-----END CERTIFICATE-----', '');
7139
+ src_plugin.getMessage({
7140
+ action: 'SOF_GetCertInfo',
7141
+ params: [retValue, 'SGD_CERT_SUBJECT_SN']
7142
+ }).then(function (res) {
7143
+ var retCode = res.retCode,
7144
+ retMsg = res.retMsg,
7145
+ retValue = res.retValue;
7146
+
7147
+ if (retCode !== 0) {
7148
+ _this2.$message.error(retMsg);
7149
+ _this2.$emit('error');
6854
7150
  return;
6855
- } else {
6856
- this.$message.error(src_plugin.getLastErrorMessage());
7151
+ }
7152
+ _this2.idCard = src_plugin.base64Decode(retValue);
7153
+ src_plugin.getMessage({
7154
+ action: 'SOF_GenRandom',
7155
+ params: [16]
7156
+ }).then(function (res) {
7157
+ var retCode = res.retCode,
7158
+ retMsg = res.retMsg,
7159
+ retValue = res.retValue;
7160
+
7161
+ if (retCode !== 0) {
7162
+ _this2.$message.error(retMsg);
7163
+ _this2.$emit('error');
7164
+ return;
7165
+ }
7166
+ _this2.b64originData = retValue + _this2.identifyingId;
7167
+ src_plugin.getMessage({
7168
+ action: 'SOF_SignData',
7169
+ params: [_this2.certId, src_plugin.base64Encode(_this2.b64originData)]
7170
+ }).then(function (res) {
7171
+ var retCode = res.retCode,
7172
+ retMsg = res.retMsg,
7173
+ retValue = res.retValue;
7174
+
7175
+ if (retCode !== 0) {
7176
+ if (retCode === 184550659) {
7177
+ _this2.cerLogin();
7178
+ } else {
7179
+ _this2.$message.error(retMsg);
7180
+ _this2.$emit('error');
7181
+ }
7182
+ return;
7183
+ }
7184
+ _this2.b64SignData = retValue;
7185
+ _this2.success && _this2.success({
7186
+ identifyingId: _this2.identifyingId,
7187
+ signedData: _this2.signedData, //证书原文
7188
+ b64originData: _this2.b64originData, //签名原文
7189
+ b64SignData: _this2.b64SignData, //签名结果
7190
+ idCard: _this2.idCard,
7191
+ certId: _this2.certId
7192
+ });
7193
+ }).catch(function (err) {
7194
+ _this2.$emit('error');
7195
+ });
7196
+ }).catch(function (err) {
7197
+ _this2.$emit('error');
7198
+ });
7199
+ }).catch(function (err) {
7200
+ _this2.$emit('error');
7201
+ });
7202
+ }).catch(function (err) {
7203
+ _this2.$emit('error');
7204
+ });
7205
+ },
7206
+ cerLogin: function cerLogin() {
7207
+ var _this3 = this;
7208
+
7209
+ var title = arguments.length > 0 && arguments[0] !== undefined ? arguments[0] : '提示';
7210
+
7211
+ this.$prompt('输入密码', title, {
7212
+ confirmButtonText: '确定',
7213
+ cancelButtonText: '取消',
7214
+ inputPattern: /^[[\x21-\x7E]{6,16}$/,
7215
+ inputErrorMessage: '请输入密码'
7216
+ }).then(function (_ref) {
7217
+ var value = _ref.value;
7218
+
7219
+ src_plugin.getMessage({
7220
+ action: 'SOF_Login',
7221
+ params: [_this3.certId, value]
7222
+ }).then(function (res) {
7223
+ var retCode = res.retCode,
7224
+ retMsg = res.retMsg,
7225
+ retValue = res.retValue;
7226
+
7227
+ if (retCode !== 0 || retValue === false) {
7228
+ if (retValue === false) {
7229
+ src_plugin.getMessage({
7230
+ action: 'SOF_GetPinRetryCount',
7231
+ params: [_this3.certId]
7232
+ }).then(function (res) {
7233
+ var retValue = res.retValue;
7234
+
7235
+ _this3.cerLogin('\u767B\u5F55\u5931\u8D25\uFF01\u5269\u4F59\u53E3\u4EE4\u91CD\u8BD5\u6B21\u6570\uFF1A' + retValue + '\u6B21');
7236
+ });
7237
+ return;
7238
+ }
7239
+ _this3.$message.error(retMsg);
7240
+ _this3.$emit('error');
6857
7241
  return;
6858
7242
  }
6859
- }
6860
- console.log('签名数据:', this.signedData);
6861
- this.success && this.success(this.signedData);
6862
- return this.signedData;
6863
- } catch (error) {
6864
- // 捕获其他可能的异常
6865
- this.$message.error('\u64CD\u4F5C\u5931\u8D25: ' + error.message);
6866
- }
7243
+ src_plugin.getMessage({
7244
+ action: 'SOF_SignData',
7245
+ params: [_this3.certId, src_plugin.base64Encode(_this3.b64originData)]
7246
+ }).then(function (res) {
7247
+ var retCode = res.retCode,
7248
+ retMsg = res.retMsg,
7249
+ retValue = res.retValue;
7250
+
7251
+ if (retCode !== 0) {
7252
+ if (retCode === 184550659) {
7253
+ _this3.cerLogin();
7254
+ } else {
7255
+ _this3.$message.error(retMsg);
7256
+ _this3.$emit('error');
7257
+ }
7258
+ return;
7259
+ }
7260
+ _this3.b64SignData = retValue;
7261
+ _this3.success && _this3.success({
7262
+ identifyingId: _this3.identifyingId,
7263
+ signedData: _this3.signedData, //证书原文
7264
+ b64originData: _this3.b64originData, //签名原文
7265
+ b64SignData: _this3.b64SignData, //签名结果
7266
+ idCard: _this3.idCard,
7267
+ certId: _this3.certId
7268
+ });
7269
+ }).catch(function (err) {
7270
+ _this3.$emit('error');
7271
+ });
7272
+ }).catch(function () {
7273
+ _this3.$emit('error');
7274
+ });
7275
+ }).catch(function () {
7276
+ _this3.$emit('error');
7277
+ });
6867
7278
  }
6868
7279
  }
6869
7280
  });
@@ -6879,11 +7290,11 @@ var caPlugin = new CA_ExtInterface();
6879
7290
 
6880
7291
  var calogin_src_main_component = normalizeComponent(
6881
7292
  packages_calogin_src_mainvue_type_script_lang_js_,
6882
- mainvue_type_template_id_e879a944_scoped_true_render,
6883
- mainvue_type_template_id_e879a944_scoped_true_staticRenderFns,
7293
+ mainvue_type_template_id_3ba625d0_scoped_true_render,
7294
+ mainvue_type_template_id_3ba625d0_scoped_true_staticRenderFns,
6884
7295
  false,
6885
7296
  null,
6886
- "e879a944",
7297
+ "3ba625d0",
6887
7298
  null
6888
7299
 
6889
7300
  )
@@ -7852,9 +8263,9 @@ var checkbox_group_src_mainvue_type_script_lang_js_extends = Object.assign || fu
7852
8263
  },
7853
8264
  findCode: function findCode() {
7854
8265
  if (this.service) {
7855
- return '/' + this.service + api["J" /* getDictList */];
8266
+ return '/' + this.service + api["K" /* getDictList */];
7856
8267
  }
7857
- return api["z" /* findSysCode */];
8268
+ return api["A" /* findSysCode */];
7858
8269
  }
7859
8270
  },
7860
8271
  watch: {
@@ -10298,9 +10709,9 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
10298
10709
  },
10299
10710
  findCode: function findCode() {
10300
10711
  if (this.service) {
10301
- return '/' + this.service + api["J" /* getDictList */];
10712
+ return '/' + this.service + api["K" /* getDictList */];
10302
10713
  }
10303
- return api["z" /* findSysCode */];
10714
+ return api["A" /* findSysCode */];
10304
10715
  }
10305
10716
  },
10306
10717
  data: function data() {
@@ -11172,7 +11583,7 @@ var pageView = utils_util["a" /* default */].getParams('pageView');
11172
11583
  },
11173
11584
  contentsUrl: {
11174
11585
  type: String,
11175
- default: api["C" /* formContents */]
11586
+ default: api["D" /* formContents */]
11176
11587
  },
11177
11588
  mode: {
11178
11589
  type: String,
@@ -11629,9 +12040,9 @@ var pageView = utils_util["a" /* default */].getParams('pageView');
11629
12040
  },
11630
12041
  findCode: function findCode() {
11631
12042
  if (this.service) {
11632
- return '/' + this.service + api["J" /* getDictList */];
12043
+ return '/' + this.service + api["K" /* getDictList */];
11633
12044
  }
11634
- return api["z" /* findSysCode */];
12045
+ return api["A" /* findSysCode */];
11635
12046
  },
11636
12047
  isShow: function isShow() {
11637
12048
  var useCaseCodes = utils_util["a" /* default */].getStorage('useCaseCodes');
@@ -14426,9 +14837,9 @@ var mainvue_type_script_lang_js_components;
14426
14837
  },
14427
14838
  findCode: function findCode() {
14428
14839
  if (this.service) {
14429
- return '/' + this.service + api["J" /* getDictList */];
14840
+ return '/' + this.service + api["K" /* getDictList */];
14430
14841
  }
14431
- return api["z" /* findSysCode */];
14842
+ return api["A" /* findSysCode */];
14432
14843
  }
14433
14844
  },
14434
14845
  watch: {
@@ -24975,7 +25386,7 @@ var mainvue_type_script_lang_js_pageView = utils_util["a" /* default */].getPara
24975
25386
  },
24976
25387
  contentsUrl: {
24977
25388
  type: String,
24978
- default: api["C" /* formContents */]
25389
+ default: api["D" /* formContents */]
24979
25390
  },
24980
25391
  autocomplete: {
24981
25392
  type: Boolean,
@@ -25497,7 +25908,7 @@ var mainvue_type_script_lang_js_pageView = utils_util["a" /* default */].getPara
25497
25908
  this.loading = true;
25498
25909
  var params = typeof this.contents === 'string' ? { formId: this.contents } : this.contents;
25499
25910
  utils_util["a" /* default */].ajax({
25500
- url: api["C" /* formContents */],
25911
+ url: api["D" /* formContents */],
25501
25912
  data: params,
25502
25913
  params: params
25503
25914
  }).then(function (res) {
@@ -26291,8 +26702,8 @@ form_src_main.install = function (Vue) {
26291
26702
  };
26292
26703
 
26293
26704
  /* harmony default export */ var packages_form = (form_src_main);
26294
- // CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./packages/flow/src/main.vue?vue&type=template&id=fe0ac130&
26295
- var mainvue_type_template_id_fe0ac130_render = function () {
26705
+ // 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&
26706
+ var mainvue_type_template_id_5f8259cf_render = function () {
26296
26707
  var _vm = this
26297
26708
  var _h = _vm.$createElement
26298
26709
  var _c = _vm._self._c || _h
@@ -26404,6 +26815,7 @@ var mainvue_type_template_id_fe0ac130_render = function () {
26404
26815
  attrs: {
26405
26816
  businessId: _vm.businessId,
26406
26817
  selectorParams: _vm.params,
26818
+ "pending-id": _vm.pendingId,
26407
26819
  showBtn: false,
26408
26820
  processDefinitionId: _vm.nodeInfo.nextNode,
26409
26821
  simpleTips: _vm.simpleTips,
@@ -26471,6 +26883,7 @@ var mainvue_type_template_id_fe0ac130_render = function () {
26471
26883
  simpleTips: _vm.simpleTips,
26472
26884
  appId: _vm.resetAppId,
26473
26885
  flowParams: _vm.param,
26886
+ subParams: _vm.subParams,
26474
26887
  },
26475
26888
  on: {
26476
26889
  cancel: function ($event) {
@@ -28846,11 +29259,11 @@ var mainvue_type_template_id_fe0ac130_render = function () {
28846
29259
  )
28847
29260
  : _vm._e()
28848
29261
  }
28849
- var mainvue_type_template_id_fe0ac130_staticRenderFns = []
28850
- mainvue_type_template_id_fe0ac130_render._withStripped = true
29262
+ var mainvue_type_template_id_5f8259cf_staticRenderFns = []
29263
+ mainvue_type_template_id_5f8259cf_render._withStripped = true
28851
29264
 
28852
29265
 
28853
- // CONCATENATED MODULE: ./packages/flow/src/main.vue?vue&type=template&id=fe0ac130&
29266
+ // CONCATENATED MODULE: ./packages/flow/src/main.vue?vue&type=template&id=5f8259cf&
28854
29267
 
28855
29268
  // 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=fdf49dec&
28856
29269
  var CommonOpinionsvue_type_template_id_fdf49dec_render = function () {
@@ -29722,7 +30135,7 @@ var CommonOpinionsvue_type_script_lang_js_components;
29722
30135
 
29723
30136
  var that = this;
29724
30137
  utils_util["a" /* default */].ajax({
29725
- url: api["B" /* findSysParam */],
30138
+ url: api["C" /* findSysParam */],
29726
30139
  params: { cpName: 'commonOpinionsSelectType' }
29727
30140
  }).then(function (res) {
29728
30141
  if (res.status == 'success') {
@@ -29800,7 +30213,7 @@ var CommonOpinionsvue_type_script_lang_js_components;
29800
30213
  }
29801
30214
  this.loading = utils_util["a" /* default */].loading(this.$loading, '提交中...');
29802
30215
  utils_util["a" /* default */].ajax({
29803
- url: data.id ? api["oc" /* updateCommonOpinion */] : api["zb" /* saveCommonOpinion */],
30216
+ url: data.id ? api["pc" /* updateCommonOpinion */] : api["Ab" /* saveCommonOpinion */],
29804
30217
  data: info,
29805
30218
  header: { 'Content-Type': 'multipart/form-data' },
29806
30219
  method: 'post'
@@ -30468,8 +30881,8 @@ processFormvue_type_template_id_d7f4c800_render._withStripped = true
30468
30881
 
30469
30882
  // CONCATENATED MODULE: ./packages/flow/src/processForm.vue?vue&type=template&id=d7f4c800&
30470
30883
 
30471
- // 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&
30472
- var selectUservue_type_template_id_615d0e78_render = function () {
30884
+ // 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&
30885
+ var selectUservue_type_template_id_1de54739_render = function () {
30473
30886
  var _vm = this
30474
30887
  var _h = _vm.$createElement
30475
30888
  var _c = _vm._self._c || _h
@@ -30587,7 +31000,7 @@ var selectUservue_type_template_id_615d0e78_render = function () {
30587
31000
  _vm.isCurrentNodeForbiddenChangeCandidate == 1,
30588
31001
  filterable: Boolean(_vm.isCustomUser),
30589
31002
  multiple: _vm.newMultiple,
30590
- param: _vm.newParams,
31003
+ param: Object.assign({}, _vm.newParams, { info: "no" }),
30591
31004
  disableds: _vm.disableds,
30592
31005
  },
30593
31006
  on: {
@@ -30612,11 +31025,11 @@ var selectUservue_type_template_id_615d0e78_render = function () {
30612
31025
  2
30613
31026
  )
30614
31027
  }
30615
- var selectUservue_type_template_id_615d0e78_staticRenderFns = []
30616
- selectUservue_type_template_id_615d0e78_render._withStripped = true
31028
+ var selectUservue_type_template_id_1de54739_staticRenderFns = []
31029
+ selectUservue_type_template_id_1de54739_render._withStripped = true
30617
31030
 
30618
31031
 
30619
- // CONCATENATED MODULE: ./packages/flow/src/selectUser.vue?vue&type=template&id=615d0e78&
31032
+ // CONCATENATED MODULE: ./packages/flow/src/selectUser.vue?vue&type=template&id=1de54739&
30620
31033
 
30621
31034
  // 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&
30622
31035
  var selectUservue_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; };
@@ -30804,7 +31217,7 @@ var selectUservue_type_script_lang_js_extends = Object.assign || function (targe
30804
31217
  newNextUser: [],
30805
31218
  newOptions: [],
30806
31219
  newSelectUserList: [],
30807
- url: api["cb" /* handleInfo */],
31220
+ url: api["db" /* handleInfo */],
30808
31221
  newCheckboxList: [],
30809
31222
  newPresetEdit: 0,
30810
31223
  newMultiple: false,
@@ -30921,7 +31334,7 @@ var selectUservue_type_script_lang_js_extends = Object.assign || function (targe
30921
31334
  if (query !== '') {
30922
31335
  this.searchLoading = true;
30923
31336
  utils_util["a" /* default */].ajax({
30924
- url: api["cb" /* handleInfo */],
31337
+ url: api["db" /* handleInfo */],
30925
31338
  params: { searchKey: query, query: query, type: 'user' }
30926
31339
  }).then(function (res) {
30927
31340
  var status = res.status,
@@ -31092,8 +31505,8 @@ var selectUservue_type_script_lang_js_extends = Object.assign || function (targe
31092
31505
 
31093
31506
  var selectUser_component = normalizeComponent(
31094
31507
  src_selectUservue_type_script_lang_js_,
31095
- selectUservue_type_template_id_615d0e78_render,
31096
- selectUservue_type_template_id_615d0e78_staticRenderFns,
31508
+ selectUservue_type_template_id_1de54739_render,
31509
+ selectUservue_type_template_id_1de54739_staticRenderFns,
31097
31510
  false,
31098
31511
  null,
31099
31512
  null,
@@ -31336,7 +31749,7 @@ var CustomPresetvue_type_script_lang_js_components;
31336
31749
  nextNodeId: nodeId,
31337
31750
  businessId: this.id
31338
31751
  };
31339
- utils_util["a" /* default */].ajax({ url: api["O" /* getNodeInfo */], params: params }).then(function (res) {
31752
+ utils_util["a" /* default */].ajax({ url: api["P" /* getNodeInfo */], params: params }).then(function (res) {
31340
31753
  var status = res.status,
31341
31754
  message = res.message,
31342
31755
  _res$data = res.data,
@@ -31434,7 +31847,7 @@ var CustomPresetvue_type_script_lang_js_components;
31434
31847
 
31435
31848
  isNoStart && (this.newPresetList = []);
31436
31849
  var params = {
31437
- url: api["S" /* getPresetCustomInfo */],
31850
+ url: api["T" /* getPresetCustomInfo */],
31438
31851
  data: {
31439
31852
  nodeId: nodeId,
31440
31853
  processDefinitionId: processDefinitionId ? processDefinitionId : this.newProcessDefinitionId
@@ -31788,7 +32201,7 @@ var Presetvue_type_script_lang_js_components;
31788
32201
  nodeId = this.nodeId;
31789
32202
 
31790
32203
  var params = {
31791
- url: api["T" /* getPresetNodeInfo */],
32204
+ url: api["U" /* getPresetNodeInfo */],
31792
32205
  data: {
31793
32206
  nextNodeId: nextNodeId,
31794
32207
  processDefinitionId: processDefinitionId,
@@ -32420,7 +32833,7 @@ var processFormvue_type_script_lang_js_components;
32420
32833
  if (mainConfig) {
32421
32834
  this.userModel = JSON.parse(mainConfig).userModel;
32422
32835
  } else {
32423
- utils_util["a" /* default */].ajax({ url: api["lb" /* loginUserInfo */] }).then(function (res) {
32836
+ utils_util["a" /* default */].ajax({ url: api["mb" /* loginUserInfo */] }).then(function (res) {
32424
32837
  var status = res.status,
32425
32838
  data = res.data;
32426
32839
 
@@ -32525,7 +32938,7 @@ var processFormvue_type_script_lang_js_components;
32525
32938
  var _this2 = this;
32526
32939
 
32527
32940
  utils_util["a" /* default */].ajax({
32528
- url: api["y" /* findCodeValues */],
32941
+ url: api["z" /* findCodeValues */],
32529
32942
  params: {
32530
32943
  ccCode: 'notification_type',
32531
32944
  userId: utils_util["a" /* default */].getStorage('userId')
@@ -32554,7 +32967,7 @@ var processFormvue_type_script_lang_js_components;
32554
32967
  nodeId: this.nextNode.nextNode,
32555
32968
  businessId: this.id
32556
32969
  };
32557
- utils_util["a" /* default */].ajax({ url: api["Q" /* getNotificationMsg */], params: params, methods: 'post' }).then(function (res) {
32970
+ utils_util["a" /* default */].ajax({ url: api["R" /* getNotificationMsg */], params: params, methods: 'post' }).then(function (res) {
32558
32971
  if (res.status === 'success') {
32559
32972
  _this3.nextNode.noticeInfo = res.message;
32560
32973
  }
@@ -32651,7 +33064,7 @@ var processFormvue_type_script_lang_js_components;
32651
33064
  params = newParm;
32652
33065
  }
32653
33066
  utils_util["a" /* default */].ajax({
32654
- url: _this4.isFreeStartFlow ? api["D" /* freeStartFlowWithSubmitTask */] : _this4.formType == 'readTransfer' ? api["Gb" /* startReadTransferHandleFlowWithTaskReadEnd */] : api["wb" /* register */],
33067
+ url: _this4.isFreeStartFlow ? api["E" /* freeStartFlowWithSubmitTask */] : _this4.formType == 'readTransfer' ? api["Hb" /* startReadTransferHandleFlowWithTaskReadEnd */] : api["xb" /* register */],
32655
33068
  method: 'post',
32656
33069
  data: params
32657
33070
  }).then(function (res) {
@@ -32685,7 +33098,7 @@ var processFormvue_type_script_lang_js_components;
32685
33098
  businessId: this.id,
32686
33099
  userId: utils_util["a" /* default */].getStorage('userId')
32687
33100
  };
32688
- utils_util["a" /* default */].ajax({ url: api["O" /* getNodeInfo */], params: params }).then(function (res) {
33101
+ utils_util["a" /* default */].ajax({ url: api["P" /* getNodeInfo */], params: params }).then(function (res) {
32689
33102
  var status = res.status,
32690
33103
  message = res.message,
32691
33104
  _res$data = res.data,
@@ -32773,7 +33186,7 @@ var processFormvue_type_script_lang_js_components;
32773
33186
  var _this6 = this;
32774
33187
 
32775
33188
  utils_util["a" /* default */].ajax({
32776
- url: api["A" /* findSysCodes */]
33189
+ url: api["B" /* findSysCodes */]
32777
33190
  }).then(function (res) {
32778
33191
  var status = res.status,
32779
33192
  message = res.message;
@@ -32851,7 +33264,7 @@ var processFormvue_type_script_lang_js_components;
32851
33264
  businessId: this.businessId
32852
33265
  };
32853
33266
  // 获取节点
32854
- utils_util["a" /* default */].ajax({ url: api["Yb" /* toStartFlow */], params: params }).then(function (res) {
33267
+ utils_util["a" /* default */].ajax({ url: api["Zb" /* toStartFlow */], params: params }).then(function (res) {
32855
33268
  //pc接口返回数据处理
32856
33269
  var status = res.status,
32857
33270
  message = res.message,
@@ -33488,7 +33901,7 @@ SendMsgvue_type_template_id_5cb986c6_render._withStripped = true
33488
33901
  notificationType = _sendInfo.notificationType;
33489
33902
 
33490
33903
  var params = {
33491
- url: api["Fb" /* sendMsg */],
33904
+ url: api["Gb" /* sendMsg */],
33492
33905
  headers: { Accept: 'application/json,text/plain' },
33493
33906
  method: 'post',
33494
33907
  data: {
@@ -33550,7 +33963,7 @@ SendMsgvue_type_template_id_5cb986c6_render._withStripped = true
33550
33963
 
33551
33964
  this.loading = true;
33552
33965
  utils_util["a" /* default */].ajax({
33553
- url: api["Xb" /* toSendMsg */],
33966
+ url: api["Yb" /* toSendMsg */],
33554
33967
  params: { pendingId: this.$attrs.pendingId }
33555
33968
  }).then(function (res) {
33556
33969
  var status = res.status,
@@ -34372,7 +34785,7 @@ processRejectvue_type_template_id_67bb0710_render._withStripped = true
34372
34785
  var _this = this;
34373
34786
 
34374
34787
  utils_util["a" /* default */].ajax({
34375
- url: api["y" /* findCodeValues */],
34788
+ url: api["z" /* findCodeValues */],
34376
34789
  params: {
34377
34790
  ccCode: 'notification_type',
34378
34791
  userId: utils_util["a" /* default */].getStorage('userId')
@@ -34415,7 +34828,7 @@ processRejectvue_type_template_id_67bb0710_render._withStripped = true
34415
34828
  userId: utils_util["a" /* default */].getStorage('userId'),
34416
34829
  nextNodeId: _this2.nextNode.nextNodeId
34417
34830
  };
34418
- utils_util["a" /* default */].ajax({ url: api["Nb" /* taskRejectHtml */], method: 'post', data: params }).then(function (res) {
34831
+ utils_util["a" /* default */].ajax({ url: api["Ob" /* taskRejectHtml */], method: 'post', data: params }).then(function (res) {
34419
34832
  var status = res.status,
34420
34833
  message = res.message;
34421
34834
 
@@ -34446,7 +34859,7 @@ processRejectvue_type_template_id_67bb0710_render._withStripped = true
34446
34859
  var _this3 = this;
34447
34860
 
34448
34861
  utils_util["a" /* default */].ajax({
34449
- url: api["A" /* findSysCodes */]
34862
+ url: api["B" /* findSysCodes */]
34450
34863
  }).then(function (res) {
34451
34864
  var status = res.status,
34452
34865
  message = res.message;
@@ -34479,7 +34892,7 @@ processRejectvue_type_template_id_67bb0710_render._withStripped = true
34479
34892
  isSinglePage: false,
34480
34893
  opinion: this.option
34481
34894
  };
34482
- utils_util["a" /* default */].ajax({ url: api["cc" /* toTaskRejectHtml */], params: params }).then(function (res) {
34895
+ utils_util["a" /* default */].ajax({ url: api["dc" /* toTaskRejectHtml */], params: params }).then(function (res) {
34483
34896
  var status = res.status,
34484
34897
  message = res.message,
34485
34898
  _res$data = res.data,
@@ -35253,7 +35666,7 @@ var startTaskReadvue_type_script_lang_js_components;
35253
35666
  } else {
35254
35667
  params.appId = this.readParams.appId;
35255
35668
  }
35256
- utils_util["a" /* default */].ajax({ url: api["Q" /* getNotificationMsg */], params: params, methods: 'post' }).then(function (res) {
35669
+ utils_util["a" /* default */].ajax({ url: api["R" /* getNotificationMsg */], params: params, methods: 'post' }).then(function (res) {
35257
35670
  if (res.status === 'success') {
35258
35671
  _this.newsNoice = res.message;
35259
35672
  }
@@ -35272,7 +35685,7 @@ var startTaskReadvue_type_script_lang_js_components;
35272
35685
  taskExamine = this.taskExamine;
35273
35686
 
35274
35687
  var params = {
35275
- url: api["ic" /* toTaskTransferIndex */],
35688
+ url: api["jc" /* toTaskTransferIndex */],
35276
35689
  params: {
35277
35690
  opinion: opinion,
35278
35691
  pendingId: pendingId,
@@ -35397,7 +35810,7 @@ var startTaskReadvue_type_script_lang_js_components;
35397
35810
  var _this4 = this;
35398
35811
 
35399
35812
  var params = {
35400
- url: api["Zb" /* toStartTaskRead */],
35813
+ url: api["ac" /* toStartTaskRead */],
35401
35814
  params: startTaskReadvue_type_script_lang_js_extends({ pendingId: this.pendingId, taskAction: this.type }, this.param)
35402
35815
  };
35403
35816
  if (this.typeCode == 'read') {
@@ -35440,7 +35853,7 @@ var startTaskReadvue_type_script_lang_js_components;
35440
35853
  var _this6 = this;
35441
35854
 
35442
35855
  utils_util["a" /* default */].ajax({
35443
- url: api["y" /* findCodeValues */],
35856
+ url: api["z" /* findCodeValues */],
35444
35857
  params: {
35445
35858
  ccCode: 'notification_type',
35446
35859
  userId: utils_util["a" /* default */].getStorage('userId')
@@ -35486,7 +35899,7 @@ var startTaskReadvue_type_script_lang_js_components;
35486
35899
  type = this.type;
35487
35900
 
35488
35901
  var params = {
35489
- url: api["Rb" /* taskTransfer */],
35902
+ url: api["Sb" /* taskTransfer */],
35490
35903
  data: {
35491
35904
  choiceDeptId: choiceDeptId,
35492
35905
  choiceOrgId: choiceOrgId,
@@ -35585,7 +35998,7 @@ var startTaskReadvue_type_script_lang_js_components;
35585
35998
  params = startTaskReadvue_type_script_lang_js_extends({}, params, _this8.readParams);
35586
35999
  }
35587
36000
  utils_util["a" /* default */].ajax({
35588
- url: api["Lb" /* taskReadHtml */],
36001
+ url: api["Mb" /* taskReadHtml */],
35589
36002
  params: { taskAction: _this8.type },
35590
36003
  headers: {
35591
36004
  Accept: 'application/json,text/plain'
@@ -35624,7 +36037,7 @@ var startTaskReadvue_type_script_lang_js_components;
35624
36037
 
35625
36038
  this.loading = true;
35626
36039
  utils_util["a" /* default */].ajax({
35627
- url: api["A" /* findSysCodes */]
36040
+ url: api["B" /* findSysCodes */]
35628
36041
  }).then(function (res) {
35629
36042
  var status = res.status,
35630
36043
  message = res.message,
@@ -35677,8 +36090,8 @@ var startTaskRead_component = normalizeComponent(
35677
36090
  )
35678
36091
 
35679
36092
  /* harmony default export */ var startTaskRead = (startTaskRead_component.exports);
35680
- // 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&
35681
- var resetvue_type_template_id_7924ff92_render = function () {
36093
+ // 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&
36094
+ var resetvue_type_template_id_5d246dae_render = function () {
35682
36095
  var _vm = this
35683
36096
  var _h = _vm.$createElement
35684
36097
  var _c = _vm._self._c || _h
@@ -36104,11 +36517,11 @@ var resetvue_type_template_id_7924ff92_render = function () {
36104
36517
  1
36105
36518
  )
36106
36519
  }
36107
- var resetvue_type_template_id_7924ff92_staticRenderFns = []
36108
- resetvue_type_template_id_7924ff92_render._withStripped = true
36520
+ var resetvue_type_template_id_5d246dae_staticRenderFns = []
36521
+ resetvue_type_template_id_5d246dae_render._withStripped = true
36109
36522
 
36110
36523
 
36111
- // CONCATENATED MODULE: ./packages/flow/src/reset.vue?vue&type=template&id=7924ff92&
36524
+ // CONCATENATED MODULE: ./packages/flow/src/reset.vue?vue&type=template&id=5d246dae&
36112
36525
 
36113
36526
  // 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&
36114
36527
  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; };
@@ -36341,6 +36754,10 @@ var resetvue_type_script_lang_js_components;
36341
36754
  type: Object,
36342
36755
  default: function _default() {}
36343
36756
  },
36757
+ subParams: {
36758
+ type: Object,
36759
+ default: function _default() {}
36760
+ },
36344
36761
  appId: {
36345
36762
  type: String,
36346
36763
  default: ''
@@ -36461,7 +36878,7 @@ var resetvue_type_script_lang_js_components;
36461
36878
  if (mainConfig) {
36462
36879
  this.userModel = JSON.parse(mainConfig).userModel;
36463
36880
  } else {
36464
- utils_util["a" /* default */].ajax({ url: api["lb" /* loginUserInfo */] }).then(function (res) {
36881
+ utils_util["a" /* default */].ajax({ url: api["mb" /* loginUserInfo */] }).then(function (res) {
36465
36882
  var status = res.status,
36466
36883
  data = res.data;
36467
36884
 
@@ -36554,7 +36971,7 @@ var resetvue_type_script_lang_js_components;
36554
36971
  var _this2 = this;
36555
36972
 
36556
36973
  utils_util["a" /* default */].ajax({
36557
- url: api["y" /* findCodeValues */],
36974
+ url: api["z" /* findCodeValues */],
36558
36975
  params: {
36559
36976
  ccCode: 'notification_type',
36560
36977
  userId: utils_util["a" /* default */].getStorage('userId')
@@ -36584,7 +37001,7 @@ var resetvue_type_script_lang_js_components;
36584
37001
  nodeId: this.nextNode.nextNode,
36585
37002
  businessId: this.taskExamine.businessId
36586
37003
  };
36587
- utils_util["a" /* default */].ajax({ url: api["Q" /* getNotificationMsg */], params: params, methods: 'post' }).then(function (res) {
37004
+ utils_util["a" /* default */].ajax({ url: api["R" /* getNotificationMsg */], params: params, methods: 'post' }).then(function (res) {
36588
37005
  if (res.status === 'success') {
36589
37006
  _this3.nextNode.noticeInfo = res.message;
36590
37007
  }
@@ -36649,7 +37066,7 @@ var resetvue_type_script_lang_js_components;
36649
37066
  if (noticeType) {
36650
37067
  newNoticeType = noticeType.join(',');
36651
37068
  }
36652
- var params = {
37069
+ var params = resetvue_type_script_lang_js_extends({
36653
37070
  processDefinitionId: _this4.processDefinitionId,
36654
37071
  nextUserId: _this4.multiple ? newNextUser.join(',') : nextUser,
36655
37072
  nextNodeId: nextNode,
@@ -36666,10 +37083,10 @@ var resetvue_type_script_lang_js_components;
36666
37083
  handleExplain: handleExplain,
36667
37084
  presetReadUserId: _this4.mixPresetList && _this4.mixPresetList.length > 0 ? _this4.mixPresetList.join('|') : presetReadUserId.join(','),
36668
37085
  opinion: _this4.newOpinion || newOpinion
36669
- };
37086
+ }, _this4.subParams);
36670
37087
  if (_this4.activeNames != '1') delete params.customPresetUserJson;
36671
37088
  utils_util["a" /* default */].ajax({
36672
- url: _this4.type == 'reset' ? api["yb" /* resetProcess */] : api["Jb" /* taskContinuation */],
37089
+ url: _this4.type == 'reset' ? api["zb" /* resetProcess */] : api["Kb" /* taskContinuation */],
36673
37090
  method: 'post',
36674
37091
  data: params
36675
37092
  }).then(function (res) {
@@ -36703,7 +37120,7 @@ var resetvue_type_script_lang_js_components;
36703
37120
  businessId: this.taskExamine.businessId,
36704
37121
  pendingId: this.taskExamine.pendingId
36705
37122
  };
36706
- utils_util["a" /* default */].ajax({ url: api["O" /* getNodeInfo */], params: params }).then(function (res) {
37123
+ utils_util["a" /* default */].ajax({ url: api["P" /* getNodeInfo */], params: params }).then(function (res) {
36707
37124
  var status = res.status,
36708
37125
  message = res.message,
36709
37126
  _res$data = res.data,
@@ -36804,7 +37221,7 @@ var resetvue_type_script_lang_js_components;
36804
37221
  var _this6 = this;
36805
37222
 
36806
37223
  utils_util["a" /* default */].ajax({
36807
- url: api["A" /* findSysCodes */]
37224
+ url: api["B" /* findSysCodes */]
36808
37225
  }).then(function (res) {
36809
37226
  var status = res.status,
36810
37227
  message = res.message;
@@ -36873,7 +37290,7 @@ var resetvue_type_script_lang_js_components;
36873
37290
  var _this7 = this;
36874
37291
 
36875
37292
  var params = {
36876
- url: this.type == 'continuation' ? api["bc" /* toTaskContinuationIndex */] : api["Wb" /* toResetProcessIndex */],
37293
+ url: this.type == 'continuation' ? api["cc" /* toTaskContinuationIndex */] : api["Xb" /* toResetProcessIndex */],
36877
37294
  params: resetvue_type_script_lang_js_extends({
36878
37295
  appId: this.appId
36879
37296
  }, this.flowParams)
@@ -36969,8 +37386,8 @@ var resetvue_type_script_lang_js_components;
36969
37386
 
36970
37387
  var reset_component = normalizeComponent(
36971
37388
  src_resetvue_type_script_lang_js_,
36972
- resetvue_type_template_id_7924ff92_render,
36973
- resetvue_type_template_id_7924ff92_staticRenderFns,
37389
+ resetvue_type_template_id_5d246dae_render,
37390
+ resetvue_type_template_id_5d246dae_staticRenderFns,
36974
37391
  false,
36975
37392
  null,
36976
37393
  null,
@@ -37455,7 +37872,7 @@ var taskUnionExaminevue_type_script_lang_js_components;
37455
37872
  pendingId = this.pendingId;
37456
37873
 
37457
37874
  var params = {
37458
- url: api["Ob" /* taskReview */],
37875
+ url: api["Pb" /* taskReview */],
37459
37876
  data: {
37460
37877
  nextUserId: nextOtherOrgObj.join(','),
37461
37878
  notificationType: noticeType.join(','),
@@ -37491,7 +37908,7 @@ var taskUnionExaminevue_type_script_lang_js_components;
37491
37908
  var _this2 = this;
37492
37909
 
37493
37910
  var params = {
37494
- url: api["dc" /* toTaskReview */],
37911
+ url: api["ec" /* toTaskReview */],
37495
37912
  params: { pendingId: this.pendingId }
37496
37913
  };
37497
37914
  utils_util["a" /* default */].ajax(params).then(function (res) {
@@ -37527,7 +37944,7 @@ var taskUnionExaminevue_type_script_lang_js_components;
37527
37944
  var _this3 = this;
37528
37945
 
37529
37946
  var params = {
37530
- 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 */],
37947
+ 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 */],
37531
37948
  params: { pendingId: this.pendingId },
37532
37949
  headers: { Accept: 'application/json,text/plain' }
37533
37950
  };
@@ -37651,7 +38068,7 @@ var taskUnionExaminevue_type_script_lang_js_components;
37651
38068
  // if (this.type != 'startDraf' && this.type != 'unionSeal' && this.type != 'twoOfficesDispatch')
37652
38069
  // return this.$message.warning('暂未开放,敬请期待!');
37653
38070
  var param = {
37654
- 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 */],
38071
+ 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 */],
37655
38072
  data: {
37656
38073
  opinion: opinion,
37657
38074
  pendingId: pendingId,
@@ -37717,7 +38134,7 @@ var taskUnionExaminevue_type_script_lang_js_components;
37717
38134
  var _this5 = this;
37718
38135
 
37719
38136
  utils_util["a" /* default */].ajax({
37720
- url: api["y" /* findCodeValues */],
38137
+ url: api["z" /* findCodeValues */],
37721
38138
  params: {
37722
38139
  ccCode: 'notification_type',
37723
38140
  userId: utils_util["a" /* default */].getStorage('userId')
@@ -37745,7 +38162,7 @@ var taskUnionExaminevue_type_script_lang_js_components;
37745
38162
  var params = {
37746
38163
  pendingId: this.pendingId
37747
38164
  };
37748
- utils_util["a" /* default */].ajax({ url: api["Q" /* getNotificationMsg */], params: params, methods: 'post' }).then(function (res) {
38165
+ utils_util["a" /* default */].ajax({ url: api["R" /* getNotificationMsg */], params: params, methods: 'post' }).then(function (res) {
37749
38166
  if (res.status === 'success') {
37750
38167
  _this6.infoList.noticeInfo = res.message;
37751
38168
  }
@@ -37761,7 +38178,7 @@ var taskUnionExaminevue_type_script_lang_js_components;
37761
38178
  var _this7 = this;
37762
38179
 
37763
38180
  utils_util["a" /* default */].ajax({
37764
- url: api["A" /* findSysCodes */]
38181
+ url: api["B" /* findSysCodes */]
37765
38182
  }).then(function (res) {
37766
38183
  var status = res.status,
37767
38184
  message = res.message;
@@ -40999,7 +41416,7 @@ function freeStartFlowvue_type_script_lang_js_asyncToGenerator(fn) { return func
40999
41416
  var _this = this;
41000
41417
 
41001
41418
  var params = {
41002
- url: api["F" /* getAdjunctFileInfos */],
41419
+ url: api["G" /* getAdjunctFileInfos */],
41003
41420
  params: { ownId: ownId, code: code }
41004
41421
  };
41005
41422
  utils_util["a" /* default */].ajax(params).then(function (res) {
@@ -41087,7 +41504,7 @@ function freeStartFlowvue_type_script_lang_js_asyncToGenerator(fn) { return func
41087
41504
  taskAction: 'complete'
41088
41505
  };
41089
41506
  utils_util["a" /* default */].ajax({
41090
- url: api["Lb" /* taskReadHtml */],
41507
+ url: api["Mb" /* taskReadHtml */],
41091
41508
  params: { taskAction: 'complete' },
41092
41509
  headers: {
41093
41510
  Accept: 'application/json,text/plain'
@@ -41119,7 +41536,7 @@ function freeStartFlowvue_type_script_lang_js_asyncToGenerator(fn) { return func
41119
41536
 
41120
41537
  this.loading = utils_util["a" /* default */].loading(this.$loading, '加载中...');
41121
41538
  utils_util["a" /* default */].ajax({
41122
- url: api["ac" /* toStartTaskReadIndex */],
41539
+ url: api["bc" /* toStartTaskReadIndex */],
41123
41540
  params: { pendingId: this.pendingId }
41124
41541
  }).then(function (res) {
41125
41542
  var status = res.status,
@@ -41155,7 +41572,7 @@ function freeStartFlowvue_type_script_lang_js_asyncToGenerator(fn) { return func
41155
41572
  if (mainConfig) {
41156
41573
  this.userModel = JSON.parse(mainConfig).userModel;
41157
41574
  } else {
41158
- utils_util["a" /* default */].ajax({ url: api["lb" /* loginUserInfo */] }).then(function (res) {
41575
+ utils_util["a" /* default */].ajax({ url: api["mb" /* loginUserInfo */] }).then(function (res) {
41159
41576
  var status = res.status,
41160
41577
  data = res.data;
41161
41578
 
@@ -41190,7 +41607,7 @@ function freeStartFlowvue_type_script_lang_js_asyncToGenerator(fn) { return func
41190
41607
  var _this5 = this;
41191
41608
 
41192
41609
  utils_util["a" /* default */].ajax({
41193
- url: api["y" /* findCodeValues */],
41610
+ url: api["z" /* findCodeValues */],
41194
41611
  params: {
41195
41612
  ccCode: 'notification_type',
41196
41613
  userId: utils_util["a" /* default */].getStorage('userId')
@@ -41256,7 +41673,7 @@ function freeStartFlowvue_type_script_lang_js_asyncToGenerator(fn) { return func
41256
41673
  pendingId: this.pendingId
41257
41674
  };
41258
41675
  this.loading = utils_util["a" /* default */].loading(this.$loading, '保存中...');
41259
- utils_util["a" /* default */].ajax({ url: api["Ub" /* tempSave */], params: params }).then(function (res) {
41676
+ utils_util["a" /* default */].ajax({ url: api["Vb" /* tempSave */], params: params }).then(function (res) {
41260
41677
  var status = res.status,
41261
41678
  message = res.message;
41262
41679
 
@@ -41330,7 +41747,7 @@ function freeStartFlowvue_type_script_lang_js_asyncToGenerator(fn) { return func
41330
41747
  var _this10 = this;
41331
41748
 
41332
41749
  utils_util["a" /* default */].ajax({
41333
- url: api["A" /* findSysCodes */]
41750
+ url: api["B" /* findSysCodes */]
41334
41751
  }).then(function (res) {
41335
41752
  var status = res.status,
41336
41753
  message = res.message;
@@ -41362,7 +41779,7 @@ function freeStartFlowvue_type_script_lang_js_asyncToGenerator(fn) { return func
41362
41779
  nodeId = _endFlowInfo.nodeId;
41363
41780
 
41364
41781
  var param = {
41365
- url: api["K" /* getFreeStartFlowParams */],
41782
+ url: api["L" /* getFreeStartFlowParams */],
41366
41783
  params: {
41367
41784
  businessId: businessId,
41368
41785
  processDefinitionId: processDefinitionId,
@@ -41402,7 +41819,7 @@ function freeStartFlowvue_type_script_lang_js_asyncToGenerator(fn) { return func
41402
41819
 
41403
41820
  this.$confirm('确认' + res.value + '?').then(function () {
41404
41821
  var params = {
41405
- url: api["x" /* endFlowHtml */],
41822
+ url: api["y" /* endFlowHtml */],
41406
41823
  headers: { Accept: 'application/json,text/plain' },
41407
41824
  method: 'post',
41408
41825
  data: freeStartFlowvue_type_script_lang_js_extends({}, _this13.endFlowInfo, _this13.nextNode, {
@@ -41550,7 +41967,7 @@ function freeStartFlowvue_type_script_lang_js_asyncToGenerator(fn) { return func
41550
41967
  var _this15 = this;
41551
41968
 
41552
41969
  var params = {
41553
- url: api["jb" /* isCanStartSubFlow */],
41970
+ url: api["kb" /* isCanStartSubFlow */],
41554
41971
  data: {
41555
41972
  appId: this.taskExamineInfo.appId,
41556
41973
  inevitableNode: res.inevitableNode
@@ -41660,7 +42077,7 @@ function freeStartFlowvue_type_script_lang_js_asyncToGenerator(fn) { return func
41660
42077
  this.$confirm('确认' + res.value + '?').then(function () {
41661
42078
  // return this.$message.warning('请填写意见');
41662
42079
  var params = {
41663
- url: api["xb" /* rejectAndEnd */],
42080
+ url: api["yb" /* rejectAndEnd */],
41664
42081
  headers: { Accept: 'application/json,text/plain' },
41665
42082
  method: 'post',
41666
42083
  data: {
@@ -41730,7 +42147,7 @@ function freeStartFlowvue_type_script_lang_js_asyncToGenerator(fn) { return func
41730
42147
  pendingId: this.pendingId,
41731
42148
  businessId: this.businessIds
41732
42149
  };
41733
- utils_util["a" /* default */].ajax({ url: api["O" /* getNodeInfo */], params: params }).then(function (res) {
42150
+ utils_util["a" /* default */].ajax({ url: api["P" /* getNodeInfo */], params: params }).then(function (res) {
41734
42151
  var status = res.status,
41735
42152
  message = res.message,
41736
42153
  data = res.data;
@@ -41980,7 +42397,7 @@ function freeStartFlowvue_type_script_lang_js_asyncToGenerator(fn) { return func
41980
42397
  pendingId: this.pendingId,
41981
42398
  userId: utils_util["a" /* default */].getStorage('userId')
41982
42399
  };
41983
- utils_util["a" /* default */].ajax({ url: api["L" /* getHandleInfoHtml */], params: params }).then(function (res) {
42400
+ utils_util["a" /* default */].ajax({ url: api["M" /* getHandleInfoHtml */], params: params }).then(function (res) {
41984
42401
  //pc返回数据
41985
42402
 
41986
42403
  _this24.loading.close();
@@ -42272,7 +42689,7 @@ function freeStartFlowvue_type_script_lang_js_asyncToGenerator(fn) { return func
42272
42689
  // onlyFlag: true
42273
42690
  };
42274
42691
  this.loading = utils_util["a" /* default */].loading(this.$loading, '加载中...');
42275
- utils_util["a" /* default */].ajax({ url: api["U" /* getProcessDefList */], params: params }).then(function (res) {
42692
+ utils_util["a" /* default */].ajax({ url: api["V" /* getProcessDefList */], params: params }).then(function (res) {
42276
42693
  var status = res.status,
42277
42694
  message = res.message,
42278
42695
  data = res.data;
@@ -42325,7 +42742,7 @@ function freeStartFlowvue_type_script_lang_js_asyncToGenerator(fn) { return func
42325
42742
  userId: utils_util["a" /* default */].getStorage('userId'),
42326
42743
  type: 2
42327
42744
  };
42328
- utils_util["a" /* default */].ajax({ url: api["ob" /* pendedhistoryList */], data: params, method: 'post' }).then(function (res) {
42745
+ utils_util["a" /* default */].ajax({ url: api["pb" /* pendedhistoryList */], data: params, method: 'post' }).then(function (res) {
42329
42746
  var rCode = res.rCode,
42330
42747
  msg = res.msg,
42331
42748
  results = res.results;
@@ -42521,7 +42938,7 @@ function freeStartFlowvue_type_script_lang_js_asyncToGenerator(fn) { return func
42521
42938
  params.isSubFlow = taskExamineInfo.isSubFlow;
42522
42939
  params.nodeId = taskExamineInfo.nodeId;
42523
42940
  params.needRetrialAuth = needRetrialAuth;
42524
- return _context.abrupt('return', utils_util["a" /* default */].ajax({ url: api["Kb" /* taskHandleHtml */], method: 'post', data: params }).then(function (res) {
42941
+ return _context.abrupt('return', utils_util["a" /* default */].ajax({ url: api["Lb" /* taskHandleHtml */], method: 'post', data: params }).then(function (res) {
42525
42942
  var status = res.status,
42526
42943
  message = res.message;
42527
42944
 
@@ -42880,7 +43297,7 @@ var supervisevue_type_script_lang_js_extends = Object.assign || function (target
42880
43297
  pendingUserIds = _nextNode.pendingUserIds;
42881
43298
 
42882
43299
  var params = {
42883
- url: api["gc" /* toTaskSuperviseSub */],
43300
+ url: api["hc" /* toTaskSuperviseSub */],
42884
43301
  params: {
42885
43302
  userId: utils_util["a" /* default */].getStorage('userId'),
42886
43303
  urgeUserIds: pendingUserIds,
@@ -42905,7 +43322,7 @@ var supervisevue_type_script_lang_js_extends = Object.assign || function (target
42905
43322
 
42906
43323
  this.loading = utils_util["a" /* default */].loading(this.$loading, '加载中...');
42907
43324
  utils_util["a" /* default */].ajax({
42908
- url: api["fc" /* toTaskSupervise */],
43325
+ url: api["gc" /* toTaskSupervise */],
42909
43326
  params: {
42910
43327
  businessId: this.businessId,
42911
43328
  userId: utils_util["a" /* default */].getStorage('userId')
@@ -42948,8 +43365,8 @@ var supervise_component = normalizeComponent(
42948
43365
  )
42949
43366
 
42950
43367
  /* harmony default export */ var supervise = (supervise_component.exports);
42951
- // CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./packages/flow/src/component/Circulate.vue?vue&type=template&id=1012ba25&
42952
- var Circulatevue_type_template_id_1012ba25_render = function () {
43368
+ // 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&
43369
+ var Circulatevue_type_template_id_3f042944_render = function () {
42953
43370
  var _vm = this
42954
43371
  var _h = _vm.$createElement
42955
43372
  var _c = _vm._self._c || _h
@@ -43137,11 +43554,11 @@ var Circulatevue_type_template_id_1012ba25_render = function () {
43137
43554
  1
43138
43555
  )
43139
43556
  }
43140
- var Circulatevue_type_template_id_1012ba25_staticRenderFns = []
43141
- Circulatevue_type_template_id_1012ba25_render._withStripped = true
43557
+ var Circulatevue_type_template_id_3f042944_staticRenderFns = []
43558
+ Circulatevue_type_template_id_3f042944_render._withStripped = true
43142
43559
 
43143
43560
 
43144
- // CONCATENATED MODULE: ./packages/flow/src/component/Circulate.vue?vue&type=template&id=1012ba25&
43561
+ // CONCATENATED MODULE: ./packages/flow/src/component/Circulate.vue?vue&type=template&id=3f042944&
43145
43562
 
43146
43563
  // 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&
43147
43564
  var Circulatevue_type_script_lang_js_components;
@@ -43342,7 +43759,7 @@ var Circulatevue_type_script_lang_js_components;
43342
43759
  }
43343
43760
 
43344
43761
  var param = {
43345
- url: api["n" /* directStartTaskCircularRead */],
43762
+ url: this.showBtn ? api["n" /* directStartTaskCircularRead */] : api["x" /* endFlowAndStartTaskCircularRead */],
43346
43763
  data: {
43347
43764
  opinion: opinion,
43348
43765
  businessId: businessId,
@@ -43356,6 +43773,10 @@ var Circulatevue_type_script_lang_js_components;
43356
43773
  headers: { Accept: 'application/json,text/plain' },
43357
43774
  method: 'POST'
43358
43775
  };
43776
+ if (!this.showBtn) {
43777
+ param.data.pendingId = this.pendingId;
43778
+ delete param.data.processDefinitionId;
43779
+ }
43359
43780
  this.loading = true;
43360
43781
  utils_util["a" /* default */].ajax(param).then(function (res) {
43361
43782
  var message = res.message,
@@ -43408,7 +43829,7 @@ var Circulatevue_type_script_lang_js_components;
43408
43829
  var _this2 = this;
43409
43830
 
43410
43831
  utils_util["a" /* default */].ajax({
43411
- url: api["y" /* findCodeValues */],
43832
+ url: api["z" /* findCodeValues */],
43412
43833
  params: {
43413
43834
  ccCode: 'notification_type',
43414
43835
  userId: utils_util["a" /* default */].getStorage('userId')
@@ -43437,7 +43858,7 @@ var Circulatevue_type_script_lang_js_components;
43437
43858
  var params = {
43438
43859
  pendingId: this.pendingId
43439
43860
  };
43440
- utils_util["a" /* default */].ajax({ url: api["Q" /* getNotificationMsg */], params: params, methods: 'post' }).then(function (res) {
43861
+ utils_util["a" /* default */].ajax({ url: api["R" /* getNotificationMsg */], params: params, methods: 'post' }).then(function (res) {
43441
43862
  if (res.status === 'success') {
43442
43863
  _this3.infoList.noticeInfo = res.message;
43443
43864
  }
@@ -43453,7 +43874,7 @@ var Circulatevue_type_script_lang_js_components;
43453
43874
  var _this4 = this;
43454
43875
 
43455
43876
  utils_util["a" /* default */].ajax({
43456
- url: api["A" /* findSysCodes */]
43877
+ url: api["B" /* findSysCodes */]
43457
43878
  }).then(function (res) {
43458
43879
  var status = res.status,
43459
43880
  message = res.message;
@@ -43493,8 +43914,8 @@ var Circulatevue_type_script_lang_js_components;
43493
43914
 
43494
43915
  var Circulate_component = normalizeComponent(
43495
43916
  component_Circulatevue_type_script_lang_js_,
43496
- Circulatevue_type_template_id_1012ba25_render,
43497
- Circulatevue_type_template_id_1012ba25_staticRenderFns,
43917
+ Circulatevue_type_template_id_3f042944_render,
43918
+ Circulatevue_type_template_id_3f042944_staticRenderFns,
43498
43919
  false,
43499
43920
  null,
43500
43921
  null,
@@ -44457,6 +44878,8 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
44457
44878
  //
44458
44879
  //
44459
44880
  //
44881
+ //
44882
+ //
44460
44883
 
44461
44884
 
44462
44885
 
@@ -44509,6 +44932,10 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
44509
44932
  type: Object,
44510
44933
  default: function _default() {}
44511
44934
  },
44935
+ subParams: {
44936
+ type: Object,
44937
+ default: function _default() {}
44938
+ },
44512
44939
  width: {
44513
44940
  type: String
44514
44941
  },
@@ -44803,7 +45230,7 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
44803
45230
  var _this = this;
44804
45231
 
44805
45232
  var params = {
44806
- url: api["P" /* getNodeInfoForStart */],
45233
+ url: api["Q" /* getNodeInfoForStart */],
44807
45234
  params: { processDefinitionId: processDefinitionId }
44808
45235
  };
44809
45236
  utils_util["a" /* default */].ajax(params).then(function (res) {
@@ -44938,7 +45365,7 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
44938
45365
  var _this3 = this;
44939
45366
 
44940
45367
  var params = {
44941
- url: api["F" /* getAdjunctFileInfos */],
45368
+ url: api["G" /* getAdjunctFileInfos */],
44942
45369
  params: { ownId: ownId, code: code }
44943
45370
  };
44944
45371
  utils_util["a" /* default */].ajax(params).then(function (res) {
@@ -45026,7 +45453,7 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
45026
45453
  taskAction: 'complete'
45027
45454
  };
45028
45455
  utils_util["a" /* default */].ajax({
45029
- url: api["Lb" /* taskReadHtml */],
45456
+ url: api["Mb" /* taskReadHtml */],
45030
45457
  params: { taskAction: 'complete' },
45031
45458
  headers: {
45032
45459
  Accept: 'application/json,text/plain'
@@ -45073,7 +45500,7 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
45073
45500
 
45074
45501
  this.loading = utils_util["a" /* default */].loading(this.$loading, '加载中...');
45075
45502
  utils_util["a" /* default */].ajax({
45076
- url: api["ac" /* toStartTaskReadIndex */],
45503
+ url: api["bc" /* toStartTaskReadIndex */],
45077
45504
  params: { pendingId: this.pendingId }
45078
45505
  }).then(function (res) {
45079
45506
  var status = res.status,
@@ -45117,7 +45544,7 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
45117
45544
  if (mainConfig) {
45118
45545
  this.userModel = JSON.parse(mainConfig).userModel;
45119
45546
  } else {
45120
- utils_util["a" /* default */].ajax({ url: api["lb" /* loginUserInfo */] }).then(function (res) {
45547
+ utils_util["a" /* default */].ajax({ url: api["mb" /* loginUserInfo */] }).then(function (res) {
45121
45548
  var status = res.status,
45122
45549
  data = res.data;
45123
45550
 
@@ -45152,7 +45579,7 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
45152
45579
  var _this8 = this;
45153
45580
 
45154
45581
  utils_util["a" /* default */].ajax({
45155
- url: api["y" /* findCodeValues */],
45582
+ url: api["z" /* findCodeValues */],
45156
45583
  params: {
45157
45584
  ccCode: 'notification_type',
45158
45585
  userId: utils_util["a" /* default */].getStorage('userId')
@@ -45218,7 +45645,7 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
45218
45645
  pendingId: this.pendingId
45219
45646
  };
45220
45647
  this.loading = utils_util["a" /* default */].loading(this.$loading, '保存中...');
45221
- utils_util["a" /* default */].ajax({ url: api["Ub" /* tempSave */], params: params }).then(function (res) {
45648
+ utils_util["a" /* default */].ajax({ url: api["Vb" /* tempSave */], params: params }).then(function (res) {
45222
45649
  var status = res.status,
45223
45650
  message = res.message;
45224
45651
 
@@ -45292,7 +45719,7 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
45292
45719
  var _this13 = this;
45293
45720
 
45294
45721
  utils_util["a" /* default */].ajax({
45295
- url: api["A" /* findSysCodes */]
45722
+ url: api["B" /* findSysCodes */]
45296
45723
  }).then(function (res) {
45297
45724
  var status = res.status,
45298
45725
  message = res.message;
@@ -45324,7 +45751,7 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
45324
45751
  nodeId = _endFlowInfo.nodeId;
45325
45752
 
45326
45753
  var param = {
45327
- url: api["K" /* getFreeStartFlowParams */],
45754
+ url: api["L" /* getFreeStartFlowParams */],
45328
45755
  params: {
45329
45756
  businessId: businessId,
45330
45757
  processDefinitionId: processDefinitionId,
@@ -45375,7 +45802,7 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
45375
45802
 
45376
45803
  this.$confirm('确认' + res.value + '?').then(function () {
45377
45804
  var params = {
45378
- url: api["x" /* endFlowHtml */],
45805
+ url: api["y" /* endFlowHtml */],
45379
45806
  headers: { Accept: 'application/json,text/plain' },
45380
45807
  method: 'post',
45381
45808
  data: flow_src_mainvue_type_script_lang_js_extends({}, _this16.endFlowInfo, _this16.nextNode, {
@@ -45524,7 +45951,7 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
45524
45951
  var _this18 = this;
45525
45952
 
45526
45953
  var params = {
45527
- url: api["jb" /* isCanStartSubFlow */],
45954
+ url: api["kb" /* isCanStartSubFlow */],
45528
45955
  data: {
45529
45956
  appId: this.taskExamineInfo.appId,
45530
45957
  inevitableNode: res.inevitableNode
@@ -45634,7 +46061,7 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
45634
46061
  this.$confirm('确认' + res.value + '?').then(function () {
45635
46062
  // return this.$message.warning('请填写意见');
45636
46063
  var params = {
45637
- url: api["xb" /* rejectAndEnd */],
46064
+ url: api["yb" /* rejectAndEnd */],
45638
46065
  headers: { Accept: 'application/json,text/plain' },
45639
46066
  method: 'post',
45640
46067
  data: {
@@ -45705,7 +46132,7 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
45705
46132
  pendingId: this.pendingId,
45706
46133
  businessId: this.businessIds
45707
46134
  };
45708
- utils_util["a" /* default */].ajax({ url: api["O" /* getNodeInfo */], params: params }).then(function (res) {
46135
+ utils_util["a" /* default */].ajax({ url: api["P" /* getNodeInfo */], params: params }).then(function (res) {
45709
46136
  var status = res.status,
45710
46137
  message = res.message,
45711
46138
  data = res.data;
@@ -45960,7 +46387,7 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
45960
46387
  pendingId: this.pendingId,
45961
46388
  userId: utils_util["a" /* default */].getStorage('userId')
45962
46389
  };
45963
- utils_util["a" /* default */].ajax({ url: api["L" /* getHandleInfoHtml */], params: params }).then(function (res) {
46390
+ utils_util["a" /* default */].ajax({ url: api["M" /* getHandleInfoHtml */], params: params }).then(function (res) {
45964
46391
  //pc返回数据
45965
46392
 
45966
46393
  _this27.loading.close();
@@ -46261,7 +46688,7 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
46261
46688
  hideTempSave: true
46262
46689
  }, this.param);
46263
46690
  this.loading = utils_util["a" /* default */].loading(this.$loading, '加载中...');
46264
- utils_util["a" /* default */].ajax({ url: api["U" /* getProcessDefList */], params: params }).then(function (res) {
46691
+ utils_util["a" /* default */].ajax({ url: api["V" /* getProcessDefList */], params: params }).then(function (res) {
46265
46692
  var status = res.status,
46266
46693
  message = res.message,
46267
46694
  data = res.data;
@@ -46317,7 +46744,7 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
46317
46744
  userId: utils_util["a" /* default */].getStorage('userId'),
46318
46745
  type: 2
46319
46746
  };
46320
- utils_util["a" /* default */].ajax({ url: api["ob" /* pendedhistoryList */], data: params, method: 'post' }).then(function (res) {
46747
+ utils_util["a" /* default */].ajax({ url: api["pb" /* pendedhistoryList */], data: params, method: 'post' }).then(function (res) {
46321
46748
  var rCode = res.rCode,
46322
46749
  msg = res.msg,
46323
46750
  results = res.results;
@@ -46618,7 +47045,7 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
46618
47045
  params.orgRoleCode = circularReadParamsMap.circularReadOrgRoleCode;
46619
47046
  }
46620
47047
 
46621
- return _context.abrupt('return', utils_util["a" /* default */].ajax({ url: api["Kb" /* taskHandleHtml */], method: 'post', data: params }).then(function (res) {
47048
+ return _context.abrupt('return', utils_util["a" /* default */].ajax({ url: api["Lb" /* taskHandleHtml */], method: 'post', data: params }).then(function (res) {
46622
47049
  var status = res.status,
46623
47050
  message = res.message;
46624
47051
 
@@ -46700,8 +47127,8 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
46700
47127
 
46701
47128
  var flow_src_main_component = normalizeComponent(
46702
47129
  packages_flow_src_mainvue_type_script_lang_js_,
46703
- mainvue_type_template_id_fe0ac130_render,
46704
- mainvue_type_template_id_fe0ac130_staticRenderFns,
47130
+ mainvue_type_template_id_5f8259cf_render,
47131
+ mainvue_type_template_id_5f8259cf_staticRenderFns,
46705
47132
  false,
46706
47133
  null,
46707
47134
  null,
@@ -48691,8 +49118,8 @@ flow_group_src_main.install = function (Vue) {
48691
49118
  };
48692
49119
 
48693
49120
  /* harmony default export */ var flow_group = (flow_group_src_main);
48694
- // CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./packages/flow-list/src/main.vue?vue&type=template&id=0f6641c6&
48695
- var mainvue_type_template_id_0f6641c6_render = function () {
49121
+ // CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./packages/flow-list/src/main.vue?vue&type=template&id=017a3796&
49122
+ var mainvue_type_template_id_017a3796_render = function () {
48696
49123
  var _vm = this
48697
49124
  var _h = _vm.$createElement
48698
49125
  var _c = _vm._self._c || _h
@@ -48747,7 +49174,11 @@ var mainvue_type_template_id_0f6641c6_render = function () {
48747
49174
  display: _vm.display,
48748
49175
  numbers: _vm.numbers,
48749
49176
  full: _vm.height !== "auto",
48750
- data: _vm.returnData(item.type),
49177
+ data: _vm.showDoresult
49178
+ ? _vm.returnData(item.type).filter(function (x) {
49179
+ return x.doresult || x.handleInfo
49180
+ })
49181
+ : _vm.returnData(item.type),
48751
49182
  },
48752
49183
  on: {
48753
49184
  "cell-click": _vm.handleCellClick,
@@ -48895,11 +49326,11 @@ var mainvue_type_template_id_0f6641c6_render = function () {
48895
49326
  2
48896
49327
  )
48897
49328
  }
48898
- var mainvue_type_template_id_0f6641c6_staticRenderFns = []
48899
- mainvue_type_template_id_0f6641c6_render._withStripped = true
49329
+ var mainvue_type_template_id_017a3796_staticRenderFns = []
49330
+ mainvue_type_template_id_017a3796_render._withStripped = true
48900
49331
 
48901
49332
 
48902
- // CONCATENATED MODULE: ./packages/flow-list/src/main.vue?vue&type=template&id=0f6641c6&
49333
+ // CONCATENATED MODULE: ./packages/flow-list/src/main.vue?vue&type=template&id=017a3796&
48903
49334
 
48904
49335
  // CONCATENATED MODULE: ./node_modules/babel-loader/lib!./node_modules/vue-loader/lib??vue-loader-options!./packages/flow-list/src/main.vue?vue&type=script&lang=js&
48905
49336
 
@@ -49937,7 +50368,7 @@ function flow_list_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return
49937
50368
  return x.id;
49938
50369
  }).join(',');
49939
50370
  var params = {
49940
- url: api["Mb" /* taskReadWithDraw */],
50371
+ url: api["Nb" /* taskReadWithDraw */],
49941
50372
  params: {
49942
50373
  pendingIds: pendingIds
49943
50374
  }
@@ -50023,20 +50454,14 @@ function flow_list_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return
50023
50454
  }).catch(function () {});
50024
50455
  },
50025
50456
  getCircularReadList: function getCircularReadList() {
50026
- var _this9 = this;
50027
-
50028
50457
  var _that = this;
50029
50458
  var params = {
50030
- url: api["qb" /* pendedhistoryListWithCircularReadJson */],
50459
+ url: api["rb" /* pendedhistoryListWithCircularReadJson */],
50031
50460
  params: { apprecordid: _that.businessId }
50032
50461
  };
50033
50462
  utils_util["a" /* default */].ajax(params).then(function (res) {
50034
50463
  if (res.status == 'success' || res.rCode == 0) {
50035
- if (_this9.showDoresult && res.data.fyHistoryList) {
50036
- res.data.fyHistoryList = res.data.fyHistoryList.filter(function (x) {
50037
- return x.doresult || x.handleInfo;
50038
- });
50039
- }
50464
+
50040
50465
  _that.circularData = res.data.fyHistoryList;
50041
50466
  _that.hasCircularReadWithdrawAuthority = res.data.hasCircularReadWithdrawAuthority;
50042
50467
  _that.$nextTick(function () {
@@ -50049,24 +50474,31 @@ function flow_list_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return
50049
50474
  switch (type) {
50050
50475
  case 'preset':
50051
50476
  this.flowListCount.preset = this.presetData.length;
50477
+ this.flowListCount.presetData = this.presetData;
50052
50478
  return this.presetData;
50053
50479
  case 'sign':
50054
50480
  this.flowListCount.sign = this.signData.length;
50481
+ this.flowListCount.signData = this.signData;
50055
50482
  return this.signData;
50056
50483
  case 'splitReading':
50057
50484
  this.flowListCount.splitReading = this.splitReadingData.length;
50485
+ this.flowListCount.splitReadingData = this.splitReadingData;
50058
50486
  return this.splitReadingData;
50059
50487
  case 'circular':
50060
50488
  this.flowListCount.circular = this.circularData.length;
50489
+ this.flowListCount.circularData = this.circularData;
50061
50490
  return this.circularData;
50062
50491
  case 'untreatedRead':
50063
50492
  this.flowListCount.untreatedRead = this.untreatedReadData.length;
50493
+ this.flowListCount.untreatedReadData = this.untreatedReadData;
50064
50494
  return this.untreatedReadData;
50065
50495
  case 'processedRead':
50066
50496
  this.flowListCount.processedRead = this.processedReadData.length;
50497
+ this.flowListCount.processedReadData = this.processedReadData;
50067
50498
  return this.processedReadData;
50068
50499
  default:
50069
50500
  this.flowListCount.flow = this.flowData.length;
50501
+ this.flowListCount.flowData = this.flowData;
50070
50502
  return this.flowData;
50071
50503
  }
50072
50504
  },
@@ -50099,7 +50531,7 @@ function flow_list_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return
50099
50531
  * @date 2022年11月29日
50100
50532
  **/
50101
50533
  handleFormSubmit: function handleFormSubmit(formData) {
50102
- var _this10 = this;
50534
+ var _this9 = this;
50103
50535
 
50104
50536
  this.delLoading = true;
50105
50537
  var params = {
@@ -50111,18 +50543,18 @@ function flow_list_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return
50111
50543
  var status = res.status,
50112
50544
  message = res.message;
50113
50545
 
50114
- _this10.delLoading = false;
50546
+ _this9.delLoading = false;
50115
50547
  if (status === 'success') {
50116
- _this10.$message.success('删除成功');
50117
- _this10.showDel = false;
50118
- _this10.handleChange();
50548
+ _this9.$message.success('删除成功');
50549
+ _this9.showDel = false;
50550
+ _this9.handleChange();
50119
50551
  } else {
50120
- _this10.$message.error(message || '系统错误,请联系管理员!');
50552
+ _this9.$message.error(message || '系统错误,请联系管理员!');
50121
50553
  }
50122
50554
  }).catch(function (err) {
50123
- _this10.delLoading = false;
50555
+ _this9.delLoading = false;
50124
50556
  if (err.message && err.message !== 'canceled') {
50125
- _this10.$message.error(err.message);
50557
+ _this9.$message.error(err.message);
50126
50558
  }
50127
50559
  });
50128
50560
  },
@@ -50186,7 +50618,7 @@ function flow_list_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return
50186
50618
  * @date 2022年11月29日
50187
50619
  **/
50188
50620
  getPressList: function getPressList() {
50189
- var _this11 = this;
50621
+ var _this10 = this;
50190
50622
 
50191
50623
  var historyId = this.historyId,
50192
50624
  pageSize = this.pageSize,
@@ -50196,19 +50628,19 @@ function flow_list_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return
50196
50628
 
50197
50629
  this.pressLoading = true;
50198
50630
  var params = {
50199
- url: api["rb" /* pressListJson */],
50631
+ url: api["sb" /* pressListJson */],
50200
50632
  params: { historyId: historyId },
50201
50633
  method: 'POST',
50202
50634
  data: { page: currentPage, rows: pageSize, sidx: sidx, sord: sord, historyId: historyId }
50203
50635
  };
50204
50636
  utils_util["a" /* default */].ajax(params).then(function (res) {
50205
- _this11.pressTableList = res.data;
50206
- _this11.total = res.totalrecords;
50207
- _this11.pressLoading = false;
50637
+ _this10.pressTableList = res.data;
50638
+ _this10.total = res.totalrecords;
50639
+ _this10.pressLoading = false;
50208
50640
  }).catch(function (err) {
50209
- _this11.pressLoading = false;
50641
+ _this10.pressLoading = false;
50210
50642
  if (err.message && err.message !== 'canceled') {
50211
- _this11.$message.error(err.message);
50643
+ _this10.$message.error(err.message);
50212
50644
  }
50213
50645
  });
50214
50646
  },
@@ -50253,7 +50685,7 @@ function flow_list_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return
50253
50685
  this.getFlowList();
50254
50686
  },
50255
50687
  getFyListJson: function getFyListJson(type) {
50256
- var _this12 = this;
50688
+ var _this11 = this;
50257
50689
 
50258
50690
  return flow_list_src_mainvue_type_script_lang_js_asyncToGenerator( /*#__PURE__*/regenerator_default.a.mark(function _callee3() {
50259
50691
  var params;
@@ -50262,23 +50694,19 @@ function flow_list_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return
50262
50694
  switch (_context3.prev = _context3.next) {
50263
50695
  case 0:
50264
50696
  params = {
50265
- url: api["E" /* fyListJson */],
50697
+ url: api["F" /* fyListJson */],
50266
50698
  params: {
50267
- appRecordId: _this12.businessId,
50699
+ appRecordId: _this11.businessId,
50268
50700
  status: type
50269
50701
  }
50270
50702
  };
50271
50703
  _context3.next = 3;
50272
50704
  return utils_util["a" /* default */].ajax(params).then(function (res) {
50273
- if (_this12.showDoresult && res.data) {
50274
- res.data = res.data.filter(function (x) {
50275
- return x.doresult || x.handleInfo;
50276
- });
50277
- }
50705
+
50278
50706
  if (type == 1) {
50279
- _this12.untreatedReadData = res.data;
50707
+ _this11.untreatedReadData = res.data;
50280
50708
  } else {
50281
- _this12.processedReadData = res.data;
50709
+ _this11.processedReadData = res.data;
50282
50710
  }
50283
50711
  });
50284
50712
 
@@ -50287,7 +50715,7 @@ function flow_list_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return
50287
50715
  return _context3.stop();
50288
50716
  }
50289
50717
  }
50290
- }, _callee3, _this12);
50718
+ }, _callee3, _this11);
50291
50719
  }))();
50292
50720
  },
50293
50721
 
@@ -50298,10 +50726,10 @@ function flow_list_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return
50298
50726
  * @date 2022年11月22日
50299
50727
  **/
50300
50728
  getFlowList: function getFlowList() {
50301
- var _this13 = this;
50729
+ var _this12 = this;
50302
50730
 
50303
50731
  var params = {
50304
- url: api["pb" /* pendedhistoryListJson */],
50732
+ url: api["qb" /* pendedhistoryListJson */],
50305
50733
  params: flow_list_src_mainvue_type_script_lang_js_extends({
50306
50734
  apprecordid: this.businessId,
50307
50735
  pendingAttr: 0,
@@ -50321,53 +50749,46 @@ function flow_list_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return
50321
50749
  modify = _res$data.modify,
50322
50750
  taskReadName = _res$data.taskReadName;
50323
50751
 
50324
- _this13.loading.close();
50752
+ _this12.loading.close();
50325
50753
  if (status == 'success') {
50326
- if (_this13.showDoresult) {
50327
- wfHistoryList && (wfHistoryList = wfHistoryList.filter(function (x) {
50328
- return x.doresult || x.handleInfo;
50329
- }));
50330
- fyHistoryList && (fyHistoryList = fyHistoryList.filter(function (x) {
50331
- return x.doresult || x.handleInfo;
50332
- }));
50333
- }
50334
- _this13.flowTableInfo.adjunctCode = adjunctCode;
50335
- _this13.flowTableInfo.hasAgent = hasAgent;
50336
- _this13.attachmentPaperClipCssStyle = res.data.attachmentPaperClipCssStyle;
50337
- _this13.isShort = isShort;
50338
- _this13.taskReadName = taskReadName;
50339
- _this13.flowData = wfHistoryList;
50340
- _this13.flowData.map(function (x) {
50754
+
50755
+ _this12.flowTableInfo.adjunctCode = adjunctCode;
50756
+ _this12.flowTableInfo.hasAgent = hasAgent;
50757
+ _this12.attachmentPaperClipCssStyle = res.data.attachmentPaperClipCssStyle;
50758
+ _this12.isShort = isShort;
50759
+ _this12.taskReadName = taskReadName;
50760
+ _this12.flowData = wfHistoryList;
50761
+ _this12.flowData.map(function (x) {
50341
50762
  if (!x.deptid) {
50342
50763
  x.deptid = x.deptName;
50343
50764
  }
50344
50765
  });
50345
- _this13.splitReadingData = fyHistoryList;
50346
- _this13.modify = modify;
50347
- _this13.show = true;
50348
- if (_this13.height == 'auto') {
50349
- _this13.$nextTick(function () {
50350
- _this13.content.map(function (x) {
50351
- _this13[x.type + 'Height'] = _this13.$refs[x.type][0].offsetHeight;
50766
+ _this12.splitReadingData = fyHistoryList;
50767
+ _this12.modify = modify;
50768
+ _this12.show = true;
50769
+ if (_this12.height == 'auto') {
50770
+ _this12.$nextTick(function () {
50771
+ _this12.content.map(function (x) {
50772
+ _this12[x.type + 'Height'] = _this12.$refs[x.type][0].offsetHeight;
50352
50773
  });
50353
50774
  });
50354
50775
  }
50355
- if (_this13.contents.indexOf('circular') != -1) {
50356
- _this13.getCircularReadList();
50776
+ if (_this12.contents.indexOf('circular') != -1) {
50777
+ _this12.getCircularReadList();
50357
50778
  } else {
50358
- _this13.$nextTick(function () {
50359
- _this13.getListCount(_this13.flowListCount);
50779
+ _this12.$nextTick(function () {
50780
+ _this12.getListCount(_this12.flowListCount);
50360
50781
  });
50361
50782
  }
50362
50783
  } else {
50363
- _this13.$message.error(message || '系统错误,请联系管理员!');
50784
+ _this12.$message.error(message || '系统错误,请联系管理员!');
50364
50785
  }
50365
50786
  }).catch(function (err) {
50366
- _this13.loading.close();
50787
+ _this12.loading.close();
50367
50788
  if (err.message && err.message !== 'canceled') {
50368
- _this13.$message.error(err.message);
50789
+ _this12.$message.error(err.message);
50369
50790
  }
50370
- _this13.show = true;
50791
+ _this12.show = true;
50371
50792
  });
50372
50793
  },
50373
50794
 
@@ -50379,7 +50800,7 @@ function flow_list_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return
50379
50800
  * @date 2022年11月10日
50380
50801
  **/
50381
50802
  handleClick: function handleClick(val) {
50382
- var _this14 = this;
50803
+ var _this13 = this;
50383
50804
 
50384
50805
  var text = val.handle.text,
50385
50806
  _val$row = val.row,
@@ -50389,7 +50810,7 @@ function flow_list_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return
50389
50810
  if (text === '置为失效') {
50390
50811
  if (status == 0) {
50391
50812
  this.$confirm('您确定要置为失效吗?').then(function () {
50392
- _this14.loading = utils_util["a" /* default */].loading(_this14.$loading, '提交中...');
50813
+ _this13.loading = utils_util["a" /* default */].loading(_this13.$loading, '提交中...');
50393
50814
  var param = {
50394
50815
  url: api["m" /* deletePresetInfo */],
50395
50816
  headers: { Accept: 'application/json,text/plain' },
@@ -50400,17 +50821,17 @@ function flow_list_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return
50400
50821
  var status = res.status,
50401
50822
  message = res.message;
50402
50823
 
50403
- _this14.loading.close();
50824
+ _this13.loading.close();
50404
50825
  if (status === 'success') {
50405
- _this14.$message.success('操作成功');
50406
- _this14.getListInfo();
50826
+ _this13.$message.success('操作成功');
50827
+ _this13.getListInfo();
50407
50828
  } else {
50408
- _this14.$message.error(message || '系统错误,请联系管理员!');
50829
+ _this13.$message.error(message || '系统错误,请联系管理员!');
50409
50830
  }
50410
50831
  }).catch(function (err) {
50411
- _this14.loading.close();
50832
+ _this13.loading.close();
50412
50833
  if (err.message && err.message !== 'canceled') {
50413
- _this14.$message.error(err.message);
50834
+ _this13.$message.error(err.message);
50414
50835
  }
50415
50836
  });
50416
50837
  }).catch(function (e) {
@@ -50445,10 +50866,10 @@ function flow_list_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return
50445
50866
  * @date 2022年11月10日
50446
50867
  **/
50447
50868
  getSysInfo: function getSysInfo(code) {
50448
- var _this15 = this;
50869
+ var _this14 = this;
50449
50870
 
50450
50871
  var params = {
50451
- url: api["y" /* findCodeValues */],
50872
+ url: api["z" /* findCodeValues */],
50452
50873
  params: { ccCode: code }
50453
50874
  };
50454
50875
  utils_util["a" /* default */].ajax(params).then(function (res) {
@@ -50457,9 +50878,9 @@ function flow_list_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return
50457
50878
  data = res.data;
50458
50879
 
50459
50880
  if (status == 'success') {
50460
- _this15[code] = data;
50881
+ _this14[code] = data;
50461
50882
  } else {
50462
- _this15.$message.error(message || '系统错误,请联系管理员!');
50883
+ _this14.$message.error(message || '系统错误,请联系管理员!');
50463
50884
  }
50464
50885
  }).catch(function (e) {});
50465
50886
  },
@@ -50471,10 +50892,10 @@ function flow_list_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return
50471
50892
  * @date 2022年11月10日
50472
50893
  **/
50473
50894
  getListInfo: function getListInfo() {
50474
- var _this16 = this;
50895
+ var _this15 = this;
50475
50896
 
50476
50897
  var param = {
50477
- url: api["Vb" /* toPresetInfoListIndex */],
50898
+ url: api["Wb" /* toPresetInfoListIndex */],
50478
50899
  params: { apprecordid: this.businessId }
50479
50900
  };
50480
50901
  utils_util["a" /* default */].ajax(param).then(function (res) {
@@ -50486,24 +50907,20 @@ function flow_list_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return
50486
50907
  canDelete = _res$data2.canDelete,
50487
50908
  currentUserHasPresetInfoAuth = _res$data2.currentUserHasPresetInfoAuth;
50488
50909
 
50489
- _this16.loading.close();
50910
+ _this15.loading.close();
50490
50911
  if (status == 'success') {
50491
- if (_this16.showDoresult && presetInfoList) {
50492
- presetInfoList = presetInfoList.filter(function (x) {
50493
- return x.doresult || x.handleInfo;
50494
- });
50495
- }
50496
- presetInfoList && (_this16.presetData = presetInfoList);
50497
- _this16.presetInfoListHiddenColumns = presetInfoListHiddenColumns;
50498
- _this16.currentUserHasPresetInfoAuth = currentUserHasPresetInfoAuth;
50499
- _this16.canDelete = canDelete;
50912
+
50913
+ presetInfoList && (_this15.presetData = presetInfoList);
50914
+ _this15.presetInfoListHiddenColumns = presetInfoListHiddenColumns;
50915
+ _this15.currentUserHasPresetInfoAuth = currentUserHasPresetInfoAuth;
50916
+ _this15.canDelete = canDelete;
50500
50917
  } else {
50501
- _this16.$message.error(message || '系统错误,请联系管理员!');
50918
+ _this15.$message.error(message || '系统错误,请联系管理员!');
50502
50919
  }
50503
50920
  }).catch(function (err) {
50504
- _this16.loading.close();
50921
+ _this15.loading.close();
50505
50922
  if (err.message && err.message !== 'canceled') {
50506
- _this16.$message.error(err.message);
50923
+ _this15.$message.error(err.message);
50507
50924
  }
50508
50925
  });
50509
50926
  }
@@ -50521,8 +50938,8 @@ function flow_list_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return
50521
50938
 
50522
50939
  var flow_list_src_main_component = normalizeComponent(
50523
50940
  packages_flow_list_src_mainvue_type_script_lang_js_,
50524
- mainvue_type_template_id_0f6641c6_render,
50525
- mainvue_type_template_id_0f6641c6_staticRenderFns,
50941
+ mainvue_type_template_id_017a3796_render,
50942
+ mainvue_type_template_id_017a3796_staticRenderFns,
50526
50943
  false,
50527
50944
  null,
50528
50945
  null,
@@ -50737,7 +51154,7 @@ mainvue_type_template_id_3d02c60c_render._withStripped = true
50737
51154
 
50738
51155
  if (this.job.id !== item.id) {
50739
51156
  this.job = item;
50740
- utils_util["a" /* default */].ajax({ url: api["Hb" /* switchUserTo */], params: { userId: item.value } }).then(function (res) {
51157
+ utils_util["a" /* default */].ajax({ url: api["Ib" /* switchUserTo */], params: { userId: item.value } }).then(function (res) {
50741
51158
  if (res.rCode == 0) {
50742
51159
  utils_util["a" /* default */].setStorage({
50743
51160
  type: _this.storage,
@@ -51446,7 +51863,7 @@ var _props;
51446
51863
  document.body.appendChild(iframe);
51447
51864
  }
51448
51865
  }
51449
- utils_util["a" /* default */].ajax({ method: 'post', url: api["mb" /* logout */] }).then(function (res) {
51866
+ utils_util["a" /* default */].ajax({ method: 'post', url: api["nb" /* logout */] }).then(function (res) {
51450
51867
  if (res.rCode == 0) {
51451
51868
  utils_util["a" /* default */].removeStorage(['Authorization', 'token', 'ssId', 'userId', 'userName', 'auth', 'deviceUnique', 'menus', 'useCaseCodes', 'mainConfig', 'jump']);
51452
51869
  if (_this.onQuit && typeof _this.onQuit === 'function') {
@@ -51578,7 +51995,7 @@ mainvue_type_template_id_20e44f4a_render._withStripped = true
51578
51995
  props: {
51579
51996
  preview: {
51580
51997
  type: String,
51581
- default: api["sb" /* previewAdjunct */] + '?adjunctId='
51998
+ default: api["tb" /* previewAdjunct */] + '?adjunctId='
51582
51999
  },
51583
52000
  contents: [Object, String]
51584
52001
  },
@@ -53063,8 +53480,8 @@ layout_src_main.install = function (Vue) {
53063
53480
  };
53064
53481
 
53065
53482
  /* harmony default export */ var packages_layout = (layout_src_main);
53066
- // CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./packages/login/src/main.vue?vue&type=template&id=68c9ba89&
53067
- var mainvue_type_template_id_68c9ba89_render = function () {
53483
+ // CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./packages/login/src/main.vue?vue&type=template&id=950692f2&
53484
+ var mainvue_type_template_id_950692f2_render = function () {
53068
53485
  var _vm = this
53069
53486
  var _h = _vm.$createElement
53070
53487
  var _c = _vm._self._c || _h
@@ -53233,35 +53650,38 @@ var mainvue_type_template_id_68c9ba89_render = function () {
53233
53650
  : [
53234
53651
  _vm._l(_vm.icons, function (item) {
53235
53652
  return [
53236
- _c(
53237
- "div",
53238
- {
53239
- directives: [
53653
+ _vm.modelLength == 2
53654
+ ? _c(
53655
+ "div",
53240
53656
  {
53241
- name: "show",
53242
- rawName: "v-show",
53243
- value:
53244
- _vm.modelLength == 2 &&
53245
- _vm.active != item.type &&
53246
- _vm.modelTips,
53247
- expression:
53248
- "modelLength == 2 && active != item.type && modelTips",
53657
+ directives: [
53658
+ {
53659
+ name: "show",
53660
+ rawName: "v-show",
53661
+ value:
53662
+ _vm.active != item.type &&
53663
+ _vm.modelTips,
53664
+ expression:
53665
+ "active != item.type && modelTips",
53666
+ },
53667
+ ],
53668
+ key: item.type,
53669
+ staticClass:
53670
+ "es-login-model-item-tips",
53249
53671
  },
53250
- ],
53251
- key: item.type,
53252
- staticClass: "es-login-model-item-tips",
53253
- },
53254
- [
53255
- _vm._v(
53256
- "\n " +
53257
- _vm._s(item.name) +
53258
- "点这里"
53259
- ),
53260
- _c("i", {
53261
- staticClass: "es-icon-zhixiangyou",
53262
- }),
53263
- ]
53264
- ),
53672
+ [
53673
+ _vm._v(
53674
+ "\n " +
53675
+ _vm._s(item.name) +
53676
+ "点这里"
53677
+ ),
53678
+ _c("i", {
53679
+ staticClass:
53680
+ "es-icon-zhixiangyou",
53681
+ }),
53682
+ ]
53683
+ )
53684
+ : _vm._e(),
53265
53685
  _c(
53266
53686
  "span",
53267
53687
  {
@@ -53360,7 +53780,7 @@ var mainvue_type_template_id_68c9ba89_render = function () {
53360
53780
  : [
53361
53781
  _vm._l(_vm.icons, function (item) {
53362
53782
  return [
53363
- item.type !== "3" && item.type !== "1"
53783
+ item.type !== "3"
53364
53784
  ? _c(
53365
53785
  "div",
53366
53786
  {
@@ -54315,9 +54735,11 @@ var mainvue_type_template_id_68c9ba89_render = function () {
54315
54735
  ? _c("es-ca-login", {
54316
54736
  ref: "calogin",
54317
54737
  attrs: {
54738
+ "ca-model": _vm.caLoginModel,
54318
54739
  identifyingId: _vm.identifyingId,
54319
54740
  success: _vm.caLogin,
54320
54741
  },
54742
+ on: { error: _vm.handleError },
54321
54743
  })
54322
54744
  : _vm._e(),
54323
54745
  ],
@@ -54325,7 +54747,7 @@ var mainvue_type_template_id_68c9ba89_render = function () {
54325
54747
  )
54326
54748
  : _vm._e()
54327
54749
  }
54328
- var mainvue_type_template_id_68c9ba89_staticRenderFns = [
54750
+ var mainvue_type_template_id_950692f2_staticRenderFns = [
54329
54751
  function () {
54330
54752
  var _vm = this
54331
54753
  var _h = _vm.$createElement
@@ -54340,10 +54762,10 @@ var mainvue_type_template_id_68c9ba89_staticRenderFns = [
54340
54762
  ])
54341
54763
  },
54342
54764
  ]
54343
- mainvue_type_template_id_68c9ba89_render._withStripped = true
54765
+ mainvue_type_template_id_950692f2_render._withStripped = true
54344
54766
 
54345
54767
 
54346
- // CONCATENATED MODULE: ./packages/login/src/main.vue?vue&type=template&id=68c9ba89&
54768
+ // CONCATENATED MODULE: ./packages/login/src/main.vue?vue&type=template&id=950692f2&
54347
54769
 
54348
54770
  // 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&
54349
54771
  var resetPasswordvue_type_template_id_45dccfdc_render = function () {
@@ -54725,7 +55147,7 @@ function resetPasswordvue_type_script_lang_js_objectWithoutProperties(obj, keys)
54725
55147
  var _this2 = this;
54726
55148
 
54727
55149
  utils_util["a" /* default */].ajax({
54728
- url: api["gb" /* initModifyPassword */]
55150
+ url: api["hb" /* initModifyPassword */]
54729
55151
  }).then(function (res) {
54730
55152
  if (res.rCode === 0) {
54731
55153
  var results = JSON.parse(JSON.stringify(res.results));
@@ -54785,7 +55207,7 @@ function resetPasswordvue_type_script_lang_js_objectWithoutProperties(obj, keys)
54785
55207
  var _this4 = this;
54786
55208
 
54787
55209
  utils_util["a" /* default */].ajax({
54788
- url: api["N" /* getModifyPassCode */],
55210
+ url: api["O" /* getModifyPassCode */],
54789
55211
  params: params
54790
55212
  }).then(function (res) {
54791
55213
  if (res.rCode === 0) {
@@ -54830,7 +55252,7 @@ function resetPasswordvue_type_script_lang_js_objectWithoutProperties(obj, keys)
54830
55252
  data.operationCheckCode = this.operationCheckCode;
54831
55253
  utils_util["a" /* default */].ajax({
54832
55254
  method: 'post',
54833
- url: api["kb" /* loginModifyPassword */],
55255
+ url: api["lb" /* loginModifyPassword */],
54834
55256
  data: data
54835
55257
  }).then(function (res) {
54836
55258
  _this5.submit = false;
@@ -55429,6 +55851,9 @@ function login_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return fun
55429
55851
  //
55430
55852
  //
55431
55853
  //
55854
+ //
55855
+ //
55856
+ //
55432
55857
 
55433
55858
 
55434
55859
 
@@ -55448,7 +55873,7 @@ var ceshi = utils_util["a" /* default */].getParams('ceshi');
55448
55873
  //初始登录配置接口地址
55449
55874
  initLogin: {
55450
55875
  type: String,
55451
- default: api["fb" /* initLogin */]
55876
+ default: api["gb" /* initLogin */]
55452
55877
  },
55453
55878
  size: String,
55454
55879
  mode: {
@@ -55572,7 +55997,7 @@ var ceshi = utils_util["a" /* default */].getParams('ceshi');
55572
55997
  },
55573
55998
  getLoginCode: {
55574
55999
  type: String,
55575
- default: api["M" /* getLoginCode */]
56000
+ default: api["N" /* getLoginCode */]
55576
56001
  },
55577
56002
  doCodeLogin: {
55578
56003
  type: String,
@@ -55580,7 +56005,7 @@ var ceshi = utils_util["a" /* default */].getParams('ceshi');
55580
56005
  },
55581
56006
  getTwoFactorLoginCode: {
55582
56007
  type: String,
55583
- default: api["Z" /* getTwoFactorLoginCode */]
56008
+ default: api["ab" /* getTwoFactorLoginCode */]
55584
56009
  },
55585
56010
  doTwoFactorLogin: {
55586
56011
  type: String,
@@ -55668,7 +56093,8 @@ var ceshi = utils_util["a" /* default */].getParams('ceshi');
55668
56093
  default: function _default() {
55669
56094
  return [];
55670
56095
  }
55671
- }
56096
+ },
56097
+ caModel: String
55672
56098
  },
55673
56099
  computed: {
55674
56100
  transform: function transform() {
@@ -55766,6 +56192,7 @@ var ceshi = utils_util["a" /* default */].getParams('ceshi');
55766
56192
  types.forEach(function (item) {
55767
56193
  icon.push(_this.iconfonts[item]);
55768
56194
  });
56195
+ console.log(icon);
55769
56196
  return icon;
55770
56197
  },
55771
56198
  isCaLogin: function isCaLogin() {
@@ -55856,6 +56283,7 @@ var ceshi = utils_util["a" /* default */].getParams('ceshi');
55856
56283
  loginTitleImg: this.loginTitle,
55857
56284
  loginLogoImg: this.loginLogo,
55858
56285
  loginModel: this.type,
56286
+ caLoginModel: this.caModel,
55859
56287
  passModifyModel: null,
55860
56288
  active: 0,
55861
56289
  submit: false,
@@ -55931,8 +56359,8 @@ var ceshi = utils_util["a" /* default */].getParams('ceshi');
55931
56359
  },
55932
56360
  created: function created() {
55933
56361
  this.launchKey = 5 < new Date().getHours() < 18 ? 'day' : 'night';
55934
- if (ceshi == 'true' || ceshi == true) {
55935
- this.loginModel = '0';
56362
+ if (ceshi) {
56363
+ this.loginModel = ceshi == 'true' || ceshi == true ? '0' : ceshi;
55936
56364
  }
55937
56365
  if (this.isScale || utils_util["a" /* default */].getParams('scale')) {
55938
56366
  utils_util["a" /* default */].setScale();
@@ -56126,6 +56554,7 @@ var ceshi = utils_util["a" /* default */].getParams('ceshi');
56126
56554
  _this4.$refs[ref] && _this4.$refs[ref].clearValidate();
56127
56555
  });
56128
56556
  } else {
56557
+ this.submit = true;
56129
56558
  this.$refs.calogin && this.$refs.calogin.getCertificate();
56130
56559
  }
56131
56560
  this.countdown = 0;
@@ -56247,15 +56676,19 @@ var ceshi = utils_util["a" /* default */].getParams('ceshi');
56247
56676
  document.title = res.subsystemName;
56248
56677
  }
56249
56678
  this.app = res.appName || res.subsystemName;
56250
- if (res.loginModel && ceshi !== 'true' && ceshi !== true) {
56679
+ if (res.loginModel && !ceshi) {
56251
56680
  this.loginModel = (res.firstLoginModel || this.firstLoginModel) && !isLogined ? res.firstLoginModel || this.firstLoginModel : res.loginModel;
56252
56681
  }
56682
+
56253
56683
  if (res.loginBackgroundUrl) {
56254
56684
  this.loginBackgroundImg = res.loginBackgroundUrl.split(',');
56255
56685
  }
56256
56686
  if (res.loginLogoUrl) {
56257
56687
  this.loginLogoImg = res.loginLogoUrl;
56258
56688
  }
56689
+ if (res.caModel) {
56690
+ this.caLoginModel = res.caModel;
56691
+ }
56259
56692
  res.loginPage && sessionStorage.setItem('loginPage', res.loginPage);
56260
56693
  if (res.subsystemExtend && Object.keys(res.subsystemExtend).length) {
56261
56694
  if (res.subsystemExtend.copyright && res.subsystemExtend.copyright.length) {
@@ -56275,6 +56708,9 @@ var ceshi = utils_util["a" /* default */].getParams('ceshi');
56275
56708
  if (res.subsystemExtend.loginModel && (ceshi == 'true' || ceshi == true)) {
56276
56709
  this.loginModel = (res.firstLoginModel || this.firstLoginModel) && !isLogined ? res.firstLoginModel || this.firstLoginModel : res.subsystemExtend.loginModel;
56277
56710
  }
56711
+ if (res.subsystemExtend.caModel) {
56712
+ this.caLoginModel = res.subsystemExtend.caModel;
56713
+ }
56278
56714
  if (res.subsystemExtend.applicationName) {
56279
56715
  localStorage.setItem('appcode', res.subsystemExtend.applicationName);
56280
56716
  }
@@ -56528,7 +56964,7 @@ var ceshi = utils_util["a" /* default */].getParams('ceshi');
56528
56964
  utils_util["a" /* default */].ajax({
56529
56965
  method: 'post',
56530
56966
  url: this.caAction,
56531
- data: { identifyingId: this.identifyingId, signedData: signedData }
56967
+ data: typeof signedData === 'string' ? { identifyingId: this.identifyingId, signedData: signedData } : signedData
56532
56968
  }).then(function (res) {
56533
56969
  _this10.submit = false;
56534
56970
  if (res.rCode == 0) {
@@ -56551,6 +56987,7 @@ var ceshi = utils_util["a" /* default */].getParams('ceshi');
56551
56987
  _this10.onError(res);
56552
56988
  }
56553
56989
  }).catch(function (err) {
56990
+ _this10.submit = false;
56554
56991
  if (err.message && err.message !== 'canceled') {
56555
56992
  _this10.$message.error(err.message);
56556
56993
  }
@@ -56787,6 +57224,9 @@ var ceshi = utils_util["a" /* default */].getParams('ceshi');
56787
57224
  },
56788
57225
  handlePaste: function handlePaste(event) {
56789
57226
  this.safe && event.preventDefault();
57227
+ },
57228
+ handleError: function handleError() {
57229
+ this.submit = false;
56790
57230
  }
56791
57231
  },
56792
57232
  beforeDestroy: function beforeDestroy() {
@@ -56807,8 +57247,8 @@ var ceshi = utils_util["a" /* default */].getParams('ceshi');
56807
57247
 
56808
57248
  var login_src_main_component = normalizeComponent(
56809
57249
  packages_login_src_mainvue_type_script_lang_js_,
56810
- mainvue_type_template_id_68c9ba89_render,
56811
- mainvue_type_template_id_68c9ba89_staticRenderFns,
57250
+ mainvue_type_template_id_950692f2_render,
57251
+ mainvue_type_template_id_950692f2_staticRenderFns,
56812
57252
  false,
56813
57253
  null,
56814
57254
  null,
@@ -59660,7 +60100,7 @@ appsvue_type_template_id_71b9cb14_scoped_true_render._withStripped = true
59660
60100
  },
59661
60101
  handleClick: function handleClick(res) {
59662
60102
  utils_util["a" /* default */].ajax({
59663
- url: api["vb" /* recordUserApp */],
60103
+ url: api["wb" /* recordUserApp */],
59664
60104
  params: {
59665
60105
  userId: this.user.userId,
59666
60106
  appId: res.id
@@ -60072,7 +60512,7 @@ userinfovue_type_template_id_1c52f6d2_render._withStripped = true
60072
60512
  var initLogin = utils_util["a" /* default */].getStorage('initLogin');
60073
60513
  initLogin && (initLogin = JSON.parse(initLogin));
60074
60514
  utils_util["a" /* default */].ajax({
60075
- url: api["qc" /* updateUserInfo */],
60515
+ url: api["rc" /* updateUserInfo */],
60076
60516
  params: {
60077
60517
  email: this.model.email,
60078
60518
  officeTel: this.model.officeTel,
@@ -60308,7 +60748,7 @@ var userinfo_component = normalizeComponent(
60308
60748
  var _this2 = this;
60309
60749
 
60310
60750
  utils_util["a" /* default */].ajax({
60311
- url: api["ib" /* initUserSet */]
60751
+ url: api["jb" /* initUserSet */]
60312
60752
  }).then(function (res) {
60313
60753
  if (res.rCode === 0) {
60314
60754
  var results = JSON.parse(JSON.stringify(res.results));
@@ -60349,7 +60789,7 @@ var userinfo_component = normalizeComponent(
60349
60789
  var notify = this.checked.join(',');
60350
60790
  utils_util["a" /* default */].ajax({
60351
60791
  method: 'post',
60352
- url: api["pc" /* updateUserCustomInfo */],
60792
+ url: api["qc" /* updateUserCustomInfo */],
60353
60793
  data: {
60354
60794
  notify: notify
60355
60795
  }
@@ -60379,7 +60819,7 @@ var userinfo_component = normalizeComponent(
60379
60819
  if (this.user.identityId !== res.id) {
60380
60820
  utils_util["a" /* default */].ajax({
60381
60821
  method: 'post',
60382
- url: api["Hb" /* switchUserTo */],
60822
+ url: api["Ib" /* switchUserTo */],
60383
60823
  data: { userId: res.value }
60384
60824
  }).then(function (res) {
60385
60825
  if (res.rCode == 0) {
@@ -60771,7 +61211,7 @@ messagevue_type_template_id_324b2ecc_render._withStripped = true
60771
61211
  if (this.pageNum <= this.pageCount) {
60772
61212
  this.loading = true;
60773
61213
  utils_util["a" /* default */].ajax({
60774
- url: api["Ib" /* sysMsgPage */],
61214
+ url: api["Jb" /* sysMsgPage */],
60775
61215
  params: {
60776
61216
  pageNum: reload ? 1 : this.pageNum,
60777
61217
  pageSize: this.pageSize
@@ -60804,7 +61244,7 @@ messagevue_type_template_id_324b2ecc_render._withStripped = true
60804
61244
  var _this2 = this;
60805
61245
 
60806
61246
  utils_util["a" /* default */].ajax({
60807
- url: api["eb" /* ignoreSysMsg */],
61247
+ url: api["fb" /* ignoreSysMsg */],
60808
61248
  params: {
60809
61249
  id: res.id
60810
61250
  }
@@ -60824,7 +61264,7 @@ messagevue_type_template_id_324b2ecc_render._withStripped = true
60824
61264
  var _this3 = this;
60825
61265
 
60826
61266
  utils_util["a" /* default */].ajax({
60827
- url: api["db" /* ignoreAllSysMsg */]
61267
+ url: api["eb" /* ignoreAllSysMsg */]
60828
61268
  }).then(function (res) {
60829
61269
  _this3.count = 0;
60830
61270
  _this3.msgs = [];
@@ -61184,7 +61624,7 @@ noticevue_type_template_id_4696772e_render._withStripped = true
61184
61624
  var _this = this;
61185
61625
 
61186
61626
  utils_util["a" /* default */].ajax({
61187
- url: api["eb" /* ignoreSysMsg */],
61627
+ url: api["fb" /* ignoreSysMsg */],
61188
61628
  params: {
61189
61629
  id: res.id
61190
61630
  }
@@ -61203,7 +61643,7 @@ noticevue_type_template_id_4696772e_render._withStripped = true
61203
61643
  var _this2 = this;
61204
61644
 
61205
61645
  utils_util["a" /* default */].ajax({
61206
- url: api["db" /* ignoreAllSysMsg */]
61646
+ url: api["eb" /* ignoreAllSysMsg */]
61207
61647
  }).then(function (res) {
61208
61648
  _this2.msgs = [];
61209
61649
  _this2.$emit('ignore', { type: 'ignore', value: 'all' });
@@ -61989,7 +62429,7 @@ onlinevue_type_template_id_63844b4e_scoped_true_render._withStripped = true
61989
62429
  props: {
61990
62430
  sysuseronline: {
61991
62431
  type: String,
61992
- default: api["vc" /* userOnline */]
62432
+ default: api["wc" /* userOnline */]
61993
62433
  }
61994
62434
  },
61995
62435
  data: function data() {
@@ -62662,7 +63102,7 @@ var searchvue_type_script_lang_js_extends = Object.assign || function (target) {
62662
63102
  },
62663
63103
  searchType: {
62664
63104
  type: String,
62665
- default: api["Bb" /* searchType */]
63105
+ default: api["Cb" /* searchType */]
62666
63106
  },
62667
63107
  pageSize: {
62668
63108
  type: Number,
@@ -63448,7 +63888,7 @@ var events = [function (tabs, index, that) {
63448
63888
  //应用列表接口
63449
63889
  appsUrl: {
63450
63890
  type: String,
63451
- default: api["ab" /* getUserAppWithTag */]
63891
+ default: api["bb" /* getUserAppWithTag */]
63452
63892
  },
63453
63893
  //是否启用子应用菜单接口
63454
63894
  application: {
@@ -63625,9 +64065,9 @@ var events = [function (tabs, index, that) {
63625
64065
  return this.menuUrl;
63626
64066
  }
63627
64067
  if (this.application) {
63628
- return api["I" /* getComplexApplicationsNew */];
64068
+ return api["J" /* getComplexApplicationsNew */];
63629
64069
  }
63630
- return api["H" /* getComplexApplications */];
64070
+ return api["I" /* getComplexApplications */];
63631
64071
  },
63632
64072
 
63633
64073
  //人工智能配置
@@ -64273,8 +64713,8 @@ var events = [function (tabs, index, that) {
64273
64713
  var _this5 = this;
64274
64714
 
64275
64715
  this.webSocket = utils_util["a" /* default */].socket({
64276
- url: api["wc" /* wss */],
64277
- take: api["mc" /* topic */],
64716
+ url: api["xc" /* wss */],
64717
+ take: api["nc" /* topic */],
64278
64718
  success: function success(res) {
64279
64719
  var data = res.data || {};
64280
64720
  for (var i in data) {
@@ -64480,7 +64920,7 @@ var events = [function (tabs, index, that) {
64480
64920
  **/
64481
64921
  handlerClickMenu: function handlerClickMenu(res) {
64482
64922
  utils_util["a" /* default */].ajax({
64483
- url: api["vb" /* recordUserApp */],
64923
+ url: api["wb" /* recordUserApp */],
64484
64924
  params: {
64485
64925
  userId: this.user.userId,
64486
64926
  appId: res.id
@@ -64768,7 +65208,7 @@ var events = [function (tabs, index, that) {
64768
65208
  document.body.appendChild(iframe);
64769
65209
  }
64770
65210
  }
64771
- utils_util["a" /* default */].ajax({ method: 'post', url: api["mb" /* logout */] }).then(function (res) {
65211
+ utils_util["a" /* default */].ajax({ method: 'post', url: api["nb" /* logout */] }).then(function (res) {
64772
65212
  if (res.rCode == 0) {
64773
65213
  utils_util["a" /* default */].removeStorage(['Authorization', 'token', 'ssId', 'userId', 'userName', 'auth', 'deviceUnique', 'menus', 'useCaseCodes', 'mainConfig', 'jump']);
64774
65214
  if (_this6.onQuit && typeof _this6.onQuit === 'function') {
@@ -65826,7 +66266,7 @@ var userinfovue_type_script_lang_js_extends = Object.assign || function (target)
65826
66266
  var _this2 = this;
65827
66267
 
65828
66268
  utils_util["a" /* default */].ajax({
65829
- url: api["ib" /* initUserSet */]
66269
+ url: api["jb" /* initUserSet */]
65830
66270
  }).then(function (res) {
65831
66271
  if (res.rCode === 0) {
65832
66272
  var results = JSON.parse(JSON.stringify(res.results));
@@ -65875,7 +66315,7 @@ var userinfovue_type_script_lang_js_extends = Object.assign || function (target)
65875
66315
 
65876
66316
  switch (type) {
65877
66317
  case 'job':
65878
- utils_util["a" /* default */].ajax({ url: api["Hb" /* switchUserTo */], params: { userId: value.value } }).then(function (res) {
66318
+ utils_util["a" /* default */].ajax({ url: api["Ib" /* switchUserTo */], params: { userId: value.value } }).then(function (res) {
65879
66319
  if (res.rCode == 0) {
65880
66320
  utils_util["a" /* default */].setStorage({
65881
66321
  type: _this3.storage,
@@ -65916,7 +66356,7 @@ var userinfovue_type_script_lang_js_extends = Object.assign || function (target)
65916
66356
  var initLogin = utils_util["a" /* default */].getStorage('initLogin');
65917
66357
  initLogin && (initLogin = JSON.parse(initLogin));
65918
66358
  utils_util["a" /* default */].ajax({
65919
- url: api["qc" /* updateUserInfo */],
66359
+ url: api["rc" /* updateUserInfo */],
65920
66360
  params: {
65921
66361
  email: this.values.email,
65922
66362
  officeTel: this.values.officeTel,
@@ -65974,7 +66414,7 @@ var userinfovue_type_script_lang_js_extends = Object.assign || function (target)
65974
66414
  var notify = _this4.values.notify.sort().join(',');
65975
66415
  if (notify != _this4.notify.split(',').sort().join(',')) {
65976
66416
  utils_util["a" /* default */].ajax({
65977
- url: api["pc" /* updateUserCustomInfo */],
66417
+ url: api["qc" /* updateUserCustomInfo */],
65978
66418
  params: {
65979
66419
  notify: notify
65980
66420
  }
@@ -66329,7 +66769,7 @@ messagevue_type_template_id_016a2883_render._withStripped = true
66329
66769
  if (this.pageNum <= this.pageCount) {
66330
66770
  this.loading = true;
66331
66771
  utils_util["a" /* default */].ajax({
66332
- url: api["Ib" /* sysMsgPage */],
66772
+ url: api["Jb" /* sysMsgPage */],
66333
66773
  params: {
66334
66774
  pageNum: reload ? 1 : this.pageNum,
66335
66775
  pageSize: this.pageSize
@@ -66362,7 +66802,7 @@ messagevue_type_template_id_016a2883_render._withStripped = true
66362
66802
  var _this2 = this;
66363
66803
 
66364
66804
  utils_util["a" /* default */].ajax({
66365
- url: api["eb" /* ignoreSysMsg */],
66805
+ url: api["fb" /* ignoreSysMsg */],
66366
66806
  params: {
66367
66807
  id: res.id
66368
66808
  }
@@ -66382,7 +66822,7 @@ messagevue_type_template_id_016a2883_render._withStripped = true
66382
66822
  var _this3 = this;
66383
66823
 
66384
66824
  utils_util["a" /* default */].ajax({
66385
- url: api["db" /* ignoreAllSysMsg */]
66825
+ url: api["eb" /* ignoreAllSysMsg */]
66386
66826
  }).then(function (res) {
66387
66827
  _this3.count = 0;
66388
66828
  _this3.msgs = [];
@@ -66717,7 +67157,7 @@ noticevue_type_template_id_6c63684e_render._withStripped = true
66717
67157
  var _this = this;
66718
67158
 
66719
67159
  utils_util["a" /* default */].ajax({
66720
- url: api["db" /* ignoreAllSysMsg */]
67160
+ url: api["eb" /* ignoreAllSysMsg */]
66721
67161
  }).then(function (res) {
66722
67162
  _this.count = 0;
66723
67163
  _this.msgs = [];
@@ -67224,7 +67664,7 @@ var appCode = utils_util["a" /* default */].getParams('appCode') || utils_util["
67224
67664
  //获取用户信息的接口
67225
67665
  mainConfig: {
67226
67666
  type: String,
67227
- default: api["nb" /* mainConfig */]
67667
+ default: api["ob" /* mainConfig */]
67228
67668
  },
67229
67669
  iframeId: {
67230
67670
  type: String,
@@ -67333,9 +67773,9 @@ var appCode = utils_util["a" /* default */].getParams('appCode') || utils_util["
67333
67773
  return this.menuUrl;
67334
67774
  }
67335
67775
  if (this.application) {
67336
- return api["I" /* getComplexApplicationsNew */];
67776
+ return api["J" /* getComplexApplicationsNew */];
67337
67777
  }
67338
- return api["H" /* getComplexApplications */];
67778
+ return api["I" /* getComplexApplications */];
67339
67779
  },
67340
67780
 
67341
67781
  //是否双列右侧菜单
@@ -67652,7 +68092,7 @@ var appCode = utils_util["a" /* default */].getParams('appCode') || utils_util["
67652
68092
  return;
67653
68093
  }
67654
68094
  utils_util["a" /* default */].ajax({
67655
- url: api["pc" /* updateUserCustomInfo */],
68095
+ url: api["qc" /* updateUserCustomInfo */],
67656
68096
  params: { color: escape(color.toLowerCase()) },
67657
68097
  data: { color: escape(color.toLowerCase()) }
67658
68098
  }).then(function (res) {
@@ -68860,8 +69300,8 @@ var appCode = utils_util["a" /* default */].getParams('appCode') || utils_util["
68860
69300
  var _this11 = this;
68861
69301
 
68862
69302
  this.webSocket = utils_util["a" /* default */].socket({
68863
- url: api["wc" /* wss */],
68864
- take: api["mc" /* topic */],
69303
+ url: api["xc" /* wss */],
69304
+ take: api["nc" /* topic */],
68865
69305
  success: function success(res) {
68866
69306
  var data = res.data || {};
68867
69307
  for (var i in data) {
@@ -70691,7 +71131,7 @@ var notify_src_mainvue_type_script_lang_js_extends = Object.assign || function (
70691
71131
  text: '重发',
70692
71132
  format: false,
70693
71133
  method: 'post',
70694
- action: api["Cb" /* sendBatch */]
71134
+ action: api["Db" /* sendBatch */]
70695
71135
  }]
70696
71136
  }];
70697
71137
  }
@@ -70878,13 +71318,13 @@ var notify_src_mainvue_type_script_lang_js_extends = Object.assign || function (
70878
71318
  },
70879
71319
  data: function data() {
70880
71320
  return {
70881
- sendList: api["Eb" /* sendList */],
70882
- sendBatch: api["Cb" /* sendBatch */],
71321
+ sendList: api["Fb" /* sendList */],
71322
+ sendBatch: api["Db" /* sendBatch */],
70883
71323
  tableCount: 0,
70884
71324
  selectData: [],
70885
71325
  formTitle: '',
70886
71326
  showForm: false,
70887
- formData: api["Db" /* sendInfo */],
71327
+ formData: api["Eb" /* sendInfo */],
70888
71328
  params: {},
70889
71329
  sendTypeDict: [],
70890
71330
  statusDict: []
@@ -70903,7 +71343,7 @@ var notify_src_mainvue_type_script_lang_js_extends = Object.assign || function (
70903
71343
  type: 'primary',
70904
71344
  checkbox: true,
70905
71345
  format: false,
70906
- action: api["Cb" /* sendBatch */]
71346
+ action: api["Db" /* sendBatch */]
70907
71347
  }]
70908
71348
  }, {
70909
71349
  type: 'search',
@@ -72418,9 +72858,9 @@ var radio_group_src_mainvue_type_script_lang_js_typeof = typeof Symbol === "func
72418
72858
  },
72419
72859
  findCode: function findCode() {
72420
72860
  if (this.service) {
72421
- return '/' + this.service + api["J" /* getDictList */];
72861
+ return '/' + this.service + api["K" /* getDictList */];
72422
72862
  }
72423
- return api["z" /* findSysCode */];
72863
+ return api["A" /* findSysCode */];
72424
72864
  }
72425
72865
  },
72426
72866
  watch: {
@@ -72846,7 +73286,7 @@ mainvue_type_template_id_c789bcdc_render._withStripped = true
72846
73286
  var mainConfig = utils_util["a" /* default */].getStorage('mainConfig');
72847
73287
  mainConfig && (this.userModel = JSON.parse(mainConfig).userModel);
72848
73288
  utils_util["a" /* default */].ajax({
72849
- url: api["hb" /* initRetrialAuth */]
73289
+ url: api["ib" /* initRetrialAuth */]
72850
73290
  }).then(function (res) {
72851
73291
  var rCode = res.rCode,
72852
73292
  results = res.results;
@@ -72930,7 +73370,7 @@ mainvue_type_template_id_c789bcdc_render._withStripped = true
72930
73370
  }
72931
73371
  }, 1000);
72932
73372
  utils_util["a" /* default */].ajax({
72933
- url: api["V" /* getRetrialAuthCode */],
73373
+ url: api["W" /* getRetrialAuthCode */],
72934
73374
  method: 'post',
72935
73375
  data: params,
72936
73376
  params: params
@@ -72955,7 +73395,7 @@ mainvue_type_template_id_c789bcdc_render._withStripped = true
72955
73395
  uuid: this.uuid
72956
73396
  };
72957
73397
  utils_util["a" /* default */].ajax({
72958
- url: api["Ab" /* scanCodeRetrialAuth */],
73398
+ url: api["Bb" /* scanCodeRetrialAuth */],
72959
73399
  method: 'post',
72960
73400
  data: params,
72961
73401
  params: params
@@ -73219,9 +73659,9 @@ function select_src_mainvue_type_script_lang_js_objectWithoutProperties(obj, key
73219
73659
  },
73220
73660
  findCode: function findCode() {
73221
73661
  if (this.service) {
73222
- return '/' + this.service + api["J" /* getDictList */];
73662
+ return '/' + this.service + api["K" /* getDictList */];
73223
73663
  }
73224
- return api["z" /* findSysCode */];
73664
+ return api["A" /* findSysCode */];
73225
73665
  }
73226
73666
  },
73227
73667
  watch: {
@@ -73934,9 +74374,9 @@ var select_ganged_src_mainvue_type_script_lang_js_extends = Object.assign || fun
73934
74374
  },
73935
74375
  findCode: function findCode() {
73936
74376
  if (this.service) {
73937
- return '/' + this.service + api["J" /* getDictList */];
74377
+ return '/' + this.service + api["K" /* getDictList */];
73938
74378
  }
73939
- return api["z" /* findSysCode */];
74379
+ return api["A" /* findSysCode */];
73940
74380
  }
73941
74381
  },
73942
74382
  watch: {
@@ -75228,7 +75668,7 @@ var clickoutside_default = /*#__PURE__*/__webpack_require__.n(clickoutside_);
75228
75668
  value: [Array, Object],
75229
75669
  action: {
75230
75670
  type: String,
75231
- default: api["X" /* getSelectorOrgDetail */]
75671
+ default: api["Y" /* getSelectorOrgDetail */]
75232
75672
  },
75233
75673
  host: {
75234
75674
  type: String,
@@ -76783,7 +77223,7 @@ var selector_panel_src_mainvue_type_script_lang_js_typeof = typeof Symbol === "f
76783
77223
  },
76784
77224
  selection: {
76785
77225
  type: [String, Array],
76786
- default: api["X" /* getSelectorOrgDetail */]
77226
+ default: api["Y" /* getSelectorOrgDetail */]
76787
77227
  },
76788
77228
  param: {
76789
77229
  type: Object,
@@ -76875,7 +77315,7 @@ var selector_panel_src_mainvue_type_script_lang_js_typeof = typeof Symbol === "f
76875
77315
  enterprise: {
76876
77316
  label: '选择单位',
76877
77317
  name: 'enterprise',
76878
- url: api["Y" /* getSelectorOrgTree */],
77318
+ url: api["Z" /* getSelectorOrgTree */],
76879
77319
  data: [],
76880
77320
  nodeData: '',
76881
77321
  selection: [],
@@ -76889,7 +77329,7 @@ var selector_panel_src_mainvue_type_script_lang_js_typeof = typeof Symbol === "f
76889
77329
  department: {
76890
77330
  label: '选择部门',
76891
77331
  name: 'department',
76892
- url: api["Y" /* getSelectorOrgTree */],
77332
+ url: api["Z" /* getSelectorOrgTree */],
76893
77333
  data: [],
76894
77334
  nodeData: '',
76895
77335
  selection: [],
@@ -76903,7 +77343,7 @@ var selector_panel_src_mainvue_type_script_lang_js_typeof = typeof Symbol === "f
76903
77343
  employee: {
76904
77344
  label: '选择用户',
76905
77345
  name: 'employee',
76906
- url: api["Y" /* getSelectorOrgTree */],
77346
+ url: api["Z" /* getSelectorOrgTree */],
76907
77347
  data: [],
76908
77348
  nodeData: '',
76909
77349
  selection: [],
@@ -76917,7 +77357,7 @@ var selector_panel_src_mainvue_type_script_lang_js_typeof = typeof Symbol === "f
76917
77357
  myemployee: {
76918
77358
  label: '本单位用户',
76919
77359
  name: 'myemployee',
76920
- url: api["Y" /* getSelectorOrgTree */],
77360
+ url: api["Z" /* getSelectorOrgTree */],
76921
77361
  data: [],
76922
77362
  nodeData: '',
76923
77363
  selection: [],
@@ -76931,7 +77371,7 @@ var selector_panel_src_mainvue_type_script_lang_js_typeof = typeof Symbol === "f
76931
77371
  otheremployee: {
76932
77372
  label: '外单位用户',
76933
77373
  name: 'otheremployee',
76934
- url: api["Y" /* getSelectorOrgTree */],
77374
+ url: api["Z" /* getSelectorOrgTree */],
76935
77375
  data: [],
76936
77376
  nodeData: '',
76937
77377
  selection: [],
@@ -76945,7 +77385,7 @@ var selector_panel_src_mainvue_type_script_lang_js_typeof = typeof Symbol === "f
76945
77385
  person: {
76946
77386
  label: '选择人员',
76947
77387
  name: 'person',
76948
- url: api["Y" /* getSelectorOrgTree */],
77388
+ url: api["Z" /* getSelectorOrgTree */],
76949
77389
  data: [],
76950
77390
  nodeData: '',
76951
77391
  selection: [],
@@ -76959,7 +77399,7 @@ var selector_panel_src_mainvue_type_script_lang_js_typeof = typeof Symbol === "f
76959
77399
  otherperson: {
76960
77400
  label: '外单位人员',
76961
77401
  name: 'otherperson',
76962
- url: api["Y" /* getSelectorOrgTree */],
77402
+ url: api["Z" /* getSelectorOrgTree */],
76963
77403
  data: [],
76964
77404
  nodeData: '',
76965
77405
  selection: [],
@@ -76973,7 +77413,7 @@ var selector_panel_src_mainvue_type_script_lang_js_typeof = typeof Symbol === "f
76973
77413
  persongroup: {
76974
77414
  label: '选择群组成员',
76975
77415
  name: 'persongroup',
76976
- url: api["Y" /* getSelectorOrgTree */],
77416
+ url: api["Z" /* getSelectorOrgTree */],
76977
77417
  data: [],
76978
77418
  nodeData: '',
76979
77419
  selection: [],
@@ -76991,7 +77431,7 @@ var selector_panel_src_mainvue_type_script_lang_js_typeof = typeof Symbol === "f
76991
77431
  selection: [],
76992
77432
  value: [],
76993
77433
  name: 'filgroup',
76994
- url: api["Y" /* getSelectorOrgTree */],
77434
+ url: api["Z" /* getSelectorOrgTree */],
76995
77435
  param: {
76996
77436
  showarea: 3,
76997
77437
  id: 0,
@@ -77001,7 +77441,7 @@ var selector_panel_src_mainvue_type_script_lang_js_typeof = typeof Symbol === "f
77001
77441
  depgroup: {
77002
77442
  label: '部门群组成员',
77003
77443
  name: 'depgroup',
77004
- url: api["Y" /* getSelectorOrgTree */],
77444
+ url: api["Z" /* getSelectorOrgTree */],
77005
77445
  data: [],
77006
77446
  nodeData: '',
77007
77447
  selection: [],
@@ -77015,7 +77455,7 @@ var selector_panel_src_mainvue_type_script_lang_js_typeof = typeof Symbol === "f
77015
77455
  persongroupobj: {
77016
77456
  label: '人员群组',
77017
77457
  name: 'persongroupobj',
77018
- url: api["Y" /* getSelectorOrgTree */],
77458
+ url: api["Z" /* getSelectorOrgTree */],
77019
77459
  data: [],
77020
77460
  nodeData: '',
77021
77461
  selection: [],
@@ -77029,7 +77469,7 @@ var selector_panel_src_mainvue_type_script_lang_js_typeof = typeof Symbol === "f
77029
77469
  filgroupobj: {
77030
77470
  label: '单位群组',
77031
77471
  name: 'filgroupobj',
77032
- url: api["Y" /* getSelectorOrgTree */],
77472
+ url: api["Z" /* getSelectorOrgTree */],
77033
77473
  data: [],
77034
77474
  nodeData: '',
77035
77475
  selection: [],
@@ -77043,7 +77483,7 @@ var selector_panel_src_mainvue_type_script_lang_js_typeof = typeof Symbol === "f
77043
77483
  depgroupobj: {
77044
77484
  label: '部门群组',
77045
77485
  name: 'depgroupobj',
77046
- url: api["Y" /* getSelectorOrgTree */],
77486
+ url: api["Z" /* getSelectorOrgTree */],
77047
77487
  data: [],
77048
77488
  nodeData: '',
77049
77489
  selection: [],
@@ -77057,7 +77497,7 @@ var selector_panel_src_mainvue_type_script_lang_js_typeof = typeof Symbol === "f
77057
77497
  role: {
77058
77498
  label: '选择角色',
77059
77499
  name: 'role',
77060
- url: api["Y" /* getSelectorOrgTree */],
77500
+ url: api["Z" /* getSelectorOrgTree */],
77061
77501
  data: [],
77062
77502
  nodeData: '',
77063
77503
  selection: [],
@@ -77071,7 +77511,7 @@ var selector_panel_src_mainvue_type_script_lang_js_typeof = typeof Symbol === "f
77071
77511
  post: {
77072
77512
  label: '选择岗位',
77073
77513
  name: 'post',
77074
- url: api["Y" /* getSelectorOrgTree */],
77514
+ url: api["Z" /* getSelectorOrgTree */],
77075
77515
  data: [],
77076
77516
  nodeData: '',
77077
77517
  selection: [],
@@ -77085,7 +77525,7 @@ var selector_panel_src_mainvue_type_script_lang_js_typeof = typeof Symbol === "f
77085
77525
  codetable: {
77086
77526
  label: '代码表',
77087
77527
  name: 'codetable',
77088
- url: api["Y" /* getSelectorOrgTree */],
77528
+ url: api["Z" /* getSelectorOrgTree */],
77089
77529
  data: [],
77090
77530
  nodeData: '',
77091
77531
  selection: [],
@@ -77099,7 +77539,7 @@ var selector_panel_src_mainvue_type_script_lang_js_typeof = typeof Symbol === "f
77099
77539
  topcontacts: {
77100
77540
  label: '常用联系人',
77101
77541
  name: 'topcontacts',
77102
- url: api["Y" /* getSelectorOrgTree */],
77542
+ url: api["Z" /* getSelectorOrgTree */],
77103
77543
  data: [],
77104
77544
  nodeData: '',
77105
77545
  selection: [],
@@ -77761,11 +78201,11 @@ function sizer_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return fun
77761
78201
  },
77762
78202
  url: {
77763
78203
  type: String,
77764
- default: api["R" /* getOrgMainTree */]
78204
+ default: api["S" /* getOrgMainTree */]
77765
78205
  },
77766
78206
  orgUrl: {
77767
78207
  type: String,
77768
- default: api["W" /* getSelectOrgsubids */]
78208
+ default: api["X" /* getSelectOrgsubids */]
77769
78209
  },
77770
78210
  selectField: {
77771
78211
  type: String,
@@ -81229,7 +81669,7 @@ mainvue_type_template_id_6baa7a0b_render._withStripped = true
81229
81669
  },
81230
81670
  url: {
81231
81671
  type: String,
81232
- default: api["bb" /* gethelpdoc */]
81672
+ default: api["cb" /* gethelpdoc */]
81233
81673
  },
81234
81674
  param: {
81235
81675
  type: Object,
@@ -81738,7 +82178,7 @@ mainvue_type_template_id_367f47a8_render._withStripped = true
81738
82178
  // 选择项远程地址
81739
82179
  url: {
81740
82180
  type: String,
81741
- default: api["R" /* getOrgMainTree */]
82181
+ default: api["S" /* getOrgMainTree */]
81742
82182
  },
81743
82183
  system: {
81744
82184
  type: Boolean,
@@ -88658,7 +89098,7 @@ var mainvue_type_script_lang_js_props;
88658
89098
  }, mainvue_type_script_lang_js_props.properties = {
88659
89099
  type: String,
88660
89100
  default: function _default() {
88661
- return api["G" /* getAdjunctProperties */];
89101
+ return api["H" /* getAdjunctProperties */];
88662
89102
  }
88663
89103
  }, mainvue_type_script_lang_js_props.fileIcons = {
88664
89104
  type: Object,
@@ -88693,7 +89133,7 @@ var mainvue_type_script_lang_js_props;
88693
89133
  source: '',
88694
89134
  excludeNames: '',
88695
89135
  boxHeight: this.listHeight,
88696
- previewAdjunct: api["sb" /* previewAdjunct */],
89136
+ previewAdjunct: api["tb" /* previewAdjunct */],
88697
89137
  kkfileview: null,
88698
89138
  dochubConfig: {}
88699
89139
  };
@@ -88751,7 +89191,7 @@ var mainvue_type_script_lang_js_props;
88751
89191
  return this.totalSize ? this.totalSize : this.fileTotalSize ? this.fileTotalSize : 0;
88752
89192
  },
88753
89193
  getAdjunctFileInfos: function getAdjunctFileInfos() {
88754
- return typeof this.fileList === 'string' ? this.fileList : api["F" /* getAdjunctFileInfos */];
89194
+ return typeof this.fileList === 'string' ? this.fileList : api["G" /* getAdjunctFileInfos */];
88755
89195
  },
88756
89196
  showList: function showList() {
88757
89197
  return this.portrait ? false : this.showFileList;
@@ -88950,7 +89390,7 @@ var mainvue_type_script_lang_js_props;
88950
89390
  this.dochubConfig = config.dochubConfig;
88951
89391
  }
88952
89392
 
88953
- var url = this.portrait || this.documentId ? this.dochubConfig.reuploadDocumentUrl || api["sc" /* uploadOnlyOne */] : this.dochubConfig.uploadDocumentUrl || api["uc" /* uploads */];
89393
+ var url = this.portrait || this.documentId ? this.dochubConfig.reuploadDocumentUrl || api["tc" /* uploadOnlyOne */] : this.dochubConfig.uploadDocumentUrl || api["vc" /* uploads */];
88954
89394
  this.uploadUrl = url.indexOf(this.host) > -1 ? url : this.host + url;
88955
89395
  this.requestFiles && this.getFiles();
88956
89396
  } else {
@@ -88973,7 +89413,7 @@ var mainvue_type_script_lang_js_props;
88973
89413
  _this3.dochubConfig = res.results.dochubConfig;
88974
89414
  sessionStorage.setItem('dochubConfig', JSON.stringify(res.results.dochubConfig));
88975
89415
  }
88976
- var _url = _this3.portrait ? _this3.dochubConfig.reuploadDocumentUrl || api["sc" /* uploadOnlyOne */] : _this3.dochubConfig.uploadDocumentUrl || api["uc" /* uploads */];
89416
+ var _url = _this3.portrait ? _this3.dochubConfig.reuploadDocumentUrl || api["tc" /* uploadOnlyOne */] : _this3.dochubConfig.uploadDocumentUrl || api["vc" /* uploads */];
88977
89417
  _this3.uploadUrl = _url.indexOf(_this3.host) > -1 ? _url : _this3.host + _url;
88978
89418
  if (res.results.kkViewRootPath) {
88979
89419
  _this3.kkfileview = res.results.kkViewRootPath;
@@ -89003,7 +89443,7 @@ var mainvue_type_script_lang_js_props;
89003
89443
  if (!this.show || this.fileList && Array.isArray(this.fileList) && this.fileList.length || this.requiredOwnId && !Object.prototype.hasOwnProperty.call(this.params, 'ownId')) {
89004
89444
  return false;
89005
89445
  }
89006
- var url = typeof this.fileList === 'string' ? this.fileList : this.dochubConfig.getDocumentList ? this.dochubConfig.getDocumentList : api["F" /* getAdjunctFileInfos */];
89446
+ var url = typeof this.fileList === 'string' ? this.fileList : this.dochubConfig.getDocumentList ? this.dochubConfig.getDocumentList : api["G" /* getAdjunctFileInfos */];
89007
89447
  utils_util["a" /* default */].ajax({
89008
89448
  method: this.method,
89009
89449
  url: url,
@@ -89088,13 +89528,13 @@ var mainvue_type_script_lang_js_props;
89088
89528
  if (this.kkfileview) {
89089
89529
  this.openKkfileview(file);
89090
89530
  } else {
89091
- utils_util["a" /* default */].win.open(this.host + (url ? url : api["ub" /* previewAdjunctOffice */]) + '?cmd=view&bucketName=' + file.absolutePath + '&fileId=' + file.adjunctId + '&fileName=' + file.newName);
89531
+ utils_util["a" /* default */].win.open(this.host + (url ? url : api["vb" /* previewAdjunctOffice */]) + '?cmd=view&bucketName=' + file.absolutePath + '&fileId=' + file.adjunctId + '&fileName=' + file.newName);
89092
89532
  }
89093
89533
  } else if (suffix.includes('pdf')) {
89094
89534
  if (this.kkfileview) {
89095
89535
  this.openKkfileview(file);
89096
89536
  } else {
89097
- utils_util["a" /* default */].win.open(this.host + (url ? url : api["tb" /* previewAdjunct2 */]) + '/' + file.originalName + '?adjunctId=' + file.adjunctId);
89537
+ utils_util["a" /* default */].win.open(this.host + (url ? url : api["ub" /* previewAdjunct2 */]) + '/' + file.originalName + '?adjunctId=' + file.adjunctId);
89098
89538
  }
89099
89539
  } else if (suffix.includes('jpge') || suffix.includes('jpg') || suffix.includes('gif') || suffix.includes('png')) {
89100
89540
  this.imgUrl = res.url && utils_util["a" /* default */].startWith(url, ['http', '/', true]) ? res.url : this.host + (url ? url : this.previewAdjunct) + '?adjunctId=' + file.adjunctId;
@@ -89259,7 +89699,7 @@ var mainvue_type_script_lang_js_props;
89259
89699
  }
89260
89700
  },
89261
89701
  handleDownloads: function handleDownloads() {
89262
- var url = typeof this.downloads === 'string' ? this.downloads : this.dochubConfig.compressDownloadDocumentUrl || api["rc" /* uploadDownloads */];
89702
+ var url = typeof this.downloads === 'string' ? this.downloads : this.dochubConfig.compressDownloadDocumentUrl || api["sc" /* uploadDownloads */];
89263
89703
  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);
89264
89704
  },
89265
89705
  handleDownload: function handleDownload(file) {
@@ -89299,7 +89739,7 @@ var mainvue_type_script_lang_js_props;
89299
89739
  ids = ids.join(',');
89300
89740
  utils_util["a" /* default */].ajax({
89301
89741
  method: this.method,
89302
- url: this.dochubConfig.sortDocumentsUrl || api["tc" /* uploadSort */],
89742
+ url: this.dochubConfig.sortDocumentsUrl || api["uc" /* uploadSort */],
89303
89743
  data: {
89304
89744
  ids: ids,
89305
89745
  documentIds: ids,
@@ -89910,7 +90350,7 @@ if (typeof window !== 'undefined' && window.Vue) {
89910
90350
  }
89911
90351
 
89912
90352
  /* harmony default export */ var src_0 = __webpack_exports__["default"] = ({
89913
- version: '0.6.66',
90353
+ version: '0.6.68',
89914
90354
  install: install,
89915
90355
  Button: packages_button,
89916
90356
  ButtonGroup: button_group,