eoss-ui 0.7.84 → 0.7.86

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 (73) hide show
  1. package/lib/button-group.js +155 -143
  2. package/lib/button.js +155 -143
  3. package/lib/calogin.js +155 -143
  4. package/lib/checkbox-group.js +157 -145
  5. package/lib/config/api.js +8 -0
  6. package/lib/data-table-form.js +157 -145
  7. package/lib/data-table.js +160 -148
  8. package/lib/date-picker.js +155 -143
  9. package/lib/dialog.js +155 -143
  10. package/lib/eoss-ui.common.js +863 -166
  11. package/lib/flow-group.js +155 -143
  12. package/lib/flow-list.js +949 -252
  13. package/lib/flow.js +257 -241
  14. package/lib/form.js +157 -145
  15. package/lib/handle-user.js +156 -144
  16. package/lib/handler.js +160 -148
  17. package/lib/icon.js +156 -144
  18. package/lib/icons.js +1 -1
  19. package/lib/index.js +1 -1
  20. package/lib/input-number.js +155 -143
  21. package/lib/input.js +155 -143
  22. package/lib/login.js +179 -167
  23. package/lib/main.js +246 -234
  24. package/lib/nav.js +155 -143
  25. package/lib/notify.js +158 -146
  26. package/lib/page.js +155 -143
  27. package/lib/pagination.js +155 -143
  28. package/lib/player.js +155 -143
  29. package/lib/qr-code.js +155 -143
  30. package/lib/radio-group.js +157 -145
  31. package/lib/retrial-auth.js +159 -147
  32. package/lib/select-ganged.js +157 -145
  33. package/lib/select.js +157 -145
  34. package/lib/selector-panel.js +173 -161
  35. package/lib/selector.js +157 -145
  36. package/lib/sizer.js +157 -145
  37. package/lib/steps.js +155 -143
  38. package/lib/switch.js +155 -143
  39. package/lib/table-form.js +155 -143
  40. package/lib/tabs.js +155 -143
  41. package/lib/theme-chalk/base.css +1 -1
  42. package/lib/theme-chalk/flow-list.css +1 -1
  43. package/lib/theme-chalk/fonts/iconfont.ttf +0 -0
  44. package/lib/theme-chalk/fonts/iconfont.woff +0 -0
  45. package/lib/theme-chalk/icon.css +1 -1
  46. package/lib/theme-chalk/index.css +1 -1
  47. package/lib/theme-chalk/main.css +1 -1
  48. package/lib/theme-chalk/menu.css +1 -1
  49. package/lib/theme-chalk/simplicity-top.css +1 -1
  50. package/lib/theme-chalk/simplicity.css +1 -1
  51. package/lib/theme-chalk/sizer.css +1 -1
  52. package/lib/theme-chalk/upload.css +1 -1
  53. package/lib/tips.js +156 -144
  54. package/lib/tree-group.js +155 -143
  55. package/lib/tree.js +156 -144
  56. package/lib/upload.js +168 -156
  57. package/lib/wujie.js +155 -143
  58. package/lib/wxlogin.js +155 -143
  59. package/package.json +1 -1
  60. package/packages/flow/src/main.vue +6 -2
  61. package/packages/flow-list/src/main.vue +547 -44
  62. package/packages/handler/src/main.vue +2 -2
  63. package/packages/icons/src/icon.json +1 -1
  64. package/packages/login/src/main.vue +7 -7
  65. package/packages/main/src/simplicity/index.vue +3 -3
  66. package/packages/main/src/simplicityTop/handler.vue +2 -2
  67. package/packages/main/src/simplicityTop/index.vue +3 -3
  68. package/packages/theme-chalk/src/flow-list.scss +16 -0
  69. package/packages/theme-chalk/src/fonts/iconfont.ttf +0 -0
  70. package/packages/theme-chalk/src/fonts/iconfont.woff +0 -0
  71. package/packages/theme-chalk/src/icon.scss +2637 -797
  72. package/src/config/api.js +8 -0
  73. package/src/index.js +1 -1
package/lib/flow.js CHANGED
@@ -1702,7 +1702,7 @@ var getLightness = function getLightness($v, $i, $isLight) {
1702
1702
  * @param {function} callback - 回调函数
1703
1703
  **/
1704
1704
  var util_getMainConfig = function getMainConfig(callback) {
1705
- util_ajax({ url: api["xb" /* mainConfig */] }).then(function (res) {
1705
+ util_ajax({ url: api["zb" /* mainConfig */] }).then(function (res) {
1706
1706
  if (res && res.rCode === 0) {
1707
1707
  callback(res.results);
1708
1708
  }
@@ -2467,7 +2467,7 @@ var isLogined = function () {
2467
2467
  break;
2468
2468
  }
2469
2469
 
2470
- util_ajax({ method: 'post', url: api["wb" /* logout */] }).then(function (res) {
2470
+ util_ajax({ method: 'post', url: api["yb" /* logout */] }).then(function (res) {
2471
2471
  if (res.rCode === 0) {
2472
2472
  removeStorage();
2473
2473
  }
@@ -3931,167 +3931,171 @@ var winTopOpen = function winTopOpen(config) {
3931
3931
  /***/ (function(module, __webpack_exports__, __webpack_require__) {
3932
3932
 
3933
3933
  "use strict";
3934
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "p", function() { return doCaLogin; });
3935
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "t", function() { return doUserLogin; });
3936
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "r", function() { return doQrLogin; });
3937
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "wb", function() { return logout; });
3938
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "ob", function() { return initLogin; });
3939
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Vb", function() { return switchUserTo; });
3940
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "c", function() { return changeImg; });
3941
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Q", function() { return getLoginCode; });
3942
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "q", function() { return doCodeLogin; });
3934
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "r", function() { return doCaLogin; });
3935
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "v", function() { return doUserLogin; });
3936
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "t", function() { return doQrLogin; });
3937
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "yb", function() { return logout; });
3938
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "qb", function() { return initLogin; });
3939
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Zb", function() { return switchUserTo; });
3940
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "d", function() { return changeImg; });
3941
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "S", function() { return getLoginCode; });
3942
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "s", function() { return doCodeLogin; });
3943
3943
  /* unused harmony export updateCode */
3944
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "R", function() { return getModifyPassCode; });
3945
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "g", function() { return codeModifyPass; });
3946
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "ub", function() { return loginModifyPassword; });
3944
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "T", function() { return getModifyPassCode; });
3945
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "h", function() { return codeModifyPass; });
3946
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "wb", function() { return loginModifyPassword; });
3947
3947
  /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "b", function() { return authCenter; });
3948
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "pb", function() { return initModifyPassword; });
3949
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "u", function() { return doWechatQrLogin; });
3950
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "fb", function() { return getTwoFactorLoginCode; });
3951
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "s", function() { return doTwoFactorLogin; });
3952
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "qb", function() { return initRetrialAuth; });
3953
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Z", function() { return getRetrialAuthCode; });
3954
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Nb", function() { return scanCodeRetrialAuth; });
3955
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "h", function() { return codeRetrialAuth; });
3956
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "o", function() { return doAssistanceQrLogin; });
3957
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Lc", function() { return userOnline; });
3958
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "hb", function() { return getUserAppWithTag; });
3959
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Ib", function() { return recordUserApp; });
3960
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "xb", function() { return mainConfig; });
3961
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "rb", function() { return initUserSet; });
3962
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Gc", function() { return updateUserInfo; });
3948
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "rb", function() { return initModifyPassword; });
3949
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "w", function() { return doWechatQrLogin; });
3950
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "hb", function() { return getTwoFactorLoginCode; });
3951
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "u", function() { return doTwoFactorLogin; });
3952
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "sb", function() { return initRetrialAuth; });
3953
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "bb", function() { return getRetrialAuthCode; });
3954
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Rb", function() { return scanCodeRetrialAuth; });
3955
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "i", function() { return codeRetrialAuth; });
3956
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "q", function() { return doAssistanceQrLogin; });
3957
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Pc", function() { return userOnline; });
3958
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "jb", function() { return getUserAppWithTag; });
3959
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Kb", function() { return recordUserApp; });
3960
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "zb", function() { return mainConfig; });
3961
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "tb", function() { return initUserSet; });
3962
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Kc", function() { return updateUserInfo; });
3963
3963
  /* unused harmony export getUserImgUrl */
3964
3964
  /* unused harmony export getDoorIndex */
3965
3965
  /* unused harmony export refreshOnlineUsers */
3966
3966
  /* unused harmony export getQuickMenuIds */
3967
3967
  /* unused harmony export getApplicationIdArray */
3968
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "K", function() { return getComplexApplications; });
3969
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "L", function() { return getComplexApplicationsNew; });
3968
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "M", function() { return getComplexApplications; });
3969
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "N", function() { return getComplexApplicationsNew; });
3970
3970
  /* unused harmony export getUserCustomInfo */
