eoss-ui 0.8.23 → 0.8.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.
- package/lib/button-group.js +228 -231
- package/lib/button.js +166 -153
- package/lib/calendar.js +2 -2
- package/lib/calogin.js +160 -146
- package/lib/card.js +2 -2
- package/lib/cascader.js +2 -2
- package/lib/checkbox-group.js +162 -148
- package/lib/clients.js +2 -2
- package/lib/config/api.js +5 -0
- package/lib/data-table-form.js +162 -148
- package/lib/data-table.js +165 -151
- package/lib/date-picker.js +159 -146
- package/lib/dialog.js +166 -153
- package/lib/enable-drag.js +2 -2
- package/lib/enterprise.js +2 -2
- package/lib/eoss-ui.common.js +704 -233
- package/lib/error-page.js +2 -2
- package/lib/flow-group.js +159 -146
- package/lib/flow-list.js +270 -257
- package/lib/flow.js +286 -272
- package/lib/form.js +161 -148
- package/lib/handle-user.js +160 -147
- package/lib/handler.js +160 -147
- package/lib/icon.js +160 -147
- package/lib/icons.js +2 -2
- package/lib/index.js +1 -1
- package/lib/input-number.js +159 -146
- package/lib/input.js +159 -146
- package/lib/label.js +2 -2
- package/lib/layout.js +2 -2
- package/lib/login.js +174 -160
- package/lib/main.js +235 -221
- package/lib/menu.js +2 -2
- package/lib/nav.js +159 -146
- package/lib/notify.js +157 -148
- package/lib/page.js +159 -146
- package/lib/pagination.js +159 -146
- package/lib/player.js +164 -151
- package/lib/qr-code.js +161 -148
- package/lib/radio-group.js +161 -148
- package/lib/retrial-auth.js +163 -150
- package/lib/select-ganged.js +161 -148
- package/lib/select.js +161 -148
- package/lib/selector-panel.js +178 -164
- package/lib/selector.js +161 -148
- package/lib/sizer.js +168 -155
- package/lib/steps.js +159 -146
- package/lib/switch.js +159 -146
- package/lib/table-form.js +159 -146
- package/lib/tabs-panel.js +2 -2
- package/lib/tabs.js +159 -146
- package/lib/theme-chalk/index.css +1 -1
- package/lib/theme-chalk/login.css +1 -1
- package/lib/theme-chalk/tree.css +1 -1
- package/lib/tips.js +160 -147
- package/lib/toolbar.js +2 -2
- package/lib/tree-group.js +159 -146
- package/lib/tree.js +160 -147
- package/lib/upload.js +698 -223
- package/lib/utils/util.js +5 -1
- package/lib/wujie.js +159 -146
- package/lib/wxlogin.js +159 -146
- package/package.json +162 -161
- package/packages/.DS_Store +0 -0
- package/packages/button-group/src/main.vue +346 -346
- package/packages/calogin/.DS_Store +0 -0
- package/packages/calogin/src/main.vue +412 -412
- package/packages/clients/src/main.vue +151 -151
- package/packages/date-picker/.DS_Store +0 -0
- package/packages/date-picker/src/.DS_Store +0 -0
- package/packages/dialog/.DS_Store +0 -0
- package/packages/flow/.DS_Store +0 -0
- package/packages/flow/src/.DS_Store +0 -0
- package/packages/flow/src/component/CommonOpinions.vue +376 -376
- package/packages/flow/src/component/FileList.vue +97 -97
- package/packages/flow/src/component/SendMsg.vue +242 -242
- package/packages/flow/src/component/SortFlow.vue +110 -110
- package/packages/flow/src/form.vue +123 -123
- package/packages/flow/src/table.vue +58 -58
- package/packages/flow-list/.DS_Store +0 -0
- package/packages/flow-list/src/main.vue +2337 -2337
- package/packages/form/.DS_Store +0 -0
- package/packages/form/src/table.vue +1512 -1512
- package/packages/icon/.DS_Store +0 -0
- package/packages/icon/src/main.vue +104 -104
- package/packages/login/.DS_Store +0 -0
- package/packages/login/src/resetPassword.vue +557 -557
- package/packages/main/.DS_Store +0 -0
- package/packages/main/src/.DS_Store +0 -0
- package/packages/main/src/public/online.vue +89 -89
- package/packages/main/src/public/search.vue +464 -464
- package/packages/main/src/public/settings.vue +273 -273
- package/packages/main/src/simplicity/apps.vue +388 -388
- package/packages/main/src/simplicity/avatar.vue +82 -82
- package/packages/main/src/simplicity/handler.vue +158 -158
- package/packages/main/src/simplicity/menu-list.vue +135 -135
- package/packages/main/src/simplicity/message.vue +293 -293
- package/packages/main/src/simplicity/notice.vue +222 -222
- package/packages/main/src/simplicity/sub-menu.vue +276 -276
- package/packages/main/src/simplicity/user.vue +259 -259
- package/packages/main/src/simplicityTop/apps.vue +388 -388
- package/packages/main/src/simplicityTop/avatar.vue +82 -82
- package/packages/main/src/simplicityTop/handler.vue +215 -215
- package/packages/main/src/simplicityTop/lists.vue +84 -84
- package/packages/main/src/simplicityTop/menu-list.vue +135 -135
- package/packages/main/src/simplicityTop/message.vue +293 -293
- package/packages/main/src/simplicityTop/notice.vue +222 -222
- package/packages/main/src/simplicityTop/router-page.vue +45 -45
- package/packages/main/src/simplicityTop/sub-menu.vue +274 -274
- package/packages/main/src/simplicityTop/user.vue +259 -259
- package/packages/menu/.DS_Store +0 -0
- package/packages/nav/src/main.vue +351 -351
- package/packages/player/src/main.vue +1 -1
- package/packages/select/.DS_Store +0 -0
- package/packages/selector/.DS_Store +0 -0
- package/packages/selector/src/main.vue +761 -761
- package/packages/selector-panel/.DS_Store +0 -0
- package/packages/selector-panel/src/main.vue +1036 -1036
- package/packages/selector-panel/src/selection.vue +174 -174
- package/packages/switch/src/main.vue +170 -170
- package/packages/theme-chalk/lib/index.css +1 -1
- package/packages/theme-chalk/lib/login.css +1 -1
- package/packages/theme-chalk/lib/tree.css +1 -1
- package/packages/theme-chalk/src/.DS_Store +0 -0
- package/packages/theme-chalk/src/data-table.scss +297 -297
- package/packages/theme-chalk/src/flow-list.scss +55 -55
- package/packages/theme-chalk/src/form.scss +501 -501
- package/packages/theme-chalk/src/handler.scss +148 -148
- package/packages/theme-chalk/src/icon.scss +3452 -3452
- package/packages/theme-chalk/src/login.scss +1006 -1006
- package/packages/theme-chalk/src/main.scss +664 -664
- package/packages/theme-chalk/src/menu.scss +224 -224
- package/packages/theme-chalk/src/selector.scss +114 -114
- package/packages/theme-chalk/src/simplicity-top.scss +1845 -1845
- package/packages/theme-chalk/src/simplicity.scss +1403 -1403
- package/packages/theme-chalk/src/tree.scss +167 -165
- package/packages/theme-chalk/src/upload.scss +172 -172
- package/packages/tips/src/main.vue +141 -141
- package/packages/upload/.DS_Store +0 -0
- package/packages/upload/src/main.vue +482 -14
- package/packages/wujie/src/main.vue +146 -146
- package/src/.DS_Store +0 -0
- package/src/config/api.js +5 -0
- package/src/index.js +163 -163
- package/src/utils/.DS_Store +0 -0
- package/src/utils/rules.js +18 -18
- package/src/utils/util.js +6 -1
package/lib/main.js
CHANGED
|
@@ -82,7 +82,7 @@ module.exports =
|
|
|
82
82
|
/******/
|
|
83
83
|
/******/
|
|
84
84
|
/******/ // Load entry module and return exports
|
|
85
|
-
/******/ return __webpack_require__(__webpack_require__.s =
|
|
85
|
+
/******/ return __webpack_require__(__webpack_require__.s = 36);
|
|
86
86
|
/******/ })
|
|
87
87
|
/************************************************************************/
|
|
88
88
|
/******/ ([
|
|
@@ -540,7 +540,11 @@ var util_ajax = function ajax(_ref) {
|
|
|
540
540
|
}
|
|
541
541
|
}
|
|
542
542
|
}
|
|
543
|
-
|
|
543
|
+
var isFormData = typeof FormData !== 'undefined' && data instanceof FormData;
|
|
544
|
+
if (isFormData) {
|
|
545
|
+
// FormData(如分片上传):不做序列化,也不强制 content-type,
|
|
546
|
+
// 交给浏览器/axios 自动设置 multipart/form-data 及 boundary
|
|
547
|
+
} else if (method === 'post' && format) {
|
|
544
548
|
data = external_qs_default.a.stringify(data, formatConfig);
|
|
545
549
|
if (!header['content-type'] && !header['Content-Type']) {
|
|
546
550
|
header['content-type'] = 'application/x-www-form-urlencoded;charset=UTF-8';
|
|
@@ -1704,7 +1708,7 @@ var getLightness = function getLightness($v, $i, $isLight) {
|
|
|
1704
1708
|
* @param {function} callback - 回调函数
|
|
1705
1709
|
**/
|
|
1706
1710
|
var util_getMainConfig = function getMainConfig(callback) {
|
|
1707
|
-
util_ajax({ url: api["
|
|
1711
|
+
util_ajax({ url: api["Db" /* mainConfig */] }).then(function (res) {
|
|
1708
1712
|
if (res && res.rCode === 0) {
|
|
1709
1713
|
callback(res.results);
|
|
1710
1714
|
}
|
|
@@ -2530,7 +2534,7 @@ var isLogined = function () {
|
|
|
2530
2534
|
break;
|
|
2531
2535
|
}
|
|
2532
2536
|
|
|
2533
|
-
util_ajax({ method: 'post', url: api["
|
|
2537
|
+
util_ajax({ method: 'post', url: api["Cb" /* logout */] }).then(function (res) {
|
|
2534
2538
|
if (res.rCode === 0) {
|
|
2535
2539
|
removeStorage();
|
|
2536
2540
|
}
|
|
@@ -3999,171 +4003,175 @@ var winTopOpen = function winTopOpen(config) {
|
|
|
3999
4003
|
/***/ (function(module, __webpack_exports__, __webpack_require__) {
|
|
4000
4004
|
|
|
4001
4005
|
"use strict";
|
|
4002
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
4003
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
4004
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
4005
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
4006
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
4007
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
4006
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "u", function() { return doCaLogin; });
|
|
4007
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "y", function() { return doUserLogin; });
|
|
4008
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "w", function() { return doQrLogin; });
|
|
4009
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Cb", function() { return logout; });
|
|
4010
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "ub", function() { return initLogin; });
|
|
4011
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "dc", function() { return switchUserTo; });
|
|
4008
4012
|
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "d", function() { return changeImg; });
|
|
4009
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
4010
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
4013
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "W", function() { return getLoginCode; });
|
|
4014
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "v", function() { return doCodeLogin; });
|
|
4011
4015
|
/* unused harmony export updateCode */
|
|
4012
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
4013
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
4014
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
4016
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "X", function() { return getModifyPassCode; });
|
|
4017
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "k", function() { return codeModifyPass; });
|
|
4018
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Ab", function() { return loginModifyPassword; });
|
|
4015
4019
|
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "b", function() { return authCenter; });
|
|
4016
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
4017
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
4018
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
4019
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
4020
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
4021
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
4022
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
4023
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
4024
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
4025
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
4026
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
4027
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
4028
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
4029
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
4030
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
4020
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "vb", function() { return initModifyPassword; });
|
|
4021
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "z", function() { return doWechatQrLogin; });
|
|
4022
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "lb", function() { return getTwoFactorLoginCode; });
|
|
4023
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "x", function() { return doTwoFactorLogin; });
|
|
4024
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "wb", function() { return initRetrialAuth; });
|
|
4025
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "fb", function() { return getRetrialAuthCode; });
|
|
4026
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Vb", function() { return scanCodeRetrialAuth; });
|
|
4027
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "l", function() { return codeRetrialAuth; });
|
|
4028
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "t", function() { return doAssistanceQrLogin; });
|
|
4029
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Tc", function() { return userOnline; });
|
|
4030
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "nb", function() { return getUserAppWithTag; });
|
|
4031
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Ob", function() { return recordUserApp; });
|
|
4032
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Db", function() { return mainConfig; });
|
|
4033
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "xb", function() { return initUserSet; });
|
|
4034
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Oc", function() { return updateUserInfo; });
|
|
4031
4035
|
/* unused harmony export getUserImgUrl */
|
|
4032
4036
|
/* unused harmony export getDoorIndex */
|
|
4033
4037
|
/* unused harmony export refreshOnlineUsers */
|
|
4034
4038
|
/* unused harmony export getQuickMenuIds */
|
|
4035
4039
|
/* unused harmony export getApplicationIdArray */
|
|
4036
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
4037
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
4040
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "P", function() { return getComplexApplications; });
|
|
4041
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Q", function() { return getComplexApplicationsNew; });
|
|
4038
4042
|
/* unused harmony export getUserCustomInfo */
|
|
4039
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
4040
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
4041
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
4042
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
4043
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
4044
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
4045
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
4046
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
4047
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
4048
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
4049
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
4050
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
4051
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
4052
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
4053
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
4054
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
4055
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
4043
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Nc", function() { return updateUserCustomInfo; });
|
|
4044
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "ec", function() { return sysMsgPage; });
|
|
4045
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "tb", function() { return ignoreSysMsg; });
|
|
4046
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "sb", function() { return ignoreAllSysMsg; });
|
|
4047
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Wb", function() { return searchType; });
|
|
4048
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "kb", function() { return getSysParam; });
|
|
4049
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "O", function() { return getAdjunctProperties; });
|
|
4050
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Sc", function() { return uploads; });
|
|
4051
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Qc", function() { return uploadOnlyOne; });
|
|
4052
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "N", function() { return getAdjunctFileInfos; });
|
|
4053
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Rc", function() { return uploadSort; });
|
|
4054
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "A", function() { return downloadByAdjunctId; });
|
|
4055
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Pc", function() { return uploadDownloads; });
|
|
4056
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Jb", function() { return previewAdjunct; });
|
|
4057
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Kb", function() { return previewAdjunct2; });
|
|
4058
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Lb", function() { return previewAdjunctOffice; });
|
|
4059
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "n", function() { return delAdjunct; });
|
|
4060
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "g", function() { return chunkCheckFile; });
|
|
4061
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "i", function() { return chunkUploadChunk; });
|
|
4062
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "h", function() { return chunkMergeChunk; });
|
|
4063
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "S", function() { return getDochubBucket; });
|
|
4056
4064
|
/* unused harmony export upload_updateClassify */
|
|
4057
4065
|
/* unused harmony export getDeleteAdjunctFileInfos */
|
|
4058
4066
|
/* unused harmony export getPictureBase64 */
|
|
4059
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
4060
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
4061
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
4062
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
4063
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
4064
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
4067
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "ib", function() { return getSelectorOrgTree; });
|
|
4068
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "hb", function() { return getSelectorOrgDetail; });
|
|
4069
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "bb", function() { return getOrgMainTree; });
|
|
4070
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "gb", function() { return getSelectOrgsubids; });
|
|
4071
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "F", function() { return findSysCode; });
|
|
4072
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "R", function() { return getDictList; });
|
|
4065
4073
|
/* unused harmony export findUserBaseInfo */
|
|
4066
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
4074
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "qb", function() { return gethelpdoc; });
|
|
4067
4075
|
/* unused harmony export getCurrentuser */
|
|
4068
4076
|
/* unused harmony export mainDetail */
|
|
4069
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
4070
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
4071
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
4077
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "wc", function() { return toStartFlow; });
|
|
4078
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "qc", function() { return tempSave; });
|
|
4079
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "m", function() { return commonOpion; });
|
|
4072
4080
|
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "a", function() { return addCommonOpion; });
|
|
4073
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
4074
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
4075
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
4076
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
4077
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
4078
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
4079
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
4080
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
4081
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
4082
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
4083
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
4084
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
4081
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "B", function() { return editCommonOpion; });
|
|
4082
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Ub", function() { return saveCommonOpinion; });
|
|
4083
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Mc", function() { return updateCommonOpinion; });
|
|
4084
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "o", function() { return deleteCommonOpion; });
|
|
4085
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "eb", function() { return getProcessDefList; });
|
|
4086
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Y", function() { return getNodeInfo; });
|
|
4087
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "E", function() { return findCodeValues; });
|
|
4088
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "H", function() { return findSysParam; });
|
|
4089
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "G", function() { return findSysCodes; });
|
|
4090
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "ab", function() { return getNotificationMsg; });
|
|
4091
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "U", function() { return getHandleInfoHtml; });
|
|
4092
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "gc", function() { return taskHandleHtml; });
|
|
4085
4093
|
/* unused harmony export getView */
|
|
4086
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
4087
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
4088
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
4089
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
4090
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
4091
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
4092
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
4093
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
4094
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
4095
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
4096
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
4097
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
4098
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
4099
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
4100
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
4101
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
4102
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
4103
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
4104
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
4105
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
4106
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
4094
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Pb", function() { return register; });
|
|
4095
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Fb", function() { return pendedhistoryList; });
|
|
4096
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Ac", function() { return toTaskRejectHtml; });
|
|
4097
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "jc", function() { return taskRejectHtml; });
|
|
4098
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "xc", function() { return toStartTaskRead; });
|
|
4099
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "yc", function() { return toStartTaskReadIndex; });
|
|
4100
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "hc", function() { return taskReadHtml; });
|
|
4101
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Qb", function() { return rejectAndEnd; });
|
|
4102
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "vc", function() { return toSendMsg; });
|
|
4103
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "ac", function() { return sendMsg; });
|
|
4104
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "D", function() { return endFlowHtml; });
|
|
4105
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "rb", function() { return handleInfo; });
|
|
4106
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Bb", function() { return loginUserInfo; });
|
|
4107
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Uc", function() { return wss; });
|
|
4108
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Kc", function() { return topic; });
|
|
4109
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "cb", function() { return getPresetCustomInfo; });
|
|
4110
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "db", function() { return getPresetNodeInfo; });
|
|
4111
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Gc", function() { return toTaskTransferIndex; });
|
|
4112
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "nc", function() { return taskTransfer; });
|
|
4113
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "tc", function() { return toPresetInfoListIndex; });
|
|
4114
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "q", function() { return deletePresetInfo; });
|
|
4107
4115
|
/* unused harmony export historyListJson */
|
|
4108
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
4109
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
4110
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
4111
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
4112
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
4113
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
4114
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
4115
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
4116
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
4117
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
4118
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
4119
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
4120
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
4121
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
4122
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
4123
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
4124
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
4125
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
4126
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
4127
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
4128
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
4129
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
4130
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
4131
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
4132
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
4116
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Gb", function() { return pendedhistoryListJson; });
|
|
4117
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Ib", function() { return pressListJson; });
|
|
4118
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "p", function() { return deleteFlow; });
|
|
4119
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Eb", function() { return modifyFlow; });
|
|
4120
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "yb", function() { return isCanStartSubFlow; });
|
|
4121
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Hc", function() { return toTaskUnionExamine; });
|
|
4122
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "oc", function() { return taskUnionExamine; });
|
|
4123
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Fc", function() { return toTaskTakeAdvice; });
|
|
4124
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "mc", function() { return taskTakeAdvice; });
|
|
4125
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Cc", function() { return toTaskStartDraft; });
|
|
4126
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Dc", function() { return toTaskSupervise; });
|
|
4127
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Ec", function() { return toTaskSuperviseSub; });
|
|
4128
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "lc", function() { return taskStartDraft; });
|
|
4129
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Bc", function() { return toTaskReview; });
|
|
4130
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "kc", function() { return taskReview; });
|
|
4131
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Ic", function() { return toTaskUnionSeal; });
|
|
4132
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "pc", function() { return taskUnionSeal; });
|
|
4133
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Jc", function() { return toTwoOfficesDispatch; });
|
|
4134
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Lc", function() { return twoOfficesDispatch; });
|
|
4135
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "uc", function() { return toResetProcessIndex; });
|
|
4136
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Sb", function() { return resetProcess; });
|
|
4137
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "zc", function() { return toTaskContinuationIndex; });
|
|
4138
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "fc", function() { return taskContinuation; });
|
|
4139
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "T", function() { return getFreeStartFlowParams; });
|
|
4140
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "K", function() { return freeStartFlowWithSubmitTask; });
|
|
4133
4141
|
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "f", function() { return checkForeignOrgStartedCircularRead; });
|
|
4134
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
4135
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
4136
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
4137
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
4138
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
4142
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Hb", function() { return pendedhistoryListWithCircularReadJson; });
|
|
4143
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "M", function() { return fyListJson; });
|
|
4144
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Rb", function() { return resetJson; });
|
|
4145
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "r", function() { return deletedListJson; });
|
|
4146
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Tb", function() { return restoredHistory; });
|
|
4139
4147
|
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "c", function() { return batchDelete; });
|
|
4140
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
4141
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
4142
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
4148
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "j", function() { return circularReadWithdraw; });
|
|
4149
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "ic", function() { return taskReadWithDraw; });
|
|
4150
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "cc", function() { return startReadTransferHandleFlowWithTaskReadEnd; });
|
|
4143
4151
|
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "e", function() { return checkBusinessIdStartedReadTransferHandle; });
|
|
4144
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
4145
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
4152
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Zb", function() { return sendList; });
|
|
4153
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Yb", function() { return sendInfo; });
|
|
4146
4154
|
/* unused harmony export sendSave */
|
|
4147
4155
|
/* unused harmony export sendUpdate */
|
|
4148
4156
|
/* unused harmony export sendDelete */
|
|
4149
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
4150
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
4151
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
4152
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
4153
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
4154
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
4155
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
4156
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
4157
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
4158
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
4159
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
4160
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
4161
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
4162
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
4163
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
4164
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
4165
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
4166
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
4157
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Xb", function() { return sendBatch; });
|
|
4158
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "I", function() { return formContents; });
|
|
4159
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "s", function() { return directStartTaskCircularRead; });
|
|
4160
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "C", function() { return endFlowAndStartTaskCircularRead; });
|
|
4161
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Z", function() { return getNodeInfoForStart; });
|
|
4162
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "J", function() { return freeStartFlow; });
|
|
4163
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "mb", function() { return getUrgencyLevelChangedNotificationType; });
|
|
4164
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "sc", function() { return toFreeTaskCircularRead; });
|
|
4165
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "zb", function() { return isCancelSecondConfirmation; });
|
|
4166
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "L", function() { return freeTaskCircularRead; });
|
|
4167
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "rc", function() { return toDefinitionChangeSort; });
|
|
4168
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "bc", function() { return setSort; });
|
|
4169
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Nb", function() { return queryUseCommonMenu; });
|
|
4170
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "V", function() { return getIndexCount; });
|
|
4171
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "pb", function() { return getVoteMeetingNum; });
|
|
4172
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "ob", function() { return getUserTipsInstanceNum; });
|
|
4173
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "jb", function() { return getShareFilesReceiveCountNew; });
|
|
4174
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Mb", function() { return queryChildMenuUrl; });
|
|
4167
4175
|
var flowPendingPrefix = window.flowPendingPrefix || localStorage.getItem('flowPendingPrefix') || '/bpm';
|
|
4168
4176
|
// 登录
|
|
4169
4177
|
var doCaLogin = '/sso2/signIn/auth/doCaLogin'; // ca登录认证
|
|
@@ -4228,6 +4236,11 @@ var previewAdjunct = '/main2/mecpfileManagement/previewAdjunct'; // 预览附件
|
|
|
4228
4236
|
var previewAdjunct2 = '/main2/mecpfileManagement/previewAdjunct2/'; // 预览附件(带文件名)
|
|
4229
4237
|
var previewAdjunctOffice = '/document/webDocument/documentIndex.dhtml'; // 预览附件word excel ppt
|
|
4230
4238
|
var delAdjunct = '/main2/mecpfileManagement/delAdjunct'; // 删除附件
|
|
4239
|
+
// 分片上传(dochub v2),优先使用 dochubConfig 下发的同名 url,这里仅作兜底
|
|
4240
|
+
var chunkCheckFile = '/dochub/v2/chunk/checkFile'; // 秒传检测/断点续传查询
|
|
4241
|
+
var chunkUploadChunk = '/dochub/v2/chunk/uploadChunk'; // 上传单个分片
|
|
4242
|
+
var chunkMergeChunk = '/dochub/v2/chunk/mergeChunk'; // 合并分片并写入文档库
|
|
4243
|
+
var getDochubBucket = '/dochub/v2/getBucket'; // 根据桶编码获取文档中台桶配置(含分片上传开关/参数)
|
|
4231
4244
|
var upload_updateClassify = '/main2/mecpfileManagement/updateClassify'; // 根据附件id保存该附件的分类信息
|
|
4232
4245
|
var getDeleteAdjunctFileInfos = '/main2/mecpfileManagement/getDeleteAdjunctFileInfos'; // 根据业务id和附件code获取相关已删除附件的元数据列表
|
|
4233
4246
|
var getPictureBase64 = '/main2/mecpfileManagement/getPictureBase64'; // 获取图片的base64编码
|
|
@@ -4683,7 +4696,7 @@ var nightImg = 'data:image/jpeg;base64,/9j/2wCEAAEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBA
|
|
|
4683
4696
|
/***/ (function(module, exports, __webpack_require__) {
|
|
4684
4697
|
|
|
4685
4698
|
|
|
4686
|
-
var content = __webpack_require__(
|
|
4699
|
+
var content = __webpack_require__(30);
|
|
4687
4700
|
|
|
4688
4701
|
if(typeof content === 'string') content = [[module.i, content, '']];
|
|
4689
4702
|
|
|
@@ -4697,7 +4710,7 @@ var options = {"hmr":true}
|
|
|
4697
4710
|
options.transform = transform
|
|
4698
4711
|
options.insertInto = undefined;
|
|
4699
4712
|
|
|
4700
|
-
var update = __webpack_require__(
|
|
4713
|
+
var update = __webpack_require__(32)(content, options);
|
|
4701
4714
|
|
|
4702
4715
|
if(content.locals) module.exports = content.locals;
|
|
4703
4716
|
|
|
@@ -4710,7 +4723,8 @@ if(false) {}
|
|
|
4710
4723
|
/* 25 */,
|
|
4711
4724
|
/* 26 */,
|
|
4712
4725
|
/* 27 */,
|
|
4713
|
-
/* 28
|
|
4726
|
+
/* 28 */,
|
|
4727
|
+
/* 29 */
|
|
4714
4728
|
/***/ (function(module, __webpack_exports__, __webpack_require__) {
|
|
4715
4729
|
|
|
4716
4730
|
"use strict";
|
|
@@ -4720,17 +4734,17 @@ if(false) {}
|
|
|
4720
4734
|
|
|
4721
4735
|
|
|
4722
4736
|
/***/ }),
|
|
4723
|
-
/*
|
|
4737
|
+
/* 30 */
|
|
4724
4738
|
/***/ (function(module, exports, __webpack_require__) {
|
|
4725
4739
|
|
|
4726
|
-
exports = module.exports = __webpack_require__(
|
|
4740
|
+
exports = module.exports = __webpack_require__(31)(false);
|
|
4727
4741
|
// Module
|
|
4728
|
-
exports.push([module.i, "\n.es-setting-top-nav-side[data-v-1b15d77c]::before {\
|
|
4742
|
+
exports.push([module.i, "\n.es-setting-top-nav-side[data-v-1b15d77c]::before {\n content: '';\n display: block;\n position: absolute;\n left: 0;\n width: 8px;\n top: 10px;\n bottom: 0;\n z-index: 2;\n background-color: rgb(0, 80, 179);\n}\n", ""]);
|
|
4729
4743
|
|
|
4730
4744
|
|
|
4731
4745
|
|
|
4732
4746
|
/***/ }),
|
|
4733
|
-
/*
|
|
4747
|
+
/* 31 */
|
|
4734
4748
|
/***/ (function(module, exports, __webpack_require__) {
|
|
4735
4749
|
|
|
4736
4750
|
"use strict";
|
|
@@ -4821,7 +4835,7 @@ function toComment(sourceMap) {
|
|
|
4821
4835
|
}
|
|
4822
4836
|
|
|
4823
4837
|
/***/ }),
|
|
4824
|
-
/*
|
|
4838
|
+
/* 32 */
|
|
4825
4839
|
/***/ (function(module, exports, __webpack_require__) {
|
|
4826
4840
|
|
|
4827
4841
|
/*
|
|
@@ -4890,7 +4904,7 @@ var singleton = null;
|
|
|
4890
4904
|
var singletonCounter = 0;
|
|
4891
4905
|
var stylesInsertedAtTop = [];
|
|
4892
4906
|
|
|
4893
|
-
var fixUrls = __webpack_require__(
|
|
4907
|
+
var fixUrls = __webpack_require__(33);
|
|
4894
4908
|
|
|
4895
4909
|
module.exports = function(list, options) {
|
|
4896
4910
|
if (typeof DEBUG !== "undefined" && DEBUG) {
|
|
@@ -5225,7 +5239,7 @@ function updateLink (link, options, obj) {
|
|
|
5225
5239
|
|
|
5226
5240
|
|
|
5227
5241
|
/***/ }),
|
|
5228
|
-
/*
|
|
5242
|
+
/* 33 */
|
|
5229
5243
|
/***/ (function(module, exports) {
|
|
5230
5244
|
|
|
5231
5245
|
|
|
@@ -5320,9 +5334,9 @@ module.exports = function (css) {
|
|
|
5320
5334
|
|
|
5321
5335
|
|
|
5322
5336
|
/***/ }),
|
|
5323
|
-
/* 33 */,
|
|
5324
5337
|
/* 34 */,
|
|
5325
|
-
/* 35
|
|
5338
|
+
/* 35 */,
|
|
5339
|
+
/* 36 */
|
|
5326
5340
|
/***/ (function(module, __webpack_exports__, __webpack_require__) {
|
|
5327
5341
|
|
|
5328
5342
|
"use strict";
|
|
@@ -6385,7 +6399,7 @@ var api = __webpack_require__(1);
|
|
|
6385
6399
|
if (res.url && util["a" /* default */].startWith(res.url, ['http', 'https', '/'])) {
|
|
6386
6400
|
this.userHead = res.url;
|
|
6387
6401
|
} else {
|
|
6388
|
-
this.userHead = dochubConfig && dochubConfig.downloadDocumentUrl ? dochubConfig.downloadDocumentUrl + '?documentId=' + res.adjunctId : api["
|
|
6402
|
+
this.userHead = dochubConfig && dochubConfig.downloadDocumentUrl ? dochubConfig.downloadDocumentUrl + '?documentId=' + res.adjunctId : api["A" /* downloadByAdjunctId */] + '?adjunctId=' + res.adjunctId;
|
|
6389
6403
|
}
|
|
6390
6404
|
this.$emit('change', this.userHead);
|
|
6391
6405
|
}
|
|
@@ -8317,7 +8331,7 @@ var external_throttle_debounce_ = __webpack_require__(13);
|
|
|
8317
8331
|
},
|
|
8318
8332
|
handleClick: function handleClick(res) {
|
|
8319
8333
|
util["a" /* default */].ajax({
|
|
8320
|
-
url: api["
|
|
8334
|
+
url: api["Ob" /* recordUserApp */],
|
|
8321
8335
|
params: {
|
|
8322
8336
|
userId: this.user.userId,
|
|
8323
8337
|
appId: res.id
|
|
@@ -8326,10 +8340,10 @@ var external_throttle_debounce_ = __webpack_require__(13);
|
|
|
8326
8340
|
this.$emit('click', res);
|
|
8327
8341
|
},
|
|
8328
8342
|
|
|
8329
|
-
/**
|
|
8330
|
-
* @desc:获取气泡提醒
|
|
8331
|
-
* @author huangbo
|
|
8332
|
-
* @date 2024年9月7日
|
|
8343
|
+
/**
|
|
8344
|
+
* @desc:获取气泡提醒
|
|
8345
|
+
* @author huangbo
|
|
8346
|
+
* @date 2024年9月7日
|
|
8333
8347
|
**/
|
|
8334
8348
|
getBadge: function getBadge(res) {
|
|
8335
8349
|
var num = res.tips || 0;
|
|
@@ -8780,7 +8794,7 @@ var _props;
|
|
|
8780
8794
|
return _this2.formKey.includes(key);
|
|
8781
8795
|
})));
|
|
8782
8796
|
util["a" /* default */].ajax({
|
|
8783
|
-
url: api["
|
|
8797
|
+
url: api["Oc" /* updateUserInfo */],
|
|
8784
8798
|
params: _extends({}, data, {
|
|
8785
8799
|
oldPassword: this.secret && initLogin && initLogin.secret && oldpassword ? util["a" /* default */].esmEncrypt({
|
|
8786
8800
|
data: oldpassword,
|
|
@@ -9022,7 +9036,7 @@ var userinfo_component = Object(componentNormalizer["a" /* default */])(
|
|
|
9022
9036
|
var _this2 = this;
|
|
9023
9037
|
|
|
9024
9038
|
util["a" /* default */].ajax({
|
|
9025
|
-
url: api["
|
|
9039
|
+
url: api["xb" /* initUserSet */]
|
|
9026
9040
|
}).then(function (res) {
|
|
9027
9041
|
if (res.rCode === 0) {
|
|
9028
9042
|
var results = JSON.parse(JSON.stringify(res.results));
|
|
@@ -9063,7 +9077,7 @@ var userinfo_component = Object(componentNormalizer["a" /* default */])(
|
|
|
9063
9077
|
var notify = this.checked.join(',');
|
|
9064
9078
|
util["a" /* default */].ajax({
|
|
9065
9079
|
method: 'post',
|
|
9066
|
-
url: api["
|
|
9080
|
+
url: api["Nc" /* updateUserCustomInfo */],
|
|
9067
9081
|
data: {
|
|
9068
9082
|
notify: notify
|
|
9069
9083
|
}
|
|
@@ -9093,7 +9107,7 @@ var userinfo_component = Object(componentNormalizer["a" /* default */])(
|
|
|
9093
9107
|
if (this.user.identityId !== res.id) {
|
|
9094
9108
|
util["a" /* default */].ajax({
|
|
9095
9109
|
method: 'post',
|
|
9096
|
-
url: api["
|
|
9110
|
+
url: api["dc" /* switchUserTo */],
|
|
9097
9111
|
data: { userId: res.value }
|
|
9098
9112
|
}).then(function (res) {
|
|
9099
9113
|
if (res.rCode == 0) {
|
|
@@ -9490,7 +9504,7 @@ var messagevue_type_script_lang_js_extends = Object.assign || function (target)
|
|
|
9490
9504
|
if (this.pageNum <= this.pageCount) {
|
|
9491
9505
|
this.loading = true;
|
|
9492
9506
|
util["a" /* default */].ajax({
|
|
9493
|
-
url: api["
|
|
9507
|
+
url: api["ec" /* sysMsgPage */],
|
|
9494
9508
|
params: {
|
|
9495
9509
|
pageNum: reload ? 1 : this.pageNum,
|
|
9496
9510
|
pageSize: this.pageSize
|
|
@@ -9523,7 +9537,7 @@ var messagevue_type_script_lang_js_extends = Object.assign || function (target)
|
|
|
9523
9537
|
var _this2 = this;
|
|
9524
9538
|
|
|
9525
9539
|
util["a" /* default */].ajax({
|
|
9526
|
-
url: api["
|
|
9540
|
+
url: api["tb" /* ignoreSysMsg */],
|
|
9527
9541
|
params: {
|
|
9528
9542
|
id: res.id
|
|
9529
9543
|
}
|
|
@@ -9543,7 +9557,7 @@ var messagevue_type_script_lang_js_extends = Object.assign || function (target)
|
|
|
9543
9557
|
var _this3 = this;
|
|
9544
9558
|
|
|
9545
9559
|
util["a" /* default */].ajax({
|
|
9546
|
-
url: api["
|
|
9560
|
+
url: api["sb" /* ignoreAllSysMsg */]
|
|
9547
9561
|
}).then(function (res) {
|
|
9548
9562
|
_this3.count = 0;
|
|
9549
9563
|
_this3.msgs = [];
|
|
@@ -9936,7 +9950,7 @@ var noticevue_type_script_lang_js_extends = Object.assign || function (target) {
|
|
|
9936
9950
|
var _this = this;
|
|
9937
9951
|
|
|
9938
9952
|
util["a" /* default */].ajax({
|
|
9939
|
-
url: api["
|
|
9953
|
+
url: api["tb" /* ignoreSysMsg */],
|
|
9940
9954
|
params: {
|
|
9941
9955
|
id: res.id
|
|
9942
9956
|
}
|
|
@@ -9955,7 +9969,7 @@ var noticevue_type_script_lang_js_extends = Object.assign || function (target) {
|
|
|
9955
9969
|
var _this2 = this;
|
|
9956
9970
|
|
|
9957
9971
|
util["a" /* default */].ajax({
|
|
9958
|
-
url: api["
|
|
9972
|
+
url: api["sb" /* ignoreAllSysMsg */]
|
|
9959
9973
|
}).then(function (res) {
|
|
9960
9974
|
_this2.msgs = [];
|
|
9961
9975
|
_this2.$emit('ignore', { type: 'ignore', value: 'all' });
|
|
@@ -10744,7 +10758,7 @@ settingsvue_type_template_id_1b15d77c_scoped_true_render._withStripped = true
|
|
|
10744
10758
|
// CONCATENATED MODULE: ./packages/main/src/public/settings.vue?vue&type=script&lang=js&
|
|
10745
10759
|
/* harmony default export */ var public_settingsvue_type_script_lang_js_ = (settingsvue_type_script_lang_js_);
|
|
10746
10760
|
// EXTERNAL MODULE: ./packages/main/src/public/settings.vue?vue&type=style&index=0&id=1b15d77c&prod&scoped=true&lang=css&
|
|
10747
|
-
var settingsvue_type_style_index_0_id_1b15d77c_prod_scoped_true_lang_css_ = __webpack_require__(
|
|
10761
|
+
var settingsvue_type_style_index_0_id_1b15d77c_prod_scoped_true_lang_css_ = __webpack_require__(29);
|
|
10748
10762
|
|
|
10749
10763
|
// CONCATENATED MODULE: ./packages/main/src/public/settings.vue
|
|
10750
10764
|
|
|
@@ -10892,7 +10906,7 @@ onlinevue_type_template_id_6706bd21_scoped_true_render._withStripped = true
|
|
|
10892
10906
|
props: {
|
|
10893
10907
|
sysuseronline: {
|
|
10894
10908
|
type: String,
|
|
10895
|
-
default: api["
|
|
10909
|
+
default: api["Tc" /* userOnline */]
|
|
10896
10910
|
}
|
|
10897
10911
|
},
|
|
10898
10912
|
data: function data() {
|
|
@@ -11565,7 +11579,7 @@ var searchvue_type_script_lang_js_extends = Object.assign || function (target) {
|
|
|
11565
11579
|
},
|
|
11566
11580
|
searchType: {
|
|
11567
11581
|
type: String,
|
|
11568
|
-
default: api["
|
|
11582
|
+
default: api["Wb" /* searchType */]
|
|
11569
11583
|
},
|
|
11570
11584
|
pageSize: {
|
|
11571
11585
|
type: Number,
|
|
@@ -12447,7 +12461,7 @@ var simplicityvue_type_script_lang_js_events = [function (tabs, index, that) {
|
|
|
12447
12461
|
//应用列表接口
|
|
12448
12462
|
appsUrl: {
|
|
12449
12463
|
type: String,
|
|
12450
|
-
default: api["
|
|
12464
|
+
default: api["nb" /* getUserAppWithTag */]
|
|
12451
12465
|
},
|
|
12452
12466
|
//是否启用子应用菜单接口
|
|
12453
12467
|
application: {
|
|
@@ -12668,9 +12682,9 @@ var simplicityvue_type_script_lang_js_events = [function (tabs, index, that) {
|
|
|
12668
12682
|
return this.menuUrl;
|
|
12669
12683
|
}
|
|
12670
12684
|
if (this.application) {
|
|
12671
|
-
return api["
|
|
12685
|
+
return api["Q" /* getComplexApplicationsNew */];
|
|
12672
12686
|
}
|
|
12673
|
-
return api["
|
|
12687
|
+
return api["P" /* getComplexApplications */];
|
|
12674
12688
|
},
|
|
12675
12689
|
|
|
12676
12690
|
//人工智能配置
|
|
@@ -13372,8 +13386,8 @@ var simplicityvue_type_script_lang_js_events = [function (tabs, index, that) {
|
|
|
13372
13386
|
var _this6 = this;
|
|
13373
13387
|
|
|
13374
13388
|
this.webSocket = util["a" /* default */].socket({
|
|
13375
|
-
url: api["
|
|
13376
|
-
take: api["
|
|
13389
|
+
url: api["Uc" /* wss */],
|
|
13390
|
+
take: api["Kc" /* topic */],
|
|
13377
13391
|
success: function success(res) {
|
|
13378
13392
|
var data = res.data || {};
|
|
13379
13393
|
for (var i in data) {
|
|
@@ -13582,7 +13596,7 @@ var simplicityvue_type_script_lang_js_events = [function (tabs, index, that) {
|
|
|
13582
13596
|
**/
|
|
13583
13597
|
handlerClickMenu: function handlerClickMenu(res) {
|
|
13584
13598
|
util["a" /* default */].ajax({
|
|
13585
|
-
url: api["
|
|
13599
|
+
url: api["Ob" /* recordUserApp */],
|
|
13586
13600
|
params: {
|
|
13587
13601
|
userId: this.user.userId,
|
|
13588
13602
|
appId: res.id
|
|
@@ -13978,7 +13992,7 @@ var simplicityvue_type_script_lang_js_events = [function (tabs, index, that) {
|
|
|
13978
13992
|
document.body.appendChild(iframe);
|
|
13979
13993
|
}
|
|
13980
13994
|
}
|
|
13981
|
-
util["a" /* default */].ajax({ method: 'post', url: api["
|
|
13995
|
+
util["a" /* default */].ajax({ method: 'post', url: api["Cb" /* logout */] }).then(function (res) {
|
|
13982
13996
|
if (res.rCode == 0) {
|
|
13983
13997
|
util["a" /* default */].removeStorage(['Authorization', 'token', 'ssId', 'userId', 'userName', 'auth', 'deviceUnique', 'menus', 'useCaseCodes', 'mainConfig', 'jump']);
|
|
13984
13998
|
if (_this8.onQuit && typeof _this8.onQuit === 'function') {
|
|
@@ -14918,7 +14932,7 @@ avatarvue_type_template_id_30391b69_scoped_true_render._withStripped = true
|
|
|
14918
14932
|
if (res.url && util["a" /* default */].startWith(res.url, ['http', 'https', '/'])) {
|
|
14919
14933
|
this.userHead = res.url;
|
|
14920
14934
|
} else {
|
|
14921
|
-
this.userHead = dochubConfig && dochubConfig.downloadDocumentUrl ? dochubConfig.downloadDocumentUrl + '?documentId=' + res.adjunctId : api["
|
|
14935
|
+
this.userHead = dochubConfig && dochubConfig.downloadDocumentUrl ? dochubConfig.downloadDocumentUrl + '?documentId=' + res.adjunctId : api["A" /* downloadByAdjunctId */] + '?adjunctId=' + res.adjunctId;
|
|
14922
14936
|
}
|
|
14923
14937
|
this.$emit('change', this.userHead);
|
|
14924
14938
|
}
|
|
@@ -15225,7 +15239,7 @@ var handlervue_type_script_lang_js_data;
|
|
|
15225
15239
|
if (this.user.identityId !== res.id) {
|
|
15226
15240
|
util["a" /* default */].ajax({
|
|
15227
15241
|
method: 'post',
|
|
15228
|
-
url: api["
|
|
15242
|
+
url: api["dc" /* switchUserTo */],
|
|
15229
15243
|
data: { userId: res.value }
|
|
15230
15244
|
}).then(function (res) {
|
|
15231
15245
|
if (res.rCode == 0) {
|
|
@@ -15713,7 +15727,7 @@ var userinfovue_type_script_lang_js_props;
|
|
|
15713
15727
|
return _this2.formKey.includes(key);
|
|
15714
15728
|
})));
|
|
15715
15729
|
util["a" /* default */].ajax({
|
|
15716
|
-
url: api["
|
|
15730
|
+
url: api["Oc" /* updateUserInfo */],
|
|
15717
15731
|
params: userinfovue_type_script_lang_js_extends({}, data, {
|
|
15718
15732
|
oldPassword: this.secret && initLogin && initLogin.secret && oldpassword ? util["a" /* default */].esmEncrypt({
|
|
15719
15733
|
data: oldpassword,
|
|
@@ -15955,7 +15969,7 @@ var simplicityTop_userinfo_component = Object(componentNormalizer["a" /* default
|
|
|
15955
15969
|
var _this2 = this;
|
|
15956
15970
|
|
|
15957
15971
|
util["a" /* default */].ajax({
|
|
15958
|
-
url: api["
|
|
15972
|
+
url: api["xb" /* initUserSet */]
|
|
15959
15973
|
}).then(function (res) {
|
|
15960
15974
|
if (res.rCode === 0) {
|
|
15961
15975
|
var results = JSON.parse(JSON.stringify(res.results));
|
|
@@ -15996,7 +16010,7 @@ var simplicityTop_userinfo_component = Object(componentNormalizer["a" /* default
|
|
|
15996
16010
|
var notify = this.checked.join(',');
|
|
15997
16011
|
util["a" /* default */].ajax({
|
|
15998
16012
|
method: 'post',
|
|
15999
|
-
url: api["
|
|
16013
|
+
url: api["Nc" /* updateUserCustomInfo */],
|
|
16000
16014
|
data: {
|
|
16001
16015
|
notify: notify
|
|
16002
16016
|
}
|
|
@@ -16026,7 +16040,7 @@ var simplicityTop_userinfo_component = Object(componentNormalizer["a" /* default
|
|
|
16026
16040
|
if (this.user.identityId !== res.id) {
|
|
16027
16041
|
util["a" /* default */].ajax({
|
|
16028
16042
|
method: 'post',
|
|
16029
|
-
url: api["
|
|
16043
|
+
url: api["dc" /* switchUserTo */],
|
|
16030
16044
|
data: { userId: res.value }
|
|
16031
16045
|
}).then(function (res) {
|
|
16032
16046
|
if (res.rCode == 0) {
|
|
@@ -16423,7 +16437,7 @@ var simplicityTop_messagevue_type_script_lang_js_extends = Object.assign || func
|
|
|
16423
16437
|
if (this.pageNum <= this.pageCount) {
|
|
16424
16438
|
this.loading = true;
|
|
16425
16439
|
util["a" /* default */].ajax({
|
|
16426
|
-
url: api["
|
|
16440
|
+
url: api["ec" /* sysMsgPage */],
|
|
16427
16441
|
params: {
|
|
16428
16442
|
pageNum: reload ? 1 : this.pageNum,
|
|
16429
16443
|
pageSize: this.pageSize
|
|
@@ -16456,7 +16470,7 @@ var simplicityTop_messagevue_type_script_lang_js_extends = Object.assign || func
|
|
|
16456
16470
|
var _this2 = this;
|
|
16457
16471
|
|
|
16458
16472
|
util["a" /* default */].ajax({
|
|
16459
|
-
url: api["
|
|
16473
|
+
url: api["tb" /* ignoreSysMsg */],
|
|
16460
16474
|
params: {
|
|
16461
16475
|
id: res.id
|
|
16462
16476
|
}
|
|
@@ -16476,7 +16490,7 @@ var simplicityTop_messagevue_type_script_lang_js_extends = Object.assign || func
|
|
|
16476
16490
|
var _this3 = this;
|
|
16477
16491
|
|
|
16478
16492
|
util["a" /* default */].ajax({
|
|
16479
|
-
url: api["
|
|
16493
|
+
url: api["sb" /* ignoreAllSysMsg */]
|
|
16480
16494
|
}).then(function (res) {
|
|
16481
16495
|
_this3.count = 0;
|
|
16482
16496
|
_this3.msgs = [];
|
|
@@ -16869,7 +16883,7 @@ var simplicityTop_noticevue_type_script_lang_js_extends = Object.assign || funct
|
|
|
16869
16883
|
var _this = this;
|
|
16870
16884
|
|
|
16871
16885
|
util["a" /* default */].ajax({
|
|
16872
|
-
url: api["
|
|
16886
|
+
url: api["tb" /* ignoreSysMsg */],
|
|
16873
16887
|
params: {
|
|
16874
16888
|
id: res.id
|
|
16875
16889
|
}
|
|
@@ -16888,7 +16902,7 @@ var simplicityTop_noticevue_type_script_lang_js_extends = Object.assign || funct
|
|
|
16888
16902
|
var _this2 = this;
|
|
16889
16903
|
|
|
16890
16904
|
util["a" /* default */].ajax({
|
|
16891
|
-
url: api["
|
|
16905
|
+
url: api["sb" /* ignoreAllSysMsg */]
|
|
16892
16906
|
}).then(function (res) {
|
|
16893
16907
|
_this2.msgs = [];
|
|
16894
16908
|
_this2.$emit('ignore', { type: 'ignore', value: 'all' });
|
|
@@ -17588,7 +17602,7 @@ var simplicityTopvue_type_script_lang_js_systemMode = util["a" /* default */].ge
|
|
|
17588
17602
|
//应用列表接口
|
|
17589
17603
|
appsUrl: {
|
|
17590
17604
|
type: String,
|
|
17591
|
-
default: api["
|
|
17605
|
+
default: api["nb" /* getUserAppWithTag */]
|
|
17592
17606
|
},
|
|
17593
17607
|
//是否启用子应用菜单接口
|
|
17594
17608
|
application: {
|
|
@@ -17660,11 +17674,11 @@ var simplicityTopvue_type_script_lang_js_systemMode = util["a" /* default */].ge
|
|
|
17660
17674
|
|
|
17661
17675
|
userCommonMenu: {
|
|
17662
17676
|
type: String,
|
|
17663
|
-
default: api["
|
|
17677
|
+
default: api["Nb" /* queryUseCommonMenu */]
|
|
17664
17678
|
},
|
|
17665
17679
|
queryChildMenu: {
|
|
17666
17680
|
type: String,
|
|
17667
|
-
default: api["
|
|
17681
|
+
default: api["Mb" /* queryChildMenuUrl */]
|
|
17668
17682
|
},
|
|
17669
17683
|
showTipNums: {
|
|
17670
17684
|
type: Boolean,
|
|
@@ -18020,9 +18034,9 @@ var simplicityTopvue_type_script_lang_js_systemMode = util["a" /* default */].ge
|
|
|
18020
18034
|
return this.menuUrl;
|
|
18021
18035
|
}
|
|
18022
18036
|
if (this.application) {
|
|
18023
|
-
return api["
|
|
18037
|
+
return api["Q" /* getComplexApplicationsNew */];
|
|
18024
18038
|
}
|
|
18025
|
-
return api["
|
|
18039
|
+
return api["P" /* getComplexApplications */];
|
|
18026
18040
|
},
|
|
18027
18041
|
|
|
18028
18042
|
//人工智能配置
|
|
@@ -18120,7 +18134,7 @@ var simplicityTopvue_type_script_lang_js_systemMode = util["a" /* default */].ge
|
|
|
18120
18134
|
var _this2 = this;
|
|
18121
18135
|
|
|
18122
18136
|
util["a" /* default */].ajax({
|
|
18123
|
-
url: api["
|
|
18137
|
+
url: api["Mb" /* queryChildMenuUrl */],
|
|
18124
18138
|
method: 'get'
|
|
18125
18139
|
}).then(function (res) {
|
|
18126
18140
|
if (res.rCode === 0) {
|
|
@@ -18240,7 +18254,7 @@ var simplicityTopvue_type_script_lang_js_systemMode = util["a" /* default */].ge
|
|
|
18240
18254
|
var _this5 = this;
|
|
18241
18255
|
|
|
18242
18256
|
util["a" /* default */].ajax({
|
|
18243
|
-
url: api["
|
|
18257
|
+
url: api["pb" /* getVoteMeetingNum */],
|
|
18244
18258
|
params: {
|
|
18245
18259
|
userId: util["a" /* default */].getStorage('userId'),
|
|
18246
18260
|
type: 10
|
|
@@ -18266,7 +18280,7 @@ var simplicityTopvue_type_script_lang_js_systemMode = util["a" /* default */].ge
|
|
|
18266
18280
|
var _this6 = this;
|
|
18267
18281
|
|
|
18268
18282
|
util["a" /* default */].ajax({
|
|
18269
|
-
url: api["
|
|
18283
|
+
url: api["jb" /* getShareFilesReceiveCountNew */],
|
|
18270
18284
|
params: {
|
|
18271
18285
|
userId: util["a" /* default */].getStorage('userId')
|
|
18272
18286
|
},
|
|
@@ -18296,7 +18310,7 @@ var simplicityTopvue_type_script_lang_js_systemMode = util["a" /* default */].ge
|
|
|
18296
18310
|
params = '?subjectCode=signCount&queryOrgType=-1&viewState=0&userId=' + util["a" /* default */].getStorage('userId') + '&queryAccType=-1&queryArcType=0';
|
|
18297
18311
|
}
|
|
18298
18312
|
util["a" /* default */].ajax({
|
|
18299
|
-
url: api["
|
|
18313
|
+
url: api["ob" /* getUserTipsInstanceNum */] + params,
|
|
18300
18314
|
method: 'get'
|
|
18301
18315
|
}).then(function (res) {
|
|
18302
18316
|
if (res.rCode === 0) {
|
|
@@ -18321,7 +18335,7 @@ var simplicityTopvue_type_script_lang_js_systemMode = util["a" /* default */].ge
|
|
|
18321
18335
|
var _this8 = this;
|
|
18322
18336
|
|
|
18323
18337
|
util["a" /* default */].ajax({
|
|
18324
|
-
url: api["
|
|
18338
|
+
url: api["V" /* getIndexCount */],
|
|
18325
18339
|
params: {
|
|
18326
18340
|
userId: util["a" /* default */].getStorage('userId')
|
|
18327
18341
|
},
|
|
@@ -18973,8 +18987,8 @@ var simplicityTopvue_type_script_lang_js_systemMode = util["a" /* default */].ge
|
|
|
18973
18987
|
var _this14 = this;
|
|
18974
18988
|
|
|
18975
18989
|
this.webSocket = util["a" /* default */].socket({
|
|
18976
|
-
url: api["
|
|
18977
|
-
take: api["
|
|
18990
|
+
url: api["Uc" /* wss */],
|
|
18991
|
+
take: api["Kc" /* topic */],
|
|
18978
18992
|
success: function success(res) {
|
|
18979
18993
|
var data = res.data || {};
|
|
18980
18994
|
for (var i in data) {
|
|
@@ -19454,7 +19468,7 @@ var simplicityTopvue_type_script_lang_js_systemMode = util["a" /* default */].ge
|
|
|
19454
19468
|
document.body.appendChild(iframe);
|
|
19455
19469
|
}
|
|
19456
19470
|
}
|
|
19457
|
-
util["a" /* default */].ajax({ method: 'post', url: api["
|
|
19471
|
+
util["a" /* default */].ajax({ method: 'post', url: api["Cb" /* logout */] }).then(function (res) {
|
|
19458
19472
|
if (res.rCode == 0) {
|
|
19459
19473
|
util["a" /* default */].removeStorage(['Authorization', 'token', 'ssId', 'userId', 'userName', 'auth', 'deviceUnique', 'menus', 'useCaseCodes', 'mainConfig', 'jump']);
|
|
19460
19474
|
if (_this15.onQuit && typeof _this15.onQuit === 'function') {
|
|
@@ -20578,7 +20592,7 @@ var default_userinfovue_type_script_lang_js_extends = Object.assign || function
|
|
|
20578
20592
|
var _this2 = this;
|
|
20579
20593
|
|
|
20580
20594
|
util["a" /* default */].ajax({
|
|
20581
|
-
url: api["
|
|
20595
|
+
url: api["xb" /* initUserSet */]
|
|
20582
20596
|
}).then(function (res) {
|
|
20583
20597
|
if (res.rCode === 0) {
|
|
20584
20598
|
var results = JSON.parse(JSON.stringify(res.results));
|
|
@@ -20618,7 +20632,7 @@ var default_userinfovue_type_script_lang_js_extends = Object.assign || function
|
|
|
20618
20632
|
if (res.url) {
|
|
20619
20633
|
url = res.url;
|
|
20620
20634
|
} else {
|
|
20621
|
-
url = api["
|
|
20635
|
+
url = api["A" /* downloadByAdjunctId */] + '?adjunctId=' + res.adjunctId;
|
|
20622
20636
|
}
|
|
20623
20637
|
this.$emit('change', 'userHeadUrl', url);
|
|
20624
20638
|
},
|
|
@@ -20627,7 +20641,7 @@ var default_userinfovue_type_script_lang_js_extends = Object.assign || function
|
|
|
20627
20641
|
|
|
20628
20642
|
switch (type) {
|
|
20629
20643
|
case 'job':
|
|
20630
|
-
util["a" /* default */].ajax({ url: api["
|
|
20644
|
+
util["a" /* default */].ajax({ url: api["dc" /* switchUserTo */], params: { userId: value.value } }).then(function (res) {
|
|
20631
20645
|
if (res.rCode == 0) {
|
|
20632
20646
|
util["a" /* default */].setStorage({
|
|
20633
20647
|
type: _this3.storage,
|
|
@@ -20667,7 +20681,7 @@ var default_userinfovue_type_script_lang_js_extends = Object.assign || function
|
|
|
20667
20681
|
var initLogin = util["a" /* default */].getStorage('initLogin');
|
|
20668
20682
|
initLogin && (initLogin = JSON.parse(initLogin));
|
|
20669
20683
|
util["a" /* default */].ajax({
|
|
20670
|
-
url: api["
|
|
20684
|
+
url: api["Oc" /* updateUserInfo */],
|
|
20671
20685
|
params: {
|
|
20672
20686
|
email: this.values.email,
|
|
20673
20687
|
officeTel: this.values.officeTel,
|
|
@@ -20734,7 +20748,7 @@ var default_userinfovue_type_script_lang_js_extends = Object.assign || function
|
|
|
20734
20748
|
var notify = _this4.values.notify.sort().join(',');
|
|
20735
20749
|
if (notify != _this4.notify.split(',').sort().join(',')) {
|
|
20736
20750
|
util["a" /* default */].ajax({
|
|
20737
|
-
url: api["
|
|
20751
|
+
url: api["Nc" /* updateUserCustomInfo */],
|
|
20738
20752
|
params: {
|
|
20739
20753
|
notify: notify
|
|
20740
20754
|
}
|
|
@@ -21089,7 +21103,7 @@ messagevue_type_template_id_016a2883_render._withStripped = true
|
|
|
21089
21103
|
if (this.pageNum <= this.pageCount) {
|
|
21090
21104
|
this.loading = true;
|
|
21091
21105
|
util["a" /* default */].ajax({
|
|
21092
|
-
url: api["
|
|
21106
|
+
url: api["ec" /* sysMsgPage */],
|
|
21093
21107
|
params: {
|
|
21094
21108
|
pageNum: reload ? 1 : this.pageNum,
|
|
21095
21109
|
pageSize: this.pageSize
|
|
@@ -21122,7 +21136,7 @@ messagevue_type_template_id_016a2883_render._withStripped = true
|
|
|
21122
21136
|
var _this2 = this;
|
|
21123
21137
|
|
|
21124
21138
|
util["a" /* default */].ajax({
|
|
21125
|
-
url: api["
|
|
21139
|
+
url: api["tb" /* ignoreSysMsg */],
|
|
21126
21140
|
params: {
|
|
21127
21141
|
id: res.id
|
|
21128
21142
|
}
|
|
@@ -21142,7 +21156,7 @@ messagevue_type_template_id_016a2883_render._withStripped = true
|
|
|
21142
21156
|
var _this3 = this;
|
|
21143
21157
|
|
|
21144
21158
|
util["a" /* default */].ajax({
|
|
21145
|
-
url: api["
|
|
21159
|
+
url: api["sb" /* ignoreAllSysMsg */]
|
|
21146
21160
|
}).then(function (res) {
|
|
21147
21161
|
_this3.count = 0;
|
|
21148
21162
|
_this3.msgs = [];
|
|
@@ -21477,7 +21491,7 @@ noticevue_type_template_id_6c63684e_render._withStripped = true
|
|
|
21477
21491
|
var _this = this;
|
|
21478
21492
|
|
|
21479
21493
|
util["a" /* default */].ajax({
|
|
21480
|
-
url: api["
|
|
21494
|
+
url: api["sb" /* ignoreAllSysMsg */]
|
|
21481
21495
|
}).then(function (res) {
|
|
21482
21496
|
_this.count = 0;
|
|
21483
21497
|
_this.msgs = [];
|
|
@@ -21983,7 +21997,7 @@ var log = util["a" /* default */].getParams('console');
|
|
|
21983
21997
|
//获取用户信息的接口
|
|
21984
21998
|
mainConfig: {
|
|
21985
21999
|
type: String,
|
|
21986
|
-
default: api["
|
|
22000
|
+
default: api["Db" /* mainConfig */]
|
|
21987
22001
|
},
|
|
21988
22002
|
iframeId: {
|
|
21989
22003
|
type: String,
|
|
@@ -22092,9 +22106,9 @@ var log = util["a" /* default */].getParams('console');
|
|
|
22092
22106
|
return this.menuUrl;
|
|
22093
22107
|
}
|
|
22094
22108
|
if (this.application) {
|
|
22095
|
-
return api["
|
|
22109
|
+
return api["Q" /* getComplexApplicationsNew */];
|
|
22096
22110
|
}
|
|
22097
|
-
return api["
|
|
22111
|
+
return api["P" /* getComplexApplications */];
|
|
22098
22112
|
},
|
|
22099
22113
|
|
|
22100
22114
|
//是否双列右侧菜单
|
|
@@ -22410,7 +22424,7 @@ var log = util["a" /* default */].getParams('console');
|
|
|
22410
22424
|
return;
|
|
22411
22425
|
}
|
|
22412
22426
|
util["a" /* default */].ajax({
|
|
22413
|
-
url: api["
|
|
22427
|
+
url: api["Nc" /* updateUserCustomInfo */],
|
|
22414
22428
|
params: { color: escape(color.toLowerCase()) },
|
|
22415
22429
|
data: { color: escape(color.toLowerCase()) }
|
|
22416
22430
|
}).then(function (res) {
|
|
@@ -23632,8 +23646,8 @@ var log = util["a" /* default */].getParams('console');
|
|
|
23632
23646
|
var _this11 = this;
|
|
23633
23647
|
|
|
23634
23648
|
this.webSocket = util["a" /* default */].socket({
|
|
23635
|
-
url: api["
|
|
23636
|
-
take: api["
|
|
23649
|
+
url: api["Uc" /* wss */],
|
|
23650
|
+
take: api["Kc" /* topic */],
|
|
23637
23651
|
success: function success(res) {
|
|
23638
23652
|
var data = res.data || {};
|
|
23639
23653
|
var subSystemId = data.subSystemId || '';
|