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
  // 说明文档
@@ -4809,7 +4812,7 @@ var _typeof = typeof Symbol === "function" && typeof Symbol.iterator === "symbol
4809
4812
  },
4810
4813
  selection: {
4811
4814
  type: [String, Array],
4812
- default: api["O" /* getSelectorOrgDetail */]
4815
+ default: api["P" /* getSelectorOrgDetail */]
4813
4816
  },
4814
4817
  param: {
4815
4818
  type: Object,
@@ -4886,7 +4889,7 @@ var _typeof = typeof Symbol === "function" && typeof Symbol.iterator === "symbol
4886
4889
  enterprise: {
4887
4890
  label: '选择单位',
4888
4891
  name: 'enterprise',
4889
- url: api["P" /* getSelectorOrgTree */],
4892
+ url: api["Q" /* getSelectorOrgTree */],
4890
4893
  data: [],
4891
4894
  nodeData: '',
4892
4895
  selection: [],
@@ -4900,7 +4903,7 @@ var _typeof = typeof Symbol === "function" && typeof Symbol.iterator === "symbol
4900
4903
  department: {
4901
4904
  label: '选择部门',
4902
4905
  name: 'department',
4903
- url: api["P" /* getSelectorOrgTree */],
4906
+ url: api["Q" /* getSelectorOrgTree */],
4904
4907
  data: [],
4905
4908
  nodeData: '',
4906
4909
  selection: [],
@@ -4914,7 +4917,7 @@ var _typeof = typeof Symbol === "function" && typeof Symbol.iterator === "symbol
4914
4917
  employee: {
4915
4918
  label: '选择用户',
4916
4919
  name: 'employee',
4917
- url: api["P" /* getSelectorOrgTree */],
4920
+ url: api["Q" /* getSelectorOrgTree */],
4918
4921
  data: [],
4919
4922
  nodeData: '',
4920
4923
  selection: [],
@@ -4928,7 +4931,7 @@ var _typeof = typeof Symbol === "function" && typeof Symbol.iterator === "symbol
4928
4931
  myemployee: {
4929
4932
  label: '本单位用户',
4930
4933
  name: 'myemployee',
4931
- url: api["P" /* getSelectorOrgTree */],
4934
+ url: api["Q" /* getSelectorOrgTree */],
4932
4935
  data: [],
4933
4936
  nodeData: '',
4934
4937
  selection: [],
@@ -4942,7 +4945,7 @@ var _typeof = typeof Symbol === "function" && typeof Symbol.iterator === "symbol
4942
4945
  otheremployee: {
4943
4946
  label: '外单位用户',
4944
4947
  name: 'otheremployee',
4945
- url: api["P" /* getSelectorOrgTree */],
4948
+ url: api["Q" /* getSelectorOrgTree */],
4946
4949
  data: [],
4947
4950
  nodeData: '',
4948
4951
  selection: [],
@@ -4956,7 +4959,7 @@ var _typeof = typeof Symbol === "function" && typeof Symbol.iterator === "symbol
4956
4959
  person: {
4957
4960
  label: '选择人员',
4958
4961
  name: 'person',
4959
- url: api["P" /* getSelectorOrgTree */],
4962
+ url: api["Q" /* getSelectorOrgTree */],
4960
4963
  data: [],
4961
4964
  nodeData: '',
4962
4965
  selection: [],
@@ -4970,7 +4973,7 @@ var _typeof = typeof Symbol === "function" && typeof Symbol.iterator === "symbol
4970
4973
  otherperson: {
4971
4974
  label: '外单位人员',
4972
4975
  name: 'otherperson',
4973
- url: api["P" /* getSelectorOrgTree */],
4976
+ url: api["Q" /* getSelectorOrgTree */],
4974
4977
  data: [],
4975
4978
  nodeData: '',
4976
4979
  selection: [],
@@ -4984,7 +4987,7 @@ var _typeof = typeof Symbol === "function" && typeof Symbol.iterator === "symbol
4984
4987
  persongroup: {
4985
4988
  label: '员工群组成员',
4986
4989
  name: 'persongroup',
4987
- url: api["P" /* getSelectorOrgTree */],
4990
+ url: api["Q" /* getSelectorOrgTree */],
4988
4991
  data: [],
4989
4992
  nodeData: '',
4990
4993
  selection: [],
@@ -5002,7 +5005,7 @@ var _typeof = typeof Symbol === "function" && typeof Symbol.iterator === "symbol
5002
5005
  selection: [],
5003
5006
  value: [],
5004
5007
  name: 'filgroup',
5005
- url: api["P" /* getSelectorOrgTree */],
5008
+ url: api["Q" /* getSelectorOrgTree */],
5006
5009
  param: {
5007
5010
  showarea: 3,
5008
5011
  id: 0,
@@ -5012,7 +5015,7 @@ var _typeof = typeof Symbol === "function" && typeof Symbol.iterator === "symbol
5012
5015
  depgroup: {
5013
5016
  label: '部门群组成员',
5014
5017
  name: 'depgroup',
5015
- url: api["P" /* getSelectorOrgTree */],
5018
+ url: api["Q" /* getSelectorOrgTree */],
5016
5019
  data: [],
5017
5020
  nodeData: '',
5018
5021
  selection: [],
@@ -5026,7 +5029,7 @@ var _typeof = typeof Symbol === "function" && typeof Symbol.iterator === "symbol
5026
5029
  persongroupobj: {
5027
5030
  label: '人员群组',
5028
5031
  name: 'persongroupobj',
5029
- url: api["P" /* getSelectorOrgTree */],
5032
+ url: api["Q" /* getSelectorOrgTree */],
5030
5033
  data: [],
5031
5034
  nodeData: '',
5032
5035
  selection: [],
@@ -5040,7 +5043,7 @@ var _typeof = typeof Symbol === "function" && typeof Symbol.iterator === "symbol
5040
5043
  filgroupobj: {
5041
5044
  label: '单位群组',
5042
5045
  name: 'filgroupobj',
5043
- url: api["P" /* getSelectorOrgTree */],
5046
+ url: api["Q" /* getSelectorOrgTree */],
5044
5047
  data: [],
5045
5048
  nodeData: '',
5046
5049
  selection: [],
@@ -5054,7 +5057,7 @@ var _typeof = typeof Symbol === "function" && typeof Symbol.iterator === "symbol
5054
5057
  depgroupobj: {
5055
5058
  label: '部门群组',
5056
5059
  name: 'depgroupobj',
5057
- url: api["P" /* getSelectorOrgTree */],
5060
+ url: api["Q" /* getSelectorOrgTree */],
5058
5061
  data: [],
5059
5062
  nodeData: '',
5060
5063
  selection: [],
@@ -5068,7 +5071,7 @@ var _typeof = typeof Symbol === "function" && typeof Symbol.iterator === "symbol
5068
5071
  role: {
5069
5072
  label: '选择角色',
5070
5073
  name: 'role',
5071
- url: api["P" /* getSelectorOrgTree */],
5074
+ url: api["Q" /* getSelectorOrgTree */],
5072
5075
  data: [],
5073
5076
  nodeData: '',
5074
5077
  selection: [],
@@ -5082,7 +5085,7 @@ var _typeof = typeof Symbol === "function" && typeof Symbol.iterator === "symbol
5082
5085
  post: {
5083
5086
  label: '选择岗位',
5084
5087
  name: 'post',
5085
- url: api["P" /* getSelectorOrgTree */],
5088
+ url: api["Q" /* getSelectorOrgTree */],
5086
5089
  data: [],
5087
5090
  nodeData: '',
5088
5091
  selection: [],
@@ -5096,7 +5099,7 @@ var _typeof = typeof Symbol === "function" && typeof Symbol.iterator === "symbol
5096
5099
  codetable: {
5097
5100
  label: '代码表',
5098
5101
  name: 'codetable',
5099
- url: api["P" /* getSelectorOrgTree */],
5102
+ url: api["Q" /* getSelectorOrgTree */],
5100
5103
  data: [],
5101
5104
  nodeData: '',
5102
5105
  selection: [],
@@ -5110,7 +5113,7 @@ var _typeof = typeof Symbol === "function" && typeof Symbol.iterator === "symbol
5110
5113
  topcontacts: {
5111
5114
  label: '常用联系人',
5112
5115
  name: 'topcontacts',
5113
- url: api["P" /* getSelectorOrgTree */],
5116
+ url: api["Q" /* getSelectorOrgTree */],
5114
5117
  data: [],
5115
5118
  nodeData: '',
5116
5119
  selection: [],