3971
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Fc", function() { return updateUserCustomInfo; });
3972
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Wb", function() { return sysMsgPage; });
3973
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "nb", function() { return ignoreSysMsg; });
3974
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "mb", function() { return ignoreAllSysMsg; });
3975
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Ob", function() { return searchType; });
3976
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "eb", function() { return getSysParam; });
3977
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "J", function() { return getAdjunctProperties; });
3978
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Kc", function() { return uploads; });
3979
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Ic", function() { return uploadOnlyOne; });
3980
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "I", function() { return getAdjunctFileInfos; });
3981
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Jc", function() { return uploadSort; });
3982
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "v", function() { return downloadByAdjunctId; });
3983
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Hc", function() { return uploadDownloads; });
3984
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Db", function() { return previewAdjunct; });
3985
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Eb", function() { return previewAdjunct2; });
3986
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Fb", function() { return previewAdjunctOffice; });
3987
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "j", function() { return delAdjunct; });
3971
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Jc", function() { return updateUserCustomInfo; });
3972
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "ac", function() { return sysMsgPage; });
3973
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "pb", function() { return ignoreSysMsg; });
3974
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "ob", function() { return ignoreAllSysMsg; });
3975
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Sb", function() { return searchType; });
3976
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "gb", function() { return getSysParam; });
3977
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "L", function() { return getAdjunctProperties; });
3978
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Oc", function() { return uploads; });
3979
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Mc", function() { return uploadOnlyOne; });
3980
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "K", function() { return getAdjunctFileInfos; });
3981
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Nc", function() { return uploadSort; });
3982
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "x", function() { return downloadByAdjunctId; });
3983
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Lc", function() { return uploadDownloads; });
3984
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Fb", function() { return previewAdjunct; });
3985
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Gb", function() { return previewAdjunct2; });
3986
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Hb", function() { return previewAdjunctOffice; });
3987
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "k", function() { return delAdjunct; });
3988
3988
  /* unused harmony export upload_updateClassify */
3989
3989
  /* unused harmony export getDeleteAdjunctFileInfos */
3990
3990
  /* unused harmony export getPictureBase64 */
3991
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "cb", function() { return getSelectorOrgTree; });
3992
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "bb", function() { return getSelectorOrgDetail; });
3993
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "V", function() { return getOrgMainTree; });
3994
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "ab", function() { return getSelectOrgsubids; });
3995
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "A", function() { return findSysCode; });
3996
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "M", function() { return getDictList; });
3991
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "eb", function() { return getSelectorOrgTree; });
3992
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "db", function() { return getSelectorOrgDetail; });
3993
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "X", function() { return getOrgMainTree; });
3994
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "cb", function() { return getSelectOrgsubids; });
3995
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "C", function() { return findSysCode; });
3996
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "O", function() { return getDictList; });
3997
3997
  /* unused harmony export findUserBaseInfo */
3998
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "kb", function() { return gethelpdoc; });
3998
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "mb", function() { return gethelpdoc; });
3999
3999
  /* unused harmony export getCurrentuser */
4000
4000
  /* unused harmony export mainDetail */
4001
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "oc", function() { return toStartFlow; });
4002
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "ic", function() { return tempSave; });
4003
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "i", function() { return commonOpion; });
4001
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "sc", function() { return toStartFlow; });
4002
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "mc", function() { return tempSave; });
4003
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "j", function() { return commonOpion; });
4004
4004
  /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "a", function() { return addCommonOpion; });
4005
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "w", function() { return editCommonOpion; });
4006
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Mb", function() { return saveCommonOpinion; });
4007
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Ec", function() { return updateCommonOpinion; });
4008
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "k", function() { return deleteCommonOpion; });
4009
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Y", function() { return getProcessDefList; });
4010
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "S", function() { return getNodeInfo; });
4011
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "z", function() { return findCodeValues; });
4012
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "C", function() { return findSysParam; });
4013
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "B", function() { return findSysCodes; });
4014
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "U", function() { return getNotificationMsg; });
4015
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "O", function() { return getHandleInfoHtml; });
4016
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Yb", function() { return taskHandleHtml; });
4005
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "y", function() { return editCommonOpion; });
4006
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Qb", function() { return saveCommonOpinion; });
4007
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Ic", function() { return updateCommonOpinion; });
4008
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "l", function() { return deleteCommonOpion; });
4009
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "ab", function() { return getProcessDefList; });
4010
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "U", function() { return getNodeInfo; });
4011
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "B", function() { return findCodeValues; });
4012
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "E", function() { return findSysParam; });
4013
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "D", function() { return findSysCodes; });
4014
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "W", function() { return getNotificationMsg; });
4015
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Q", function() { return getHandleInfoHtml; });
4016
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "cc", function() { return taskHandleHtml; });
4017
4017
  /* unused harmony export getView */
4018
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Jb", function() { return register; });
4019
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "zb", function() { return pendedhistoryList; });
4020
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "sc", function() { return toTaskRejectHtml; });
4021
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "bc", function() { return taskRejectHtml; });
4022
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "pc", function() { return toStartTaskRead; });
4023
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "qc", function() { return toStartTaskReadIndex; });
4024
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Zb", function() { return taskReadHtml; });
4025
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Kb", function() { return rejectAndEnd; });
4026
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "nc", function() { return toSendMsg; });
4027
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Sb", function() { return sendMsg; });
4028
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "y", function() { return endFlowHtml; });
4029
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "lb", function() { return handleInfo; });
4030
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "vb", function() { return loginUserInfo; });
4031
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Mc", function() { return wss; });
4032
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Cc", function() { return topic; });
4033
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "W", function() { return getPresetCustomInfo; });
4034
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "X", function() { return getPresetNodeInfo; });
4035
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "yc", function() { return toTaskTransferIndex; });
4036
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "fc", function() { return taskTransfer; });
4037
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "lc", function() { return toPresetInfoListIndex; });
4038
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "m", function() { return deletePresetInfo; });
4018
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Lb", function() { return register; });
4019
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Bb", function() { return pendedhistoryList; });
4020
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "wc", function() { return toTaskRejectHtml; });
4021
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "fc", function() { return taskRejectHtml; });
4022
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "tc", function() { return toStartTaskRead; });
4023
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "uc", function() { return toStartTaskReadIndex; });
4024
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "dc", function() { return taskReadHtml; });
4025
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Mb", function() { return rejectAndEnd; });
4026
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "rc", function() { return toSendMsg; });
4027
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Wb", function() { return sendMsg; });
4028
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "A", function() { return endFlowHtml; });
4029
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "nb", function() { return handleInfo; });
4030
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "xb", function() { return loginUserInfo; });
4031
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Qc", function() { return wss; });
4032
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Gc", function() { return topic; });
4033
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Y", function() { return getPresetCustomInfo; });
4034
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Z", function() { return getPresetNodeInfo; });
4035
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Cc", function() { return toTaskTransferIndex; });
4036
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "jc", function() { return taskTransfer; });
4037
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "pc", function() { return toPresetInfoListIndex; });
4038
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "n", function() { return deletePresetInfo; });
4039
4039
  /* unused harmony export historyListJson */
4040
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Ab", function() { return pendedhistoryListJson; });
4041
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Cb", function() { return pressListJson; });
4042
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "l", function() { return deleteFlow; });
4043
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "yb", function() { return modifyFlow; });
4044
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "sb", function() { return isCanStartSubFlow; });
4045
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "zc", function() { return toTaskUnionExamine; });
4046
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "gc", function() { return taskUnionExamine; });
4047
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "xc", function() { return toTaskTakeAdvice; });
4048
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "ec", function() { return taskTakeAdvice; });
4049
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "uc", function() { return toTaskStartDraft; });
4050
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "vc", function() { return toTaskSupervise; });
4051
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "wc", function() { return toTaskSuperviseSub; });
4052
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "dc", function() { return taskStartDraft; });
4053
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "tc", function() { return toTaskReview; });
4054
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "cc", function() { return taskReview; });
4055
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Ac", function() { return toTaskUnionSeal; });
4056
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "hc", function() { return taskUnionSeal; });
4057
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Bc", function() { return toTwoOfficesDispatch; });
4058
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Dc", function() { return twoOfficesDispatch; });
4059
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "mc", function() { return toResetProcessIndex; });
4060
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Lb", function() { return resetProcess; });
4061
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "rc", function() { return toTaskContinuationIndex; });
4062
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Xb", function() { return taskContinuation; });
4063
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "N", function() { return getFreeStartFlowParams; });
4064
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "F", function() { return freeStartFlowWithSubmitTask; });
4065
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "e", function() { return checkForeignOrgStartedCircularRead; });
4066
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Bb", function() { return pendedhistoryListWithCircularReadJson; });
4067
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "H", function() { return fyListJson; });
4068
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "f", function() { return circularReadWithdraw; });
4069
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "ac", function() { return taskReadWithDraw; });
4070
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Ub", function() { return startReadTransferHandleFlowWithTaskReadEnd; });
4071
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "d", function() { return checkBusinessIdStartedReadTransferHandle; });
4072
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Rb", function() { return sendList; });
4073
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Qb", function() { return sendInfo; });
4040
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Cb", function() { return pendedhistoryListJson; });
4041
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Eb", function() { return pressListJson; });
4042
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "m", function() { return deleteFlow; });
4043
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Ab", function() { return modifyFlow; });
4044
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "ub", function() { return isCanStartSubFlow; });
4045
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Dc", function() { return toTaskUnionExamine; });
4046
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "kc", function() { return taskUnionExamine; });
4047
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Bc", function() { return toTaskTakeAdvice; });
4048
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "ic", function() { return taskTakeAdvice; });
4049
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "yc", function() { return toTaskStartDraft; });
4050
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "zc", function() { return toTaskSupervise; });
4051
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Ac", function() { return toTaskSuperviseSub; });
4052
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "hc", function() { return taskStartDraft; });
4053
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "xc", function() { return toTaskReview; });
4054
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "gc", function() { return taskReview; });
4055
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Ec", function() { return toTaskUnionSeal; });
4056
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "lc", function() { return taskUnionSeal; });
4057
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Fc", function() { return toTwoOfficesDispatch; });
4058
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Hc", function() { return twoOfficesDispatch; });
4059
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "qc", function() { return toResetProcessIndex; });
4060
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Ob", function() { return resetProcess; });
4061
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "vc", function() { return toTaskContinuationIndex; });
4062
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "bc", function() { return taskContinuation; });
4063
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "P", function() { return getFreeStartFlowParams; });
4064
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "H", function() { return freeStartFlowWithSubmitTask; });
4065
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "f", function() { return checkForeignOrgStartedCircularRead; });
4066
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Db", function() { return pendedhistoryListWithCircularReadJson; });
4067
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "J", function() { return fyListJson; });
4068
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Nb", function() { return resetJson; });
4069
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "o", function() { return deletedListJson; });
4070
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Pb", function() { return restoredHistory; });
4071
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "c", function() { return batchDelete; });
4072
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "g", function() { return circularReadWithdraw; });
4073
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "ec", function() { return taskReadWithDraw; });
4074
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Yb", function() { return startReadTransferHandleFlowWithTaskReadEnd; });
4075
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "e", function() { return checkBusinessIdStartedReadTransferHandle; });
4076
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Vb", function() { return sendList; });
4077
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Ub", function() { return sendInfo; });
4074
4078
  /* unused harmony export sendSave */
