eoss-ui 0.5.54 → 0.5.55

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 (66) hide show
  1. package/CHANGELOG.md +929 -0
  2. package/lib/button-group.js +82 -79
  3. package/lib/button.js +83 -80
  4. package/lib/checkbox-group.js +95 -85
  5. package/lib/config/api.js +2 -0
  6. package/lib/data-table-form.js +91 -81
  7. package/lib/data-table.js +132 -106
  8. package/lib/date-picker.js +82 -79
  9. package/lib/dialog.js +82 -79
  10. package/lib/eoss-ui.common.js +394 -278
  11. package/lib/flow-group.js +82 -79
  12. package/lib/flow-list.js +85 -82
  13. package/lib/flow.js +116 -113
  14. package/lib/form.js +86 -81
  15. package/lib/handle-user.js +83 -80
  16. package/lib/handler.js +83 -80
  17. package/lib/index.js +1 -1
  18. package/lib/input-number.js +82 -79
  19. package/lib/input.js +82 -79
  20. package/lib/login.js +88 -85
  21. package/lib/main.js +97 -95
  22. package/lib/menu.js +71 -17
  23. package/lib/nav.js +82 -79
  24. package/lib/notify.js +85 -82
  25. package/lib/page.js +82 -79
  26. package/lib/player.js +82 -79
  27. package/lib/qr-code.js +82 -79
  28. package/lib/radio-group.js +95 -85
  29. package/lib/retrial-auth.js +85 -82
  30. package/lib/select-ganged.js +93 -102
  31. package/lib/select.js +93 -83
  32. package/lib/selector-panel.js +100 -97
  33. package/lib/selector.js +83 -80
  34. package/lib/sizer.js +84 -81
  35. package/lib/steps.js +82 -79
  36. package/lib/switch.js +82 -79
  37. package/lib/table-form.js +82 -79
  38. package/lib/tabs.js +82 -79
  39. package/lib/theme-chalk/form.css +1 -1
  40. package/lib/theme-chalk/index.css +1 -1
  41. package/lib/tips.js +83 -80
  42. package/lib/toolbar.js +2 -2
  43. package/lib/tree-group.js +82 -79
  44. package/lib/tree.js +83 -80
  45. package/lib/upload.js +96 -93
  46. package/lib/wujie.js +82 -79
  47. package/lib/wxlogin.js +82 -79
  48. package/package.json +1 -1
  49. package/packages/button/src/main.vue +1 -1
  50. package/packages/checkbox-group/src/main.vue +12 -5
  51. package/packages/data-table/src/column.vue +24 -7
  52. package/packages/data-table/src/main.vue +31 -10
  53. package/packages/data-table-form/src/main.vue +10 -3
  54. package/packages/form/src/main.vue +2 -1
  55. package/packages/main/src/main.vue +0 -1
  56. package/packages/menu/src/main.vue +81 -4
  57. package/packages/radio-group/src/main.vue +12 -5
  58. package/packages/select/src/main.vue +12 -5
  59. package/packages/select-ganged/src/main.vue +9 -2
  60. package/packages/theme-chalk/lib/form.css +1 -1
  61. package/packages/theme-chalk/lib/index.css +1 -1
  62. package/packages/theme-chalk/src/form.scss +8 -0
  63. package/packages/toolbar/src/main.vue +2 -2
  64. package/packages/upload/src/main.vue +3 -3
  65. package/src/config/api.js +2 -0
  66. package/src/index.js +1 -1
@@ -1354,7 +1354,7 @@ var getLightness = function getLightness($v, $i, $isLight) {
1354
1354
  * @param {function} callback - 回调函数
1355
1355
  **/
1356
1356
  var getMainConfig = function getMainConfig(callback) {
1357
- ajax({ url: _config_api__WEBPACK_IMPORTED_MODULE_0__[/* mainConfig */ "db"] }).then(function (res) {
1357
+ ajax({ url: _config_api__WEBPACK_IMPORTED_MODULE_0__[/* mainConfig */ "eb"] }).then(function (res) {
1358
1358
  if (res && res.rCode === 0) {
1359
1359
  callback(res.results);
1360
1360
  }
@@ -2025,7 +2025,7 @@ var isLogined = function isLogined(_ref8) {
2025
2025
  }
2026
2026
  var quit = getParams('quit') || getParams('logout');
2027
2027
  if (quit) {
2028
- ajax({ method: 'post', url: _config_api__WEBPACK_IMPORTED_MODULE_0__[/* logout */ "cb"] }).then(function (res) {
2028
+ ajax({ method: 'post', url: _config_api__WEBPACK_IMPORTED_MODULE_0__[/* logout */ "db"] }).then(function (res) {
2029
2029
  if (res.rCode === 0) {
2030
2030
  removeStorage();
2031
2031
  }
@@ -3100,29 +3100,29 @@ var watermark = function watermark(option) {
3100
3100
  /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "l", function() { return doCaLogin; });
3101
3101
  /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "p", function() { return doUserLogin; });
3102
3102
  /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "n", function() { return doQrLogin; });
3103
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "cb", function() { return logout; });
3104
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "V", function() { return initLogin; });
3105
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "tb", function() { return switchUserTo; });
3103
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "db", function() { return logout; });
3104
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "W", function() { return initLogin; });
3105
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "ub", function() { return switchUserTo; });
3106
3106
  /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "c", function() { return changeImg; });
3107
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "E", function() { return getLoginCode; });
3107
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "F", function() { return getLoginCode; });
3108
3108
  /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "m", function() { return doCodeLogin; });
3109
3109
  /* unused harmony export updateCode */
3110
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "F", function() { return getModifyPassCode; });
3110
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "G", function() { return getModifyPassCode; });
3111
3111
  /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "d", function() { return codeModifyPass; });
3112
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "ab", function() { return loginModifyPassword; });
3112
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "bb", function() { return loginModifyPassword; });
3113
3113
  /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "b", function() { return authCenter; });
3114
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "W", function() { return initModifyPassword; });
3114
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "X", function() { return initModifyPassword; });
3115
3115
  /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "q", function() { return doWechatQrLogin; });
3116
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Q", function() { return getTwoFactorLoginCode; });
3116
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "R", function() { return getTwoFactorLoginCode; });
3117
3117
  /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "o", function() { return doTwoFactorLogin; });
3118
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "X", function() { return initRetrialAuth; });
3119
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "M", function() { return getRetrialAuthCode; });
3120
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "ob", function() { return scanCodeRetrialAuth; });
3118
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Y", function() { return initRetrialAuth; });
3119
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "N", function() { return getRetrialAuthCode; });
3120
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "pb", function() { return scanCodeRetrialAuth; });
3121
3121
  /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "e", function() { return codeRetrialAuth; });
3122
3122
  /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "k", function() { return doAssistanceQrLogin; });
3123
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "db", function() { return mainConfig; });
3124
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Y", function() { return initUserSet; });
3125
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Wb", function() { return updateUserInfo; });
3123
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "eb", function() { return mainConfig; });
3124
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Z", function() { return initUserSet; });
3125
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Xb", function() { return updateUserInfo; });
3126
3126
  /* unused harmony export getUserImgUrl */
3127
3127
  /* unused harmony export getDoorIndex */
3128
3128
  /* unused harmony export refreshOnlineUsers */
@@ -3131,94 +3131,95 @@ var watermark = function watermark(option) {
3131
3131
  /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "B", function() { return getComplexApplications; });
3132
3132
  /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "C", function() { return getComplexApplicationsNew; });
3133
3133
  /* unused harmony export getUserCustomInfo */
3134
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Vb", function() { return updateUserCustomInfo; });
3135
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "ub", function() { return sysMsgPage; });
3136
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "U", function() { return ignoreSysMsg; });
3137
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "T", function() { return ignoreAllSysMsg; });
3134
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Wb", function() { return updateUserCustomInfo; });
3135
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "vb", function() { return sysMsgPage; });
3136
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "V", function() { return ignoreSysMsg; });
3137
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "U", function() { return ignoreAllSysMsg; });
3138
3138
  /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "A", function() { return getAdjunctProperties; });
3139
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "ac", function() { return uploads; });
3140
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Yb", function() { return uploadOnlyOne; });
3139
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "bc", function() { return uploads; });
3140
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Zb", function() { return uploadOnlyOne; });
3141
3141
  /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "z", function() { return getAdjunctFileInfos; });
3142
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Zb", function() { return uploadSort; });
3142
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "ac", function() { return uploadSort; });
3143
3143
  /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "r", function() { return downloadByAdjunctId; });
3144
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Xb", function() { return uploadDownloads; });
3145
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "ib", function() { return previewAdjunct; });
3146
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "jb", function() { return previewAdjunct2; });
3147
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "kb", function() { return previewAdjunctOffice; });
3144
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Yb", function() { return uploadDownloads; });
3145
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "jb", function() { return previewAdjunct; });
3146
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "kb", function() { return previewAdjunct2; });
3147
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "lb", function() { return previewAdjunctOffice; });
3148
3148
  /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "g", function() { return delAdjunct; });
3149
3149
  /* unused harmony export upload_updateClassify */
3150
3150
  /* unused harmony export getDeleteAdjunctFileInfos */
3151
3151
  /* unused harmony export getPictureBase64 */
3152
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "P", function() { return getSelectorOrgTree; });
3153
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "O", function() { return getSelectorOrgDetail; });
3154
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "I", function() { return getOrgMainTree; });
3155
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "N", function() { return getSelectOrgsubids; });
3152
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Q", function() { return getSelectorOrgTree; });
3153
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "P", function() { return getSelectorOrgDetail; });
3154
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "J", function() { return getOrgMainTree; });
3155
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "O", function() { return getSelectOrgsubids; });
3156
3156
  /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "v", function() { return findSysCode; });
3157
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "D", function() { return getDictList; });
3157
3158
  /* unused harmony export findUserBaseInfo */
3158
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "R", function() { return gethelpdoc; });
3159
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "S", function() { return gethelpdoc; });
3159
3160
  /* unused harmony export getCurrentuser */
3160
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "eb", function() { return mainDetail; });
3161
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Hb", function() { return toStartFlow; });
3162
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Eb", function() { return tempSave; });
3161
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "fb", function() { return mainDetail; });
3162
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Ib", function() { return toStartFlow; });
3163
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Fb", function() { return tempSave; });
3163
3164
  /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "f", function() { return commonOpion; });
3164
3165
  /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "a", function() { return addCommonOpion; });
3165
3166
  /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "s", function() { return editCommonOpion; });
3166
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "nb", function() { return saveCommonOpinion; });
3167
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Ub", function() { return updateCommonOpinion; });
3167
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "ob", function() { return saveCommonOpinion; });
3168
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Vb", function() { return updateCommonOpinion; });
3168
3169
  /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "h", function() { return deleteCommonOpion; });
3169
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "L", function() { return getProcessDefList; });
3170
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "G", function() { return getNodeInfo; });
3170
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "M", function() { return getProcessDefList; });
3171
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "H", function() { return getNodeInfo; });
3171
3172
  /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "u", function() { return findCodeValues; });
3172
3173
  /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "x", function() { return findSysParam; });
3173
3174
  /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "w", function() { return findSysCodes; });
3174
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "H", function() { return getNotificationMsg; });
3175
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "D", function() { return getHandleInfoHtml; });
3176
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "vb", function() { return taskHandleHtml; });
3175
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "I", function() { return getNotificationMsg; });
3176
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "E", function() { return getHandleInfoHtml; });
3177
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "wb", function() { return taskHandleHtml; });
3177
3178
  /* unused harmony export getView */
3178
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "lb", function() { return register; });
3179
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "fb", function() { return pendedhistoryList; });
3180
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Kb", function() { return toTaskRejectHtml; });
3181
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "xb", function() { return taskRejectHtml; });
3182
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Ib", function() { return toStartTaskRead; });
3183
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Jb", function() { return toStartTaskReadIndex; });
3184
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "wb", function() { return taskReadHtml; });
3185
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "mb", function() { return rejectAndEnd; });
3186
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Gb", function() { return toSendMsg; });
3187
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "sb", function() { return sendMsg; });
3179
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "mb", function() { return register; });
3180
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "gb", function() { return pendedhistoryList; });
3181
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Lb", function() { return toTaskRejectHtml; });
3182
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "yb", function() { return taskRejectHtml; });
3183
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Jb", function() { return toStartTaskRead; });
3184
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Kb", function() { return toStartTaskReadIndex; });
3185
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "xb", function() { return taskReadHtml; });
3186
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "nb", function() { return rejectAndEnd; });
3187
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Hb", function() { return toSendMsg; });
3188
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "tb", function() { return sendMsg; });
3188
3189
  /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "t", function() { return endFlowHtml; });
3189
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "S", function() { return handleInfo; });
3190
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "bb", function() { return loginUserInfo; });
3191
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "bc", function() { return wss; });
3192
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Sb", function() { return topic; });
3193
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "J", function() { return getPresetCustomInfo; });
3194
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "K", function() { return getPresetNodeInfo; });
3195
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Ob", function() { return toTaskTransferIndex; });
3196
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Bb", function() { return taskTransfer; });
3197
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Fb", function() { return toPresetInfoListIndex; });
3190
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "T", function() { return handleInfo; });
3191
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "cb", function() { return loginUserInfo; });
3192
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "cc", function() { return wss; });
3193
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Tb", function() { return topic; });
3194
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "K", function() { return getPresetCustomInfo; });
3195
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "L", function() { return getPresetNodeInfo; });
3196
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Pb", function() { return toTaskTransferIndex; });
3197
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Cb", function() { return taskTransfer; });
3198
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Gb", function() { return toPresetInfoListIndex; });
3198
3199
  /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "j", function() { return deletePresetInfo; });
3199
3200
  /* unused harmony export historyListJson */
3200
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "gb", function() { return pendedhistoryListJson; });
3201
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "hb", function() { return pressListJson; });
3201
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "hb", function() { return pendedhistoryListJson; });
3202
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "ib", function() { return pressListJson; });
3202
3203
  /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "i", function() { return deleteFlow; });
