eoss-ui 0.5.22 → 0.5.24

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 (49) hide show
  1. package/lib/button-group.js +55 -53
  2. package/lib/button.js +55 -53
  3. package/lib/checkbox-group.js +55 -53
  4. package/lib/config/api.js +1 -0
  5. package/lib/data-table-form.js +55 -53
  6. package/lib/data-table.js +62 -62
  7. package/lib/date-picker.js +55 -53
  8. package/lib/dialog.js +55 -53
  9. package/lib/eoss-ui.common.js +508 -235
  10. package/lib/flow-group.js +55 -53
  11. package/lib/flow-list.js +58 -56
  12. package/lib/flow.js +77 -75
  13. package/lib/form.js +55 -53
  14. package/lib/handle-user.js +56 -54
  15. package/lib/handler.js +56 -54
  16. package/lib/index.js +1 -1
  17. package/lib/input-number.js +55 -53
  18. package/lib/input.js +55 -53
  19. package/lib/login.js +435 -162
  20. package/lib/main.js +64 -62
  21. package/lib/nav.js +55 -53
  22. package/lib/notify.js +60 -58
  23. package/lib/page.js +55 -53
  24. package/lib/player.js +55 -53
  25. package/lib/qr-code.js +55 -53
  26. package/lib/radio-group.js +55 -53
  27. package/lib/retrial-auth.js +56 -54
  28. package/lib/select-ganged.js +55 -53
  29. package/lib/select.js +55 -53
  30. package/lib/selector-panel.js +55 -53
  31. package/lib/selector.js +55 -53
  32. package/lib/sizer.js +55 -53
  33. package/lib/steps.js +55 -53
  34. package/lib/switch.js +55 -53
  35. package/lib/table-form.js +55 -53
  36. package/lib/tabs.js +55 -53
  37. package/lib/tips.js +55 -53
  38. package/lib/tree-group.js +62 -58
  39. package/lib/tree.js +55 -53
  40. package/lib/upload.js +61 -59
  41. package/lib/wujie.js +55 -53
  42. package/lib/wxlogin.js +55 -53
  43. package/package.json +1 -1
  44. package/packages/data-table/src/column.vue +0 -2
  45. package/packages/login/src/main.vue +4 -0
  46. package/packages/login/src/resetPassword.vue +413 -95
  47. package/packages/tree-group/src/main.vue +6 -3
  48. package/src/config/api.js +1 -0
  49. package/src/index.js +1 -1
@@ -2978,15 +2978,16 @@ var watermark = function watermark(option) {
2978
2978
  /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "k", function() { return doCaLogin; });
2979
2979
  /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "o", function() { return doUserLogin; });
2980
2980
  /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "m", function() { return doQrLogin; });
2981
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "ab", function() { return logout; });
2981
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "bb", function() { return logout; });
2982
2982
  /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "U", function() { return initLogin; });
2983
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "rb", function() { return switchUserTo; });
2983
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "sb", function() { return switchUserTo; });
2984
2984
  /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "c", function() { return changeImg; });
2985
2985
  /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "D", function() { return getLoginCode; });
2986
2986
  /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "l", function() { return doCodeLogin; });
2987
2987
  /* unused harmony export updateCode */
2988
2988
  /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "E", function() { return getModifyPassCode; });
2989
2989
  /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "d", function() { return codeModifyPass; });
2990
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Z", function() { return loginModifyPassword; });
2990
2991
  /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "b", function() { return authCenter; });
2991
2992
  /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "V", function() { return initModifyPassword; });
2992
2993
  /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "p", function() { return doWechatQrLogin; });
@@ -2994,11 +2995,11 @@ var watermark = function watermark(option) {
2994
2995
  /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "n", function() { return doTwoFactorLogin; });
2995
2996
  /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "W", function() { return initRetrialAuth; });
2996
2997
  /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "L", function() { return getRetrialAuthCode; });
2997
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "mb", function() { return scanCodeRetrialAuth; });
2998
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "nb", function() { return scanCodeRetrialAuth; });
2998
2999
  /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "e", function() { return codeRetrialAuth; });
2999
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "bb", function() { return mainConfig; });
3000
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "cb", function() { return mainConfig; });
3000
3001
  /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "X", function() { return initUserSet; });
3001
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Ub", function() { return updateUserInfo; });
3002
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Vb", function() { return updateUserInfo; });
3002
3003
  /* unused harmony export getUserImgUrl */
3003
3004
  /* unused harmony export getDoorIndex */
3004
3005
  /* unused harmony export refreshOnlineUsers */
@@ -3007,20 +3008,20 @@ var watermark = function watermark(option) {
3007
3008
  /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "A", function() { return getComplexApplications; });
3008
3009
  /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "B", function() { return getComplexApplicationsNew; });
3009
3010
  /* unused harmony export getUserCustomInfo */
3010
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Tb", function() { return updateUserCustomInfo; });
3011
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "sb", function() { return sysMsgPage; });
3011
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Ub", function() { return updateUserCustomInfo; });
3012
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "tb", function() { return sysMsgPage; });
3012
3013
  /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "T", function() { return ignoreSysMsg; });
3013
3014
  /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "S", function() { return ignoreAllSysMsg; });
3014
3015
  /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "z", function() { return getAdjunctProperties; });
3015
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Yb", function() { return uploads; });
3016
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Wb", function() { return uploadOnlyOne; });
3016
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Zb", function() { return uploads; });
3017
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Xb", function() { return uploadOnlyOne; });
3017
3018
  /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "y", function() { return getAdjunctFileInfos; });
3018
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Xb", function() { return uploadSort; });
3019
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Yb", function() { return uploadSort; });
3019
3020
  /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "q", function() { return downloadByAdjunctId; });
3020
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Vb", function() { return uploadDownloads; });
3021
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "gb", function() { return previewAdjunct; });
3022
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "hb", function() { return previewAdjunct2; });
3023
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "ib", function() { return previewAdjunctOffice; });
3021
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Wb", function() { return uploadDownloads; });
3022
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "hb", function() { return previewAdjunct; });
3023
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "ib", function() { return previewAdjunct2; });
3024
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "jb", function() { return previewAdjunctOffice; });
3024
3025
  /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "g", function() { return delAdjunct; });
3025
3026
  /* unused harmony export upload_updateClassify */
3026
3027
  /* unused harmony export getDeleteAdjunctFileInfos */
@@ -3033,14 +3034,14 @@ var watermark = function watermark(option) {
3033
3034
  /* unused harmony export findUserBaseInfo */
3034
3035
  /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Q", function() { return gethelpdoc; });
3035
3036
  /* unused harmony export getCurrentuser */
3036
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "cb", function() { return mainDetail; });
3037
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Fb", function() { return toStartFlow; });
3038
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Cb", function() { return tempSave; });
3037
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "db", function() { return mainDetail; });
3038
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Gb", function() { return toStartFlow; });
3039
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Db", function() { return tempSave; });
3039
3040
  /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "f", function() { return commonOpion; });
3040
3041
  /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "a", function() { return addCommonOpion; });
3041
3042
  /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "r", function() { return editCommonOpion; });
3042
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "lb", function() { return saveCommonOpinion; });
3043
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Sb", function() { return updateCommonOpinion; });
3043
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "mb", function() { return saveCommonOpinion; });
3044
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Tb", function() { return updateCommonOpinion; });
3044
3045
  /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "h", function() { return deleteCommonOpion; });
3045
3046
  /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "K", function() { return getProcessDefList; });
3046
3047
  /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "F", function() { return getNodeInfo; });
@@ -3049,52 +3050,52 @@ var watermark = function watermark(option) {
3049
3050
  /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "v", function() { return findSysCodes; });
3050
3051
  /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "G", function() { return getNotificationMsg; });
3051
3052
  /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "C", function() { return getHandleInfoHtml; });
3052
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "tb", function() { return taskHandleHtml; });
3053
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "ub", function() { return taskHandleHtml; });
3053
3054
  /* unused harmony export getView */
3054
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "jb", function() { return register; });
3055
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "db", function() { return pendedhistoryList; });
3056
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Ib", function() { return toTaskRejectHtml; });
3057
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "vb", function() { return taskRejectHtml; });
3058
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Gb", function() { return toStartTaskRead; });
3059
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Hb", function() { return toStartTaskReadIndex; });
3060
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "ub", function() { return taskReadHtml; });
3061
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "kb", function() { return rejectAndEnd; });
3062
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Eb", function() { return toSendMsg; });
3063
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "qb", function() { return sendMsg; });
3055
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "kb", function() { return register; });
3056
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "eb", function() { return pendedhistoryList; });
3057
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Jb", function() { return toTaskRejectHtml; });
3058
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "wb", function() { return taskRejectHtml; });
3059
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Hb", function() { return toStartTaskRead; });
3060
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Ib", function() { return toStartTaskReadIndex; });
3061
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "vb", function() { return taskReadHtml; });
3062
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "lb", function() { return rejectAndEnd; });
3063
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Fb", function() { return toSendMsg; });
3064
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "rb", function() { return sendMsg; });
3064
3065
  /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "s", function() { return endFlowHtml; });