4075
4079
  /* unused harmony export sendUpdate */
4076
4080
  /* unused harmony export sendDelete */
4077
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Pb", function() { return sendBatch; });
4078
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "D", function() { return formContents; });
4079
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "n", function() { return directStartTaskCircularRead; });
4080
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "x", function() { return endFlowAndStartTaskCircularRead; });
4081
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "T", function() { return getNodeInfoForStart; });
4082
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "E", function() { return freeStartFlow; });
4083
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "gb", function() { return getUrgencyLevelChangedNotificationType; });
4084
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "kc", function() { return toFreeTaskCircularRead; });
4085
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "tb", function() { return isCancelSecondConfirmation; });
4086
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "G", function() { return freeTaskCircularRead; });
4087
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "jc", function() { return toDefinitionChangeSort; });
4088
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Tb", function() { return setSort; });
4089
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Hb", function() { return queryUseCommonMenu; });
4090
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "P", function() { return getIndexCount; });
4091
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "jb", function() { return getVoteMeetingNum; });
4092
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "ib", function() { return getUserTipsInstanceNum; });
4093
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "db", function() { return getShareFilesReceiveCountNew; });
4094
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Gb", function() { return queryChildMenuUrl; });
4081
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Tb", function() { return sendBatch; });
4082
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "F", function() { return formContents; });
4083
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "p", function() { return directStartTaskCircularRead; });
4084
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "z", function() { return endFlowAndStartTaskCircularRead; });
4085
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "V", function() { return getNodeInfoForStart; });
4086
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "G", function() { return freeStartFlow; });
4087
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "ib", function() { return getUrgencyLevelChangedNotificationType; });
4088
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "oc", function() { return toFreeTaskCircularRead; });
4089
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "vb", function() { return isCancelSecondConfirmation; });
4090
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "I", function() { return freeTaskCircularRead; });
4091
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "nc", function() { return toDefinitionChangeSort; });
4092
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Xb", function() { return setSort; });
4093
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Jb", function() { return queryUseCommonMenu; });
4094
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "R", function() { return getIndexCount; });
4095
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "lb", function() { return getVoteMeetingNum; });
4096
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "kb", function() { return getUserTipsInstanceNum; });
4097
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "fb", function() { return getShareFilesReceiveCountNew; });
4098
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Ib", function() { return queryChildMenuUrl; });
4095
4099
  var flowPendingPrefix = window.flowPendingPrefix || localStorage.getItem('flowPendingPrefix') || '/bpm';
4096
4100
  // 登录
4097
4101
  var doCaLogin = '/sso2/signIn/auth/doCaLogin'; // ca登录认证
@@ -4330,6 +4334,14 @@ var checkForeignOrgStartedCircularRead = '/bpm/bpmBackend/checkForeignOrgStarted
4330
4334
  var pendedhistoryListWithCircularReadJson = '/bpm/pendedhistoryManager/pendedhistoryListWithCircularReadJson';
4331
4335
  // 获取分阅情况列表
4332
4336
  var fyListJson = '/bpm/pendedhistoryManager/fyListJson.dhtml';
4337
+ // 获取重设记录列表
4338
+ var resetJson = '/bpm/wfResetRecord/listJson.dhtml';
4339
+ // 获取删除记录列表
4340
+ var deletedListJson = '/bpm/pendedhistoryManager/deletedListJson.dhtml';
4341
+ // 恢复删除记录
4342
+ var restoredHistory = '/bpm/pendedhistoryManager/restoredHistory.dhtml';
4343
+ // 批量删除
4344
+ var batchDelete = '/bpm/pendedhistoryManager/batchDelete.dhtml';
4333
4345
 
4334
4346
  // 传阅列表撤回
4335
4347
  var circularReadWithdraw = '/bpm/bpmBackend/circularReadWithdraw';
@@ -4675,7 +4687,7 @@ var util = __webpack_require__(0);
4675
4687
 
4676
4688
  var userName = file.userName || file.response && file.response.userName || util["a" /* default */].getStorage('userName');
4677
4689
  var params = {
4678
- url: util["a" /* default */].getStorage('dochubConfig') ? JSON.parse(util["a" /* default */].getStorage('dochubConfig')).deleteDocumentUrl : api["j" /* delAdjunct */],
4690
+ url: util["a" /* default */].getStorage('dochubConfig') ? JSON.parse(util["a" /* default */].getStorage('dochubConfig')).deleteDocumentUrl : api["k" /* delAdjunct */],
4679
4691
  params: { userName: userName, id: file.adjunctId || file.response.adjunctId, ownId: this.ownId, businessId: this.ownId, bucketCode: this.code, documentId: file.adjunctId || file.response.adjunctId }
4680
4692
  };
