eoss-ui 0.5.23 → 0.5.25
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.
- package/CHANGELOG.md +929 -0
- package/lib/button-group.js +55 -53
- package/lib/button.js +55 -53
- package/lib/checkbox-group.js +55 -53
- package/lib/config/api.js +1 -0
- package/lib/data-table-form.js +55 -53
- package/lib/data-table.js +67 -61
- package/lib/date-picker.js +55 -53
- package/lib/dialog.js +55 -53
- package/lib/eoss-ui.common.js +993 -635
- package/lib/flow-group.js +55 -53
- package/lib/flow-list.js +58 -56
- package/lib/flow.js +77 -75
- package/lib/form.js +66 -56
- package/lib/handle-user.js +56 -54
- package/lib/handler.js +56 -54
- package/lib/index.js +1 -1
- package/lib/input-number.js +55 -53
- package/lib/input.js +55 -53
- package/lib/login.js +435 -162
- package/lib/main.js +71 -65
- package/lib/nav.js +55 -53
- package/lib/notify.js +60 -58
- package/lib/page.js +55 -53
- package/lib/player.js +55 -53
- package/lib/qr-code.js +55 -53
- package/lib/radio-group.js +55 -53
- package/lib/retrial-auth.js +56 -54
- package/lib/select-ganged.js +55 -53
- package/lib/select.js +55 -53
- package/lib/selector-panel.js +55 -53
- package/lib/selector.js +479 -433
- package/lib/sizer.js +55 -53
- package/lib/steps.js +55 -53
- package/lib/switch.js +55 -53
- package/lib/table-form.js +88 -61
- package/lib/tabs.js +55 -53
- package/lib/theme-chalk/form.css +1 -1
- package/lib/theme-chalk/index.css +1 -1
- package/lib/tips.js +55 -53
- package/lib/tree-group.js +55 -53
- package/lib/tree.js +55 -53
- package/lib/upload.js +61 -59
- package/lib/wujie.js +55 -53
- package/lib/wxlogin.js +55 -53
- package/package.json +1 -1
- package/packages/data-table/src/column.vue +5 -1
- package/packages/form/src/main.vue +9 -1
- package/packages/form/src/table.vue +21 -2
- package/packages/login/src/main.vue +4 -0
- package/packages/login/src/resetPassword.vue +413 -95
- package/packages/main/src/main.vue +5 -1
- package/packages/selector/src/main.vue +144 -135
- package/packages/theme-chalk/lib/form.css +1 -1
- package/packages/theme-chalk/lib/index.css +1 -1
- package/packages/theme-chalk/src/form.scss +13 -0
- package/src/config/api.js +1 -0
- package/src/index.js +1 -1
package/lib/flow.js
CHANGED
|
@@ -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__, "
|
|
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__, "
|
|
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__, "
|
|
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__, "
|
|
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__, "
|
|
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__, "
|
|
3011
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
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__, "
|
|
3016
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
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__, "
|
|
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__, "
|
|
3021
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3022
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3023
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
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__, "
|
|
3037
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3038
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
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__, "
|
|
3043
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
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__, "
|
|
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__, "
|
|
3055
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3056
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3057
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3058
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3059
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3060
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3061
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3062
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3063
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
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__, "
|
|
3067
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3068
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
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__, "
|
|
3072
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3073
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
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__, "
|
|
3077
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
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__, "
|
|
3081
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3082
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3083
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3084
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3085
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3086
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3087
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3088
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3089
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3090
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3091
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3092
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3093
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
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__, "
|
|
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'; // 微信扫码登录
|
|
@@ -6330,7 +6332,7 @@ var _components;
|
|
|
6330
6332
|
}
|
|
6331
6333
|
this.loading = util["a" /* default */].loading(this.$loading, '提交中...');
|
|
6332
6334
|
util["a" /* default */].ajax({
|
|
6333
|
-
url: data.id ? api["
|
|
6335
|
+
url: data.id ? api["Tb" /* updateCommonOpinion */] : api["mb" /* saveCommonOpinion */],
|
|
6334
6336
|
data: info,
|
|
6335
6337
|
header: { 'Content-Type': 'multipart/form-data' },
|
|
6336
6338
|
method: 'post'
|
|
@@ -8858,7 +8860,7 @@ var processFormvue_type_script_lang_js_components;
|
|
|
8858
8860
|
opinion: _this3.newOpinion || newOpinion
|
|
8859
8861
|
};
|
|
8860
8862
|
if (_this3.activeNames != '1') delete params.customPresetUserJson;
|
|
8861
|
-
util["a" /* default */].ajax({ url: api["
|
|
8863
|
+
util["a" /* default */].ajax({ url: api["kb" /* register */], method: 'post', data: params }).then(function (res) {
|
|
8862
8864
|
var status = res.status,
|
|
8863
8865
|
message = res.message;
|
|
8864
8866
|
|
|
@@ -9044,7 +9046,7 @@ var processFormvue_type_script_lang_js_components;
|
|
|
9044
9046
|
businessId: this.businessId
|
|
9045
9047
|
};
|
|
9046
9048
|
// 获取节点
|
|
9047
|
-
util["a" /* default */].ajax({ url: api["
|
|
9049
|
+
util["a" /* default */].ajax({ url: api["Gb" /* toStartFlow */], params: params }).then(function (res) {
|
|
9048
9050
|
//pc接口返回数据处理
|
|
9049
9051
|
var status = res.status,
|
|
9050
9052
|
message = res.message,
|
|
@@ -9490,7 +9492,7 @@ SendMsgvue_type_template_id_7d374b0a_render._withStripped = true
|
|
|
9490
9492
|
notificationType = _sendInfo.notificationType;
|
|
9491
9493
|
|
|
9492
9494
|
var params = {
|
|
9493
|
-
url: api["
|
|
9495
|
+
url: api["rb" /* sendMsg */],
|
|
9494
9496
|
headers: { Accept: 'application/json,text/plain' },
|
|
9495
9497
|
method: 'post',
|
|
9496
9498
|
data: {
|
|
@@ -9552,7 +9554,7 @@ SendMsgvue_type_template_id_7d374b0a_render._withStripped = true
|
|
|
9552
9554
|
|
|
9553
9555
|
this.loading = true;
|
|
9554
9556
|
util["a" /* default */].ajax({
|
|
9555
|
-
url: api["
|
|
9557
|
+
url: api["Fb" /* toSendMsg */],
|
|
9556
9558
|
params: { pendingId: this.$attrs.pendingId }
|
|
9557
9559
|
}).then(function (res) {
|
|
9558
9560
|
var status = res.status,
|
|
@@ -10367,7 +10369,7 @@ processRejectvue_type_template_id_b5a52fc0_render._withStripped = true
|
|
|
10367
10369
|
userId: util["a" /* default */].getStorage('userId'),
|
|
10368
10370
|
nextNodeId: _this2.nextNode.nextNodeId
|
|
10369
10371
|
};
|
|
10370
|
-
util["a" /* default */].ajax({ url: api["
|
|
10372
|
+
util["a" /* default */].ajax({ url: api["wb" /* taskRejectHtml */], method: 'post', data: params }).then(function (res) {
|
|
10371
10373
|
var status = res.status,
|
|
10372
10374
|
message = res.message;
|
|
10373
10375
|
|
|
@@ -10422,7 +10424,7 @@ processRejectvue_type_template_id_b5a52fc0_render._withStripped = true
|
|
|
10422
10424
|
isSinglePage: false,
|
|
10423
10425
|
opinion: this.option
|
|
10424
10426
|
};
|
|
10425
|
-
util["a" /* default */].ajax({ url: api["
|
|
10427
|
+
util["a" /* default */].ajax({ url: api["Jb" /* toTaskRejectHtml */], params: params }).then(function (res) {
|
|
10426
10428
|
var status = res.status,
|
|
10427
10429
|
message = res.message,
|
|
10428
10430
|
_res$data = res.data,
|
|
@@ -11097,7 +11099,7 @@ var startTaskReadvue_type_script_lang_js_components;
|
|
|
11097
11099
|
taskExamine = this.taskExamine;
|
|
11098
11100
|
|
|
11099
11101
|
var params = {
|
|
11100
|
-
url: api["
|
|
11102
|
+
url: api["Nb" /* toTaskTransferIndex */],
|
|
11101
11103
|
params: {
|
|
11102
11104
|
opinion: opinion,
|
|
11103
11105
|
pendingId: pendingId,
|
|
@@ -11222,7 +11224,7 @@ var startTaskReadvue_type_script_lang_js_components;
|
|
|
11222
11224
|
var _this3 = this;
|
|
11223
11225
|
|
|
11224
11226
|
var params = {
|
|
11225
|
-
url: api["
|
|
11227
|
+
url: api["Hb" /* toStartTaskRead */],
|
|
11226
11228
|
params: { pendingId: this.pendingId, taskAction: this.type }
|
|
11227
11229
|
};
|
|
11228
11230
|
if (this.type != 'taskReadAndEnd') delete params.params.taskAction;
|
|
@@ -11295,7 +11297,7 @@ var startTaskReadvue_type_script_lang_js_components;
|
|
|
11295
11297
|
type = this.type;
|
|
11296
11298
|
|
|
11297
11299
|
var params = {
|
|
11298
|
-
url: api["
|
|
11300
|
+
url: api["Ab" /* taskTransfer */],
|
|
11299
11301
|
data: {
|
|
11300
11302
|
choiceDeptId: choiceDeptId,
|
|
11301
11303
|
choiceOrgId: choiceOrgId,
|
|
@@ -11389,7 +11391,7 @@ var startTaskReadvue_type_script_lang_js_components;
|
|
|
11389
11391
|
!download && delete params.isDownload;
|
|
11390
11392
|
isCdjxjTaskHandle == 'true' && delete params.noticeType;
|
|
11391
11393
|
util["a" /* default */].ajax({
|
|
11392
|
-
url: api["
|
|
11394
|
+
url: api["vb" /* taskReadHtml */],
|
|
11393
11395
|
params: { taskAction: _this7.type },
|
|
11394
11396
|
headers: {
|
|
11395
11397
|
Accept: 'application/json,text/plain'
|
|
@@ -11881,7 +11883,7 @@ var taskUnionExaminevue_type_script_lang_js_components;
|
|
|
11881
11883
|
pendingId = this.pendingId;
|
|
11882
11884
|
|
|
11883
11885
|
var params = {
|
|
11884
|
-
url: api["
|
|
11886
|
+
url: api["xb" /* taskReview */],
|
|
11885
11887
|
data: {
|
|
11886
11888
|
nextUserId: nextOtherOrgObj.join(','),
|
|
11887
11889
|
notificationType: noticeType.join(','),
|
|
@@ -11917,7 +11919,7 @@ var taskUnionExaminevue_type_script_lang_js_components;
|
|
|
11917
11919
|
var _this2 = this;
|
|
11918
11920
|
|
|
11919
11921
|
var params = {
|
|
11920
|
-
url: api["
|
|
11922
|
+
url: api["Kb" /* toTaskReview */],
|
|
11921
11923
|
params: { pendingId: this.pendingId }
|
|
11922
11924
|
};
|
|
11923
11925
|
util["a" /* default */].ajax(params).then(function (res) {
|
|
@@ -11952,7 +11954,7 @@ var taskUnionExaminevue_type_script_lang_js_components;
|
|
|
11952
11954
|
var _this3 = this;
|
|
11953
11955
|
|
|
11954
11956
|
var params = {
|
|
11955
|
-
url: this.type == 'takeAdvice' ? api["
|
|
11957
|
+
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 */],
|
|
11956
11958
|
params: { pendingId: this.pendingId },
|
|
11957
11959
|
headers: { Accept: 'application/json,text/plain' }
|
|
11958
11960
|
};
|
|
@@ -12046,7 +12048,7 @@ var taskUnionExaminevue_type_script_lang_js_components;
|
|
|
12046
12048
|
// if (this.type != 'startDraf' && this.type != 'unionSeal' && this.type != 'twoOfficesDispatch')
|
|
12047
12049
|
// return this.$message.warning('暂未开放,敬请期待!');
|
|
12048
12050
|
var param = {
|
|
12049
|
-
url: this.type === 'startDraf' ? api["
|
|
12051
|
+
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 */],
|
|
12050
12052
|
data: {
|
|
12051
12053
|
opinion: opinion,
|
|
12052
12054
|
pendingId: pendingId,
|
|
@@ -13230,7 +13232,7 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
|
|
|
13230
13232
|
taskAction: 'complete'
|
|
13231
13233
|
};
|
|
13232
13234
|
util["a" /* default */].ajax({
|
|
13233
|
-
url: api["
|
|
13235
|
+
url: api["vb" /* taskReadHtml */],
|
|
13234
13236
|
params: { taskAction: 'complete' },
|
|
13235
13237
|
headers: {
|
|
13236
13238
|
Accept: 'application/json,text/plain'
|
|
@@ -13262,7 +13264,7 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
|
|
|
13262
13264
|
|
|
13263
13265
|
this.loading = util["a" /* default */].loading(this.$loading, '加载中...');
|
|
13264
13266
|
util["a" /* default */].ajax({
|
|
13265
|
-
url: api["
|
|
13267
|
+
url: api["Ib" /* toStartTaskReadIndex */],
|
|
13266
13268
|
params: { pendingId: this.pendingId }
|
|
13267
13269
|
}).then(function (res) {
|
|
13268
13270
|
var status = res.status,
|
|
@@ -13296,7 +13298,7 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
|
|
|
13296
13298
|
if (mainConfig) {
|
|
13297
13299
|
this.userModel = JSON.parse(mainConfig).userModel;
|
|
13298
13300
|
} else {
|
|
13299
|
-
util["a" /* default */].ajax({ url: api["
|
|
13301
|
+
util["a" /* default */].ajax({ url: api["ab" /* loginUserInfo */] }).then(function (res) {
|
|
13300
13302
|
var status = res.status,
|
|
13301
13303
|
data = res.data;
|
|
13302
13304
|
|
|
@@ -13394,7 +13396,7 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
|
|
|
13394
13396
|
pendingId: this.pendingId
|
|
13395
13397
|
};
|
|
13396
13398
|
this.loading = util["a" /* default */].loading(this.$loading, '保存中...');
|
|
13397
|
-
util["a" /* default */].ajax({ url: api["
|
|
13399
|
+
util["a" /* default */].ajax({ url: api["Db" /* tempSave */], params: params }).then(function (res) {
|
|
13398
13400
|
var status = res.status,
|
|
13399
13401
|
message = res.message;
|
|
13400
13402
|
|
|
@@ -13676,7 +13678,7 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
|
|
|
13676
13678
|
this.$confirm('确认' + res.value + '?').then(function () {
|
|
13677
13679
|
if (_this11.isOpinionRequired == 1 && (_this11.value == '' || !_this11.value)) return _this11.$message.warning('请填写意见');
|
|
13678
13680
|
var params = {
|
|
13679
|
-
url: api["
|
|
13681
|
+
url: api["lb" /* rejectAndEnd */],
|
|
13680
13682
|
headers: { Accept: 'application/json,text/plain' },
|
|
13681
13683
|
method: 'post',
|
|
13682
13684
|
data: {
|
|
@@ -14309,7 +14311,7 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
|
|
|
14309
14311
|
userId: util["a" /* default */].getStorage('userId'),
|
|
14310
14312
|
type: 2
|
|
14311
14313
|
};
|
|
14312
|
-
util["a" /* default */].ajax({ url: api["
|
|
14314
|
+
util["a" /* default */].ajax({ url: api["eb" /* pendedhistoryList */], data: params, method: 'post' }).then(function (res) {
|
|
14313
14315
|
var rCode = res.rCode,
|
|
14314
14316
|
msg = res.msg,
|
|
14315
14317
|
results = res.results;
|
|
@@ -14502,7 +14504,7 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
|
|
|
14502
14504
|
params.isSubFlow = taskExamineInfo.isSubFlow;
|
|
14503
14505
|
params.nodeId = taskExamineInfo.nodeId;
|
|
14504
14506
|
params.needRetrialAuth = needRetrialAuth;
|
|
14505
|
-
return _context.abrupt('return', util["a" /* default */].ajax({ url: api["
|
|
14507
|
+
return _context.abrupt('return', util["a" /* default */].ajax({ url: api["ub" /* taskHandleHtml */], method: 'post', data: params }).then(function (res) {
|
|
14506
14508
|
var status = res.status,
|
|
14507
14509
|
message = res.message;
|
|
14508
14510
|
|