3203
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Z", function() { return isCanStartSubFlow; });
3204
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Pb", function() { return toTaskUnionExamine; });
3205
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Cb", function() { return taskUnionExamine; });
3206
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Nb", function() { return toTaskTakeAdvice; });
3207
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Ab", function() { return taskTakeAdvice; });
3208
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Mb", function() { return toTaskStartDraft; });
3209
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "zb", function() { return taskStartDraft; });
3210
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Lb", function() { return toTaskReview; });
3211
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "yb", function() { return taskReview; });
3212
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Qb", function() { return toTaskUnionSeal; });
3213
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Db", function() { return taskUnionSeal; });
3214
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Rb", function() { return toTwoOfficesDispatch; });
3215
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Tb", function() { return twoOfficesDispatch; });
3216
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "rb", function() { return sendList; });
3217
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "qb", function() { return sendInfo; });
3204
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "ab", function() { return isCanStartSubFlow; });
3205
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Qb", function() { return toTaskUnionExamine; });
3206
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Db", function() { return taskUnionExamine; });
3207
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Ob", function() { return toTaskTakeAdvice; });
3208
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Bb", function() { return taskTakeAdvice; });
3209
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Nb", function() { return toTaskStartDraft; });
3210
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Ab", function() { return taskStartDraft; });
3211
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Mb", function() { return toTaskReview; });
3212
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "zb", function() { return taskReview; });
3213
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Rb", function() { return toTaskUnionSeal; });
3214
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Eb", function() { return taskUnionSeal; });
3215
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Sb", function() { return toTwoOfficesDispatch; });
3216
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Ub", function() { return twoOfficesDispatch; });
3217
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "sb", function() { return sendList; });
3218
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "rb", function() { return sendInfo; });
3218
3219
  /* unused harmony export sendSave */
3219
3220
  /* unused harmony export sendUpdate */
3220
3221
  /* unused harmony export sendDelete */
3221
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "pb", function() { return sendBatch; });
3222
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "qb", function() { return sendBatch; });
3222
3223
  /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "y", function() { return formContents; });
3223
3224
  // 登录
3224
3225
  var doCaLogin = '/sso2/signIn/auth/doCaLogin'; // ca登录认证
@@ -3287,6 +3288,8 @@ var getOrgMainTree = '/sys/v1/mecpSys/getOrgMainTree.dhtml';
3287
3288
  var getSelectOrgsubids = '/sys/v1/mecpSys/getSelectOrgsubids.dhtml';
3288
3289
  // 代码表
3289
3290
  var findSysCode = '/sys/v1/mecpSys/findSysCode.dhtml';
3291
+ var getDictList = '/dict/getDictDataList';
3292
+
3290
3293
  // 获取用户基本信息
3291
3294
  var findUserBaseInfo = '/sys/v1/mecpSys/findUserBaseInfo.dhtml';
3292
3295
  // 说明文档
@@ -3938,7 +3941,7 @@ var _typeof = typeof Symbol === "function" && typeof Symbol.iterator === "symbol
3938
3941
  evt.stopPropagation();
3939
3942
  evt.preventDefault();
3940
3943
  }
3941
- this.$emit('click', evt);
3944
+ this.$emit('click', evt, this.text);
3942
3945
  }
3943
3946
  }
3944
3947
  },
@@ -5508,8 +5511,8 @@ cascader_src_main.install = function (Vue) {
5508
5511
  };
5509
5512
 
5510
5513
  /* harmony default export */ var cascader = (cascader_src_main);
5511
- // CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./packages/checkbox-group/src/main.vue?vue&type=template&id=6ffd0b06&
5512
- var mainvue_type_template_id_6ffd0b06_render = function () {
5514
+ // CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./packages/checkbox-group/src/main.vue?vue&type=template&id=63001e87&
5515
+ var mainvue_type_template_id_63001e87_render = function () {
5513
5516
  var _vm = this
5514
5517
  var _h = _vm.$createElement
5515
5518
  var _c = _vm._self._c || _h
@@ -5641,11 +5644,11 @@ var mainvue_type_template_id_6ffd0b06_render = function () {
5641
5644
  )
5642
5645
  : _vm._e()
5643
5646
  }
5644
- var mainvue_type_template_id_6ffd0b06_staticRenderFns = []
5645
- mainvue_type_template_id_6ffd0b06_render._withStripped = true
5647
+ var mainvue_type_template_id_63001e87_staticRenderFns = []
5648
+ mainvue_type_template_id_63001e87_render._withStripped = true
5646
5649
 
5647
5650
 
5648
- // CONCATENATED MODULE: ./packages/checkbox-group/src/main.vue?vue&type=template&id=6ffd0b06&
5651
+ // CONCATENATED MODULE: ./packages/checkbox-group/src/main.vue?vue&type=template&id=63001e87&
5649
5652
 
5650
5653
  // EXTERNAL MODULE: ./src/config/api.js
5651
5654
  var api = __webpack_require__(1);
@@ -5756,6 +5759,7 @@ var src_mainvue_type_script_lang_js_extends = Object.assign || function (target)
5756
5759
  type: String,
5757
5760
  default: 'get'
5758
5761
  },
5762
+ service: String,
5759
5763
  // 选择项本地数据
5760
5764
  data: {
5761
5765
  type: Array,
@@ -5849,13 +5853,13 @@ var src_mainvue_type_script_lang_js_extends = Object.assign || function (target)
5849
5853
  },
5850
5854
  label: function label() {
5851
5855
  if (this.sysCode) {
5852
- return 'shortName';
5856
+ return this.service ? 'label' : 'shortName';
5853
5857
  }
5854
5858
  return this.labelKey;
5855
5859
  },
5856
5860
  valKey: function valKey() {
5857
5861
  if (this.sysCode) {
5858
- return 'cciValue';
5862
+ return this.service ? 'value' : 'cciValue';
5859
5863
  }
5860
5864
  return this.valueKey;
5861
5865
  },
@@ -5882,6 +5886,12 @@ var src_mainvue_type_script_lang_js_extends = Object.assign || function (target)
5882
5886
  return item;
5883
5887
  });
5884
5888
  return label.join(this.separator);
5889
+ },
5890
+ findCode: function findCode() {
5891
+ if (this.service) {
5892
+ return '/' + this.service + api["D" /* getDictList */];
5893
+ }
5894
+ return api["v" /* findSysCode */];
5885
5895
  }
5886
5896
  },
5887
5897
  watch: {
@@ -5893,7 +5903,7 @@ var src_mainvue_type_script_lang_js_extends = Object.assign || function (target)
5893
5903
  if (options) {
5894
5904
  this.options = JSON.parse(JSON.stringify(options));
5895
5905
  } else {
5896
- this.getData(api["v" /* findSysCode */], val);
5906
+ this.getData(this.findCode, val);
5897
5907
  }
5898
5908
  }
5899
5909
  }
@@ -5924,7 +5934,7 @@ var src_mainvue_type_script_lang_js_extends = Object.assign || function (target)
5924
5934
 
5925
5935
  var params = {};
5926
5936
  if (this.results.length === 0) {
5927
- params = utils_util["a" /* default */].extend({}, this.param, sysCode ? { sysAppCode: sysCode } : {});
5937
+ params = utils_util["a" /* default */].extend({}, this.param, sysCode ? { sysAppCode: sysCode, code: sysCode } : {});
5928
5938
  } else {
5929
5939
  return false;
5930
5940
  }
@@ -5994,8 +6004,8 @@ var src_mainvue_type_script_lang_js_extends = Object.assign || function (target)
5994
6004
 