4681
4693
  util["a" /* default */].ajax(params).then(function (res) {
@@ -4754,7 +4766,7 @@ module.exports = require("vuedraggable");
4754
4766
  // ESM COMPAT FLAG
4755
4767
  __webpack_require__.r(__webpack_exports__);
4756
4768
 
4757
- // 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=f5a32352&
4769
+ // 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=2e509c0a&
4758
4770
  var render = function () {
4759
4771
  var _vm = this
4760
4772
  var _h = _vm.$createElement
@@ -4798,7 +4810,7 @@ var render = function () {
4798
4810
  },
4799
4811
  [
4800
4812
  _vm._v(
4801
- "当前节点:" +
4813
+ "当前步骤:" +
4802
4814
  _vm._s(
4803
4815
  _vm.isFlow
4804
4816
  ? _vm.nodeName || "拟稿"
@@ -5093,7 +5105,7 @@ var render = function () {
5093
5105
  },
5094
5106
  [
5095
5107
  _vm._v(
5096
- "当前节点:" +
5108
+ "当前步骤:" +
5097
5109
  _vm._s(
5098
5110
  _vm.isFlow
5099
5111
  ? _vm.nodeName || "拟稿"
@@ -7776,7 +7788,7 @@ var staticRenderFns = []
7776
7788
  render._withStripped = true
7777
7789
 
7778
7790
 
7779
- // CONCATENATED MODULE: ./packages/flow/src/main.vue?vue&type=template&id=f5a32352&
7791
+ // CONCATENATED MODULE: ./packages/flow/src/main.vue?vue&type=template&id=2e509c0a&
7780
7792
 
7781
7793
  // EXTERNAL MODULE: external "babel-runtime/regenerator"
7782
7794
  var regenerator_ = __webpack_require__(4);
@@ -8385,7 +8397,7 @@ var util = __webpack_require__(0);
8385
8397
 
8386
8398
  this.loading = true;
8387
8399
  util["a" /* default */].ajax({
8388
- url: id ? api["w" /* editCommonOpion */] : api["a" /* addCommonOpion */],
8400
+ url: id ? api["y" /* editCommonOpion */] : api["a" /* addCommonOpion */],
8389
8401
  params: { id: id }
8390
8402
  }).then(function (res) {
8391
8403
  var status = res.status,
@@ -8664,7 +8676,7 @@ var _components;
8664
8676
  var _this = this;
8665
8677
 
8666
8678
  util["a" /* default */].ajax({
8667
- url: api["i" /* commonOpion */],
8679
+ url: api["j" /* commonOpion */],
8668
8680
  params: {
8669
8681
  userId: util["a" /* default */].getStorage('userId')
8670
8682
  },
@@ -8711,7 +8723,7 @@ var _components;
8711
8723
 
8712
8724
  var that = this;
8713
8725
  util["a" /* default */].ajax({
8714
- url: api["C" /* findSysParam */],
8726
+ url: api["E" /* findSysParam */],
8715
8727
  params: { cpName: 'commonOpinionsSelectType' }
8716
8728
  }).then(function (res) {
8717
8729
  if (res.status == 'success') {
@@ -8740,7 +8752,7 @@ var _components;
8740
8752
  }).then(function () {
8741
8753
  _this3.loading = util["a" /* default */].loading(_this3.$loading, '删除中...');
8742
8754
  util["a" /* default */].ajax({
8743
- url: api["k" /* deleteCommonOpion */],
8755
+ url: api["l" /* deleteCommonOpion */],
8744
8756
  params: {
8745
8757
  id: val.id
8746
8758
  }
@@ -8789,7 +8801,7 @@ var _components;
8789
8801
  }
8790
8802
  this.loading = util["a" /* default */].loading(this.$loading, '提交中...');
8791
8803
  util["a" /* default */].ajax({
8792
- url: data.id ? api["Ec" /* updateCommonOpinion */] : api["Mb" /* saveCommonOpinion */],
8804
+ url: data.id ? api["Ic" /* updateCommonOpinion */] : api["Qb" /* saveCommonOpinion */],
8793
8805
  data: info,
8794
8806
  header: { 'Content-Type': 'multipart/form-data' },
8795
8807
  method: 'post'
@@ -10053,7 +10065,7 @@ var _extends = Object.assign || function (target) { for (var i = 1; i < argument
10053
10065
  classify: true,
10054
10066
  newOptions: [],
10055
10067
  newSelectUserList: [],
10056
- url: api["lb" /* handleInfo */],
10068
+ url: api["nb" /* handleInfo */],
10057
10069
  newCheckboxList: [],
10058
10070
  newPresetEdit: 0,
10059
10071
  newMultiple: false,
@@ -10183,7 +10195,7 @@ var _extends = Object.assign || function (target) { for (var i = 1; i < argument
10183
10195
  if (query !== '') {
10184
10196
  this.searchLoading = true;
10185
10197
  util["a" /* default */].ajax({
10186
- url: api["lb" /* handleInfo */],
10198
+ url: api["nb" /* handleInfo */],
10187
10199
  params: { searchKey: query, query: query, type: 'user' }
10188
10200
  }).then(function (res) {
10189
10201
  var status = res.status,
@@ -10621,7 +10633,7 @@ var CustomPresetvue_type_script_lang_js_components;
10621
10633
  nextNodeId: nodeId,
10622
10634
  businessId: this.id
10623
10635
  };
10624
- util["a" /* default */].ajax({ url: api["S" /* getNodeInfo */], params: params }).then(function (res) {
10636
+ util["a" /* default */].ajax({ url: api["U" /* getNodeInfo */], params: params }).then(function (res) {
10625
10637
  var status = res.status,
10626
10638
  message = res.message,
10627
10639
  _res$data = res.data,
@@ -10719,7 +10731,7 @@ var CustomPresetvue_type_script_lang_js_components;
10719
10731
 
10720
10732
  isNoStart && (this.newPresetList = []);
10721
10733
  var params = {
10722
- url: api["W" /* getPresetCustomInfo */],
10734
+ url: api["Y" /* getPresetCustomInfo */],
10723
10735
  data: {
10724
10736
  nodeId: nodeId,
10725
10737
  processDefinitionId: processDefinitionId ? processDefinitionId : this.newProcessDefinitionId
@@ -11076,7 +11088,7 @@ var Presetvue_type_script_lang_js_components;
11076
11088
  nodeId = this.nodeId;
11077
11089
 
11078
11090
  var params = {
11079
- url: api["X" /* getPresetNodeInfo */],
11091
+ url: api["Z" /* getPresetNodeInfo */],
11080
11092
  data: {
11081
11093
  nextNodeId: nextNodeId,
11082
11094
  processDefinitionId: processDefinitionId,
@@ -11944,7 +11956,7 @@ var processFormvue_type_script_lang_js_components;
11944
11956
  this.foreignOrgSelectorParams.nofilid = this.userModel.orgId;
11945
11957
  this.foreignOrgSelectorParams.roleid = this.currentOrgSelectorParams.roleid = this.selectorParams.roleid;
11946
11958
  } else {
11947
- util["a" /* default */].ajax({ url: api["vb" /* loginUserInfo */] }).then(function (res) {
11959
+ util["a" /* default */].ajax({ url: api["xb" /* loginUserInfo */] }).then(function (res) {
11948
11960
  var status = res.status,
11949
11961
  data = res.data;
11950
11962
 
@@ -12117,7 +12129,7 @@ var processFormvue_type_script_lang_js_components;
12117
12129
  var _this3 = this;
12118
12130
 
12119
12131
  util["a" /* default */].ajax({
12120
- url: api["z" /* findCodeValues */],
12132
+ url: api["B" /* findCodeValues */],
12121
12133
  params: {
12122
12134
  ccCode: 'notification_type',
12123
12135
  userId: util["a" /* default */].getStorage('userId')
@@ -12153,7 +12165,7 @@ var processFormvue_type_script_lang_js_components;
12153
12165
  if (!this.showBtn) {
12154
12166
  params.openMode = 'samepage';
12155
12167
  }
12156
- util["a" /* default */].ajax({ url: api["U" /* getNotificationMsg */], params: params, methods: 'post' }).then(function (res) {
12168
+ util["a" /* default */].ajax({ url: api["W" /* getNotificationMsg */], params: params, methods: 'post' }).then(function (res) {
12157
12169
  if (res.status === 'success') {
12158
12170
  if (!_this4.showBtn) {
12159
12171
  _this4.oldMessage = res.message;
@@ -12298,7 +12310,7 @@ var processFormvue_type_script_lang_js_components;
12298
12310
  delete params.businessId;
12299
12311
  }
12300
12312
  util["a" /* default */].ajax({
12301
- url: _this5.isFreeStartFlow ? api["F" /* freeStartFlowWithSubmitTask */] : _this5.formType == 'readTransfer' ? api["Ub" /* startReadTransferHandleFlowWithTaskReadEnd */] : _this5.copyHistory ? api["E" /* freeStartFlow */] : api["Jb" /* register */],
12313
+ url: _this5.isFreeStartFlow ? api["H" /* freeStartFlowWithSubmitTask */] : _this5.formType == 'readTransfer' ? api["Yb" /* startReadTransferHandleFlowWithTaskReadEnd */] : _this5.copyHistory ? api["G" /* freeStartFlow */] : api["Lb" /* register */],
12302
12314
  method: 'post',
12303
12315
  data: params
12304
12316
  }).then(function (res) {
@@ -12409,7 +12421,7 @@ var processFormvue_type_script_lang_js_components;
12409
12421
  delete params.businessId;
12410
12422
  }
12411
12423
  util["a" /* default */].ajax({
12412
- url: _this5.isFreeStartFlow ? api["F" /* freeStartFlowWithSubmitTask */] : _this5.formType == 'readTransfer' ? api["Ub" /* startReadTransferHandleFlowWithTaskReadEnd */] : _this5.copyHistory ? api["E" /* freeStartFlow */] : api["Jb" /* register */],
12424
+ url: _this5.isFreeStartFlow ? api["H" /* freeStartFlowWithSubmitTask */] : _this5.formType == 'readTransfer' ? api["Yb" /* startReadTransferHandleFlowWithTaskReadEnd */] : _this5.copyHistory ? api["G" /* freeStartFlow */] : api["Lb" /* register */],
12413
12425
  method: 'post',
12414
12426
  data: params
12415
12427
  }).then(function (res) {
@@ -12451,7 +12463,7 @@ var processFormvue_type_script_lang_js_components;
12451
12463
  businessId: this.id,
12452
12464
  userId: util["a" /* default */].getStorage('userId')
12453
12465
  };
12454
- util["a" /* default */].ajax({ url: api["S" /* getNodeInfo */], params: params }).then(function (res) {
12466
+ util["a" /* default */].ajax({ url: api["U" /* getNodeInfo */], params: params }).then(function (res) {
12455
12467
  var status = res.status,
12456
12468
  message = res.message,
12457
12469
  _res$data = res.data,
@@ -12559,7 +12571,7 @@ var processFormvue_type_script_lang_js_components;
12559
12571
  var _this7 = this;
12560
12572
 
12561
12573
  util["a" /* default */].ajax({
12562
- url: api["B" /* findSysCodes */]
12574
+ url: api["D" /* findSysCodes */]
12563
12575
  }).then(function (res) {
12564
12576
  var status = res.status,
12565
12577
  message = res.message;
@@ -12648,7 +12660,7 @@ var processFormvue_type_script_lang_js_components;
12648
12660
  params.taskAction = "toStartFlowWithoutTempSave";
12649
12661
  }
12650
12662
  // 获取节点
12651
- util["a" /* default */].ajax({ url: api["oc" /* toStartFlow */], params: params }).then(function (res) {
12663
+ util["a" /* default */].ajax({ url: api["sc" /* toStartFlow */], params: params }).then(function (res) {
12652
12664
  //pc接口返回数据处理
12653
12665
  var status = res.status,
12654
12666
  message = res.message,
@@ -13142,7 +13154,7 @@ SendMsgvue_type_template_id_9779cf84_render._withStripped = true
13142
13154
  notificationType = _sendInfo.notificationType;
13143
13155
 
13144
13156
  var params = {
13145
- url: api["Sb" /* sendMsg */],
13157
+ url: api["Wb" /* sendMsg */],
13146
13158
  headers: { Accept: 'application/json,text/plain' },
13147
13159
  method: 'post',
13148
13160
  data: {
@@ -13204,7 +13216,7 @@ SendMsgvue_type_template_id_9779cf84_render._withStripped = true
13204
13216
 
13205
13217
  this.loading = true;
13206
13218
  util["a" /* default */].ajax({
13207
- url: api["nc" /* toSendMsg */],
13219
+ url: api["rc" /* toSendMsg */],
13208
13220
  params: { pendingId: this.$attrs.pendingId }
13209
13221
  }).then(function (res) {
13210
13222
  var status = res.status,
@@ -14047,7 +14059,7 @@ processRejectvue_type_template_id_65914be1_render._withStripped = true
14047
14059
  var _this = this;
14048
14060
 
14049
14061
  util["a" /* default */].ajax({
14050
- url: api["z" /* findCodeValues */],
14062
+ url: api["B" /* findCodeValues */],
14051
14063
  params: {
14052
14064
  ccCode: 'notification_type',
14053
14065
  userId: util["a" /* default */].getStorage('userId'),
@@ -14096,7 +14108,7 @@ processRejectvue_type_template_id_65914be1_render._withStripped = true
14096
14108
  userId: util["a" /* default */].getStorage('userId'),
14097
14109
  nextNodeId: _this2.nextNode.nextNodeId
14098
14110
  };
14099
- util["a" /* default */].ajax({ url: api["bc" /* taskRejectHtml */], method: 'post', data: params }).then(function (res) {
14111
+ util["a" /* default */].ajax({ url: api["fc" /* taskRejectHtml */], method: 'post', data: params }).then(function (res) {
14100
14112
  var status = res.status,
14101
14113
  message = res.message;
14102
14114
 
@@ -14128,7 +14140,7 @@ processRejectvue_type_template_id_65914be1_render._withStripped = true
14128
14140
  var _this3 = this;
14129
14141
 
14130
14142
  util["a" /* default */].ajax({
14131
- url: api["B" /* findSysCodes */]
14143
+ url: api["D" /* findSysCodes */]
14132
14144
  }).then(function (res) {
14133
14145
  var status = res.status,
14134
14146
  message = res.message;
@@ -14161,7 +14173,7 @@ processRejectvue_type_template_id_65914be1_render._withStripped = true
14161
14173
  isSinglePage: false,
14162
14174
  opinion: this.option
14163
14175
  };
14164
- util["a" /* default */].ajax({ url: api["sc" /* toTaskRejectHtml */], params: params }).then(function (res) {
14176
+ util["a" /* default */].ajax({ url: api["wc" /* toTaskRejectHtml */], params: params }).then(function (res) {
14165
14177
  _this4.loading = false;
14166
14178
  if (res.status === 'success') {
14167
14179
  var _res$data = res.data,
@@ -14955,7 +14967,7 @@ var startTaskReadvue_type_script_lang_js_components;
14955
14967
  } else {
14956
14968
  params.appId = this.readParams.appId;
14957
14969
  }
14958
- util["a" /* default */].ajax({ url: api["U" /* getNotificationMsg */], params: params, methods: 'post' }).then(function (res) {
14970
+ util["a" /* default */].ajax({ url: api["W" /* getNotificationMsg */], params: params, methods: 'post' }).then(function (res) {
14959
14971
  if (res.status === 'success') {
14960
14972
  _this.newsNoice = res.message;
14961
14973
  }
@@ -14974,7 +14986,7 @@ var startTaskReadvue_type_script_lang_js_components;
14974
14986
  taskExamine = this.taskExamine;
14975
14987
 
14976
14988
  var params = {
14977
- url: api["yc" /* toTaskTransferIndex */],
14989
+ url: api["Cc" /* toTaskTransferIndex */],
14978
14990
  params: {
14979
14991
  opinion: opinion,
14980
14992
  pendingId: pendingId,
@@ -15100,7 +15112,7 @@ var startTaskReadvue_type_script_lang_js_components;
15100
15112
  var _this4 = this;
15101
15113
 
15102
15114
  var params = {
15103
- url: api["pc" /* toStartTaskRead */],
15115
+ url: api["tc" /* toStartTaskRead */],
15104
15116
  params: startTaskReadvue_type_script_lang_js_extends({
15105
15117
  pendingId: this.pendingId,
15106
15118
  taskAction: this.type
@@ -15149,7 +15161,7 @@ var startTaskReadvue_type_script_lang_js_components;
15149
15161
  var _this6 = this;
15150
15162
 
15151
15163
  util["a" /* default */].ajax({
15152
- url: api["z" /* findCodeValues */],
15164
+ url: api["B" /* findCodeValues */],
15153
15165
  params: {
15154
15166
  ccCode: 'fenyue_msg_type',
15155
15167
  userId: util["a" /* default */].getStorage('userId')
@@ -15196,7 +15208,7 @@ var startTaskReadvue_type_script_lang_js_components;
15196
15208
  type = this.type;
15197
15209
 
15198
15210
  var params = {
15199
- url: api["fc" /* taskTransfer */],
15211
+ url: api["jc" /* taskTransfer */],
15200
15212
  data: {
15201
15213
  choiceDeptId: choiceDeptId,
15202
15214
  choiceOrgId: choiceOrgId,
@@ -15299,7 +15311,7 @@ var startTaskReadvue_type_script_lang_js_components;
15299
15311
  }
15300
15312
  delete _this8.configInfo.taskExamine.taskExamineParam;
15301
15313
  util["a" /* default */].ajax({
15302
- url: api["Zb" /* taskReadHtml */],
15314
+ url: api["dc" /* taskReadHtml */],
15303
15315
  params: { taskAction: _this8.type },
15304
15316
  headers: {
15305
15317
  Accept: 'application/json,text/plain'
@@ -15338,7 +15350,7 @@ var startTaskReadvue_type_script_lang_js_components;
15338
15350
 
15339
15351
  this.loading = true;
15340
15352
  util["a" /* default */].ajax({
15341
- url: api["B" /* findSysCodes */]
15353
+ url: api["D" /* findSysCodes */]
15342
15354
  }).then(function (res) {
15343
15355
  var status = res.status,
15344
15356
  message = res.message,
@@ -16272,7 +16284,7 @@ var resetvue_type_script_lang_js_components;
16272
16284
  if (mainConfig) {
16273
16285
  this.userModel = JSON.parse(mainConfig).userModel;
16274
16286
  } else {
16275
- util["a" /* default */].ajax({ url: api["vb" /* loginUserInfo */] }).then(function (res) {
16287
+ util["a" /* default */].ajax({ url: api["xb" /* loginUserInfo */] }).then(function (res) {
16276
16288
  var status = res.status,
16277
16289
  data = res.data;
16278
16290
 
@@ -16365,7 +16377,7 @@ var resetvue_type_script_lang_js_components;
16365
16377
  var _this2 = this;
16366
16378
 
16367
16379
  util["a" /* default */].ajax({
16368
- url: api["z" /* findCodeValues */],
16380
+ url: api["B" /* findCodeValues */],
16369
16381
  params: {
16370
16382
  ccCode: 'notification_type',
16371
16383
  userId: util["a" /* default */].getStorage('userId')
@@ -16395,7 +16407,7 @@ var resetvue_type_script_lang_js_components;
16395
16407
  nodeId: this.nextNode.nextNode,
16396
16408
  businessId: this.taskExamine.businessId
16397
16409
  };
16398
- util["a" /* default */].ajax({ url: api["U" /* getNotificationMsg */], params: params, methods: 'post' }).then(function (res) {
16410
+ util["a" /* default */].ajax({ url: api["W" /* getNotificationMsg */], params: params, methods: 'post' }).then(function (res) {
16399
16411
  if (res.status === 'success') {
16400
16412
  _this3.nextNode.noticeInfo = res.message;
16401
16413
  }
@@ -16485,7 +16497,7 @@ var resetvue_type_script_lang_js_components;
16485
16497
  }
16486
16498
  if (_this4.activeNames != '1') delete params.customPresetUserJson;
16487
16499
  util["a" /* default */].ajax({
16488
- url: _this4.type == 'reset' ? api["Lb" /* resetProcess */] : api["Xb" /* taskContinuation */],
16500
+ url: _this4.type == 'reset' ? api["Ob" /* resetProcess */] : api["bc" /* taskContinuation */],
16489
16501
  method: 'post',
16490
16502
  data: params
16491
16503
  }).then(function (res) {
@@ -16520,7 +16532,7 @@ var resetvue_type_script_lang_js_components;
16520
16532
  pendingId: this.taskExamine.pendingId,
16521
16533
  taskAction: this.type == 'reset' ? 'resetProcess' : this.type == 'continuation' ? 'continuation' : ''
16522
16534
  };
16523
- util["a" /* default */].ajax({ url: api["S" /* getNodeInfo */], params: params }).then(function (res) {
16535
+ util["a" /* default */].ajax({ url: api["U" /* getNodeInfo */], params: params }).then(function (res) {
16524
16536
  var status = res.status,
16525
16537
  message = res.message,
16526
16538
  _res$data = res.data,
@@ -16624,7 +16636,7 @@ var resetvue_type_script_lang_js_components;
16624
16636
  var _this6 = this;
16625
16637
 
16626
16638
  util["a" /* default */].ajax({
16627
- url: api["B" /* findSysCodes */]
16639
+ url: api["D" /* findSysCodes */]
16628
16640
  }).then(function (res) {
16629
16641
  var status = res.status,
16630
16642
  message = res.message;
@@ -16693,7 +16705,7 @@ var resetvue_type_script_lang_js_components;
16693
16705
  var _this7 = this;
16694
16706
 
16695
16707
  var params = {
16696
- url: this.type == 'continuation' ? api["rc" /* toTaskContinuationIndex */] : api["mc" /* toResetProcessIndex */],
16708
+ url: this.type == 'continuation' ? api["vc" /* toTaskContinuationIndex */] : api["qc" /* toResetProcessIndex */],
16697
16709
  params: resetvue_type_script_lang_js_extends({
16698
16710
  appId: this.appId
16699
16711
  }, this.flowParams)
@@ -17424,7 +17436,7 @@ var taskUnionExaminevue_type_script_lang_js_components;
17424
17436
  pendingId = this.pendingId;
17425
17437
 
17426
17438
  var params = {
17427
- url: api["cc" /* taskReview */],
17439
+ url: api["gc" /* taskReview */],
17428
17440
  data: {
17429
17441
  nextUserId: nextOtherOrgObj.join(','),
17430
17442
  notificationType: noticeType.join(','),
@@ -17460,7 +17472,7 @@ var taskUnionExaminevue_type_script_lang_js_components;
17460
17472
  var _this2 = this;
17461
17473
 
17462
17474
  var params = {
17463
- url: api["tc" /* toTaskReview */],
17475
+ url: api["xc" /* toTaskReview */],
17464
17476
  params: { pendingId: this.pendingId }
17465
17477
  };
17466
17478
  util["a" /* default */].ajax(params).then(function (res) {
@@ -17496,7 +17508,7 @@ var taskUnionExaminevue_type_script_lang_js_components;
17496
17508
  var _this3 = this;
17497
17509
 
17498
17510
  var params = {
17499
- url: this.type == 'takeAdvice' ? api["xc" /* toTaskTakeAdvice */] : this.type === 'startDraf' ? api["uc" /* toTaskStartDraft */] : this.type == 'unionSeal' ? api["Ac" /* toTaskUnionSeal */] : this.type == 'twoOfficesDispatch' ? api["Bc" /* toTwoOfficesDispatch */] : api["zc" /* toTaskUnionExamine */],
17511
+ url: this.type == 'takeAdvice' ? api["Bc" /* toTaskTakeAdvice */] : this.type === 'startDraf' ? api["yc" /* toTaskStartDraft */] : this.type == 'unionSeal' ? api["Ec" /* toTaskUnionSeal */] : this.type == 'twoOfficesDispatch' ? api["Fc" /* toTwoOfficesDispatch */] : api["Dc" /* toTaskUnionExamine */],
17500
17512
  params: { pendingId: this.pendingId },
17501
17513
  headers: { Accept: 'application/json,text/plain' }
17502
17514
  };
@@ -17648,7 +17660,7 @@ var taskUnionExaminevue_type_script_lang_js_components;
17648
17660
  // if (this.type != 'startDraf' && this.type != 'unionSeal' && this.type != 'twoOfficesDispatch')
17649
17661
  // return this.$message.warning('暂未开放,敬请期待!');
17650
17662
  var param = {
17651
- url: this.type === 'startDraf' ? api["dc" /* taskStartDraft */] : this.type == 'unionSeal' ? api["hc" /* taskUnionSeal */] : this.type === 'twoOfficesDispatch' ? api["Dc" /* twoOfficesDispatch */] : this.type == 'takeAdvice' ? api["ec" /* taskTakeAdvice */] : api["gc" /* taskUnionExamine */],
17663
+ url: this.type === 'startDraf' ? api["hc" /* taskStartDraft */] : this.type == 'unionSeal' ? api["lc" /* taskUnionSeal */] : this.type === 'twoOfficesDispatch' ? api["Hc" /* twoOfficesDispatch */] : this.type == 'takeAdvice' ? api["ic" /* taskTakeAdvice */] : api["kc" /* taskUnionExamine */],
17652
17664
  data: {
17653
17665
  opinion: opinion,
17654
17666
  pendingId: pendingId,
@@ -17722,7 +17734,7 @@ var taskUnionExaminevue_type_script_lang_js_components;
17722
17734
  var _this5 = this;
17723
17735
 
17724
17736
  util["a" /* default */].ajax({
17725
- url: api["z" /* findCodeValues */],
17737
+ url: api["B" /* findCodeValues */],
17726
17738
  params: {
17727
17739
  ccCode: 'notification_type',
17728
17740
  userId: util["a" /* default */].getStorage('userId'),
@@ -17751,7 +17763,7 @@ var taskUnionExaminevue_type_script_lang_js_components;
17751
17763
  var params = {
17752
17764
  pendingId: this.pendingId
17753
17765
  };
17754
- util["a" /* default */].ajax({ url: api["U" /* getNotificationMsg */], params: params, methods: 'post' }).then(function (res) {
17766
+ util["a" /* default */].ajax({ url: api["W" /* getNotificationMsg */], params: params, methods: 'post' }).then(function (res) {
17755
17767
  if (res.status === 'success') {
17756
17768
  _this6.infoList.noticeInfo = res.message;
17757
17769
  }
@@ -17767,7 +17779,7 @@ var taskUnionExaminevue_type_script_lang_js_components;
17767
17779
  var _this7 = this;
17768
17780
 
17769
17781
  util["a" /* default */].ajax({
17770
- url: api["B" /* findSysCodes */]
17782
+ url: api["D" /* findSysCodes */]
17771
17783
  }).then(function (res) {
17772
17784
  var status = res.status,
17773
17785
  message = res.message;
@@ -21034,7 +21046,7 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
21034
21046
  var _this = this;
21035
21047
 
21036
21048
  var params = {
21037
- url: api["I" /* getAdjunctFileInfos */],
21049
+ url: api["K" /* getAdjunctFileInfos */],
21038
21050
  params: { ownId: ownId, code: code }
21039
21051
  };
21040
21052
  util["a" /* default */].ajax(params).then(function (res) {
@@ -21122,7 +21134,7 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
21122
21134
  taskAction: 'complete'
21123
21135
  };
21124
21136
  util["a" /* default */].ajax({
21125
- url: api["Zb" /* taskReadHtml */],
21137
+ url: api["dc" /* taskReadHtml */],
21126
21138
  params: { taskAction: 'complete' },
21127
21139
  headers: {
21128
21140
  Accept: 'application/json,text/plain'
@@ -21154,7 +21166,7 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
21154
21166
 
21155
21167
  this.loading = util["a" /* default */].loading(this.$loading, '加载中...');
21156
21168
  util["a" /* default */].ajax({
21157
- url: api["qc" /* toStartTaskReadIndex */],
21169
+ url: api["uc" /* toStartTaskReadIndex */],
21158
21170
  params: { pendingId: this.pendingId }
21159
21171
  }).then(function (res) {
21160
21172
  var status = res.status,
@@ -21190,7 +21202,7 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
21190
21202
  if (mainConfig) {
21191
21203
  this.userModel = JSON.parse(mainConfig).userModel;
21192
21204
  } else {
21193
- util["a" /* default */].ajax({ url: api["vb" /* loginUserInfo */] }).then(function (res) {
21205
+ util["a" /* default */].ajax({ url: api["xb" /* loginUserInfo */] }).then(function (res) {
21194
21206
  var status = res.status,
21195
21207
  data = res.data;
21196
21208
 
@@ -21225,7 +21237,7 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
21225
21237
  var _this5 = this;
21226
21238
 
21227
21239
  util["a" /* default */].ajax({
21228
- url: api["z" /* findCodeValues */],
21240
+ url: api["B" /* findCodeValues */],
21229
21241
  params: {
21230
21242
  ccCode: 'notification_type',
21231
21243
  userId: util["a" /* default */].getStorage('userId'),
@@ -21292,7 +21304,7 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
21292
21304
  pendingId: this.pendingId
21293
21305
  };
21294
21306
  this.loading = util["a" /* default */].loading(this.$loading, '保存中...');
21295
- util["a" /* default */].ajax({ url: api["ic" /* tempSave */], params: params }).then(function (res) {
21307
+ util["a" /* default */].ajax({ url: api["mc" /* tempSave */], params: params }).then(function (res) {
21296
21308
  var status = res.status,
21297
21309
  message = res.message;
21298
21310
 
@@ -21366,7 +21378,7 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
21366
21378
  var _this10 = this;
21367
21379
 
21368
21380
  util["a" /* default */].ajax({
21369
- url: api["B" /* findSysCodes */]
21381
+ url: api["D" /* findSysCodes */]
21370
21382
  }).then(function (res) {
21371
21383
  var status = res.status,
21372
21384
  message = res.message;
@@ -21398,7 +21410,7 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
21398
21410
  nodeId = _endFlowInfo.nodeId;
21399
21411
 
21400
21412
  var param = {
21401
- url: api["N" /* getFreeStartFlowParams */],
21413
+ url: api["P" /* getFreeStartFlowParams */],
21402
21414
  params: {
21403
21415
  businessId: businessId,
21404
21416
  processDefinitionId: processDefinitionId,
@@ -21438,7 +21450,7 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
21438
21450
 
21439
21451
  this.$confirm('确认' + res.value + '?').then(function () {
21440
21452
  var params = {
21441
- url: api["y" /* endFlowHtml */],
21453
+ url: api["A" /* endFlowHtml */],
21442
21454
  headers: { Accept: 'application/json,text/plain' },
21443
21455
  method: 'post',
21444
21456
  data: freeStartFlowvue_type_script_lang_js_extends({}, _this13.endFlowInfo, _this13.nextNode, {
@@ -21586,7 +21598,7 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
21586
21598
  var _this15 = this;
21587
21599
 
21588
21600
  var params = {
21589
- url: api["sb" /* isCanStartSubFlow */],
21601
+ url: api["ub" /* isCanStartSubFlow */],
21590
21602
  data: {
21591
21603
  appId: this.taskExamineInfo.appId,
21592
21604
  inevitableNode: res.inevitableNode
@@ -21696,7 +21708,7 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
21696
21708
  this.$confirm('确认' + res.value + '?').then(function () {
21697
21709
  // return this.$message.warning('请填写意见');
21698
21710
  var params = {
21699
- url: api["Kb" /* rejectAndEnd */],
21711
+ url: api["Mb" /* rejectAndEnd */],
21700
21712
  headers: { Accept: 'application/json,text/plain' },
21701
21713
  method: 'post',
21702
21714
  data: {
@@ -21766,7 +21778,7 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
21766
21778
  pendingId: this.pendingId,
21767
21779
  businessId: this.businessIds
21768
21780
  };
21769
- util["a" /* default */].ajax({ url: api["S" /* getNodeInfo */], params: params }).then(function (res) {
21781
+ util["a" /* default */].ajax({ url: api["U" /* getNodeInfo */], params: params }).then(function (res) {
21770
21782
  var status = res.status,
21771
21783
  message = res.message,
21772
21784
  data = res.data;
@@ -22016,7 +22028,7 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
22016
22028
  pendingId: this.pendingId,
22017
22029
  userId: util["a" /* default */].getStorage('userId')
22018
22030
  };
22019
- util["a" /* default */].ajax({ url: api["O" /* getHandleInfoHtml */], params: params }).then(function (res) {
22031
+ util["a" /* default */].ajax({ url: api["Q" /* getHandleInfoHtml */], params: params }).then(function (res) {
22020
22032
  //pc返回数据
22021
22033
 
22022
22034
  _this24.loading.close();
@@ -22308,7 +22320,7 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
22308
22320
  // onlyFlag: true
22309
22321
  };
22310
22322
  this.loading = util["a" /* default */].loading(this.$loading, '加载中...');
22311
- util["a" /* default */].ajax({ url: api["Y" /* getProcessDefList */], params: params }).then(function (res) {
22323
+ util["a" /* default */].ajax({ url: api["ab" /* getProcessDefList */], params: params }).then(function (res) {
22312
22324
  var status = res.status,
22313
22325
  message = res.message,
22314
22326
  data = res.data;
@@ -22361,7 +22373,7 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
22361
22373
  userId: util["a" /* default */].getStorage('userId'),
22362
22374
  type: 2
22363
22375
  };
22364
- util["a" /* default */].ajax({ url: api["zb" /* pendedhistoryList */], data: params, method: 'post' }).then(function (res) {
22376
+ util["a" /* default */].ajax({ url: api["Bb" /* pendedhistoryList */], data: params, method: 'post' }).then(function (res) {
22365
22377
  var rCode = res.rCode,
22366
22378
  msg = res.msg,
22367
22379
  results = res.results;
@@ -22557,7 +22569,7 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
22557
22569
  params.isSubFlow = taskExamineInfo.isSubFlow;
22558
22570
  params.nodeId = taskExamineInfo.nodeId;
22559
22571
  params.needRetrialAuth = needRetrialAuth;
22560
- return _context.abrupt('return', util["a" /* default */].ajax({ url: api["Yb" /* taskHandleHtml */], method: 'post', data: params }).then(function (res) {
22572
+ return _context.abrupt('return', util["a" /* default */].ajax({ url: api["cc" /* taskHandleHtml */], method: 'post', data: params }).then(function (res) {
22561
22573
  var status = res.status,
22562
22574
  message = res.message;
22563
22575
 
@@ -22937,7 +22949,7 @@ var supervisevue_type_script_lang_js_extends = Object.assign || function (target
22937
22949
  pendingUserIds = _nextNode.pendingUserIds;
22938
22950
 
22939
22951
  var params = {
22940
- url: api["wc" /* toTaskSuperviseSub */],
22952
+ url: api["Ac" /* toTaskSuperviseSub */],
22941
22953
  params: {
22942
22954
  userId: util["a" /* default */].getStorage('userId'),
22943
22955
  urgeUserIds: pendingUserIds,
@@ -22963,7 +22975,7 @@ var supervisevue_type_script_lang_js_extends = Object.assign || function (target
22963
22975
 
22964
22976
  this.loading = util["a" /* default */].loading(this.$loading, '加载中...');
22965
22977
  util["a" /* default */].ajax({
22966
- url: api["vc" /* toTaskSupervise */],
22978
+ url: api["zc" /* toTaskSupervise */],
22967
22979
  params: {
22968
22980
  businessId: this.businessId,
22969
22981
  appId: this.appId,
@@ -23444,7 +23456,7 @@ var Circulatevue_type_script_lang_js_components;
23444
23456
  return this.$message.warning('请选择处理对象!');
23445
23457
  }
23446
23458
  var param = {
23447
- url: this.showBtn || this.startFlowPageEmbeddedIntoStartFlowIndex ? api["n" /* directStartTaskCircularRead */] : api["x" /* endFlowAndStartTaskCircularRead */],
23459
+ url: this.showBtn || this.startFlowPageEmbeddedIntoStartFlowIndex ? api["p" /* directStartTaskCircularRead */] : api["z" /* endFlowAndStartTaskCircularRead */],
23448
23460
  data: {
23449
23461
  opinion: opinion,
23450
23462
  businessId: businessId,
@@ -23527,7 +23539,7 @@ var Circulatevue_type_script_lang_js_components;
23527
23539
  var _this2 = this;
23528
23540
 
23529
23541
  util["a" /* default */].ajax({
23530
- url: api["z" /* findCodeValues */],
23542
+ url: api["B" /* findCodeValues */],
23531
23543
  params: {
23532
23544
  ccCode: 'notification_type',
23533
23545
  userId: util["a" /* default */].getStorage('userId'),
@@ -23563,7 +23575,7 @@ var Circulatevue_type_script_lang_js_components;
23563
23575
  if (!this.showBtn) {
23564
23576
  params.openMode = 'samepage';
23565
23577
  }
23566
- util["a" /* default */].ajax({ url: api["U" /* getNotificationMsg */], params: params, methods: 'post' }).then(function (res) {
23578
+ util["a" /* default */].ajax({ url: api["W" /* getNotificationMsg */], params: params, methods: 'post' }).then(function (res) {
23567
23579
  if (res.status === 'success') {
23568
23580
  if (!_this3.showBtn) {
23569
23581
  _this3.oldMessage = res.message;
@@ -23584,7 +23596,7 @@ var Circulatevue_type_script_lang_js_components;
23584
23596
  var _this4 = this;
23585
23597
 
23586
23598
  util["a" /* default */].ajax({
23587
- url: api["B" /* findSysCodes */]
23599
+ url: api["D" /* findSysCodes */]
23588
23600
  }).then(function (res) {
23589
23601
  var status = res.status,
23590
23602
  message = res.message;
@@ -23837,7 +23849,7 @@ var FreeCirculationvue_type_script_lang_js_extends = Object.assign || function (
23837
23849
 
23838
23850
  if (!this.nextNode.nextCurrentOrgObj && !this.nextNode.nextOtherOrgObj) return this.$message.warning('请选择下步办理对象!');
23839
23851
  var param = {
23840
- url: api["G" /* freeTaskCircularRead */],
23852
+ url: api["I" /* freeTaskCircularRead */],
23841
23853
  data: FreeCirculationvue_type_script_lang_js_extends({}, this.params, {
23842
23854
  appId: this.appId || this.params.appId,
23843
23855
  nextCurrentOrgObj: this.nextNode.nextCurrentOrgObj,
@@ -23869,7 +23881,7 @@ var FreeCirculationvue_type_script_lang_js_extends = Object.assign || function (
23869
23881
  var _this2 = this;
23870
23882
 
23871
23883
  var param = {
23872
- url: api["kc" /* toFreeTaskCircularRead */],
23884
+ url: api["oc" /* toFreeTaskCircularRead */],
23873
23885
  params: FreeCirculationvue_type_script_lang_js_extends({}, this.params, { appId: this.appId || this.params.appId })
23874
23886
  };
23875
23887
  this.loading = util["a" /* default */].loading(this.$loading, '加载中...');
@@ -24120,7 +24132,7 @@ var external_vuedraggable_default = /*#__PURE__*/__webpack_require__.n(external_
24120
24132
  });
24121
24133
  });
24122
24134
  var params = {
24123
- url: api["Tb" /* setSort */],
24135
+ url: api["Xb" /* setSort */],
24124
24136
  method: 'post',
24125
24137
  format: false,
24126
24138
  headers: {
@@ -24147,7 +24159,7 @@ var external_vuedraggable_default = /*#__PURE__*/__webpack_require__.n(external_
24147
24159
  var _this2 = this;
24148
24160
 
24149
24161
  var params = {
24150
- url: api["jc" /* toDefinitionChangeSort */],
24162
+ url: api["nc" /* toDefinitionChangeSort */],
24151
24163
  method: 'get',
24152
24164
  params: {
24153
24165
  flowTypeCode: this.flowTypeCode,
@@ -25818,7 +25830,7 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
25818
25830
  getIsCancelSecondConfirmation: function getIsCancelSecondConfirmation() {
25819
25831
  var _this = this;
25820
25832
 
25821
- util["a" /* default */].ajax({ url: api["tb" /* isCancelSecondConfirmation */] }).then(function (res) {
25833
+ util["a" /* default */].ajax({ url: api["vb" /* isCancelSecondConfirmation */] }).then(function (res) {
25822
25834
  if (res.status == 'success') {
25823
25835
  _this.isCancelSecondConfirmationType = res.data === false;
25824
25836
  }
@@ -25847,7 +25859,7 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
25847
25859
  var _this2 = this;
25848
25860
 
25849
25861
  var params = {
25850
- url: api["gb" /* getUrgencyLevelChangedNotificationType */],
25862
+ url: api["ib" /* getUrgencyLevelChangedNotificationType */],
25851
25863
  params: { urgencyLevel: this.urgencyLevel }
25852
25864
  };
25853
25865
  util["a" /* default */].ajax(params).then(function (res) {
@@ -25899,7 +25911,7 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
25899
25911
  var _this4 = this;
25900
25912
 
25901
25913
  var params = {
25902
- url: api["T" /* getNodeInfoForStart */],
25914
+ url: api["V" /* getNodeInfoForStart */],
25903
25915
  params: { processDefinitionId: processDefinitionId }
25904
25916
  };
25905
25917
  util["a" /* default */].ajax(params).then(function (res) {
@@ -26053,7 +26065,7 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
26053
26065
  var _this7 = this;
26054
26066
 
26055
26067
  var params = {
26056
- url: api["I" /* getAdjunctFileInfos */],
26068
+ url: api["K" /* getAdjunctFileInfos */],
26057
26069
  params: { ownId: ownId, code: code }
26058
26070
  };
26059
26071
  util["a" /* default */].ajax(params).then(function (res) {
@@ -26141,7 +26153,7 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
26141
26153
  taskAction: 'complete'
26142
26154
  };
26143
26155
  util["a" /* default */].ajax({
26144
- url: api["Zb" /* taskReadHtml */],
26156
+ url: api["dc" /* taskReadHtml */],
26145
26157
  params: { taskAction: 'complete' },
26146
26158
  headers: {
26147
26159
  Accept: 'application/json,text/plain'
@@ -26173,7 +26185,7 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
26173
26185
  var _this9 = this;
26174
26186
 
26175
26187
  var params = {
26176
- url: api["d" /* checkBusinessIdStartedReadTransferHandle */],
26188
+ url: api["e" /* checkBusinessIdStartedReadTransferHandle */],
26177
26189
  params: {
26178
26190
  readTransferHandleBusinessId: readTransferHandleBusinessId,
26179
26191
  readTransferHandleProcessKey: readTransferHandleProcessKey,
@@ -26192,7 +26204,7 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
26192
26204
 
26193
26205
  this.loading = util["a" /* default */].loading(this.$loading, '加载中...');
26194
26206
  util["a" /* default */].ajax({
26195
- url: api["qc" /* toStartTaskReadIndex */],
26207
+ url: api["uc" /* toStartTaskReadIndex */],
26196
26208
  params: { pendingId: this.pendingId }
26197
26209
  }).then(function (res) {
26198
26210
  var status = res.status,
@@ -26236,7 +26248,7 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
26236
26248
  if (mainConfig) {
26237
26249
  this.userModel = JSON.parse(mainConfig).userModel;
26238
26250
  } else {
26239
- util["a" /* default */].ajax({ url: api["vb" /* loginUserInfo */] }).then(function (res) {
26251
+ util["a" /* default */].ajax({ url: api["xb" /* loginUserInfo */] }).then(function (res) {
26240
26252
  var status = res.status,
26241
26253
  data = res.data;
26242
26254
 
@@ -26271,7 +26283,7 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
26271
26283
  var _this12 = this;
26272
26284
 
26273
26285
  var params = {
26274
- url: api["z" /* findCodeValues */],
26286
+ url: api["B" /* findCodeValues */],
26275
26287
  params: {
26276
26288
  ccCode: 'notification_type',
26277
26289
  userId: util["a" /* default */].getStorage('userId'),
@@ -26339,7 +26351,7 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
26339
26351
  pendingId: this.pendingId
26340
26352
  };
26341
26353
  this.loading = util["a" /* default */].loading(this.$loading, '保存中...');
26342
- util["a" /* default */].ajax({ url: api["ic" /* tempSave */], data: params, method: 'post' }).then(function (res) {
26354
+ util["a" /* default */].ajax({ url: api["mc" /* tempSave */], data: params, method: 'post' }).then(function (res) {
26343
26355
  var status = res.status,
26344
26356
  message = res.message;
26345
26357
 
@@ -26413,7 +26425,7 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
26413
26425
  var _this17 = this;
26414
26426
 
26415
26427
  util["a" /* default */].ajax({
26416
- url: api["B" /* findSysCodes */]
26428
+ url: api["D" /* findSysCodes */]
26417
26429
  }).then(function (res) {
26418
26430
  var status = res.status,
26419
26431
  message = res.message;
@@ -26445,7 +26457,7 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
26445
26457
  nodeId = _endFlowInfo.nodeId;
26446
26458
 
26447
26459
  var param = {
26448
- url: api["N" /* getFreeStartFlowParams */],
26460
+ url: api["P" /* getFreeStartFlowParams */],
26449
26461
  params: {
26450
26462
  businessId: businessId,
26451
26463
  processDefinitionId: processDefinitionId,
@@ -26496,7 +26508,7 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
26496
26508
 
26497
26509
  this.$confirm('确认' + res.value + '?').then(function () {
26498
26510
  var params = {
26499
- url: api["y" /* endFlowHtml */],
26511
+ url: api["A" /* endFlowHtml */],
26500
26512
  headers: { Accept: 'application/json,text/plain' },
26501
26513
  method: 'post',
26502
26514
  data: mainvue_type_script_lang_js_extends({}, _this20.endFlowInfo, _this20.nextNode, {
@@ -26647,7 +26659,7 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
26647
26659
  var _this22 = this;
26648
26660
 
26649
26661
  var params = {
26650
- url: api["sb" /* isCanStartSubFlow */],
26662
+ url: api["ub" /* isCanStartSubFlow */],
26651
26663
  data: {
26652
26664
  appId: this.taskExamineInfo.appId,
26653
26665
  inevitableNode: res.inevitableNode
@@ -26757,7 +26769,7 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
26757
26769
  this.$confirm('确认' + res.value + '?').then(function () {
26758
26770
  // return this.$message.warning('请填写意见');
26759
26771
  var params = {
26760
- url: api["Kb" /* rejectAndEnd */],
26772
+ url: api["Mb" /* rejectAndEnd */],
26761
26773
  headers: { Accept: 'application/json,text/plain' },
26762
26774
  method: 'post',
26763
26775
  data: {
@@ -26831,7 +26843,7 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
26831
26843
  pendingId: this.pendingId,
26832
26844
  businessId: this.businessIds
26833
26845
  };
26834
- util["a" /* default */].ajax({ url: api["S" /* getNodeInfo */], params: params }).then(function (res) {
26846
+ util["a" /* default */].ajax({ url: api["U" /* getNodeInfo */], params: params }).then(function (res) {
26835
26847
  var status = res.status,
26836
26848
  message = res.message,
26837
26849
  data = res.data;
@@ -27113,7 +27125,7 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
27113
27125
  pendingId: this.pendingId,
27114
27126
  userId: util["a" /* default */].getStorage('userId')
27115
27127
  };
27116
- util["a" /* default */].ajax({ url: api["O" /* getHandleInfoHtml */], params: params }).then(function (res) {
27128
+ util["a" /* default */].ajax({ url: api["Q" /* getHandleInfoHtml */], params: params }).then(function (res) {
27117
27129
  //pc返回数据
27118
27130
 
27119
27131
  _this31.loading.close();
@@ -27135,6 +27147,7 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
27135
27147
  notificationMessageReadOnly = _res$data2.notificationMessageReadOnly,
27136
27148
  nextNodeCheckType = _res$data2.nextNodeCheckType,
27137
27149
  pOrgId = _res$data2.pOrgId,
27150
+ extendData = _res$data2.extendData,
27138
27151
  currentOrgName = _res$data2.currentOrgName,
27139
27152
  pendingItemHandleDescription = _res$data2.pendingItemHandleDescription,
27140
27153
  currentOrgSelectorParams = _res$data2.currentOrgSelectorParams,
@@ -27349,6 +27362,9 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
27349
27362
  _this31.endFlowInfo.processDefinitionId = taskExamine.processDefinitionId;
27350
27363
  _this31.endFlowInfo.nodeId = taskExamine.nodeId;
27351
27364
  }
27365
+ if (extendData && extendData.pendingData && extendData.pendingData.itemname) {
27366
+ _this31.NodeName = extendData.pendingData.itemname;
27367
+ }
27352
27368
  if (_this31.nodeName) {
27353
27369
  _this31.NodeName = _this31.nodeName;
27354
27370
  }
@@ -27476,7 +27492,7 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
27476
27492
  hideTempSave: true
27477
27493
  }, this.param);
27478
27494
  this.loading = util["a" /* default */].loading(this.$loading, '加载中...');
27479
- util["a" /* default */].ajax({ url: api["Y" /* getProcessDefList */], params: params }).then(function (res) {
27495
+ util["a" /* default */].ajax({ url: api["ab" /* getProcessDefList */], params: params }).then(function (res) {
27480
27496
  var status = res.status,
27481
27497
  message = res.message,
27482
27498
  data = res.data;
@@ -27537,7 +27553,7 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
27537
27553
  userId: util["a" /* default */].getStorage('userId'),
27538
27554
  type: 2
27539
27555
  };
27540
- util["a" /* default */].ajax({ url: api["zb" /* pendedhistoryList */], data: params, method: 'post' }).then(function (res) {
27556
+ util["a" /* default */].ajax({ url: api["Bb" /* pendedhistoryList */], data: params, method: 'post' }).then(function (res) {
27541
27557
  var rCode = res.rCode,
27542
27558
  msg = res.msg,
27543
27559
  results = res.results;
@@ -27562,7 +27578,7 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
27562
27578
 
27563
27579
  var _that = this;
27564
27580
  var params = {
27565
- url: api["e" /* checkForeignOrgStartedCircularRead */],
27581
+ url: api["f" /* checkForeignOrgStartedCircularRead */],
27566
27582
  params: {
27567
27583
  foreignOrgObj: _that.nextNode.nextOtherOrgObj,
27568
27584
  circularReadProcessKey: _that.taskExamineInfo.processDefinitionId,
@@ -27892,7 +27908,7 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
27892
27908
  if (!currentNodeEnableItemHandleDescription) {
27893
27909
  delete params.nextItemHandleDescription;
27894
27910
  }
27895
- return _context.abrupt('return', util["a" /* default */].ajax({ url: api["Yb" /* taskHandleHtml */], method: 'post', data: params }).then(function (res) {
27911
+ return _context.abrupt('return', util["a" /* default */].ajax({ url: api["cc" /* taskHandleHtml */], method: 'post', data: params }).then(function (res) {
27896
27912
  var status = res.status,
27897
27913
  message = res.message;
27898
27914
 
@@ -28000,7 +28016,7 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
28000
28016
  if (!currentNodeEnableItemHandleDescription) {
28001
28017
  delete params.nextItemHandleDescription;
28002
28018
  }
28003
- return _context2.abrupt('return', util["a" /* default */].ajax({ url: api["Yb" /* taskHandleHtml */], method: 'post', data: params }).then(function (res) {
28019
+ return _context2.abrupt('return', util["a" /* default */].ajax({ url: api["cc" /* taskHandleHtml */], method: 'post', data: params }).then(function (res) {
28004
28020
  var status = res.status,
28005
28021
  message = res.message;
28006
28022