3065
3066
  /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "R", function() { return handleInfo; });
3066
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Z", function() { return loginUserInfo; });
3067
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Zb", function() { return wss; });
3068
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Qb", function() { return topic; });
3067
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "ab", function() { return loginUserInfo; });
3068
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "ac", function() { return wss; });
3069
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Rb", function() { return topic; });
3069
3070
  /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "I", function() { return getPresetCustomInfo; });
3070
3071
  /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "J", function() { return getPresetNodeInfo; });
3071
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Mb", function() { return toTaskTransferIndex; });
3072
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "zb", function() { return taskTransfer; });
3073
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Db", function() { return toPresetInfoListIndex; });
3072
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Nb", function() { return toTaskTransferIndex; });
3073
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Ab", function() { return taskTransfer; });
3074
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Eb", function() { return toPresetInfoListIndex; });
3074
3075
  /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "j", function() { return deletePresetInfo; });
3075
3076
  /* unused harmony export historyListJson */
3076
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "eb", function() { return pendedhistoryListJson; });
3077
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "fb", function() { return pressListJson; });
3077
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "fb", function() { return pendedhistoryListJson; });
3078
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "gb", function() { return pressListJson; });
3078
3079
  /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "i", function() { return deleteFlow; });
3079
3080
  /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Y", function() { return isCanStartSubFlow; });
3080
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Nb", function() { return toTaskUnionExamine; });
3081
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Ab", function() { return taskUnionExamine; });
3082
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Lb", function() { return toTaskTakeAdvice; });
3083
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "yb", function() { return taskTakeAdvice; });
3084
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Kb", function() { return toTaskStartDraft; });
3085
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "xb", function() { return taskStartDraft; });
3086
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Jb", function() { return toTaskReview; });
3087
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "wb", function() { return taskReview; });
3088
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Ob", function() { return toTaskUnionSeal; });
3089
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Bb", function() { return taskUnionSeal; });
3090
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Pb", function() { return toTwoOfficesDispatch; });
3091
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Rb", function() { return twoOfficesDispatch; });
3092
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "pb", function() { return sendList; });
3093
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "ob", function() { return sendInfo; });
3081
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Ob", function() { return toTaskUnionExamine; });
3082
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Bb", function() { return taskUnionExamine; });
3083
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Mb", function() { return toTaskTakeAdvice; });
3084
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "zb", function() { return taskTakeAdvice; });
3085
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Lb", function() { return toTaskStartDraft; });
3086
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "yb", function() { return taskStartDraft; });
3087
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Kb", function() { return toTaskReview; });
3088
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "xb", function() { return taskReview; });
3089
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Pb", function() { return toTaskUnionSeal; });
3090
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Cb", function() { return taskUnionSeal; });
3091
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Qb", function() { return toTwoOfficesDispatch; });
3092
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Sb", function() { return twoOfficesDispatch; });
3093
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "qb", function() { return sendList; });
3094
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "pb", function() { return sendInfo; });
3094
3095
  /* unused harmony export sendSave */
3095
3096
  /* unused harmony export sendUpdate */
3096
3097
  /* unused harmony export sendDelete */
3097
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "nb", function() { return sendBatch; });
3098
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "ob", function() { return sendBatch; });
3098
3099
  /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "x", function() { return formContents; });
3099
3100
  // 登录
3100
3101
  var doCaLogin = '/sso2/signIn/auth/doCaLogin'; // ca登录认证
@@ -3109,6 +3110,7 @@ var doCodeLogin = '/sso2/signIn/auth/doCodeLogin'; // 短信、邮箱验证码
3109
3110
  var updateCode = '/sso2/signIn/assembly/getSmsModifyPassVerificationCode'; // 获取短信验证码(修改密码)
3110
3111
  var getModifyPassCode = '/sso2/signIn/assembly/getModifyPassCode'; // 获取修改密码的短信、邮箱验证码
3111
3112
  var codeModifyPass = '/sso2/signIn/assembly/codeModifyPass'; // 验证码重置密码
3113
+ var loginModifyPassword = '/sso2/signIn/auth/loginModifyPassword'; // 原始密码重置密码
3112
3114
  var authCenter = '/sso2/authCenter/login'; // 单点登录认证中心
3113
3115
  var initModifyPassword = '/sso2/signIn/assembly/initModifyPassword'; // 初始化密码修改信息
3114
3116
  var doWechatQrLogin = '/sso2/signIn/auth/doWechatQrLogin'; // 微信扫码登录
@@ -5825,8 +5827,8 @@ childrenvue_type_template_id_29bcbc72_render._withStripped = true
5825
5827
 
5826
5828
  // CONCATENATED MODULE: ./packages/data-table/src/children.vue?vue&type=template&id=29bcbc72&
5827
5829
 
5828
- // 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=11e09a34&
5829
- var columnvue_type_template_id_11e09a34_render = function () {
5830
+ // 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=31b33576&
5831
+ var columnvue_type_template_id_31b33576_render = function () {
5830
5832
  var _vm = this
5831
5833
  var _h = _vm.$createElement
5832
5834
  var _c = _vm._self._c || _h
@@ -6535,11 +6537,11 @@ var columnvue_type_template_id_11e09a34_render = function () {
6535
6537
  2
6536
6538
  )
6537
6539
  }
6538
- var columnvue_type_template_id_11e09a34_staticRenderFns = []
6539
- columnvue_type_template_id_11e09a34_render._withStripped = true
6540
+ var columnvue_type_template_id_31b33576_staticRenderFns = []
6541
+ columnvue_type_template_id_31b33576_render._withStripped = true
6540
6542
 
6541
6543
 
6542
- // CONCATENATED MODULE: ./packages/data-table/src/column.vue?vue&type=template&id=11e09a34&
6544
+ // CONCATENATED MODULE: ./packages/data-table/src/column.vue?vue&type=template&id=31b33576&
6543
6545
 
6544
6546
  // EXTERNAL MODULE: external "babel-runtime/regenerator"
6545
6547
  var regenerator_ = __webpack_require__(2);
@@ -7092,8 +7094,6 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
7092
7094
  return config;
7093
7095
  },