5995
6005
  var checkbox_group_src_main_component = normalizeComponent(
5996
6006
  packages_checkbox_group_src_mainvue_type_script_lang_js_,
5997
- mainvue_type_template_id_6ffd0b06_render,
5998
- mainvue_type_template_id_6ffd0b06_staticRenderFns,
6007
+ mainvue_type_template_id_63001e87_render,
6008
+ mainvue_type_template_id_63001e87_staticRenderFns,
5999
6009
  false,
6000
6010
  null,
6001
6011
  null,
@@ -6270,8 +6280,8 @@ clients_src_main.install = function (Vue) {
6270
6280
  };
6271
6281
 
6272
6282
  /* harmony default export */ var clients = (clients_src_main);
6273
- // CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./packages/data-table/src/main.vue?vue&type=template&id=34453930&
6274
- var mainvue_type_template_id_34453930_render = function () {
6283
+ // CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./packages/data-table/src/main.vue?vue&type=template&id=fa664770&
6284
+ var mainvue_type_template_id_fa664770_render = function () {
6275
6285
  var _vm = this
6276
6286
  var _h = _vm.$createElement
6277
6287
  var _c = _vm._self._c || _h
@@ -6536,11 +6546,11 @@ var mainvue_type_template_id_34453930_render = function () {
6536
6546
  1
6537
6547
  )
6538
6548
  }
6539
- var mainvue_type_template_id_34453930_staticRenderFns = []
6540
- mainvue_type_template_id_34453930_render._withStripped = true
6549
+ var mainvue_type_template_id_fa664770_staticRenderFns = []
6550
+ mainvue_type_template_id_fa664770_render._withStripped = true
6541
6551
 
6542
6552
 
6543
- // CONCATENATED MODULE: ./packages/data-table/src/main.vue?vue&type=template&id=34453930&
6553
+ // CONCATENATED MODULE: ./packages/data-table/src/main.vue?vue&type=template&id=fa664770&
6544
6554
 
6545
6555
  // CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./packages/data-table/src/children.vue?vue&type=template&id=29bcbc72&
6546
6556
  var childrenvue_type_template_id_29bcbc72_render = function () {
@@ -6585,8 +6595,8 @@ childrenvue_type_template_id_29bcbc72_render._withStripped = true
6585
6595
 
6586
6596
  // CONCATENATED MODULE: ./packages/data-table/src/children.vue?vue&type=template&id=29bcbc72&
6587
6597
 
6588
- // CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./packages/data-table/src/column.vue?vue&type=template&id=00e33786&
6589
- var columnvue_type_template_id_00e33786_render = function () {
6598
+ // CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./packages/data-table/src/column.vue?vue&type=template&id=66569ceb&
6599
+ var columnvue_type_template_id_66569ceb_render = function () {
6590
6600
  var _vm = this
6591
6601
  var _h = _vm.$createElement
6592
6602
  var _c = _vm._self._c || _h
@@ -7304,11 +7314,11 @@ var columnvue_type_template_id_00e33786_render = function () {
7304
7314
  2
7305
7315
  )
7306
7316
  }
7307
- var columnvue_type_template_id_00e33786_staticRenderFns = []
7308
- columnvue_type_template_id_00e33786_render._withStripped = true
7317
+ var columnvue_type_template_id_66569ceb_staticRenderFns = []
7318
+ columnvue_type_template_id_66569ceb_render._withStripped = true
7309
7319
 
7310
7320
 
7311
- // CONCATENATED MODULE: ./packages/data-table/src/column.vue?vue&type=template&id=00e33786&
7321
+ // CONCATENATED MODULE: ./packages/data-table/src/column.vue?vue&type=template&id=66569ceb&
7312
7322
 
7313
7323
  // EXTERNAL MODULE: external "babel-runtime/regenerator"
7314
7324
  var regenerator_ = __webpack_require__(2);
@@ -7782,6 +7792,7 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
7782
7792
  }
7783
7793
  },
7784
7794
  props: {
7795
+ service: String,
7785
7796
  form: Boolean,
7786
7797
  readonly: Boolean,
7787
7798
  name: String,
@@ -7878,8 +7889,8 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
7878
7889
  },
7879
7890
  formOption: function formOption() {
7880
7891
  var config = columnvue_type_script_lang_js_extends({
7881
- labelKey: this.sysCode ? 'shortName' : this.labelKey,
7882
- valueKey: this.sysCode ? 'cciValue' : this.valueKey,
7892
+ labelKey: this.sysCode ? this.service ? 'label' : 'shortName' : this.labelKey,
7893
+ valueKey: this.sysCode ? this.service ? 'value' : 'cciValue' : this.valueKey,
7883
7894
  rules: this.rules,
7884
7895
  events: this.events
7885
7896
  }, this.$attrs, {
@@ -7901,6 +7912,12 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
7901
7912
  option: function option() {
7902
7913
  var field = this.field || this.prop;
7903
7914
  return this.data ? this.data : this.optionDatas[this.sysCode || field];
7915
+ },
7916
+ findCode: function findCode() {
7917
+ if (this.service) {
7918
+ return '/' + this.service + api["D" /* getDictList */];
7919
+ }
7920
+ return api["v" /* findSysCode */];
7904
7921
  }
7905
7922
  },
7906
7923
  data: function data() {
@@ -7965,10 +7982,10 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
7965
7982
  param[i] = val[queryKey[i]];
7966
7983
  }
7967
7984
  }
7968
- params = utils_util["a" /* default */].extend(true, _this.sysCode ? { sysAppCode: _this.sysCode } : {}, item.param ? item.param : {}, param);
7985
+ params = utils_util["a" /* default */].extend(true, _this.sysCode ? { sysAppCode: _this.sysCode, code: sysCode } : {}, item.param ? item.param : {}, param);
7969
7986
  _context.next = 14;
7970
7987
  return utils_util["a" /* default */].ajax({
7971
- url: _this.sysCode ? api["v" /* findSysCode */] : item.url,
7988
+ url: _this.sysCode ? _this.findCode : item.url,
7972
7989
  method: _this.method,
7973
7990
  params: params,
7974
7991
  data: params
@@ -8113,9 +8130,9 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
8113
8130
  param[i] = value[queryKey[i]];
8114
8131
  }
8115
8132
  }
8116
- var params = utils_util["a" /* default */].extend(true, this.sysCode ? { sysAppCode: this.sysCode } : {}, item.param ? item.param : {}, param);
8133
+ var params = utils_util["a" /* default */].extend(true, this.sysCode ? { sysAppCode: this.sysCode, code: sysCode } : {}, item.param ? item.param : {}, param);
8117
8134
  utils_util["a" /* default */].ajax({
8118
- url: this.sysCode ? api["v" /* findSysCode */] : item.url,
8135
+ url: this.sysCode ? this.findCode : item.url,
8119
8136
  method: this.method,
8120
8137
  params: params,
8121
8138
  data: params
@@ -8165,8 +8182,8 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
8165
8182
 
8166
8183
  var column_component = normalizeComponent(
8167
8184
  src_columnvue_type_script_lang_js_,
8168
- columnvue_type_template_id_00e33786_render,
8169
- columnvue_type_template_id_00e33786_staticRenderFns,
8185
+ columnvue_type_template_id_66569ceb_render,
8186
+ columnvue_type_template_id_66569ceb_staticRenderFns,
8170
8187
  false,
8171
8188
  null,
8172
8189
  null,
@@ -8656,6 +8673,7 @@ var mainvue_type_script_lang_js_components, _watch;
8656
8673
  }
8657
8674
  },
8658
8675
  props: {
8676
+ service: String,
8659
8677
  loading: {
8660
8678
  type: Boolean,
8661
8679
  default: false
@@ -8713,6 +8731,14 @@ var mainvue_type_script_lang_js_components, _watch;
8713
8731
  showLabel: Boolean,
8714
8732
  searchValue: Object,
8715
8733
  advanceValue: Object,
8734
+ executeSearch: {
8735
+ type: Boolean,
8736
+ default: true
8737
+ },
8738
+ executeFilter: {
8739
+ type: Boolean,
8740
+ default: true
8741
+ },
8716
8742
  // 是否开启序号
8717
8743
  numbers: {
8718
8744
  type: Boolean,
@@ -8995,14 +9021,20 @@ var mainvue_type_script_lang_js_components, _watch;
8995
9021
  }
8996
9022
  },
8997
9023
  headButton: function headButton() {
8998
- return this.theadAdd ? {
9024
+ return this.theadAdd && !this.readonly ? {
8999
9025
  icon: 'el-icon-circle-plus-outline',
9000
9026
  type: 'text',
9001
9027
  event: this.handleClickAddData
9002
- } : false;
9028
+ } : undefined;
9003
9029
  },
9004
9030
  isLeast: function isLeast() {
9005
9031
  return this.data.length < 2 && this.least;
9032
+ },
9033
+ findCode: function findCode() {
9034
+ if (this.service) {
9035
+ return '/' + this.service + api["D" /* getDictList */];
9036
+ }
9037
+ return api["v" /* findSysCode */];
9006
9038
  }
9007
9039
  },
9008
9040
  watch: (_watch = {
@@ -9124,16 +9156,16 @@ var mainvue_type_script_lang_js_components, _watch;
9124
9156
  res.forEach(function (item) {
9125
9157
  if (item.sysCode || item.url) {
9126
9158
  item.sysCode && sysCodes.push(item.sysCode);
9127
- var params = utils_util["a" /* default */].extend({}, item.sysCode ? { sysAppCode: item.sysCode } : {}, item.param ? item.param : {});
9159
+ var params = utils_util["a" /* default */].extend({}, item.sysCode ? { sysAppCode: item.sysCode, code: item.sysCode } : {}, item.param ? item.param : {});
9128
9160
  var key = _this2.getRequestKey({
9129
9161
  method: _this2.method,
9130
- url: item.sysCode ? api["v" /* findSysCode */] : item.url,
9162
+ url: item.sysCode ? _this2.findCode : item.url,
9131
9163
  params: params,
9132
9164
  data: {}
9133
9165
  });
9134
9166
  if (!_this2.requests.includes(key)) {
9135
9167
  utils_util["a" /* default */].ajax({
9136
- url: item.sysCode ? api["v" /* findSysCode */] : item.url,
9168
+ url: item.sysCode ? _this2.findCode : item.url,
9137
9169
  method: _this2.method,
9138
9170
  params: params,
9139
9171
  data: params
@@ -9704,7 +9736,7 @@ var mainvue_type_script_lang_js_components, _watch;
9704
9736
  type: 'search',
9705
9737
  data: JSON.parse(JSON.stringify(data))
9706
9738
  }) : data;
9707
- if (this.url) {
9739
+ if (this.url && this.executeSearch) {
9708
9740
  this.getTableData({ where: this.wheres });
9709
9741
  }
9710
9742
  this.$emit('search', this.wheres);
@@ -9720,14 +9752,15 @@ var mainvue_type_script_lang_js_components, _watch;
9720
9752
  var data = _ref.data,
9721
9753
  show = _ref.show;
9722
9754
 
9723
- this.wheres = this.response !== undefined ? this.response({
9755
+ var where = this.response !== undefined ? this.response({
9724
9756
  type: 'filter',
9725
9757
  data: JSON.parse(JSON.stringify(data))
9726
9758
  }) : data;
9727
- if (this.url) {
9759
+ this.wheres = data_table_src_mainvue_type_script_lang_js_extends({}, this.wheres, where);
9760
+ if (this.url && this.executeFilter) {
9728
9761
  this.getTableData({ where: this.wheres });
9729
9762
  }
9730
- this.$emit('submit', { data: this.wheres, show: show });
9763
+ this.$emit('submit', { data: where, where: this.wheres, show: show });
9731
9764
  },
9732
9765
  hanleCancel: function hanleCancel() {
9733
9766
  // if (this.url && JSON.stringify(this.wheres) !== '{}') {
@@ -9860,8 +9893,8 @@ var mainvue_type_script_lang_js_components, _watch;
9860
9893
 
9861
9894
  var data_table_src_main_component = normalizeComponent(
9862
9895
  packages_data_table_src_mainvue_type_script_lang_js_,
9863
- mainvue_type_template_id_34453930_render,
9864
- mainvue_type_template_id_34453930_staticRenderFns,
9896
+ mainvue_type_template_id_fa664770_render,
9897
+ mainvue_type_template_id_fa664770_staticRenderFns,
9865
9898
  false,
9866
9899
  null,
9867
9900
  null,
@@ -11597,6 +11630,7 @@ var src_mainvue_type_script_lang_js_components;
11597
11630
  }
11598
11631
  },
11599
11632
  props: {
11633
+ service: String,
11600
11634
  params: Object,
11601
11635
  full: Boolean,
11602
11636
  readonly: Boolean,
@@ -11658,6 +11692,12 @@ var src_mainvue_type_script_lang_js_components;
11658
11692
  },
11659
11693
  options: function options() {
11660
11694
  return this.optionData ? this.optionData : this.option;
11695
+ },
11696
+ findCode: function findCode() {
11697
+ if (this.service) {
11698
+ return '/' + this.service + api["D" /* getDictList */];
11699
+ }
11700
+ return api["v" /* findSysCode */];
11661
11701
  }
11662
11702
  },
11663
11703
  watch: {
@@ -11689,9 +11729,9 @@ var src_mainvue_type_script_lang_js_components;
11689
11729
  var _this2 = this;
11690
11730
 
11691
11731
  if (item.sysCode || item.url) {
11692
- var params = utils_util["a" /* default */].extend({}, item.sysCode ? { sysAppCode: item.sysCode } : {}, item.param ? item.param : {});
11732
+ var params = utils_util["a" /* default */].extend({}, item.sysCode ? { sysAppCode: item.sysCode, code: sysCode } : {}, item.param ? item.param : {});
11693
11733
  utils_util["a" /* default */].ajax({
11694
- url: item.sysCode ? api["v" /* findSysCode */] : item.url,
11734
+ url: item.sysCode ? this.findCode : item.url,
11695
11735
  method: this.method,
11696
11736
  params: params,
11697
11737
  data: params
@@ -13329,8 +13369,8 @@ error_page_src_main.install = function (Vue) {
13329
13369
  };
13330
13370
 
13331
13371
  /* harmony default export */ var error_page = (error_page_src_main);
13332
- // CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./packages/form/src/main.vue?vue&type=template&id=0ffe101a&
13333
- var mainvue_type_template_id_0ffe101a_render = function () {
13372
+ // CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./packages/form/src/main.vue?vue&type=template&id=e7f97016&
13373
+ var mainvue_type_template_id_e7f97016_render = function () {
13334
13374
  var _vm = this
13335
13375
  var _h = _vm.$createElement
13336
13376
  var _c = _vm._self._c || _h
@@ -13355,6 +13395,7 @@ var mainvue_type_template_id_0ffe101a_render = function () {
13355
13395
  "es-form-group": _vm.inline,
13356
13396
  "es-form-table": _vm.table,
13357
13397
  "es-form-inside-dialog": _vm.dialog,
13398
+ "es-form-row": _vm.labelPosition == "top",
13358
13399
  },
13359
13400
  attrs: {
13360
13401
  disabled: _vm.disabled,
@@ -24254,11 +24295,11 @@ var mainvue_type_template_id_0ffe101a_render = function () {
24254
24295
  )
24255
24296
  : _vm._e()
24256
24297
  }
24257
- var mainvue_type_template_id_0ffe101a_staticRenderFns = []
24258
- mainvue_type_template_id_0ffe101a_render._withStripped = true
24298
+ var mainvue_type_template_id_e7f97016_staticRenderFns = []
24299
+ mainvue_type_template_id_e7f97016_render._withStripped = true
24259
24300
 
24260
24301
 
24261
- // CONCATENATED MODULE: ./packages/form/src/main.vue?vue&type=template&id=0ffe101a&
24302
+ // CONCATENATED MODULE: ./packages/form/src/main.vue?vue&type=template&id=e7f97016&
24262
24303
 
24263
24304
  // CONCATENATED MODULE: ./src/utils/rules.js
24264
24305
  // 手机号
@@ -28160,6 +28201,7 @@ function src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return function
28160
28201
  //
28161
28202
  //
28162
28203
  //
28204
+ //
28163
28205
 
28164
28206
 
28165
28207
 
@@ -29423,8 +29465,8 @@ function src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return function
29423
29465
 
29424
29466
  var form_src_main_component = normalizeComponent(
29425
29467
  packages_form_src_mainvue_type_script_lang_js_,
29426
- mainvue_type_template_id_0ffe101a_render,
29427
- mainvue_type_template_id_0ffe101a_staticRenderFns,
29468
+ mainvue_type_template_id_e7f97016_render,
29469
+ mainvue_type_template_id_e7f97016_staticRenderFns,
29428
29470
  false,
29429
29471
  null,
29430
29472
  null,
@@ -32107,7 +32149,7 @@ var CommonOpinionsvue_type_script_lang_js_components;
32107
32149
  }
32108
32150
  this.loading = utils_util["a" /* default */].loading(this.$loading, '提交中...');
32109
32151
  utils_util["a" /* default */].ajax({
32110
- url: data.id ? api["Ub" /* updateCommonOpinion */] : api["nb" /* saveCommonOpinion */],
32152
+ url: data.id ? api["Vb" /* updateCommonOpinion */] : api["ob" /* saveCommonOpinion */],
32111
32153
  data: info,
32112
32154
  header: { 'Content-Type': 'multipart/form-data' },
32113
32155
  method: 'post'
@@ -32959,7 +33001,7 @@ var selectUservue_type_script_lang_js_extends = Object.assign || function (targe
32959
33001
  newNextUser: [],
32960
33002
  newOptions: [],
32961
33003
  newSelectUserList: [],
32962
- url: api["S" /* handleInfo */],
33004
+ url: api["T" /* handleInfo */],
32963
33005
  newCheckboxList: [],
32964
33006
  newPresetEdit: 0,
32965
33007
  newMultiple: false,
@@ -33076,7 +33118,7 @@ var selectUservue_type_script_lang_js_extends = Object.assign || function (targe
33076
33118
  if (query !== '') {
33077
33119
  this.searchLoading = true;
33078
33120
  utils_util["a" /* default */].ajax({
33079
- url: api["S" /* handleInfo */],
33121
+ url: api["T" /* handleInfo */],
33080
33122
  params: { searchKey: query, query: query, type: 'user' }
33081
33123
  }).then(function (res) {
33082
33124
  var status = res.status,
@@ -33491,7 +33533,7 @@ var CustomPresetvue_type_script_lang_js_components;
33491
33533
  nextNodeId: nodeId,
33492
33534
  businessId: this.id
33493
33535
  };
33494
- utils_util["a" /* default */].ajax({ url: api["G" /* getNodeInfo */], params: params }).then(function (res) {
33536
+ utils_util["a" /* default */].ajax({ url: api["H" /* getNodeInfo */], params: params }).then(function (res) {
33495
33537
  var status = res.status,
33496
33538
  message = res.message,
33497
33539
  _res$data = res.data,
@@ -33589,7 +33631,7 @@ var CustomPresetvue_type_script_lang_js_components;
33589
33631
 
33590
33632
  isNoStart && (this.newPresetList = []);
33591
33633
  var params = {
33592
- url: api["J" /* getPresetCustomInfo */],
33634
+ url: api["K" /* getPresetCustomInfo */],
33593
33635
  params: {
33594
33636
  nodeId: nodeId,
33595
33637
  processDefinitionId: processDefinitionId ? processDefinitionId : this.newProcessDefinitionId
@@ -33943,7 +33985,7 @@ var Presetvue_type_script_lang_js_components;
33943
33985
  nodeId = this.nodeId;
33944
33986
 
33945
33987
  var params = {
33946
- url: api["K" /* getPresetNodeInfo */],
33988
+ url: api["L" /* getPresetNodeInfo */],
33947
33989
  params: {
33948
33990
  nextNodeId: nextNodeId,
33949
33991
  processDefinitionId: processDefinitionId,
@@ -34579,7 +34621,7 @@ var processFormvue_type_script_lang_js_components;
34579
34621
  nodeId: this.nextNode.nextNode,
34580
34622
  businessId: this.id
34581
34623
  };
34582
- utils_util["a" /* default */].ajax({ url: api["H" /* getNotificationMsg */], params: params, methods: 'post' }).then(function (res) {
34624
+ utils_util["a" /* default */].ajax({ url: api["I" /* getNotificationMsg */], params: params, methods: 'post' }).then(function (res) {
34583
34625
  if (res.status === 'success') {
34584
34626
  _this2.nextNode.noticeInfo = res.message;
34585
34627
  }
@@ -34651,7 +34693,7 @@ var processFormvue_type_script_lang_js_components;
34651
34693
  opinion: _this3.newOpinion || newOpinion
34652
34694
  };
34653
34695
  if (_this3.activeNames != '1') delete params.customPresetUserJson;
34654
- utils_util["a" /* default */].ajax({ url: api["lb" /* register */], method: 'post', data: params }).then(function (res) {
34696
+ utils_util["a" /* default */].ajax({ url: api["mb" /* register */], method: 'post', data: params }).then(function (res) {
34655
34697
  var status = res.status,
34656
34698
  message = res.message;
34657
34699
 
@@ -34681,7 +34723,7 @@ var processFormvue_type_script_lang_js_components;
34681
34723
  nextNodeId: nodeId ? nodeId : this.nextNode.nextNode,
34682
34724
  businessId: this.id
34683
34725
  };
34684
- utils_util["a" /* default */].ajax({ url: api["G" /* getNodeInfo */], params: params }).then(function (res) {
34726
+ utils_util["a" /* default */].ajax({ url: api["H" /* getNodeInfo */], params: params }).then(function (res) {
34685
34727
  var status = res.status,
34686
34728
  message = res.message,
34687
34729
  _res$data = res.data,
@@ -34837,7 +34879,7 @@ var processFormvue_type_script_lang_js_components;
34837
34879
  businessId: this.businessId
34838
34880
  };
34839
34881
  // 获取节点
34840
- utils_util["a" /* default */].ajax({ url: api["Hb" /* toStartFlow */], params: params }).then(function (res) {
34882
+ utils_util["a" /* default */].ajax({ url: api["Ib" /* toStartFlow */], params: params }).then(function (res) {
34841
34883
  //pc接口返回数据处理
34842
34884
  var status = res.status,
34843
34885
  message = res.message,
@@ -35441,7 +35483,7 @@ SendMsgvue_type_template_id_79b8122f_render._withStripped = true
35441
35483
  notificationType = _sendInfo.notificationType;
35442
35484
 
35443
35485
  var params = {
35444
- url: api["sb" /* sendMsg */],
35486
+ url: api["tb" /* sendMsg */],
35445
35487
  headers: { Accept: 'application/json,text/plain' },
35446
35488
  method: 'post',
35447
35489
  data: {
@@ -35503,7 +35545,7 @@ SendMsgvue_type_template_id_79b8122f_render._withStripped = true
35503
35545
 
35504
35546
  this.loading = true;
35505
35547
  utils_util["a" /* default */].ajax({
35506
- url: api["Gb" /* toSendMsg */],
35548
+ url: api["Hb" /* toSendMsg */],
35507
35549
  params: { pendingId: this.$attrs.pendingId }
35508
35550
  }).then(function (res) {
35509
35551
  var status = res.status,
@@ -36321,7 +36363,7 @@ processRejectvue_type_template_id_7d0d950e_render._withStripped = true
36321
36363
  userId: utils_util["a" /* default */].getStorage('userId'),
36322
36364
  nextNodeId: _this2.nextNode.nextNodeId
36323
36365
  };
36324
- utils_util["a" /* default */].ajax({ url: api["xb" /* taskRejectHtml */], method: 'post', data: params }).then(function (res) {
36366
+ utils_util["a" /* default */].ajax({ url: api["yb" /* taskRejectHtml */], method: 'post', data: params }).then(function (res) {
36325
36367
  var status = res.status,
36326
36368
  message = res.message;
36327
36369
 
@@ -36376,7 +36418,7 @@ processRejectvue_type_template_id_7d0d950e_render._withStripped = true
36376
36418
  isSinglePage: false,
36377
36419
  opinion: this.option
36378
36420
  };
36379
- utils_util["a" /* default */].ajax({ url: api["Kb" /* toTaskRejectHtml */], params: params }).then(function (res) {
36421
+ utils_util["a" /* default */].ajax({ url: api["Lb" /* toTaskRejectHtml */], params: params }).then(function (res) {
36380
36422
  var status = res.status,
36381
36423
  message = res.message,
36382
36424
  _res$data = res.data,
@@ -37052,7 +37094,7 @@ var startTaskReadvue_type_script_lang_js_components;
37052
37094
  taskExamine = this.taskExamine;
37053
37095
 
37054
37096
  var params = {
37055
- url: api["Ob" /* toTaskTransferIndex */],
37097
+ url: api["Pb" /* toTaskTransferIndex */],
37056
37098
  params: {
37057
37099
  opinion: opinion,
37058
37100
  pendingId: pendingId,
@@ -37177,7 +37219,7 @@ var startTaskReadvue_type_script_lang_js_components;
37177
37219
  var _this3 = this;
37178
37220
 
37179
37221
  var params = {
37180
- url: api["Ib" /* toStartTaskRead */],
37222
+ url: api["Jb" /* toStartTaskRead */],
37181
37223
  params: { pendingId: this.pendingId, taskAction: this.type }
37182
37224
  };
37183
37225
  if (this.type != 'taskReadAndEnd') delete params.params.taskAction;
@@ -37250,7 +37292,7 @@ var startTaskReadvue_type_script_lang_js_components;
37250
37292
  type = this.type;
37251
37293
 
37252
37294
  var params = {
37253
- url: api["Bb" /* taskTransfer */],
37295
+ url: api["Cb" /* taskTransfer */],
37254
37296
  data: {
37255
37297
  choiceDeptId: choiceDeptId,
37256
37298
  choiceOrgId: choiceOrgId,
@@ -37344,7 +37386,7 @@ var startTaskReadvue_type_script_lang_js_components;
37344
37386
  !download && delete params.isDownload;
37345
37387
  isCdjxjTaskHandle == 'true' && delete params.noticeType;
37346
37388
  utils_util["a" /* default */].ajax({
37347
- url: api["wb" /* taskReadHtml */],
37389
+ url: api["xb" /* taskReadHtml */],
37348
37390
  params: { taskAction: _this7.type },
37349
37391
  headers: {
37350
37392
  Accept: 'application/json,text/plain'
@@ -37837,7 +37879,7 @@ var taskUnionExaminevue_type_script_lang_js_components;
37837
37879
  pendingId = this.pendingId;
37838
37880
 
37839
37881
  var params = {
37840
- url: api["yb" /* taskReview */],
37882
+ url: api["zb" /* taskReview */],
37841
37883
  data: {
37842
37884
  nextUserId: nextOtherOrgObj.join(','),
37843
37885
  notificationType: noticeType.join(','),
@@ -37873,7 +37915,7 @@ var taskUnionExaminevue_type_script_lang_js_components;
37873
37915
  var _this2 = this;
37874
37916
 
37875
37917
  var params = {
37876
- url: api["Lb" /* toTaskReview */],
37918
+ url: api["Mb" /* toTaskReview */],
37877
37919
  params: { pendingId: this.pendingId }
37878
37920
  };
37879
37921
  utils_util["a" /* default */].ajax(params).then(function (res) {
@@ -37908,7 +37950,7 @@ var taskUnionExaminevue_type_script_lang_js_components;
37908
37950
  var _this3 = this;
37909
37951
 
37910
37952
  var params = {
37911
- url: this.type == 'takeAdvice' ? api["Nb" /* toTaskTakeAdvice */] : this.type === 'startDraf' ? api["Mb" /* toTaskStartDraft */] : this.type == 'unionSeal' ? api["Qb" /* toTaskUnionSeal */] : this.type == 'twoOfficesDispatch' ? api["Rb" /* toTwoOfficesDispatch */] : api["Pb" /* toTaskUnionExamine */],
37953
+ url: this.type == 'takeAdvice' ? api["Ob" /* toTaskTakeAdvice */] : this.type === 'startDraf' ? api["Nb" /* toTaskStartDraft */] : this.type == 'unionSeal' ? api["Rb" /* toTaskUnionSeal */] : this.type == 'twoOfficesDispatch' ? api["Sb" /* toTwoOfficesDispatch */] : api["Qb" /* toTaskUnionExamine */],
37912
37954
  params: { pendingId: this.pendingId },
37913
37955
  headers: { Accept: 'application/json,text/plain' }
37914
37956
  };
@@ -38002,7 +38044,7 @@ var taskUnionExaminevue_type_script_lang_js_components;
38002
38044
  // if (this.type != 'startDraf' && this.type != 'unionSeal' && this.type != 'twoOfficesDispatch')
38003
38045
  // return this.$message.warning('暂未开放,敬请期待!');
38004
38046
  var param = {
38005
- url: this.type === 'startDraf' ? api["zb" /* taskStartDraft */] : this.type == 'unionSeal' ? api["Db" /* taskUnionSeal */] : this.type === 'twoOfficesDispatch' ? api["Tb" /* twoOfficesDispatch */] : this.type == 'takeAdvice' ? api["Ab" /* taskTakeAdvice */] : api["Cb" /* taskUnionExamine */],
38047
+ url: this.type === 'startDraf' ? api["Ab" /* taskStartDraft */] : this.type == 'unionSeal' ? api["Eb" /* taskUnionSeal */] : this.type === 'twoOfficesDispatch' ? api["Ub" /* twoOfficesDispatch */] : this.type == 'takeAdvice' ? api["Bb" /* taskTakeAdvice */] : api["Db" /* taskUnionExamine */],
38006
38048
  data: {
38007
38049
  opinion: opinion,
38008
38050
  pendingId: pendingId,
@@ -38083,7 +38125,7 @@ var taskUnionExaminevue_type_script_lang_js_components;
38083
38125
  var params = {
38084
38126
  pendingId: this.pendingId
38085
38127
  };
38086
- utils_util["a" /* default */].ajax({ url: api["H" /* getNotificationMsg */], params: params, methods: 'post' }).then(function (res) {
38128
+ utils_util["a" /* default */].ajax({ url: api["I" /* getNotificationMsg */], params: params, methods: 'post' }).then(function (res) {
38087
38129
  if (res.status === 'success') {
38088
38130
  _this6.infoList.noticeInfo = res.message;
38089
38131
  }
@@ -39209,7 +39251,7 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
39209
39251
  taskAction: 'complete'
39210
39252
  };
39211
39253
  utils_util["a" /* default */].ajax({
39212
- url: api["wb" /* taskReadHtml */],
39254
+ url: api["xb" /* taskReadHtml */],
39213
39255
  params: { taskAction: 'complete' },
39214
39256
  headers: {
39215
39257
  Accept: 'application/json,text/plain'
@@ -39241,7 +39283,7 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
39241
39283
 
39242
39284
  this.loading = utils_util["a" /* default */].loading(this.$loading, '加载中...');
39243
39285
  utils_util["a" /* default */].ajax({
39244
- url: api["Jb" /* toStartTaskReadIndex */],
39286
+ url: api["Kb" /* toStartTaskReadIndex */],
39245
39287
  params: { pendingId: this.pendingId }
39246
39288
  }).then(function (res) {
39247
39289
  var status = res.status,
@@ -39275,7 +39317,7 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
39275
39317
  if (mainConfig) {
39276
39318
  this.userModel = JSON.parse(mainConfig).userModel;
39277
39319
  } else {
39278
- utils_util["a" /* default */].ajax({ url: api["bb" /* loginUserInfo */] }).then(function (res) {
39320
+ utils_util["a" /* default */].ajax({ url: api["cb" /* loginUserInfo */] }).then(function (res) {
39279
39321
  var status = res.status,
39280
39322
  data = res.data;
39281
39323
 
@@ -39376,7 +39418,7 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
39376
39418
  pendingId: this.pendingId
39377
39419
  };
39378
39420
  this.loading = utils_util["a" /* default */].loading(this.$loading, '保存中...');
39379
- utils_util["a" /* default */].ajax({ url: api["Eb" /* tempSave */], params: params }).then(function (res) {
39421
+ utils_util["a" /* default */].ajax({ url: api["Fb" /* tempSave */], params: params }).then(function (res) {
39380
39422
  var status = res.status,
39381
39423
  message = res.message;
39382
39424
 
@@ -39630,7 +39672,7 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
39630
39672
  var _this14 = this;
39631
39673
 
39632
39674
  var params = {
39633
- url: api["Z" /* isCanStartSubFlow */],
39675
+ url: api["ab" /* isCanStartSubFlow */],
39634
39676
  data: {
39635
39677
  appId: this.taskExamineInfo.appId,
39636
39678
  inevitableNode: res.inevitableNode
@@ -39742,7 +39784,7 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
39742
39784
 
39743
39785
  // return this.$message.warning('请填写意见');
39744
39786
  var params = {
39745
- url: api["mb" /* rejectAndEnd */],
39787
+ url: api["nb" /* rejectAndEnd */],
39746
39788
  headers: { Accept: 'application/json,text/plain' },
39747
39789
  method: 'post',
39748
39790
  data: {
@@ -39812,7 +39854,7 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
39812
39854
  pendingId: this.pendingId,
39813
39855
  businessId: this.businessIds
39814
39856
  };
39815
- utils_util["a" /* default */].ajax({ url: api["G" /* getNodeInfo */], params: params }).then(function (res) {
39857
+ utils_util["a" /* default */].ajax({ url: api["H" /* getNodeInfo */], params: params }).then(function (res) {
39816
39858
  var status = res.status,
39817
39859
  message = res.message,
39818
39860
  data = res.data;
@@ -40057,7 +40099,7 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
40057
40099
  pendingId: this.pendingId,
40058
40100
  userId: utils_util["a" /* default */].getStorage('userId')
40059
40101
  };
40060
- utils_util["a" /* default */].ajax({ url: api["D" /* getHandleInfoHtml */], params: params }).then(function (res) {
40102
+ utils_util["a" /* default */].ajax({ url: api["E" /* getHandleInfoHtml */], params: params }).then(function (res) {
40061
40103
  //pc返回数据
40062
40104
 
40063
40105
  _this23.loading.close();
@@ -40334,7 +40376,7 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
40334
40376
  // onlyFlag: true
40335
40377
  };
40336
40378
  this.loading = utils_util["a" /* default */].loading(this.$loading, '加载中...');
40337
- utils_util["a" /* default */].ajax({ url: api["L" /* getProcessDefList */], params: params }).then(function (res) {
40379
+ utils_util["a" /* default */].ajax({ url: api["M" /* getProcessDefList */], params: params }).then(function (res) {
40338
40380
  var status = res.status,
40339
40381
  message = res.message,
40340
40382
  data = res.data;
@@ -40386,7 +40428,7 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
40386
40428
  userId: utils_util["a" /* default */].getStorage('userId'),
40387
40429
  type: 2
40388
40430
  };
40389
- utils_util["a" /* default */].ajax({ url: api["fb" /* pendedhistoryList */], data: params, method: 'post' }).then(function (res) {
40431
+ utils_util["a" /* default */].ajax({ url: api["gb" /* pendedhistoryList */], data: params, method: 'post' }).then(function (res) {
40390
40432
  var rCode = res.rCode,
40391
40433
  msg = res.msg,
40392
40434
  results = res.results;
@@ -40579,7 +40621,7 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
40579
40621
  params.isSubFlow = taskExamineInfo.isSubFlow;
40580
40622
  params.nodeId = taskExamineInfo.nodeId;
40581
40623
  params.needRetrialAuth = needRetrialAuth;
40582
- return _context.abrupt('return', utils_util["a" /* default */].ajax({ url: api["vb" /* taskHandleHtml */], method: 'post', data: params }).then(function (res) {
40624
+ return _context.abrupt('return', utils_util["a" /* default */].ajax({ url: api["wb" /* taskHandleHtml */], method: 'post', data: params }).then(function (res) {
40583
40625
  var status = res.status,
40584
40626
  message = res.message;
40585
40627
 
@@ -43593,7 +43635,7 @@ var flow_list_src_mainvue_type_script_lang_js_components;
43593
43635
 
43594
43636
  this.pressLoading = true;
43595
43637
  var params = {
43596
- url: api["hb" /* pressListJson */],
43638
+ url: api["ib" /* pressListJson */],
43597
43639
  params: { historyId: historyId },
43598
43640
  method: 'POST',
43599
43641
  data: { page: currentPage, rows: pageSize, sidx: sidx, sord: sord, historyId: historyId }
@@ -43660,7 +43702,7 @@ var flow_list_src_mainvue_type_script_lang_js_components;
43660
43702
  var _this6 = this;
43661
43703
 
43662
43704
  var params = {
43663
- url: api["gb" /* pendedhistoryListJson */],
43705
+ url: api["hb" /* pendedhistoryListJson */],
43664
43706
  params: {
43665
43707
  apprecordid: this.businessId,
43666
43708
  pendingAttr: 0,
@@ -43806,7 +43848,7 @@ var flow_list_src_mainvue_type_script_lang_js_components;
43806
43848
  var _this9 = this;
43807
43849
 
43808
43850
  var param = {
43809
- url: api["Fb" /* toPresetInfoListIndex */],
43851
+ url: api["Gb" /* toPresetInfoListIndex */],
43810
43852
  params: { apprecordid: this.businessId }
43811
43853
  };
43812
43854
  utils_util["a" /* default */].ajax(param).then(function (res) {
@@ -44043,7 +44085,7 @@ mainvue_type_template_id_2f21f1e1_render._withStripped = true
44043
44085
 
44044
44086
  if (this.job.id !== item.id) {
44045
44087
  this.job = item;
44046
- utils_util["a" /* default */].ajax({ url: api["tb" /* switchUserTo */], params: { userId: item.value } }).then(function (res) {
44088
+ utils_util["a" /* default */].ajax({ url: api["ub" /* switchUserTo */], params: { userId: item.value } }).then(function (res) {
44047
44089
  if (res.rCode == 0) {
44048
44090
  utils_util["a" /* default */].setStorage({
44049
44091
  type: _this.storage,
@@ -44594,7 +44636,7 @@ mainvue_type_template_id_6f2ac1fb_render._withStripped = true
44594
44636
  cancelButtonText: '取消',
44595
44637
  type: 'warning'
44596
44638
  }).then(function () {
44597
- utils_util["a" /* default */].ajax({ method: 'post', url: api["cb" /* logout */] }).then(function (res) {
44639
+ utils_util["a" /* default */].ajax({ method: 'post', url: api["db" /* logout */] }).then(function (res) {
44598
44640
  if (res.rCode == 0) {
44599
44641
  utils_util["a" /* default */].removeStorage(['Authorization', 'token', 'ssId', 'userId', 'userName', 'auth', 'deviceUnique', 'menus', 'useCaseCodes', 'mainConfig', 'jump']);
44600
44642
  if (_this2.onQuit && typeof _this2.onQuit === 'function') {
@@ -47292,7 +47334,7 @@ function resetPasswordvue_type_script_lang_js_objectWithoutProperties(obj, keys)
47292
47334
  var _this = this;
47293
47335
 
47294
47336
  utils_util["a" /* default */].ajax({
47295
- url: api["W" /* initModifyPassword */]
47337
+ url: api["X" /* initModifyPassword */]
47296
47338
  }).then(function (res) {
47297
47339
  if (res.rCode === 0) {
47298
47340
  var results = JSON.parse(JSON.stringify(res.results));
@@ -47352,7 +47394,7 @@ function resetPasswordvue_type_script_lang_js_objectWithoutProperties(obj, keys)
47352
47394
  var _this3 = this;
47353
47395
 
47354
47396
  utils_util["a" /* default */].ajax({
47355
- url: api["F" /* getModifyPassCode */],
47397
+ url: api["G" /* getModifyPassCode */],
47356
47398
  params: params
47357
47399
  }).then(function (res) {
47358
47400
  if (res.rCode === 0) {
@@ -47397,7 +47439,7 @@ function resetPasswordvue_type_script_lang_js_objectWithoutProperties(obj, keys)
47397
47439
  data.operationCheckCode = this.operationCheckCode;
47398
47440
  utils_util["a" /* default */].ajax({
47399
47441
  method: 'post',
47400
- url: api["ab" /* loginModifyPassword */],
47442
+ url: api["bb" /* loginModifyPassword */],
47401
47443
  data: data
47402
47444
  }).then(function (res) {
47403
47445
  _this4.submit = false;
@@ -47840,7 +47882,7 @@ var login_src_mainvue_type_script_lang_js_extends = Object.assign || function (t
47840
47882
  //初始登录配置接口地址
47841
47883
  initLogin: {
47842
47884
  type: String,
47843
- default: api["V" /* initLogin */]
47885
+ default: api["W" /* initLogin */]
47844
47886
  },
47845
47887
  mode: {
47846
47888
  type: String,
@@ -47935,7 +47977,7 @@ var login_src_mainvue_type_script_lang_js_extends = Object.assign || function (t
47935
47977
  },
47936
47978
  getLoginCode: {
47937
47979
  type: String,
47938
- default: api["E" /* getLoginCode */]
47980
+ default: api["F" /* getLoginCode */]
47939
47981
  },
47940
47982
  doCodeLogin: {
47941
47983
  type: String,
@@ -47943,7 +47985,7 @@ var login_src_mainvue_type_script_lang_js_extends = Object.assign || function (t
47943
47985
  },
47944
47986
  getTwoFactorLoginCode: {
47945
47987
  type: String,
47946
- default: api["Q" /* getTwoFactorLoginCode */]
47988
+ default: api["R" /* getTwoFactorLoginCode */]
47947
47989
  },
47948
47990
  doTwoFactorLogin: {
47949
47991
  type: String,
@@ -48923,8 +48965,8 @@ login_src_main.install = function (Vue) {
48923
48965
  };
48924
48966
 
48925
48967
  /* harmony default export */ var login = (login_src_main);
48926
- // CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./packages/main/src/main.vue?vue&type=template&id=4ac8ec54&
48927
- var mainvue_type_template_id_4ac8ec54_render = function () {
48968
+ // CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./packages/main/src/main.vue?vue&type=template&id=a07f27f8&
48969
+ var mainvue_type_template_id_a07f27f8_render = function () {
48928
48970
  var _vm = this
48929
48971
  var _h = _vm.$createElement
48930
48972
  var _c = _vm._self._c || _h
@@ -49350,11 +49392,11 @@ var mainvue_type_template_id_4ac8ec54_render = function () {
49350
49392
  1
49351
49393
  )
49352
49394
  }
49353
- var mainvue_type_template_id_4ac8ec54_staticRenderFns = []
49354
- mainvue_type_template_id_4ac8ec54_render._withStripped = true
49395
+ var mainvue_type_template_id_a07f27f8_staticRenderFns = []
49396
+ mainvue_type_template_id_a07f27f8_render._withStripped = true
49355
49397
 
49356
49398
 
49357
- // CONCATENATED MODULE: ./packages/main/src/main.vue?vue&type=template&id=4ac8ec54&
49399
+ // CONCATENATED MODULE: ./packages/main/src/main.vue?vue&type=template&id=a07f27f8&
49358
49400
 
49359
49401
  // CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./packages/main/src/userinfo.vue?vue&type=template&id=fc09aaf8&
49360
49402
  var userinfovue_type_template_id_fc09aaf8_render = function () {
@@ -49599,7 +49641,7 @@ userinfovue_type_template_id_fc09aaf8_render._withStripped = true
49599
49641
  var _this2 = this;
49600
49642
 
49601
49643
  utils_util["a" /* default */].ajax({
49602
- url: api["Y" /* initUserSet */]
49644
+ url: api["Z" /* initUserSet */]
49603
49645
  }).then(function (res) {
49604
49646
  if (res.rCode === 0) {
49605
49647
  var results = JSON.parse(JSON.stringify(res.results));
@@ -49647,7 +49689,7 @@ userinfovue_type_template_id_fc09aaf8_render._withStripped = true
49647
49689
 
49648
49690
  switch (type) {
49649
49691
  case 'job':
49650
- utils_util["a" /* default */].ajax({ url: api["tb" /* switchUserTo */], params: { userId: value.value } }).then(function (res) {
49692
+ utils_util["a" /* default */].ajax({ url: api["ub" /* switchUserTo */], params: { userId: value.value } }).then(function (res) {
49651
49693
  if (res.rCode == 0) {
49652
49694
  utils_util["a" /* default */].setStorage({
49653
49695
  type: _this3.storage,
@@ -49688,7 +49730,7 @@ userinfovue_type_template_id_fc09aaf8_render._withStripped = true
49688
49730
  var initLogin = utils_util["a" /* default */].getStorage('initLogin');
49689
49731
  initLogin && (initLogin = JSON.parse(initLogin));
49690
49732
  utils_util["a" /* default */].ajax({
49691
- url: api["Wb" /* updateUserInfo */],
49733
+ url: api["Xb" /* updateUserInfo */],
49692
49734
  params: {
49693
49735
  email: this.values.email,
49694
49736
  officeTel: this.values.officeTel,
@@ -49749,7 +49791,7 @@ userinfovue_type_template_id_fc09aaf8_render._withStripped = true
49749
49791
  var notify = _this4.values.notify.sort().join(',');
49750
49792
  if (notify != _this4.notify.split(',').sort().join(',')) {
49751
49793
  utils_util["a" /* default */].ajax({
49752
- url: api["Vb" /* updateUserCustomInfo */],
49794
+ url: api["Wb" /* updateUserCustomInfo */],
49753
49795
  params: {
49754
49796
  notify: notify
49755
49797
  }
@@ -50539,7 +50581,7 @@ messagevue_type_template_id_0fefa521_render._withStripped = true
50539
50581
  if (this.pageNum <= this.pageCount) {
50540
50582
  this.loading = true;
50541
50583
  utils_util["a" /* default */].ajax({
50542
- url: api["ub" /* sysMsgPage */],
50584
+ url: api["vb" /* sysMsgPage */],
50543
50585
  params: {
50544
50586
  pageNum: reload ? 1 : this.pageNum,
50545
50587
  pageSize: this.pageSize
@@ -50572,7 +50614,7 @@ messagevue_type_template_id_0fefa521_render._withStripped = true
50572
50614
  var _this2 = this;
50573
50615
 
50574
50616
  utils_util["a" /* default */].ajax({
50575
- url: api["U" /* ignoreSysMsg */],
50617
+ url: api["V" /* ignoreSysMsg */],
50576
50618
  params: {
50577
50619
  id: res.id
50578
50620
  }
@@ -50592,7 +50634,7 @@ messagevue_type_template_id_0fefa521_render._withStripped = true
50592
50634
  var _this3 = this;
50593
50635
 
50594
50636
  utils_util["a" /* default */].ajax({
50595
- url: api["T" /* ignoreAllSysMsg */]
50637
+ url: api["U" /* ignoreAllSysMsg */]
50596
50638
  }).then(function (res) {
50597
50639
  _this3.count = 0;
50598
50640
  _this3.msgs = [];
@@ -50912,7 +50954,7 @@ noticevue_type_template_id_b4f91b8e_render._withStripped = true
50912
50954
  var _this = this;
50913
50955
 
50914
50956
  utils_util["a" /* default */].ajax({
50915
- url: api["T" /* ignoreAllSysMsg */]
50957
+ url: api["U" /* ignoreAllSysMsg */]
50916
50958
  }).then(function (res) {
50917
50959
  _this.count = 0;
50918
50960
  _this.msgs = [];
@@ -51511,7 +51553,7 @@ var appCode = utils_util["a" /* default */].getParams('appCode') || utils_util["
51511
51553
  //获取用户信息的接口
51512
51554
  mainConfig: {
51513
51555
  type: String,
51514
- default: api["db" /* mainConfig */]
51556
+ default: api["eb" /* mainConfig */]
51515
51557
  },
51516
51558
  iframeId: {
51517
51559
  type: String,
@@ -51568,7 +51610,6 @@ var appCode = utils_util["a" /* default */].getParams('appCode') || utils_util["
51568
51610
  if (this.maxHeight) {
51569
51611
  return this.maxHeight;
51570
51612
  }
51571
- console.log(document.body.clientHeight - 50);
51572
51613
  return String(document.body.clientHeight - 77);
51573
51614
  },
51574
51615
  showSide: function showSide() {
@@ -51836,7 +51877,7 @@ var appCode = utils_util["a" /* default */].getParams('appCode') || utils_util["
51836
51877
  var _this = this;
51837
51878
 
51838
51879
  var params = {
51839
- url: api["eb" /* mainDetail */],
51880
+ url: api["fb" /* mainDetail */],
51840
51881
  params: { id: id }
51841
51882
  };
51842
51883
  utils_util["a" /* default */].ajax(params).then(function (res) {
@@ -51958,7 +51999,7 @@ var appCode = utils_util["a" /* default */].getParams('appCode') || utils_util["
51958
51999
  return;
51959
52000
  }
51960
52001
  utils_util["a" /* default */].ajax({
51961
- url: api["Vb" /* updateUserCustomInfo */],
52002
+ url: api["Wb" /* updateUserCustomInfo */],
51962
52003
  params: { color: escape(color.toLowerCase()) },
51963
52004
  data: { color: escape(color.toLowerCase()) }
51964
52005
  }).then(function (res) {
@@ -52975,8 +53016,8 @@ var appCode = utils_util["a" /* default */].getParams('appCode') || utils_util["
52975
53016
  var _this11 = this;
52976
53017
 
52977
53018
  this.webSocket = utils_util["a" /* default */].socket({
52978
- url: api["bc" /* wss */],
52979
- take: api["Sb" /* topic */],
53019
+ url: api["cc" /* wss */],
53020
+ take: api["Tb" /* topic */],
52980
53021
  success: function success(res) {
52981
53022
  var data = res.data || {};
52982
53023
  for (var i in data) {
@@ -53161,8 +53202,8 @@ var appCode = utils_util["a" /* default */].getParams('appCode') || utils_util["
53161
53202
 
53162
53203
  var main_src_main_component = normalizeComponent(
53163
53204
  packages_main_src_mainvue_type_script_lang_js_,
53164
- mainvue_type_template_id_4ac8ec54_render,
53165
- mainvue_type_template_id_4ac8ec54_staticRenderFns,
53205
+ mainvue_type_template_id_a07f27f8_render,
53206
+ mainvue_type_template_id_a07f27f8_staticRenderFns,
53166
53207
  false,
53167
53208
  null,
53168
53209
  null,
@@ -53243,17 +53284,17 @@ var menu_src_mainvue_type_script_lang_js_extends = Object.assign || function (ta
53243
53284
 
53244
53285
  if (this.mode === 'vertical') {
53245
53286
  this.$nextTick(function () {
53246
- _this.maxH = _this.$refs.esMenu.$el.offsetHeight + 'px';
53287
+ _this.maxH = _this.$refs.esMenu.$el.getBoundingClientRect().height + 'px';
53247
53288
  });
53248
53289
  } else {
53249
53290
  this.$nextTick(function () {
53250
53291
  var w = 0;
53251
53292
  Array.from(_this.$refs.menu.$el.children).forEach(function (item) {
53252
- w += item.offsetWidth;
53293
+ w += item.getBoundingClientRect().width;
53253
53294
  });
53254
53295
  var styles = window.getComputedStyle(_this.$refs.menu.$el);
53255
53296
  w += parseFloat(styles.paddingLeft) + parseFloat(styles.paddingRight);
53256
- if (w > _this.$refs.esMenu.$el.offsetWidth) {
53297
+ if (w > _this.$refs.esMenu.$el.getBoundingClientRect().width) {
53257
53298
  _this.maxW = w + 'px';
53258
53299
  }
53259
53300
  });
@@ -53273,6 +53314,59 @@ var menu_src_mainvue_type_script_lang_js_extends = Object.assign || function (ta
53273
53314
  mounted: function mounted() {},
53274
53315
 
53275
53316
  methods: {
53317
+ handleReady: function handleReady() {
53318
+ var _this2 = this;
53319
+
53320
+ if (this.mode === 'horizontal') {
53321
+ this.$refs.esMenu.wrap.onmouseover = function (e) {
53322
+ _this2.$refs.esMenu.wrap.addEventListener('mousewheel', _this2.handleWheel, { passive: false }) || _this2.$refs.esMenu.wrap.addEventListener('DOMMouseScroll', _this2.handleWheel, false);
53323
+ e.preventDefault();
53324
+ };
53325
+ this.$refs.esMenu.wrap.onmouseout = function (e) {
53326
+ _this2.$refs.esMenu.wrap.removeEventListener('mousewheel', _this2.handleWheel, { passive: false }) || _this2.$refs.esMenu.wrap.removeEventListener('DOMMouseScroll', _this2.handleWheel, false);
53327
+ e.preventDefault();
53328
+ };
53329
+ }
53330
+ // const { scrollHeight, clientHeight } =
53331
+ // this.bodyWrapper.wrap || this.bodyWrapper;
53332
+ // if (scrollHeight === clientHeight && this.$refs.fixedWrapper) {
53333
+ // this.$refs.fixedWrapper.onmouseover = (e) => {
53334
+ // this.$refs.fixedWrapper.addEventListener(
53335
+ // 'mousewheel',
53336
+ // this.handleWheel,
53337
+ // { passive: false }
53338
+ // ) ||
53339
+ // this.$refs.fixedWrapper.addEventListener(
53340
+ // 'DOMMouseScroll',
53341
+ // this.handleWheel,
53342
+ // false
53343
+ // );
53344
+ // e.preventDefault();
53345
+ // };
53346
+ // this.$refs.fixedWrapper.onmouseout = (e) => {
53347
+ // this.$refs.fixedWrapper.removeEventListener(
53348
+ // 'mousewheel',
53349
+ // this.handleWheel,
53350
+ // { passive: false }
53351
+ // ) ||
53352
+ // this.$refs.fixedWrapper.removeEventListener(
53353
+ // 'DOMMouseScroll',
53354
+ // this.handleWheel,
53355
+ // false
53356
+ // );
53357
+ // e.preventDefault();
53358
+ // };
53359
+ // }
53360
+ },
53361
+ handleWheel: function handleWheel(e) {
53362
+ if (!this.sizeHeight) {
53363
+ var eventDelta = -e.wheelDelta || e.deltaY * 40;
53364
+ this.$refs.esMenu.$refs.wrap.scrollLeft = this.$refs.esMenu.$refs.wrap.scrollLeft + eventDelta / 4;
53365
+ if (this.$refs.esMenu.$refs.wrap.scrollLeft > 0 && this.$refs.esMenu.$refs.wrap.scrollLeft < this.$refs.esMenu.$refs.wrap.scrollWidth - this.$refs.esMenu.$refs.wrap.clientWidth) {
53366
+ e.preventDefault();
53367
+ }
53368
+ }
53369
+ },
53276
53370
  getFirst: function getFirst(arry) {
53277
53371
  var item = arry[0];
53278
53372
  if (Object.prototype.hasOwnProperty.call(item, 'children') && item.children.length) {
@@ -53287,7 +53381,7 @@ var menu_src_mainvue_type_script_lang_js_extends = Object.assign || function (ta
53287
53381
  }
53288
53382
  },
53289
53383
  handleSelect: function handleSelect(key, keyPath, item) {
53290
- var _this2 = this;
53384
+ var _this3 = this;
53291
53385
 
53292
53386
  this.isChange = true;
53293
53387
  if (this.menuId !== null && keyPath.indexOf(this.menuId) == -1) {
@@ -53296,7 +53390,7 @@ var menu_src_mainvue_type_script_lang_js_extends = Object.assign || function (ta
53296
53390
  var openedMenus = item.rootMenu.openedMenus;
53297
53391
  openedMenus.forEach(function (item) {
53298
53392
  if (keyPath.indexOf(item) == -1) {
53299
- _this2.$refs.menu.close(item);
53393
+ _this3.$refs.menu.close(item);
53300
53394
  }
53301
53395
  });
53302
53396
  }
@@ -53330,7 +53424,7 @@ var menu_src_mainvue_type_script_lang_js_extends = Object.assign || function (ta
53330
53424
  });
53331
53425
  },
53332
53426
  getSub: function getSub(item, h, popper, fourthTabs) {
53333
- var _this3 = this;
53427
+ var _this4 = this;
53334
53428
 
53335
53429
  if (popper) {
53336
53430
  popper += this.popperClass !== undefined ? ' ' + this.popperClass : ' es-menu-popper-' + this.mode;
@@ -53365,7 +53459,7 @@ var menu_src_mainvue_type_script_lang_js_extends = Object.assign || function (ta
53365
53459
  if (!ele) {
53366
53460
  console.error('\u5BF9\u8C61\u5B50\u6570\u636E\u4E2D\u7B2C[' + index + ']\u6761\u6570\u636E\u9519\u8BEF', item);
53367
53461
  } else {
53368
- return _this3.getSub(ele, h, popper);
53462
+ return _this4.getSub(ele, h, popper);
53369
53463
  }
53370
53464
  }));
53371
53465
  return [h('el-submenu', {
@@ -53383,7 +53477,7 @@ var menu_src_mainvue_type_script_lang_js_extends = Object.assign || function (ta
53383
53477
  if (!ele) {
53384
53478
  console.error('\u5BF9\u8C61\u5B50\u6570\u636E\u4E2D\u7B2C[' + index + ']\u6761\u6570\u636E\u9519\u8BEF', item);
53385
53479
  } else {
53386
- return _this3.getSub(ele, h, popper, true);
53480
+ return _this4.getSub(ele, h, popper, true);
53387
53481
  }
53388
53482
  }));
53389
53483
  return [h('el-submenu', {
@@ -53421,18 +53515,18 @@ var menu_src_mainvue_type_script_lang_js_extends = Object.assign || function (ta
53421
53515
  }
53422
53516
  },
53423
53517
  render: function render(h) {
53424
- var _this4 = this;
53518
+ var _this5 = this;
53425
53519
 
53426
53520
  var doms = [];
53427
53521
  this.data.forEach(function (item) {
53428
53522
  if (item.children && item.children.length && (!item.extendData || item.extendData.businessStatus != 0)) {
53429
- doms = doms.concat(_this4.getSub(item, h, 'es-sub-menu'));
53523
+ doms = doms.concat(_this5.getSub(item, h, 'es-sub-menu'));
53430
53524
  } else {
53431
53525
  var title = [h('i', {
53432
- class: [item.icons ? _this4.unicode(item.icons) ? item.icons : 'es-icons iconfont' : 'es-icon-application', 'es-menu-item-icon'],
53433
- domProps: item.icons === '' || _this4.unicode(item.icons) ? {} : { innerHTML: item.icons }
53526
+ class: [item.icons ? _this5.unicode(item.icons) ? item.icons : 'es-icons iconfont' : 'es-icon-application', 'es-menu-item-icon'],
53527
+ domProps: item.icons === '' || _this5.unicode(item.icons) ? {} : { innerHTML: item.icons }
53434
53528
  }), h('div', {
53435
- class: ['es-menu-title-text es-menu-title-' + _this4.mode]
53529
+ class: ['es-menu-title-text es-menu-title-' + _this5.mode]
53436
53530
  }, [h('el-badge', {
53437
53531
  class: ['es-badge', {
53438
53532
  'es-badge-right': item.tips && typeof item.tips !== 'boolean',
@@ -53448,9 +53542,9 @@ var menu_src_mainvue_type_script_lang_js_extends = Object.assign || function (ta
53448
53542
  }
53449
53543
  }, [item.text])])];
53450
53544
  doms.push(h('el-menu-item', {
53451
- class: ['es-menu-item-' + _this4.mode],
53545
+ class: ['es-menu-item-' + _this5.mode],
53452
53546
  props: {
53453
- paddingLeft: _this4.paddingLeft,
53547
+ paddingLeft: _this5.paddingLeft,
53454
53548
  disabled: item.extendData && item.extendData.businessStatus == 0
53455
53549
  },
53456
53550
  attrs: {
@@ -53458,13 +53552,14 @@ var menu_src_mainvue_type_script_lang_js_extends = Object.assign || function (ta
53458
53552
  index: item.id,
53459
53553
  key: item.id
53460
53554
  }
53461
- }, _this4.titleIcons ? title : [title[1]]));
53555
+ }, _this5.titleIcons ? title : [title[1]]));
53462
53556
  }
53463
53557
  });
53464
53558
  return h('el-scrollbar', {
53465
53559
  ref: 'esMenu',
53466
53560
  props: {
53467
- horizontal: this.mode === 'horizontal'
53561
+ horizontal: this.mode === 'horizontal',
53562
+ onReady: this.handleReady
53468
53563
  },
53469
53564
  class: 'es-menu-' + this.mode + '-scrollbar'
53470
53565
  }, [h('el-menu', {
@@ -54169,7 +54264,7 @@ var notify_src_mainvue_type_script_lang_js_extends = Object.assign || function (
54169
54264
  text: '重发',
54170
54265
  format: false,
54171
54266
  method: 'post',
54172
- action: api["pb" /* sendBatch */]
54267
+ action: api["qb" /* sendBatch */]
54173
54268
  }]
54174
54269
  }];
54175
54270
  }
@@ -54356,13 +54451,13 @@ var notify_src_mainvue_type_script_lang_js_extends = Object.assign || function (
54356
54451
  },
54357
54452
  data: function data() {
54358
54453
  return {
54359
- sendList: api["rb" /* sendList */],
54360
- sendBatch: api["pb" /* sendBatch */],
54454
+ sendList: api["sb" /* sendList */],
54455
+ sendBatch: api["qb" /* sendBatch */],
54361
54456
  tableCount: 0,
54362
54457
  selectData: [],
54363
54458
  formTitle: '',
54364
54459
  showForm: false,
54365
- formData: api["qb" /* sendInfo */],
54460
+ formData: api["rb" /* sendInfo */],
54366
54461
  params: {},
54367
54462
  sendTypeDict: [],
54368
54463
  statusDict: []
@@ -54381,7 +54476,7 @@ var notify_src_mainvue_type_script_lang_js_extends = Object.assign || function (
54381
54476
  type: 'primary',
54382
54477
  checkbox: true,
54383
54478
  format: false,
54384
- action: api["pb" /* sendBatch */]
54479
+ action: api["qb" /* sendBatch */]
54385
54480
  }]
54386
54481
  }, {
54387
54482
  type: 'search',
@@ -55528,8 +55623,8 @@ qr_code_src_main.install = function (Vue) {
55528
55623
  };
55529
55624
 
55530
55625
  /* harmony default export */ var qr_code = (qr_code_src_main);
55531
- // CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./packages/radio-group/src/main.vue?vue&type=template&id=6d8b784f&
55532
- var mainvue_type_template_id_6d8b784f_render = function () {
55626
+ // CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./packages/radio-group/src/main.vue?vue&type=template&id=5c6d41f9&
55627
+ var mainvue_type_template_id_5c6d41f9_render = function () {
55533
55628
  var _vm = this
55534
55629
  var _h = _vm.$createElement
55535
55630
  var _c = _vm._self._c || _h
@@ -55658,11 +55753,11 @@ var mainvue_type_template_id_6d8b784f_render = function () {
55658
55753
  )
55659
55754
  : _vm._e()
55660
55755
  }
55661
- var mainvue_type_template_id_6d8b784f_staticRenderFns = []
55662
- mainvue_type_template_id_6d8b784f_render._withStripped = true
55756
+ var mainvue_type_template_id_5c6d41f9_staticRenderFns = []
55757
+ mainvue_type_template_id_5c6d41f9_render._withStripped = true
55663
55758
 
55664
55759
 
55665
- // CONCATENATED MODULE: ./packages/radio-group/src/main.vue?vue&type=template&id=6d8b784f&
55760
+ // CONCATENATED MODULE: ./packages/radio-group/src/main.vue?vue&type=template&id=5c6d41f9&
55666
55761
 
55667
55762
  // CONCATENATED MODULE: ./node_modules/babel-loader/lib!./node_modules/vue-loader/lib??vue-loader-options!./packages/radio-group/src/main.vue?vue&type=script&lang=js&
55668
55763
  var radio_group_src_mainvue_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; };
@@ -55739,6 +55834,7 @@ var radio_group_src_mainvue_type_script_lang_js_typeof = typeof Symbol === "func
55739
55834
  }
55740
55835
  },
55741
55836
  props: {
55837
+ service: String,
55742
55838
  method: {
55743
55839
  type: String,
55744
55840
  default: 'get'
@@ -55812,13 +55908,13 @@ var radio_group_src_mainvue_type_script_lang_js_typeof = typeof Symbol === "func
55812
55908
  computed: {
55813
55909
  label: function label() {
55814
55910
  if (this.sysCode) {
55815
- return 'shortName';
55911
+ return this.service ? 'label' : 'shortName';
55816
55912
  }
55817
55913
  return this.labelKey;
55818
55914
  },
55819
55915
  valKey: function valKey() {
55820
55916
  if (this.sysCode) {
55821
- return 'cciValue';
55917
+ return this.service ? 'value' : 'cciValue';
55822
55918
  }
55823
55919
  return this.valueKey;
55824
55920
  },
@@ -55865,6 +55961,12 @@ var radio_group_src_mainvue_type_script_lang_js_typeof = typeof Symbol === "func
55865
55961
  return this.model[this.label] || this.model[this.valKey];
55866
55962
  }
55867
55963
  }
55964
+ },
55965
+ findCode: function findCode() {
55966
+ if (this.service) {
55967
+ return '/' + this.service + api["D" /* getDictList */];
55968
+ }
55969
+ return api["v" /* findSysCode */];
55868
55970
  }
55869
55971
  },
55870
55972
  watch: {
@@ -55876,7 +55978,7 @@ var radio_group_src_mainvue_type_script_lang_js_typeof = typeof Symbol === "func
55876
55978
  if (options) {
55877
55979
  this.options = JSON.parse(JSON.stringify(options));
55878
55980
  } else {
55879
- this.getData(api["v" /* findSysCode */], val);
55981
+ this.getData(this.findCode, val);
55880
55982
  }
55881
55983
  }
55882
55984
  }
@@ -55907,7 +56009,7 @@ var radio_group_src_mainvue_type_script_lang_js_typeof = typeof Symbol === "func
55907
56009
 
55908
56010
  var params = {};
55909
56011
  if (this.results.length === 0) {
55910
- params = utils_util["a" /* default */].extend({}, this.param, sysCode ? { sysAppCode: sysCode } : {});
56012
+ params = utils_util["a" /* default */].extend({}, this.param, sysCode ? { sysAppCode: sysCode, code: sysCode } : {});
55911
56013
  } else {
55912
56014
  return false;
55913
56015
  }
@@ -55974,8 +56076,8 @@ var radio_group_src_mainvue_type_script_lang_js_typeof = typeof Symbol === "func
55974
56076
 
55975
56077
  var radio_group_src_main_component = normalizeComponent(
55976
56078
  packages_radio_group_src_mainvue_type_script_lang_js_,
55977
- mainvue_type_template_id_6d8b784f_render,
55978
- mainvue_type_template_id_6d8b784f_staticRenderFns,
56079
+ mainvue_type_template_id_5c6d41f9_render,
56080
+ mainvue_type_template_id_5c6d41f9_staticRenderFns,
55979
56081
  false,
55980
56082
  null,
55981
56083
  null,
@@ -56280,7 +56382,7 @@ mainvue_type_template_id_70256784_render._withStripped = true
56280
56382
  var mainConfig = utils_util["a" /* default */].getStorage('mainConfig');
56281
56383
  mainConfig && (this.userModel = JSON.parse(mainConfig).userModel);
56282
56384
  utils_util["a" /* default */].ajax({
56283
- url: api["X" /* initRetrialAuth */]
56385
+ url: api["Y" /* initRetrialAuth */]
56284
56386
  }).then(function (res) {
56285
56387
  var rCode = res.rCode,
56286
56388
  results = res.results;
@@ -56364,7 +56466,7 @@ mainvue_type_template_id_70256784_render._withStripped = true
56364
56466
  }
56365
56467
  }, 1000);
56366
56468
  utils_util["a" /* default */].ajax({
56367
- url: api["M" /* getRetrialAuthCode */],
56469
+ url: api["N" /* getRetrialAuthCode */],
56368
56470
  method: 'post',
56369
56471
  data: params,
56370
56472
  params: params
@@ -56389,7 +56491,7 @@ mainvue_type_template_id_70256784_render._withStripped = true
56389
56491
  uuid: this.uuid
56390
56492
  };
56391
56493
  utils_util["a" /* default */].ajax({
56392
- url: api["ob" /* scanCodeRetrialAuth */],
56494
+ url: api["pb" /* scanCodeRetrialAuth */],
56393
56495
  method: 'post',
56394
56496
  data: params,
56395
56497
  params: params
@@ -56482,6 +56584,7 @@ var select_src_mainvue_type_script_lang_js_typeof = typeof Symbol === "function"
56482
56584
  }
56483
56585
  },
56484
56586
  props: {
56587
+ service: String,
56485
56588
  value: [String, Array, Object, Number],
56486
56589
  method: {
56487
56590
  type: String,
@@ -56649,6 +56752,12 @@ var select_src_mainvue_type_script_lang_js_typeof = typeof Symbol === "function"
56649
56752
  set: function set(val) {
56650
56753
  return val;
56651
56754
  }
56755
+ },
56756
+ findCode: function findCode() {
56757
+ if (this.service) {
56758
+ return '/' + this.service + api["D" /* getDictList */];
56759
+ }
56760
+ return api["v" /* findSysCode */];
56652
56761
  }
56653
56762
  },
56654
56763
  watch: {
@@ -56656,8 +56765,8 @@ var select_src_mainvue_type_script_lang_js_typeof = typeof Symbol === "function"
56656
56765
  immediate: true,
56657
56766
  handler: function handler(val, old) {
56658
56767
  if (val && val !== old) {
56659
- this.label = 'shortName';
56660
- this.valKey = 'cciValue';
56768
+ this.label = this.service ? 'label' : 'shortName';
56769
+ this.valKey = this.service ? 'value' : 'cciValue';
56661
56770
  var options = utils_store.get(val);
56662
56771
  if (options) {
56663
56772
  this.options = JSON.parse(JSON.stringify(options));
@@ -56763,7 +56872,7 @@ var select_src_mainvue_type_script_lang_js_typeof = typeof Symbol === "function"
56763
56872
  }
56764
56873
  var params = {};
56765
56874
  if (this.results.length === 0 || reload) {
56766
- params = utils_util["a" /* default */].extend({}, this.param, sysCode ? { sysAppCode: sysCode } : {}, param ? param : {});
56875
+ params = utils_util["a" /* default */].extend({}, this.param, sysCode ? { sysAppCode: sysCode, code: sysCode } : {}, param ? param : {});
56767
56876
  } else {
56768
56877
  return false;
56769
56878
  }
@@ -56772,7 +56881,7 @@ var select_src_mainvue_type_script_lang_js_typeof = typeof Symbol === "function"
56772
56881
  }
56773
56882
  this.loading = true;
56774
56883
  utils_util["a" /* default */].ajax({
56775
- url: sysCode ? api["v" /* findSysCode */] : this.url,
56884
+ url: sysCode ? this.findCode : this.url,
56776
56885
  method: this.method,
56777
56886
  params: params,
56778
56887
  data: params
@@ -57163,6 +57272,7 @@ var select_ganged_src_mainvue_type_script_lang_js_extends = Object.assign || fun
57163
57272
  }
57164
57273
  },
57165
57274
  props: {
57275
+ service: String,
57166
57276
  method: {
57167
57277
  type: String,
57168
57278
  default: 'get'
@@ -57331,6 +57441,12 @@ var select_ganged_src_mainvue_type_script_lang_js_extends = Object.assign || fun
57331
57441
  return this.lists;
57332
57442
  }
57333
57443
  return this.data;
57444
+ },
57445
+ findCode: function findCode() {
57446
+ if (this.service) {
57447
+ return '/' + this.service + api["D" /* getDictList */];
57448
+ }
57449
+ return api["v" /* findSysCode */];
57334
57450
  }
57335
57451
  },
57336
57452
  watch: {
@@ -57377,7 +57493,7 @@ var select_ganged_src_mainvue_type_script_lang_js_extends = Object.assign || fun
57377
57493
  return false;
57378
57494
  }
57379
57495
  utils_util["a" /* default */].ajax({
57380
- url: this.sysCode ? findSysCode : this.url,
57496
+ url: this.sysCode ? this.findCode : this.url,
57381
57497
  method: this.method,
57382
57498
  params: this.param,
57383
57499
  data: this.param
@@ -58511,7 +58627,7 @@ var util_ = __webpack_require__(24);
58511
58627
  value: [Array, Object],
58512
58628
  action: {
58513
58629
  type: String,
58514
- default: api["O" /* getSelectorOrgDetail */]
58630
+ default: api["P" /* getSelectorOrgDetail */]
58515
58631
  },
58516
58632
  host: {
58517
58633
  type: String,
@@ -59977,7 +60093,7 @@ var selector_panel_src_mainvue_type_script_lang_js_typeof = typeof Symbol === "f
59977
60093
  },
59978
60094
  selection: {
59979
60095
  type: [String, Array],
59980
- default: api["O" /* getSelectorOrgDetail */]
60096
+ default: api["P" /* getSelectorOrgDetail */]
59981
60097
  },
59982
60098
  param: {
59983
60099
  type: Object,
@@ -60054,7 +60170,7 @@ var selector_panel_src_mainvue_type_script_lang_js_typeof = typeof Symbol === "f
60054
60170
  enterprise: {
60055
60171
  label: '选择单位',
60056
60172
  name: 'enterprise',
60057
- url: api["P" /* getSelectorOrgTree */],
60173
+ url: api["Q" /* getSelectorOrgTree */],
60058
60174
  data: [],
60059
60175
  nodeData: '',
60060
60176
  selection: [],
@@ -60068,7 +60184,7 @@ var selector_panel_src_mainvue_type_script_lang_js_typeof = typeof Symbol === "f
60068
60184
  department: {
60069
60185
  label: '选择部门',
60070
60186
  name: 'department',
60071
- url: api["P" /* getSelectorOrgTree */],
60187
+ url: api["Q" /* getSelectorOrgTree */],
60072
60188
  data: [],
60073
60189
  nodeData: '',
60074
60190
  selection: [],
@@ -60082,7 +60198,7 @@ var selector_panel_src_mainvue_type_script_lang_js_typeof = typeof Symbol === "f
60082
60198
  employee: {
60083
60199
  label: '选择用户',
60084
60200
  name: 'employee',
60085
- url: api["P" /* getSelectorOrgTree */],
60201
+ url: api["Q" /* getSelectorOrgTree */],
60086
60202
  data: [],
60087
60203
  nodeData: '',
60088
60204
  selection: [],
@@ -60096,7 +60212,7 @@ var selector_panel_src_mainvue_type_script_lang_js_typeof = typeof Symbol === "f
60096
60212
  myemployee: {
60097
60213
  label: '本单位用户',
60098
60214
  name: 'myemployee',
60099
- url: api["P" /* getSelectorOrgTree */],
60215
+ url: api["Q" /* getSelectorOrgTree */],
60100
60216
  data: [],
60101
60217
  nodeData: '',
60102
60218
  selection: [],
@@ -60110,7 +60226,7 @@ var selector_panel_src_mainvue_type_script_lang_js_typeof = typeof Symbol === "f
60110
60226
  otheremployee: {
60111
60227
  label: '外单位用户',
60112
60228
  name: 'otheremployee',
60113
- url: api["P" /* getSelectorOrgTree */],
60229
+ url: api["Q" /* getSelectorOrgTree */],
60114
60230
  data: [],
60115
60231
  nodeData: '',
60116
60232
  selection: [],
@@ -60124,7 +60240,7 @@ var selector_panel_src_mainvue_type_script_lang_js_typeof = typeof Symbol === "f
60124
60240
  person: {
60125
60241
  label: '选择人员',
60126
60242
  name: 'person',
60127
- url: api["P" /* getSelectorOrgTree */],
60243
+ url: api["Q" /* getSelectorOrgTree */],
60128
60244
  data: [],
60129
60245
  nodeData: '',
60130
60246
  selection: [],
@@ -60138,7 +60254,7 @@ var selector_panel_src_mainvue_type_script_lang_js_typeof = typeof Symbol === "f
60138
60254
  otherperson: {
60139
60255
  label: '外单位人员',
60140
60256
  name: 'otherperson',
60141
- url: api["P" /* getSelectorOrgTree */],
60257
+ url: api["Q" /* getSelectorOrgTree */],
60142
60258
  data: [],
60143
60259
  nodeData: '',
60144
60260
  selection: [],
@@ -60152,7 +60268,7 @@ var selector_panel_src_mainvue_type_script_lang_js_typeof = typeof Symbol === "f
60152
60268
  persongroup: {
60153
60269
  label: '员工群组成员',
60154
60270
  name: 'persongroup',
60155
- url: api["P" /* getSelectorOrgTree */],
60271
+ url: api["Q" /* getSelectorOrgTree */],
60156
60272
  data: [],
60157
60273
  nodeData: '',
60158
60274
  selection: [],
@@ -60170,7 +60286,7 @@ var selector_panel_src_mainvue_type_script_lang_js_typeof = typeof Symbol === "f
60170
60286
  selection: [],
60171
60287
  value: [],
60172
60288
  name: 'filgroup',
60173
- url: api["P" /* getSelectorOrgTree */],
60289
+ url: api["Q" /* getSelectorOrgTree */],
60174
60290
  param: {
60175
60291
  showarea: 3,
60176
60292
  id: 0,
@@ -60180,7 +60296,7 @@ var selector_panel_src_mainvue_type_script_lang_js_typeof = typeof Symbol === "f
60180
60296
  depgroup: {
60181
60297
  label: '部门群组成员',
60182
60298
  name: 'depgroup',
60183
- url: api["P" /* getSelectorOrgTree */],
60299
+ url: api["Q" /* getSelectorOrgTree */],
60184
60300
  data: [],
60185
60301
  nodeData: '',
60186
60302
  selection: [],
@@ -60194,7 +60310,7 @@ var selector_panel_src_mainvue_type_script_lang_js_typeof = typeof Symbol === "f
60194
60310
  persongroupobj: {
60195
60311
  label: '人员群组',
60196
60312
  name: 'persongroupobj',
60197
- url: api["P" /* getSelectorOrgTree */],
60313
+ url: api["Q" /* getSelectorOrgTree */],
60198
60314
  data: [],
60199
60315
  nodeData: '',
60200
60316
  selection: [],
@@ -60208,7 +60324,7 @@ var selector_panel_src_mainvue_type_script_lang_js_typeof = typeof Symbol === "f
60208
60324
  filgroupobj: {
60209
60325
  label: '单位群组',
60210
60326
  name: 'filgroupobj',
60211
- url: api["P" /* getSelectorOrgTree */],
60327
+ url: api["Q" /* getSelectorOrgTree */],
60212
60328
  data: [],
60213
60329
  nodeData: '',
60214
60330
  selection: [],
@@ -60222,7 +60338,7 @@ var selector_panel_src_mainvue_type_script_lang_js_typeof = typeof Symbol === "f
60222
60338
  depgroupobj: {
60223
60339
  label: '部门群组',
60224
60340
  name: 'depgroupobj',
60225
- url: api["P" /* getSelectorOrgTree */],
60341
+ url: api["Q" /* getSelectorOrgTree */],
60226
60342
  data: [],
60227
60343
  nodeData: '',
60228
60344
  selection: [],
@@ -60236,7 +60352,7 @@ var selector_panel_src_mainvue_type_script_lang_js_typeof = typeof Symbol === "f
60236
60352
  role: {
60237
60353
  label: '选择角色',
60238
60354
  name: 'role',
60239
- url: api["P" /* getSelectorOrgTree */],
60355
+ url: api["Q" /* getSelectorOrgTree */],
60240
60356
  data: [],
60241
60357
  nodeData: '',
60242
60358
  selection: [],
@@ -60250,7 +60366,7 @@ var selector_panel_src_mainvue_type_script_lang_js_typeof = typeof Symbol === "f
60250
60366
  post: {
60251
60367
  label: '选择岗位',
60252
60368
  name: 'post',
60253
- url: api["P" /* getSelectorOrgTree */],
60369
+ url: api["Q" /* getSelectorOrgTree */],
60254
60370
  data: [],
60255
60371
  nodeData: '',
60256
60372
  selection: [],
@@ -60264,7 +60380,7 @@ var selector_panel_src_mainvue_type_script_lang_js_typeof = typeof Symbol === "f
60264
60380
  codetable: {
60265
60381
  label: '代码表',
60266
60382
  name: 'codetable',
60267
- url: api["P" /* getSelectorOrgTree */],
60383
+ url: api["Q" /* getSelectorOrgTree */],
60268
60384
  data: [],
60269
60385
  nodeData: '',
60270
60386
  selection: [],
@@ -60278,7 +60394,7 @@ var selector_panel_src_mainvue_type_script_lang_js_typeof = typeof Symbol === "f
60278
60394
  topcontacts: {
60279
60395
  label: '常用联系人',
60280
60396
  name: 'topcontacts',
60281
- url: api["P" /* getSelectorOrgTree */],
60397
+ url: api["Q" /* getSelectorOrgTree */],
60282
60398
  data: [],
60283
60399
  nodeData: '',
60284
60400
  selection: [],
@@ -60930,11 +61046,11 @@ function sizer_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return fun
60930
61046
  },
60931
61047
  url: {
60932
61048
  type: String,
60933
- default: api["I" /* getOrgMainTree */]
61049
+ default: api["J" /* getOrgMainTree */]
60934
61050
  },
60935
61051
  orgUrl: {
60936
61052
  type: String,
60937
- default: api["N" /* getSelectOrgsubids */]
61053
+ default: api["O" /* getSelectOrgsubids */]
60938
61054
  },
60939
61055
  selectField: {
60940
61056
  type: String,
@@ -64345,7 +64461,7 @@ mainvue_type_template_id_33945f34_render._withStripped = true
64345
64461
  },
64346
64462
  url: {
64347
64463
  type: String,
64348
- default: api["R" /* gethelpdoc */]
64464
+ default: api["S" /* gethelpdoc */]
64349
64465
  },
64350
64466
  param: {
64351
64467
  type: Object,
@@ -64845,7 +64961,7 @@ mainvue_type_template_id_6991bbb6_render._withStripped = true
64845
64961
  // 选择项远程地址
64846
64962
  url: {
64847
64963
  type: String,
64848
- default: api["I" /* getOrgMainTree */]
64964
+ default: api["J" /* getOrgMainTree */]
64849
64965
  },
64850
64966
  system: {
64851
64967
  type: Boolean,
@@ -66542,9 +66658,9 @@ function mainvue_type_script_lang_js_objectWithoutProperties(obj, keys) { var ta
66542
66658
  })];
66543
66659
  }
66544
66660
  if (type === 'info') {
66545
- info = [h('div', { class: 'es-toolbar-info' }, contents.map(function (item) {
66661
+ info.push(h('div', { class: 'es-toolbar-info' }, contents.map(function (item) {
66546
66662
  return h('span', { class: 'es-info' }, [h('span', { class: 'es-info-label' }, [item.label + '\uFF1A']), h('span', { class: 'es-info-value' }, [item.value])]);
66547
- }))];
66663
+ })));
66548
66664
  }
66549
66665
  if (type === 'filter') {
66550
66666
  info.push(h('el-button', {
@@ -70702,8 +70818,8 @@ form_src_table.install = function (Vue) {
70702
70818
  };
70703
70819
 
70704
70820
  /* harmony default export */ var table_form = (form_src_table);
70705
- // CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./packages/upload/src/main.vue?vue&type=template&id=6ac7d26c&
70706
- var mainvue_type_template_id_6ac7d26c_render = function () {
70821
+ // CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./packages/upload/src/main.vue?vue&type=template&id=789e2154&
70822
+ var mainvue_type_template_id_789e2154_render = function () {
70707
70823
  var _vm = this
70708
70824
  var _h = _vm.$createElement
70709
70825
  var _c = _vm._self._c || _h
@@ -71083,11 +71199,11 @@ var mainvue_type_template_id_6ac7d26c_render = function () {
71083
71199
  )
71084
71200
  : _vm._e()
71085
71201
  }
71086
- var mainvue_type_template_id_6ac7d26c_staticRenderFns = []
71087
- mainvue_type_template_id_6ac7d26c_render._withStripped = true
71202
+ var mainvue_type_template_id_789e2154_staticRenderFns = []
71203
+ mainvue_type_template_id_789e2154_render._withStripped = true
71088
71204
 
71089
71205
 
71090
- // CONCATENATED MODULE: ./packages/upload/src/main.vue?vue&type=template&id=6ac7d26c&
71206
+ // CONCATENATED MODULE: ./packages/upload/src/main.vue?vue&type=template&id=789e2154&
71091
71207
 
71092
71208
  // CONCATENATED MODULE: ./packages/upload/src/picture.js
71093
71209
  /* harmony default export */ var picture = ({
@@ -71522,7 +71638,7 @@ var mainvue_type_script_lang_js_props;
71522
71638
  videoChange: false,
71523
71639
  source: '',
71524
71640
  excludeNames: '',
71525
- previewAdjunct: api["ib" /* previewAdjunct */],
71641
+ previewAdjunct: api["jb" /* previewAdjunct */],
71526
71642
  boxHeight: this.listHeight,
71527
71643
  kkfileview: null
71528
71644
  };
@@ -71568,7 +71684,7 @@ var mainvue_type_script_lang_js_props;
71568
71684
  return this.showFileList;
71569
71685
  },
71570
71686
  url: function url() {
71571
- var url = this.action ? this.action : this.portrait ? api["Yb" /* uploadOnlyOne */] : api["ac" /* uploads */];
71687
+ var url = this.action ? this.action : this.portrait ? api["Zb" /* uploadOnlyOne */] : api["bc" /* uploads */];
71572
71688
  return url.indexOf(this.host) > -1 ? url : this.host + url;
71573
71689
  },
71574
71690
  excludes: function excludes() {
@@ -71605,7 +71721,6 @@ var mainvue_type_script_lang_js_props;
71605
71721
  return this.readonly || (this.elForm || {}).readonly;
71606
71722
  },
71607
71723
  isRemove: function isRemove() {
71608
- console.log(this.remove, this.deleted, 999);
71609
71724
  if (this.remove == false || this.deleted == false) {
71610
71725
  return false;
71611
71726
  }
@@ -71697,6 +71812,7 @@ var mainvue_type_script_lang_js_props;
71697
71812
  }
71698
71813
  });
71699
71814
  this.filesTotalSize = filesTotalSize;
71815
+ this.$emit('input', val);
71700
71816
  } else {
71701
71817
  this.getFiles(this.params);
71702
71818
  }
@@ -71825,7 +71941,7 @@ var mainvue_type_script_lang_js_props;
71825
71941
  }
71826
71942
  });
71827
71943
  _this3.filesTotalSize = filesTotalSize;
71828
- _this3.$emit('input', _this3.lists);
71944
+ _this3.$emit('input', _this3.lists.length ? _this3.lists : '');
71829
71945
  }
71830
71946
  } else {
71831
71947
  var msg = res.msg || '系统错误,请联系管理员!';
@@ -71868,13 +71984,13 @@ var mainvue_type_script_lang_js_props;
71868
71984
  if (this.kkfileview) {
71869
71985
  this.openKkfileview(file);
71870
71986
  } else {
71871
- utils_util["a" /* default */].win.open(this.host + (url ? url : api["kb" /* previewAdjunctOffice */]) + '?cmd=view&bucketName=' + file.absolutePath + '&fileId=' + file.adjunctId + '&fileName=' + file.newName);
71987
+ utils_util["a" /* default */].win.open(this.host + (url ? url : api["lb" /* previewAdjunctOffice */]) + '?cmd=view&bucketName=' + file.absolutePath + '&fileId=' + file.adjunctId + '&fileName=' + file.newName);
71872
71988
  }
71873
71989
  } else if (suffix.includes('pdf')) {
71874
71990
  if (this.kkfileview) {
71875
71991
  this.openKkfileview(file);
71876
71992
  } else {
71877
- utils_util["a" /* default */].win.open(this.host + (url ? url : api["jb" /* previewAdjunct2 */]) + '/' + file.originalName + '?adjunctId=' + file.adjunctId);
71993
+ utils_util["a" /* default */].win.open(this.host + (url ? url : api["kb" /* previewAdjunct2 */]) + '/' + file.originalName + '?adjunctId=' + file.adjunctId);
71878
71994
  }
71879
71995
  } else if (suffix.includes('jpge') || suffix.includes('jpg') || suffix.includes('gif') || suffix.includes('png')) {
71880
71996
  this.imgUrl = res.url && utils_util["a" /* default */].startWith(url, ['http', '/', true]) ? res.url : this.host + (url ? url : this.previewAdjunct) + '?adjunctId=' + file.adjunctId;
@@ -72036,7 +72152,7 @@ var mainvue_type_script_lang_js_props;
72036
72152
  }
72037
72153
  },
72038
72154
  handleDownloads: function handleDownloads() {
72039
- var url = typeof this.downloads === 'string' ? this.downloads : api["Xb" /* uploadDownloads */];
72155
+ var url = typeof this.downloads === 'string' ? this.downloads : api["Yb" /* uploadDownloads */];
72040
72156
  utils_util["a" /* default */].win.open(this.host + url + '?ownId=' + this.ownId + '&code=' + this.code + (this.extendCode ? '&extendCode=' + this.extendCode : ''));
72041
72157
  },
72042
72158
  handleDownload: function handleDownload(file) {
@@ -72076,7 +72192,7 @@ var mainvue_type_script_lang_js_props;
72076
72192
  ids = ids.join(',');
72077
72193
  utils_util["a" /* default */].ajax({
72078
72194
  method: this.method,
72079
- url: api["Zb" /* uploadSort */],
72195
+ url: api["ac" /* uploadSort */],
72080
72196
  data: {
72081
72197
  ids: ids
72082
72198
  },
@@ -72139,7 +72255,7 @@ var mainvue_type_script_lang_js_props;
72139
72255
  this.onChange && this.onChange(file, fileList);
72140
72256
  },
72141
72257
  handleRemove: function handleRemove(file, fileList) {
72142
- this.$emit('input', fileList);
72258
+ this.$emit('input', fileList.length ? fileList : '');
72143
72259
  this.$emit('remove', file, fileList);
72144
72260
  this.$emit('change', fileList);
72145
72261
  this.onRemove && this.onRemove(file, fileList);
@@ -72175,8 +72291,8 @@ var mainvue_type_script_lang_js_props;
72175
72291
 
72176
72292
  var upload_src_main_component = normalizeComponent(
72177
72293
  packages_upload_src_mainvue_type_script_lang_js_,
72178
- mainvue_type_template_id_6ac7d26c_render,
72179
- mainvue_type_template_id_6ac7d26c_staticRenderFns,
72294
+ mainvue_type_template_id_789e2154_render,
72295
+ mainvue_type_template_id_789e2154_staticRenderFns,
72180
72296
  false,
72181
72297
  null,
72182
72298
  null,
@@ -72652,7 +72768,7 @@ if (typeof window !== 'undefined' && window.Vue) {
72652
72768
  }
72653
72769
 
72654
72770
  /* harmony default export */ var src_0 = __webpack_exports__["default"] = ({
72655
- version: '0.5.54',
72771
+ version: '0.5.55',
72656
72772
  install: install,
72657
72773
  Button: packages_button,
72658
72774
  ButtonGroup: button_group,