7094
7096
  formOption: function formOption() {
7095
- console.log('this.$attrs', this.$attrs);
7096
- console.log('this.option', this.option);
7097
7097
  return columnvue_type_script_lang_js_extends({
7098
7098
  labelKey: this.sysCode ? 'shortName' : this.labelKey,
7099
7099
  valueKey: this.sysCode ? 'cciValue' : this.valueKey,
@@ -7370,8 +7370,8 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
7370
7370
 
7371
7371
  var column_component = normalizeComponent(
7372
7372
  src_columnvue_type_script_lang_js_,
7373
- columnvue_type_template_id_11e09a34_render,
7374
- columnvue_type_template_id_11e09a34_staticRenderFns,
7373
+ columnvue_type_template_id_31b33576_render,
7374
+ columnvue_type_template_id_31b33576_staticRenderFns,
7375
7375
  false,
7376
7376
  null,
7377
7377
  null,
@@ -31137,7 +31137,7 @@ var CommonOpinionsvue_type_script_lang_js_components;
31137
31137
  }
31138
31138
  this.loading = utils_util["a" /* default */].loading(this.$loading, '提交中...');
31139
31139
  utils_util["a" /* default */].ajax({
31140
- url: data.id ? api["Sb" /* updateCommonOpinion */] : api["lb" /* saveCommonOpinion */],
31140
+ url: data.id ? api["Tb" /* updateCommonOpinion */] : api["mb" /* saveCommonOpinion */],
31141
31141
  data: info,
31142
31142
  header: { 'Content-Type': 'multipart/form-data' },
31143
31143
  method: 'post'
@@ -33665,7 +33665,7 @@ var processFormvue_type_script_lang_js_components;
33665
33665
  opinion: _this3.newOpinion || newOpinion
33666
33666
  };
33667
33667
  if (_this3.activeNames != '1') delete params.customPresetUserJson;
33668
- utils_util["a" /* default */].ajax({ url: api["jb" /* register */], method: 'post', data: params }).then(function (res) {
33668
+ utils_util["a" /* default */].ajax({ url: api["kb" /* register */], method: 'post', data: params }).then(function (res) {
33669
33669
  var status = res.status,
33670
33670
  message = res.message;
33671
33671
 
@@ -33851,7 +33851,7 @@ var processFormvue_type_script_lang_js_components;
33851
33851
  businessId: this.businessId
33852
33852
  };
33853
33853
  // 获取节点
33854
- utils_util["a" /* default */].ajax({ url: api["Fb" /* toStartFlow */], params: params }).then(function (res) {
33854
+ utils_util["a" /* default */].ajax({ url: api["Gb" /* toStartFlow */], params: params }).then(function (res) {
33855
33855
  //pc接口返回数据处理
33856
33856
  var status = res.status,
33857
33857
  message = res.message,
@@ -34452,7 +34452,7 @@ SendMsgvue_type_template_id_7d374b0a_render._withStripped = true
34452
34452
  notificationType = _sendInfo.notificationType;
34453
34453
 
34454
34454
  var params = {
34455
- url: api["qb" /* sendMsg */],
34455
+ url: api["rb" /* sendMsg */],
34456
34456
  headers: { Accept: 'application/json,text/plain' },
34457
34457
  method: 'post',
34458
34458
  data: {
@@ -34514,7 +34514,7 @@ SendMsgvue_type_template_id_7d374b0a_render._withStripped = true
34514
34514
 
34515
34515
  this.loading = true;
34516
34516
  utils_util["a" /* default */].ajax({
34517
- url: api["Eb" /* toSendMsg */],
34517
+ url: api["Fb" /* toSendMsg */],
34518
34518
  params: { pendingId: this.$attrs.pendingId }
34519
34519
  }).then(function (res) {
34520
34520
  var status = res.status,
@@ -35329,7 +35329,7 @@ processRejectvue_type_template_id_b5a52fc0_render._withStripped = true
35329
35329
  userId: utils_util["a" /* default */].getStorage('userId'),
35330
35330
  nextNodeId: _this2.nextNode.nextNodeId
35331
35331
  };
35332
- utils_util["a" /* default */].ajax({ url: api["vb" /* taskRejectHtml */], method: 'post', data: params }).then(function (res) {
35332
+ utils_util["a" /* default */].ajax({ url: api["wb" /* taskRejectHtml */], method: 'post', data: params }).then(function (res) {
35333
35333
  var status = res.status,
35334
35334
  message = res.message;
35335
35335
 
@@ -35384,7 +35384,7 @@ processRejectvue_type_template_id_b5a52fc0_render._withStripped = true
35384
35384
  isSinglePage: false,
35385
35385
  opinion: this.option
35386
35386
  };
35387
- utils_util["a" /* default */].ajax({ url: api["Ib" /* toTaskRejectHtml */], params: params }).then(function (res) {
35387
+ utils_util["a" /* default */].ajax({ url: api["Jb" /* toTaskRejectHtml */], params: params }).then(function (res) {
35388
35388
  var status = res.status,
35389
35389
  message = res.message,
35390
35390
  _res$data = res.data,
@@ -36059,7 +36059,7 @@ var startTaskReadvue_type_script_lang_js_components;
36059
36059
  taskExamine = this.taskExamine;
36060
36060
 
36061
36061
  var params = {
36062
- url: api["Mb" /* toTaskTransferIndex */],
36062
+ url: api["Nb" /* toTaskTransferIndex */],
36063
36063
  params: {
36064
36064
  opinion: opinion,
36065
36065
  pendingId: pendingId,
@@ -36184,7 +36184,7 @@ var startTaskReadvue_type_script_lang_js_components;
36184
36184
  var _this3 = this;
36185
36185
 
36186
36186
  var params = {
36187
- url: api["Gb" /* toStartTaskRead */],
36187
+ url: api["Hb" /* toStartTaskRead */],
36188
36188
  params: { pendingId: this.pendingId, taskAction: this.type }
36189
36189
  };
36190
36190
  if (this.type != 'taskReadAndEnd') delete params.params.taskAction;
@@ -36257,7 +36257,7 @@ var startTaskReadvue_type_script_lang_js_components;
36257
36257
  type = this.type;
36258
36258
 
36259
36259
  var params = {
36260
- url: api["zb" /* taskTransfer */],
36260
+ url: api["Ab" /* taskTransfer */],
36261
36261
  data: {
36262
36262
  choiceDeptId: choiceDeptId,
36263
36263
  choiceOrgId: choiceOrgId,
@@ -36351,7 +36351,7 @@ var startTaskReadvue_type_script_lang_js_components;
36351
36351
  !download && delete params.isDownload;
36352
36352
  isCdjxjTaskHandle == 'true' && delete params.noticeType;
36353
36353
  utils_util["a" /* default */].ajax({
36354
- url: api["ub" /* taskReadHtml */],
36354
+ url: api["vb" /* taskReadHtml */],
36355
36355
  params: { taskAction: _this7.type },
36356
36356
  headers: {
36357
36357
  Accept: 'application/json,text/plain'
@@ -36843,7 +36843,7 @@ var taskUnionExaminevue_type_script_lang_js_components;
36843
36843
  pendingId = this.pendingId;
36844
36844
 
36845
36845
  var params = {
36846
- url: api["wb" /* taskReview */],
36846
+ url: api["xb" /* taskReview */],
36847
36847
  data: {
36848
36848
  nextUserId: nextOtherOrgObj.join(','),
36849
36849
  notificationType: noticeType.join(','),
@@ -36879,7 +36879,7 @@ var taskUnionExaminevue_type_script_lang_js_components;
36879
36879
  var _this2 = this;
36880
36880
 
36881
36881
  var params = {
36882
- url: api["Jb" /* toTaskReview */],
36882
+ url: api["Kb" /* toTaskReview */],
36883
36883
  params: { pendingId: this.pendingId }
36884
36884
  };
36885
36885
  utils_util["a" /* default */].ajax(params).then(function (res) {
@@ -36914,7 +36914,7 @@ var taskUnionExaminevue_type_script_lang_js_components;
36914
36914
  var _this3 = this;
36915
36915
 
36916
36916
  var params = {
36917
- url: this.type == 'takeAdvice' ? api["Lb" /* toTaskTakeAdvice */] : this.type === 'startDraf' ? api["Kb" /* toTaskStartDraft */] : this.type == 'unionSeal' ? api["Ob" /* toTaskUnionSeal */] : this.type == 'twoOfficesDispatch' ? api["Pb" /* toTwoOfficesDispatch */] : api["Nb" /* toTaskUnionExamine */],
36917
+ url: this.type == 'takeAdvice' ? api["Mb" /* toTaskTakeAdvice */] : this.type === 'startDraf' ? api["Lb" /* toTaskStartDraft */] : this.type == 'unionSeal' ? api["Pb" /* toTaskUnionSeal */] : this.type == 'twoOfficesDispatch' ? api["Qb" /* toTwoOfficesDispatch */] : api["Ob" /* toTaskUnionExamine */],
36918
36918
  params: { pendingId: this.pendingId },
36919
36919
  headers: { Accept: 'application/json,text/plain' }
36920
36920
  };
@@ -37008,7 +37008,7 @@ var taskUnionExaminevue_type_script_lang_js_components;
37008
37008
  // if (this.type != 'startDraf' && this.type != 'unionSeal' && this.type != 'twoOfficesDispatch')
37009
37009
  // return this.$message.warning('暂未开放,敬请期待!');
37010
37010
  var param = {
37011
- url: this.type === 'startDraf' ? api["xb" /* taskStartDraft */] : this.type == 'unionSeal' ? api["Bb" /* taskUnionSeal */] : this.type === 'twoOfficesDispatch' ? api["Rb" /* twoOfficesDispatch */] : this.type == 'takeAdvice' ? api["yb" /* taskTakeAdvice */] : api["Ab" /* taskUnionExamine */],
37011
+ url: this.type === 'startDraf' ? api["yb" /* taskStartDraft */] : this.type == 'unionSeal' ? api["Cb" /* taskUnionSeal */] : this.type === 'twoOfficesDispatch' ? api["Sb" /* twoOfficesDispatch */] : this.type == 'takeAdvice' ? api["zb" /* taskTakeAdvice */] : api["Bb" /* taskUnionExamine */],
37012
37012
  data: {
37013
37013
  opinion: opinion,
37014
37014
  pendingId: pendingId,
@@ -38192,7 +38192,7 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
38192
38192
  taskAction: 'complete'
38193
38193
  };
38194
38194
  utils_util["a" /* default */].ajax({
38195
- url: api["ub" /* taskReadHtml */],
38195
+ url: api["vb" /* taskReadHtml */],
38196
38196
  params: { taskAction: 'complete' },
38197
38197
  headers: {
38198
38198
  Accept: 'application/json,text/plain'
@@ -38224,7 +38224,7 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
38224
38224
 
38225
38225
  this.loading = utils_util["a" /* default */].loading(this.$loading, '加载中...');
38226
38226
  utils_util["a" /* default */].ajax({
38227
- url: api["Hb" /* toStartTaskReadIndex */],
38227
+ url: api["Ib" /* toStartTaskReadIndex */],
38228
38228
  params: { pendingId: this.pendingId }
38229
38229
  }).then(function (res) {
38230
38230
  var status = res.status,
@@ -38258,7 +38258,7 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
38258
38258
  if (mainConfig) {
38259
38259
  this.userModel = JSON.parse(mainConfig).userModel;
38260
38260
  } else {
38261
- utils_util["a" /* default */].ajax({ url: api["Z" /* loginUserInfo */] }).then(function (res) {
38261
+ utils_util["a" /* default */].ajax({ url: api["ab" /* loginUserInfo */] }).then(function (res) {
38262
38262
  var status = res.status,
38263
38263
  data = res.data;
38264
38264
 
@@ -38356,7 +38356,7 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
38356
38356
  pendingId: this.pendingId
38357
38357
  };
38358
38358
  this.loading = utils_util["a" /* default */].loading(this.$loading, '保存中...');
38359
- utils_util["a" /* default */].ajax({ url: api["Cb" /* tempSave */], params: params }).then(function (res) {
38359
+ utils_util["a" /* default */].ajax({ url: api["Db" /* tempSave */], params: params }).then(function (res) {
38360
38360
  var status = res.status,
38361
38361
  message = res.message;
38362
38362
 
@@ -38638,7 +38638,7 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
38638
38638
  this.$confirm('确认' + res.value + '?').then(function () {
38639
38639
  if (_this11.isOpinionRequired == 1 && (_this11.value == '' || !_this11.value)) return _this11.$message.warning('请填写意见');
38640
38640
  var params = {
38641
- url: api["kb" /* rejectAndEnd */],
38641
+ url: api["lb" /* rejectAndEnd */],
38642
38642
  headers: { Accept: 'application/json,text/plain' },
38643
38643
  method: 'post',
38644
38644
  data: {
@@ -39271,7 +39271,7 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
39271
39271
  userId: utils_util["a" /* default */].getStorage('userId'),
39272
39272
  type: 2
39273
39273
  };
39274
- utils_util["a" /* default */].ajax({ url: api["db" /* pendedhistoryList */], data: params, method: 'post' }).then(function (res) {
39274
+ utils_util["a" /* default */].ajax({ url: api["eb" /* pendedhistoryList */], data: params, method: 'post' }).then(function (res) {
39275
39275
  var rCode = res.rCode,
39276
39276
  msg = res.msg,
39277
39277
  results = res.results;
@@ -39464,7 +39464,7 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
39464
39464
  params.isSubFlow = taskExamineInfo.isSubFlow;
39465
39465
  params.nodeId = taskExamineInfo.nodeId;
39466
39466
  params.needRetrialAuth = needRetrialAuth;
39467
- return _context.abrupt('return', utils_util["a" /* default */].ajax({ url: api["tb" /* taskHandleHtml */], method: 'post', data: params }).then(function (res) {
39467
+ return _context.abrupt('return', utils_util["a" /* default */].ajax({ url: api["ub" /* taskHandleHtml */], method: 'post', data: params }).then(function (res) {
39468
39468
  var status = res.status,
39469
39469
  message = res.message;
39470
39470
 
@@ -42420,7 +42420,7 @@ var flow_list_src_mainvue_type_script_lang_js_components;
42420
42420
 
42421
42421
  this.pressLoading = true;
42422
42422
  var params = {
42423
- url: api["fb" /* pressListJson */],
42423
+ url: api["gb" /* pressListJson */],
42424
42424
  params: { historyId: historyId },
42425
42425
  method: 'POST',
42426
42426
  data: { page: currentPage, rows: pageSize, sidx: sidx, sord: sord, historyId: historyId }
@@ -42487,7 +42487,7 @@ var flow_list_src_mainvue_type_script_lang_js_components;
42487
42487
  var _this6 = this;
42488
42488
 
42489
42489
  var params = {
42490
- url: api["eb" /* pendedhistoryListJson */],
42490
+ url: api["fb" /* pendedhistoryListJson */],
42491
42491
  params: {
42492
42492
  apprecordid: this.businessId,
42493
42493
  pendingAttr: 0,
@@ -42633,7 +42633,7 @@ var flow_list_src_mainvue_type_script_lang_js_components;
42633
42633
  var _this9 = this;
42634
42634
 
42635
42635
  var param = {
42636
- url: api["Db" /* toPresetInfoListIndex */],
42636
+ url: api["Eb" /* toPresetInfoListIndex */],
42637
42637
  params: { apprecordid: this.businessId }
42638
42638
  };
42639
42639
  utils_util["a" /* default */].ajax(param).then(function (res) {
@@ -42870,7 +42870,7 @@ mainvue_type_template_id_5b7835c6_render._withStripped = true
42870
42870
 
42871
42871
  if (this.job.id !== item.id) {
42872
42872
  this.job = item;
42873
- utils_util["a" /* default */].ajax({ url: api["rb" /* switchUserTo */], params: { userId: item.value } }).then(function (res) {
42873
+ utils_util["a" /* default */].ajax({ url: api["sb" /* switchUserTo */], params: { userId: item.value } }).then(function (res) {
42874
42874
  if (res.rCode == 0) {
42875
42875
  utils_util["a" /* default */].setStorage({
42876
42876
  type: _this.storage,
@@ -43368,7 +43368,7 @@ mainvue_type_template_id_367d53c4_render._withStripped = true
43368
43368
  cancelButtonText: '取消',
43369
43369
  type: 'warning'
43370
43370
  }).then(function () {
43371
- utils_util["a" /* default */].ajax({ method: 'post', url: api["ab" /* logout */] }).then(function (res) {
43371
+ utils_util["a" /* default */].ajax({ method: 'post', url: api["bb" /* logout */] }).then(function (res) {
43372
43372
  if (res.rCode == 0) {
43373
43373
  utils_util["a" /* default */].removeStorage(['Authorization', 'token', 'ssId', 'userId', 'userName', 'auth', 'deviceUnique', 'menus', 'useCaseCodes', 'mainConfig', 'jump']);
43374
43374
  if (_this2.onQuit && typeof _this2.onQuit === 'function') {
@@ -44588,8 +44588,8 @@ layout_src_main.install = function (Vue) {
44588
44588
  };
44589
44589
 
44590
44590
  /* harmony default export */ var layout = (layout_src_main);
44591
- // CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./packages/login/src/main.vue?vue&type=template&id=b33f92be&
44592
- var mainvue_type_template_id_b33f92be_render = function () {
44591
+ // CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./packages/login/src/main.vue?vue&type=template&id=7a5eded6&
44592
+ var mainvue_type_template_id_7a5eded6_render = function () {
44593
44593
  var _vm = this
44594
44594
  var _h = _vm.$createElement
44595
44595
  var _c = _vm._self._c || _h
@@ -45407,6 +45407,8 @@ var mainvue_type_template_id_b33f92be_render = function () {
45407
45407
  secret: _vm.secret,
45408
45408
  "is-encrypt": _vm.isEncrypt,
45409
45409
  type: _vm.passModifyModel,
45410
+ username: _vm.formData.username,
45411
+ operationCheckCode: _vm.operationCheckCode,
45410
45412
  },
45411
45413
  on: { success: _vm.handleSuccess },
45412
45414
  }),
@@ -45442,14 +45444,14 @@ var mainvue_type_template_id_b33f92be_render = function () {
45442
45444
  )
45443
45445
  : _vm._e()
45444
45446
  }
45445
- var mainvue_type_template_id_b33f92be_staticRenderFns = []
45446
- mainvue_type_template_id_b33f92be_render._withStripped = true
45447
+ var mainvue_type_template_id_7a5eded6_staticRenderFns = []
45448
+ mainvue_type_template_id_7a5eded6_render._withStripped = true
45447
45449
 
45448
45450
 
45449
- // CONCATENATED MODULE: ./packages/login/src/main.vue?vue&type=template&id=b33f92be&
45451
+ // CONCATENATED MODULE: ./packages/login/src/main.vue?vue&type=template&id=7a5eded6&
45450
45452
 
45451
- // CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./packages/login/src/resetPassword.vue?vue&type=template&id=4f5da52e&
45452
- var resetPasswordvue_type_template_id_4f5da52e_render = function () {
45453
+ // CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./packages/login/src/resetPassword.vue?vue&type=template&id=7815e915&
45454
+ var resetPasswordvue_type_template_id_7815e915_render = function () {
45453
45455
  var _vm = this
45454
45456
  var _h = _vm.$createElement
45455
45457
  var _c = _vm._self._c || _h
@@ -45475,6 +45477,11 @@ var resetPasswordvue_type_template_id_4f5da52e_render = function () {
45475
45477
  _c("el-menu-item", { attrs: { index: "11" } }, [
45476
45478
  _vm._v("邮箱验证"),
45477
45479
  ]),
45480
+ this.operationCheckCode
45481
+ ? _c("el-menu-item", { attrs: { index: "0" } }, [
45482
+ _vm._v("原密码验证"),
45483
+ ])
45484
+ : _vm._e(),
45478
45485
  ],
45479
45486
  1
45480
45487
  )
@@ -45504,11 +45511,11 @@ var resetPasswordvue_type_template_id_4f5da52e_render = function () {
45504
45511
  1
45505
45512
  )
45506
45513
  }
45507
- var resetPasswordvue_type_template_id_4f5da52e_staticRenderFns = []
45508
- resetPasswordvue_type_template_id_4f5da52e_render._withStripped = true
45514
+ var resetPasswordvue_type_template_id_7815e915_staticRenderFns = []
45515
+ resetPasswordvue_type_template_id_7815e915_render._withStripped = true
45509
45516
 
45510
45517
 
45511
- // CONCATENATED MODULE: ./packages/login/src/resetPassword.vue?vue&type=template&id=4f5da52e&
45518
+ // CONCATENATED MODULE: ./packages/login/src/resetPassword.vue?vue&type=template&id=7815e915&
45512
45519
 
45513
45520
  // CONCATENATED MODULE: ./node_modules/babel-loader/lib!./node_modules/vue-loader/lib??vue-loader-options!./packages/login/src/resetPassword.vue?vue&type=script&lang=js&
45514
45521
  var resetPasswordvue_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; };
@@ -45549,6 +45556,7 @@ function resetPasswordvue_type_script_lang_js_objectWithoutProperties(obj, keys)
45549
45556
  //
45550
45557
  //
45551
45558
  //
45559
+ //
45552
45560
 
45553
45561
 
45554
45562
 
@@ -45558,89 +45566,322 @@ function resetPasswordvue_type_script_lang_js_objectWithoutProperties(obj, keys)
45558
45566
  props: {
45559
45567
  secret: String,
45560
45568
  isEncrypt: Boolean,
45561
- type: String
45569
+ type: String,
45570
+ operationCheckCode: String,
45571
+ username: String
45562
45572
  },
45563
45573
  computed: {
45564
45574
  page: function page() {
45565
- return [this.activeIndex == '6' ? {
45566
- type: 'text',
45567
- name: 'target',
45568
- label: '手机号',
45569
- placeholder: '请输入手机号',
45570
- rules: [{
45571
- required: true,
45572
- message: '请输入手机号',
45573
- trigger: 'blur'
45574
- }, resetPasswordvue_type_script_lang_js_extends({}, rules.phone, {
45575
- trigger: 'blur'
45576
- })]
45577
- } : {
45578
- type: 'text',
45579
- name: 'target',
45580
- label: '邮箱地址',
45581
- placeholder: '请输入邮箱地址',
45582
- rules: [{
45583
- required: true,
45584
- message: '请输入邮箱地址',
45585
- trigger: 'blur'
45586
- }, {
45587
- type: 'email',
45588
- message: '请输入正确的邮箱地址',
45589
- trigger: 'blur'
45590
- }]
45591
- }, {
45592
- type: 'password',
45593
- name: 'password',
45594
- label: '新密码',
45595
- placeholder: '请输入新密码',
45596
- showPassword: true,
45597
- rules: [this.checkPassword ? {
45598
- pattern: this.checkPassword,
45599
- message: this.checkPasswordMsg ? this.checkPasswordMsg : '密码格式不合法',
45600
- trigger: 'blur'
45601
- } : {}, {
45602
- required: true,
45603
- message: '请输入新密码',
45604
- trigger: 'blur'
45605
- }]
45606
- }, {
45607
- type: 'password',
45608
- name: 'repassword',
45609
- placeholder: '请确认新密码',
45610
- label: '确认新密码',
45611
- showPassword: true,
45612
- rules: [this.checkPassword ? {
45613
- pattern: this.checkPassword,
45614
- message: this.checkPasswordMsg ? this.checkPasswordMsg : '密码格式不合法',
45615
- trigger: 'blur'
45616
- } : {}, {
45617
- required: true,
45618
- message: '请输入新密码',
45619
- trigger: 'blur'
45620
- }, { validator: this.reregExpValidate, trigger: 'blur' }]
45621
- }, {
45622
- type: 'text',
45623
- name: 'verificationCode',
45624
- placeholder: '请输入验证码',
45625
- label: '验证码',
45626
- append: {
45627
- text: this.btnText,
45628
- attrs: { disabled: this.disabled },
45629
- event: this.getVerificationCode
45630
- },
45631
- rules: [{
45632
- required: true,
45633
- message: '请输入验证码',
45634
- trigger: 'blur'
45635
- }]
45636
- }, {
45637
- type: 'submit',
45638
- contents: [{
45639
- type: 'primary',
45640
- text: '提交',
45641
- event: 'confirm'
45642
- }]
45643
- }];
45575
+ switch (this.activeIndex) {
45576
+ case '6':
45577
+ return [{
45578
+ type: 'text',
45579
+ name: 'target',
45580
+ label: '手机号',
45581
+ placeholder: '请输入手机号',
45582
+ rules: [{
45583
+ required: true,
45584
+ message: '请输入手机号',
45585
+ trigger: 'blur'
45586
+ }, resetPasswordvue_type_script_lang_js_extends({}, rules.phone, {
45587
+ trigger: 'blur'
45588
+ })]
45589
+ }, {
45590
+ type: 'password',
45591
+ name: 'password',
45592
+ label: '新密码',
45593
+ placeholder: '请输入新密码',
45594
+ showPassword: true,
45595
+ rules: [this.checkPassword ? {
45596
+ pattern: this.checkPassword,
45597
+ message: this.checkPasswordMsg ? this.checkPasswordMsg : '密码格式不合法',
45598
+ trigger: 'blur'
45599
+ } : {}, {
45600
+ required: true,
45601
+ message: '请输入新密码',
45602
+ trigger: 'blur'
45603
+ }]
45604
+ }, {
45605
+ type: 'password',
45606
+ name: 'repassword',
45607
+ placeholder: '请确认新密码',
45608
+ label: '确认新密码',
45609
+ showPassword: true,
45610
+ rules: [this.checkPassword ? {
45611
+ pattern: this.checkPassword,
45612
+ message: this.checkPasswordMsg ? this.checkPasswordMsg : '密码格式不合法',
45613
+ trigger: 'blur'
45614
+ } : {}, {
45615
+ required: true,
45616
+ message: '请输入新密码',
45617
+ trigger: 'blur'
45618
+ }, { validator: this.reregExpValidate, trigger: 'blur' }]
45619
+ }, {
45620
+ type: 'text',
45621
+ name: 'verificationCode',
45622
+ placeholder: '请输入验证码',
45623
+ label: '验证码',
45624
+ append: {
45625
+ text: this.btnText,
45626
+ attrs: { disabled: this.disabled },
45627
+ event: this.getVerificationCode
45628
+ },
45629
+ rules: [{
45630
+ required: true,
45631
+ message: '请输入验证码',
45632
+ trigger: 'blur'
45633
+ }]
45634
+ }, {
45635
+ type: 'submit',
45636
+ contents: [{
45637
+ type: 'primary',
45638
+ text: '提交',
45639
+ event: 'confirm'
45640
+ }]
45641
+ }];
45642
+ case '11':
45643
+ return [{
45644
+ type: 'text',
45645
+ name: 'target',
45646
+ label: '邮箱地址',
45647
+ placeholder: '请输入邮箱地址',
45648
+ rules: [{
45649
+ required: true,
45650
+ message: '请输入邮箱地址',
45651
+ trigger: 'blur'
45652
+ }, {
45653
+ type: 'email',
45654
+ message: '请输入正确的邮箱地址',
45655
+ trigger: 'blur'
45656
+ }]
45657
+ }, {
45658
+ type: 'password',
45659
+ name: 'password',
45660
+ label: '新密码',
45661
+ placeholder: '请输入新密码',
45662
+ showPassword: true,
45663
+ rules: [this.checkPassword ? {
45664
+ pattern: this.checkPassword,
45665
+ message: this.checkPasswordMsg ? this.checkPasswordMsg : '密码格式不合法',
45666
+ trigger: 'blur'
45667
+ } : {}, {
45668
+ required: true,
45669
+ message: '请输入新密码',
45670
+ trigger: 'blur'
45671
+ }]
45672
+ }, {
45673
+ type: 'password',
45674
+ name: 'repassword',
45675
+ placeholder: '请确认新密码',
45676
+ label: '确认新密码',
45677
+ showPassword: true,
45678
+ rules: [this.checkPassword ? {
45679
+ pattern: this.checkPassword,
45680
+ message: this.checkPasswordMsg ? this.checkPasswordMsg : '密码格式不合法',
45681
+ trigger: 'blur'
45682
+ } : {}, {
45683
+ required: true,
45684
+ message: '请输入新密码',
45685
+ trigger: 'blur'
45686
+ }, { validator: this.reregExpValidate, trigger: 'blur' }]
45687
+ }, {
45688
+ type: 'text',
45689
+ name: 'verificationCode',
45690
+ placeholder: '请输入验证码',
45691
+ label: '验证码',
45692
+ append: {
45693
+ text: this.btnText,
45694
+ attrs: { disabled: this.disabled },
45695
+ event: this.getVerificationCode
45696
+ },
45697
+ rules: [{
45698
+ required: true,
45699
+ message: '请输入验证码',
45700
+ trigger: 'blur'
45701
+ }]
45702
+ }, {
45703
+ type: 'submit',
45704
+ contents: [{
45705
+ type: 'primary',
45706
+ text: '提交',
45707
+ event: 'confirm'
45708
+ }]
45709
+ }];
45710
+ case '0':
45711
+ this.$set(this.formData, 'username', this.username ? this.username : '');
45712
+ return [{
45713
+ type: 'text',
45714
+ name: 'userName',
45715
+ label: '用户名',
45716
+ placeholder: '请输入用户名',
45717
+ rules: [{
45718
+ required: true,
45719
+ message: '请输入用户名',
45720
+ trigger: 'blur'
45721
+ }]
45722
+ }, {
45723
+ type: 'password',
45724
+ name: 'oldPassword',
45725
+ label: '旧密码',
45726
+ placeholder: '请输入旧密码',
45727
+ showPassword: true,
45728
+ rules: [{
45729
+ required: true,
45730
+ message: '请输入旧密码',
45731
+ trigger: 'blur'
45732
+ }]
45733
+ }, {
45734
+ type: 'password',
45735
+ name: 'password',
45736
+ label: '新密码',
45737
+ placeholder: '请输入新密码',
45738
+ showPassword: true,
45739
+ rules: [this.checkPassword ? {
45740
+ pattern: this.checkPassword,
45741
+ message: this.checkPasswordMsg ? this.checkPasswordMsg : '密码格式不合法',
45742
+ trigger: 'blur'
45743
+ } : {}, {
45744
+ required: true,
45745
+ message: '请输入新密码',
45746
+ trigger: 'blur'
45747
+ }]
45748
+ }, {
45749
+ type: 'password',
45750
+ name: 'repassword',
45751
+ placeholder: '请确认新密码',
45752
+ label: '确认新密码',
45753
+ showPassword: true,
45754
+ rules: [this.checkPassword ? {
45755
+ pattern: this.checkPassword,
45756
+ message: this.checkPasswordMsg ? this.checkPasswordMsg : '密码格式不合法',
45757
+ trigger: 'blur'
45758
+ } : {}, {
45759
+ required: true,
45760
+ message: '请输入新密码',
45761
+ trigger: 'blur'
45762
+ }, { validator: this.reregExpValidate, trigger: 'blur' }]
45763
+ }, {
45764
+ type: 'submit',
45765
+ contents: [{
45766
+ type: 'primary',
45767
+ text: '提交',
45768
+ event: 'confirm'
45769
+ }]
45770
+ }];
45771
+ }
45772
+ // return [
45773
+ // this.activeIndex == '6'
45774
+ // ? {
45775
+ // type: 'text',
45776
+ // name: 'target',
45777
+ // label: '手机号',
45778
+ // placeholder: '请输入手机号',
45779
+ // rules: [
45780
+ // {
45781
+ // required: true,
45782
+ // message: '请输入手机号',
45783
+ // trigger: 'blur'
45784
+ // },
45785
+ // {
45786
+ // ...rules.phone,
45787
+ // trigger: 'blur'
45788
+ // }
45789
+ // ]
45790
+ // }
45791
+ // : {
45792
+ // type: 'text',
45793
+ // name: 'target',
45794
+ // label: '邮箱地址',
45795
+ // placeholder: '请输入邮箱地址',
45796
+ // rules: [
45797
+ // {
45798
+ // required: true,
45799
+ // message: '请输入邮箱地址',
45800
+ // trigger: 'blur'
45801
+ // },
45802
+ // {
45803
+ // type: 'email',
45804
+ // message: '请输入正确的邮箱地址',
45805
+ // trigger: 'blur'
45806
+ // }
45807
+ // ]
45808
+ // },
45809
+ // {
45810
+ // type: 'password',
45811
+ // name: 'password',
45812
+ // label: '新密码',
45813
+ // placeholder: '请输入新密码',
45814
+ // showPassword: true,
45815
+ // rules: [
45816
+ // this.checkPassword
45817
+ // ? {
45818
+ // pattern: this.checkPassword,
45819
+ // message: this.checkPasswordMsg
45820
+ // ? this.checkPasswordMsg
45821
+ // : '密码格式不合法',
45822
+ // trigger: 'blur'
45823
+ // }
45824
+ // : {},
45825
+ // {
45826
+ // required: true,
45827
+ // message: '请输入新密码',
45828
+ // trigger: 'blur'
45829
+ // }
45830
+ // ]
45831
+ // },
45832
+ // {
45833
+ // type: 'password',
45834
+ // name: 'repassword',
45835
+ // placeholder: '请确认新密码',
45836
+ // label: '确认新密码',
45837
+ // showPassword: true,
45838
+ // rules: [
45839
+ // this.checkPassword
45840
+ // ? {
45841
+ // pattern: this.checkPassword,
45842
+ // message: this.checkPasswordMsg
45843
+ // ? this.checkPasswordMsg
45844
+ // : '密码格式不合法',
45845
+ // trigger: 'blur'
45846
+ // }
45847
+ // : {},
45848
+ // {
45849
+ // required: true,
45850
+ // message: '请输入新密码',
45851
+ // trigger: 'blur'
45852
+ // },
45853
+ // { validator: this.reregExpValidate, trigger: 'blur' }
45854
+ // ]
45855
+ // },
45856
+ // {
45857
+ // type: 'text',
45858
+ // name: 'verificationCode',
45859
+ // placeholder: '请输入验证码',
45860
+ // label: '验证码',
45861
+ // append: {
45862
+ // text: this.btnText,
45863
+ // attrs: { disabled: this.disabled },
45864
+ // event: this.getVerificationCode
45865
+ // },
45866
+ // rules: [
45867
+ // {
45868
+ // required: true,
45869
+ // message: '请输入验证码',
45870
+ // trigger: 'blur'
45871
+ // }
45872
+ // ]
45873
+ // },
45874
+ // {
45875
+ // type: 'submit',
45876
+ // contents: [
45877
+ // {
45878
+ // type: 'primary',
45879
+ // text: '提交',
45880
+ // event: 'confirm'
45881
+ // }
45882
+ // ]
45883
+ // }
45884
+ // ];
45644
45885
  },
45645
45886
  show: function show() {
45646
45887
  if (this.type) {
@@ -45783,30 +46024,56 @@ function resetPasswordvue_type_script_lang_js_objectWithoutProperties(obj, keys)
45783
46024
  data: data.password,
45784
46025
  key: this.secret
45785
46026
  });
46027
+ data.oldPassword = utils_util["a" /* default */].esmEncrypt({
46028
+ data: data.oldPassword,
46029
+ key: this.secret
46030
+ });
45786
46031
  }
45787
- if (this.activeIndex == '6') {
45788
- data.targetType = 'SMS';
46032
+ if (this.activeIndex == '0') {
46033
+ data.operationCheckCode = this.operationCheckCode;
46034
+ utils_util["a" /* default */].ajax({
46035
+ method: 'post',
46036
+ url: api["Z" /* loginModifyPassword */],
46037
+ data: data
46038
+ }).then(function (res) {
46039
+ _this4.submit = false;
46040
+ if (res.rCode === 0) {
46041
+ _this4.$message.success(res.msg);
46042
+ _this4.$emit('success');
46043
+ } else {
46044
+ var msg = res.msg || '系统错误,请联系管理员!';
46045
+ _this4.$message.error(msg);
46046
+ }
46047
+ }).catch(function (err) {
46048
+ if (err.message && err.message !== 'canceled') {
46049
+ _this4.$message.error(err.message);
46050
+ }
46051
+ });
45789
46052
  } else {
45790
- data.targetType = 'EMAIL';
45791
- }
45792
- utils_util["a" /* default */].ajax({
45793
- method: 'post',
45794
- url: api["d" /* codeModifyPass */],
45795
- data: data
45796
- }).then(function (res) {
45797
- _this4.submit = false;
45798
- if (res.rCode === 0) {
45799
- _this4.$message.success(res.msg);
45800
- _this4.$emit('success');
46053
+ if (this.activeIndex == '6') {
46054
+ data.targetType = 'SMS';
45801
46055
  } else {
45802
- var msg = res.msg || '系统错误,请联系管理员!';
45803
- _this4.$message.error(msg);
45804
- }
45805
- }).catch(function (err) {
45806
- if (err.message && err.message !== 'canceled') {
45807
- _this4.$message.error(err.message);
46056
+ data.targetType = 'EMAIL';
45808
46057
  }
45809
- });
46058
+ utils_util["a" /* default */].ajax({
46059
+ method: 'post',
46060
+ url: api["d" /* codeModifyPass */],
46061
+ data: data
46062
+ }).then(function (res) {
46063
+ _this4.submit = false;
46064
+ if (res.rCode === 0) {
46065
+ _this4.$message.success(res.msg);
46066
+ _this4.$emit('success');
46067
+ } else {
46068
+ var msg = res.msg || '系统错误,请联系管理员!';
46069
+ _this4.$message.error(msg);
46070
+ }
46071
+ }).catch(function (err) {
46072
+ if (err.message && err.message !== 'canceled') {
46073
+ _this4.$message.error(err.message);
46074
+ }
46075
+ });
46076
+ }
45810
46077
  },
45811
46078
  handleSelect: function handleSelect(res) {
45812
46079
  this.$refs.pwdForm.resetFields();
@@ -45829,8 +46096,8 @@ function resetPasswordvue_type_script_lang_js_objectWithoutProperties(obj, keys)
45829
46096
 
45830
46097
  var resetPassword_component = normalizeComponent(
45831
46098
  src_resetPasswordvue_type_script_lang_js_,
45832
- resetPasswordvue_type_template_id_4f5da52e_render,
45833
- resetPasswordvue_type_template_id_4f5da52e_staticRenderFns,
46099
+ resetPasswordvue_type_template_id_7815e915_render,
46100
+ resetPasswordvue_type_template_id_7815e915_staticRenderFns,
45834
46101
  false,
45835
46102
  null,
45836
46103
  null,
@@ -46172,6 +46439,8 @@ var login_src_mainvue_type_script_lang_js_extends = Object.assign || function (t
46172
46439
  //
46173
46440
  //
46174
46441
  //
46442
+ //
46443
+ //
46175
46444
 
46176
46445
 
46177
46446
 
@@ -46544,6 +46813,7 @@ var login_src_mainvue_type_script_lang_js_extends = Object.assign || function (t
46544
46813
  ipad: '',
46545
46814
  interval: null,
46546
46815
  showResetPassword: false,
46816
+ operationCheckCode: '',
46547
46817
  showDownLoadApp: false,
46548
46818
  wechatAppid: null,
46549
46819
  wechatScope: null,
@@ -47113,6 +47383,7 @@ var login_src_mainvue_type_script_lang_js_extends = Object.assign || function (t
47113
47383
  //cancelButtonText: '取消',
47114
47384
  type: 'warning'
47115
47385
  }).then(function () {
47386
+ _this10.operationCheckCode = results.checkCode;
47116
47387
  if (typeof _this10.forget === 'string') {
47117
47388
  utils_util["a" /* default */].win.open(_this10.forgetUrl);
47118
47389
  } else {
@@ -47183,8 +47454,8 @@ var login_src_mainvue_type_script_lang_js_extends = Object.assign || function (t
47183
47454
 
47184
47455
  var login_src_main_component = normalizeComponent(
47185
47456
  packages_login_src_mainvue_type_script_lang_js_,
47186
- mainvue_type_template_id_b33f92be_render,
47187
- mainvue_type_template_id_b33f92be_staticRenderFns,
47457
+ mainvue_type_template_id_7a5eded6_render,
47458
+ mainvue_type_template_id_7a5eded6_staticRenderFns,
47188
47459
  false,
47189
47460
  null,
47190
47461
  null,
@@ -47924,7 +48195,7 @@ userinfovue_type_template_id_799780ee_render._withStripped = true
47924
48195
 
47925
48196
  switch (type) {
47926
48197
  case 'job':
47927
- utils_util["a" /* default */].ajax({ url: api["rb" /* switchUserTo */], params: { userId: value.value } }).then(function (res) {
48198
+ utils_util["a" /* default */].ajax({ url: api["sb" /* switchUserTo */], params: { userId: value.value } }).then(function (res) {
47928
48199
  if (res.rCode == 0) {
47929
48200
  utils_util["a" /* default */].setStorage({
47930
48201
  type: _this3.storage,
@@ -47964,7 +48235,7 @@ userinfovue_type_template_id_799780ee_render._withStripped = true
47964
48235
  var initLogin = utils_util["a" /* default */].getStorage('initLogin');
47965
48236
  initLogin && (initLogin = JSON.parse(initLogin));
47966
48237
  utils_util["a" /* default */].ajax({
47967
- url: api["Ub" /* updateUserInfo */],
48238
+ url: api["Vb" /* updateUserInfo */],
47968
48239
  params: {
47969
48240
  email: this.values.email,
47970
48241
  officeTel: this.values.officetel,
@@ -48021,7 +48292,7 @@ userinfovue_type_template_id_799780ee_render._withStripped = true
48021
48292
  var notify = _this4.values.notify.sort().join(',');
48022
48293
  if (notify != _this4.notify.split(',').sort().join(',')) {
48023
48294
  utils_util["a" /* default */].ajax({
48024
- url: api["Tb" /* updateUserCustomInfo */],
48295
+ url: api["Ub" /* updateUserCustomInfo */],
48025
48296
  params: {
48026
48297
  notify: notify
48027
48298
  }
@@ -48811,7 +49082,7 @@ messagevue_type_template_id_0fefa521_render._withStripped = true
48811
49082
  if (this.pageNum <= this.pageCount) {
48812
49083
  this.loading = true;
48813
49084
  utils_util["a" /* default */].ajax({
48814
- url: api["sb" /* sysMsgPage */],
49085
+ url: api["tb" /* sysMsgPage */],
48815
49086
  params: {
48816
49087
  pageNum: reload ? 1 : this.pageNum,
48817
49088
  pageSize: this.pageSize
@@ -49773,7 +50044,7 @@ var log = utils_util["a" /* default */].getParams('console');
49773
50044
  //获取用户信息的接口
49774
50045
  mainConfig: {
49775
50046
  type: String,
49776
- default: api["bb" /* mainConfig */]
50047
+ default: api["cb" /* mainConfig */]
49777
50048
  },
49778
50049
  iframeId: {
49779
50050
  type: String,
@@ -50087,7 +50358,7 @@ var log = utils_util["a" /* default */].getParams('console');
50087
50358
  var _this = this;
50088
50359
 
50089
50360
  var params = {
50090
- url: api["cb" /* mainDetail */],
50361
+ url: api["db" /* mainDetail */],
50091
50362
  params: { id: id }
50092
50363
  };
50093
50364
  utils_util["a" /* default */].ajax(params).then(function (res) {
@@ -50209,7 +50480,7 @@ var log = utils_util["a" /* default */].getParams('console');
50209
50480
  return;
50210
50481
  }
50211
50482
  utils_util["a" /* default */].ajax({
50212
- url: api["Tb" /* updateUserCustomInfo */],
50483
+ url: api["Ub" /* updateUserCustomInfo */],
50213
50484
  params: { color: escape(color.toLowerCase()) },
50214
50485
  data: { color: escape(color.toLowerCase()) }
50215
50486
  }).then(function (res) {
@@ -51219,8 +51490,8 @@ var log = utils_util["a" /* default */].getParams('console');
51219
51490
  var _this11 = this;
51220
51491
 
51221
51492
  this.webSocket = utils_util["a" /* default */].socket({
51222
- url: api["Zb" /* wss */],
51223
- take: api["Qb" /* topic */],
51493
+ url: api["ac" /* wss */],
51494
+ take: api["Rb" /* topic */],
51224
51495
  success: function success(res) {
51225
51496
  var data = res.data || {};
51226
51497
  for (var i in data) {
@@ -52401,7 +52672,7 @@ var notify_src_mainvue_type_script_lang_js_extends = Object.assign || function (
52401
52672
  text: '重发',
52402
52673
  format: false,
52403
52674
  method: 'post',
52404
- action: api["nb" /* sendBatch */]
52675
+ action: api["ob" /* sendBatch */]
52405
52676
  }]
52406
52677
  }];
52407
52678
  }
@@ -52588,13 +52859,13 @@ var notify_src_mainvue_type_script_lang_js_extends = Object.assign || function (
52588
52859
  },
52589
52860
  data: function data() {
52590
52861
  return {
52591
- sendList: api["pb" /* sendList */],
52592
- sendBatch: api["nb" /* sendBatch */],
52862
+ sendList: api["qb" /* sendList */],
52863
+ sendBatch: api["ob" /* sendBatch */],
52593
52864
  tableCount: 0,
52594
52865
  selectData: [],
52595
52866
  formTitle: '',
52596
52867
  showForm: false,
52597
- formData: api["ob" /* sendInfo */],
52868
+ formData: api["pb" /* sendInfo */],
52598
52869
  params: {},
52599
52870
  sendTypeDict: [],
52600
52871
  statusDict: []
@@ -52613,7 +52884,7 @@ var notify_src_mainvue_type_script_lang_js_extends = Object.assign || function (
52613
52884
  type: 'primary',
52614
52885
  checkbox: true,
52615
52886
  format: false,
52616
- action: api["nb" /* sendBatch */]
52887
+ action: api["ob" /* sendBatch */]
52617
52888
  }]
52618
52889
  }, {
52619
52890
  type: 'search',
@@ -54617,7 +54888,7 @@ mainvue_type_template_id_74d02fd0_render._withStripped = true
54617
54888
  uuid: this.uuid
54618
54889
  };
54619
54890
  utils_util["a" /* default */].ajax({
54620
- url: api["mb" /* scanCodeRetrialAuth */],
54891
+ url: api["nb" /* scanCodeRetrialAuth */],
54621
54892
  method: 'post',
54622
54893
  data: params,
54623
54894
  params: params
@@ -63504,8 +63775,8 @@ tree_src_main.install = function (Vue) {
63504
63775
  };
63505
63776
 
63506
63777
  /* harmony default export */ var packages_tree = (tree_src_main);
63507
- // CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./packages/tree-group/src/main.vue?vue&type=template&id=44231d6f&
63508
- var mainvue_type_template_id_44231d6f_render = function () {
63778
+ // CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./packages/tree-group/src/main.vue?vue&type=template&id=6b5d4d48&
63779
+ var mainvue_type_template_id_6b5d4d48_render = function () {
63509
63780
  var _vm = this
63510
63781
  var _h = _vm.$createElement
63511
63782
  var _c = _vm._self._c || _h
@@ -63834,11 +64105,11 @@ var mainvue_type_template_id_44231d6f_render = function () {
63834
64105
  2
63835
64106
  )
63836
64107
  }
63837
- var mainvue_type_template_id_44231d6f_staticRenderFns = []
63838
- mainvue_type_template_id_44231d6f_render._withStripped = true
64108
+ var mainvue_type_template_id_6b5d4d48_staticRenderFns = []
64109
+ mainvue_type_template_id_6b5d4d48_render._withStripped = true
63839
64110
 
63840
64111
 
63841
- // CONCATENATED MODULE: ./packages/tree-group/src/main.vue?vue&type=template&id=44231d6f&
64112
+ // CONCATENATED MODULE: ./packages/tree-group/src/main.vue?vue&type=template&id=6b5d4d48&
63842
64113
 
63843
64114
  // CONCATENATED MODULE: ./node_modules/babel-loader/lib!./node_modules/vue-loader/lib??vue-loader-options!./packages/tree-group/src/main.vue?vue&type=script&lang=js&
63844
64115
  var tree_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; };
@@ -64138,11 +64409,13 @@ var tree_group_src_mainvue_type_script_lang_js_extends = Object.assign || functi
64138
64409
  },
64139
64410
  //监听table,变化后重新加载,解决点击树节点后改变table对象导致的样式错乱问题
64140
64411
  table: {
64141
- handler: function handler(val) {
64142
- if (val) {
64143
- this.count++;
64412
+ handler: function handler(val, oldVal) {
64413
+ if (val && val.param) {
64144
64414
  this.params = tree_group_src_mainvue_type_script_lang_js_extends({}, this.params, val.param);
64145
64415
  }
64416
+ if (oldVal && val && val.url !== oldVal.url) {
64417
+ this.count++;
64418
+ }
64146
64419
  },
64147
64420
 
64148
64421
  deep: true,
@@ -64337,8 +64610,8 @@ var tree_group_src_mainvue_type_script_lang_js_extends = Object.assign || functi
64337
64610
 
64338
64611
  var tree_group_src_main_component = normalizeComponent(
64339
64612
  packages_tree_group_src_mainvue_type_script_lang_js_,
64340
- mainvue_type_template_id_44231d6f_render,
64341
- mainvue_type_template_id_44231d6f_staticRenderFns,
64613
+ mainvue_type_template_id_6b5d4d48_render,
64614
+ mainvue_type_template_id_6b5d4d48_staticRenderFns,
64342
64615
  false,
64343
64616
  null,
64344
64617
  null,
@@ -69543,7 +69816,7 @@ var mainvue_type_script_lang_js_props;
69543
69816
  videoChange: false,
69544
69817
  source: '',
69545
69818
  excludeNames: '',
69546
- previewAdjunct: api["gb" /* previewAdjunct */],
69819
+ previewAdjunct: api["hb" /* previewAdjunct */],
69547
69820
  boxHeight: this.listHeight,
69548
69821
  kkfileview: null
69549
69822
  };
@@ -69589,7 +69862,7 @@ var mainvue_type_script_lang_js_props;
69589
69862
  return this.showFileList;
69590
69863
  },
69591
69864
  url: function url() {
69592
- var url = this.action ? this.action : this.portrait ? api["Wb" /* uploadOnlyOne */] : api["Yb" /* uploads */];
69865
+ var url = this.action ? this.action : this.portrait ? api["Xb" /* uploadOnlyOne */] : api["Zb" /* uploads */];
69593
69866
  return url.indexOf(this.host) > -1 ? url : this.host + url;
69594
69867
  },
69595
69868
  excludes: function excludes() {
@@ -69888,13 +70161,13 @@ var mainvue_type_script_lang_js_props;
69888
70161
  if (this.kkfileview) {
69889
70162
  this.openKkfileview(file);
69890
70163
  } else {
69891
- utils_util["a" /* default */].win.top.open(this.host + (url ? url : api["ib" /* previewAdjunctOffice */]) + '?cmd=view&bucketName=' + file.absolutePath + '&fileId=' + file.adjunctId + '&fileName=' + file.newName);
70164
+ utils_util["a" /* default */].win.top.open(this.host + (url ? url : api["jb" /* previewAdjunctOffice */]) + '?cmd=view&bucketName=' + file.absolutePath + '&fileId=' + file.adjunctId + '&fileName=' + file.newName);
69892
70165
  }
69893
70166
  } else if (suffix.includes('pdf')) {
69894
70167
  if (this.kkfileview) {
69895
70168
  this.openKkfileview(file);
69896
70169
  } else {
69897
- utils_util["a" /* default */].win.top.open(this.host + (url ? url : api["hb" /* previewAdjunct2 */]) + '/' + file.originalName + '?adjunctId=' + file.adjunctId);
70170
+ utils_util["a" /* default */].win.top.open(this.host + (url ? url : api["ib" /* previewAdjunct2 */]) + '/' + file.originalName + '?adjunctId=' + file.adjunctId);
69898
70171
  }
69899
70172
  } else if (suffix.includes('jpge') || suffix.includes('jpg') || suffix.includes('gif') || suffix.includes('png')) {
69900
70173
  this.imgUrl = res.url && utils_util["a" /* default */].startWith(url, ['http', '/', true]) ? res.url : this.host + (url ? url : this.previewAdjunct) + '?adjunctId=' + file.adjunctId;
@@ -70056,7 +70329,7 @@ var mainvue_type_script_lang_js_props;
70056
70329
  }
70057
70330
  },
70058
70331
  handleDownloads: function handleDownloads() {
70059
- var url = typeof this.downloads === 'string' ? this.downloads : api["Vb" /* uploadDownloads */];
70332
+ var url = typeof this.downloads === 'string' ? this.downloads : api["Wb" /* uploadDownloads */];
70060
70333
  utils_util["a" /* default */].win.open(this.host + url + '?ownId=' + this.ownId + '&code=' + this.code + (this.extendCode ? '&extendCode=' + this.extendCode : ''));
70061
70334
  },
70062
70335
  handleDownload: function handleDownload(file) {
@@ -70096,7 +70369,7 @@ var mainvue_type_script_lang_js_props;
70096
70369
  ids = ids.join(',');
70097
70370
  utils_util["a" /* default */].ajax({
70098
70371
  method: this.method,
70099
- url: api["Xb" /* uploadSort */],
70372
+ url: api["Yb" /* uploadSort */],
70100
70373
  data: {
70101
70374
  ids: ids
70102
70375
  },
@@ -70671,7 +70944,7 @@ if (typeof window !== 'undefined' && window.Vue) {
70671
70944
  }
70672
70945
 
70673
70946
  /* harmony default export */ var src_0 = __webpack_exports__["default"] = ({
70674
- version: '0.5.22',
70947
+ version: '0.5.24',
70675
70948
  install: install,
70676
70949
  Button: packages_button,
70677
70950
  ButtonGroup: button_group,