eoss-ui 0.6.45 → 0.6.47
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 +136 -116
- package/lib/button.js +136 -116
- package/lib/checkbox-group.js +138 -118
- package/lib/config/api.js +14 -1
- package/lib/data-table-form.js +138 -118
- package/lib/data-table.js +141 -121
- package/lib/date-picker.js +136 -116
- package/lib/dialog.js +136 -116
- package/lib/enable-drag.js +4 -13
- package/lib/eoss-ui.common.js +2394 -1397
- package/lib/flow-group.js +136 -116
- package/lib/flow-list.js +467 -271
- package/lib/flow.js +1502 -870
- package/lib/form.js +159 -148
- package/lib/handle-user.js +137 -117
- package/lib/handler.js +161 -125
- package/lib/icon.js +137 -117
- package/lib/index.js +1 -1
- package/lib/input-number.js +136 -116
- package/lib/input.js +136 -116
- package/lib/login.js +150 -130
- package/lib/main.js +499 -309
- package/lib/nav.js +136 -116
- package/lib/notify.js +139 -119
- package/lib/page.js +136 -116
- package/lib/pagination.js +136 -116
- package/lib/player.js +136 -116
- package/lib/qr-code.js +149 -129
- package/lib/radio-group.js +138 -118
- package/lib/retrial-auth.js +140 -120
- package/lib/select-ganged.js +138 -118
- package/lib/select.js +138 -118
- package/lib/selector-panel.js +154 -134
- package/lib/selector.js +137 -117
- package/lib/sizer.js +138 -118
- package/lib/steps.js +136 -116
- package/lib/switch.js +136 -116
- package/lib/table-form.js +161 -121
- package/lib/tabs.js +136 -116
- package/lib/theme-chalk/flow.css +1 -1
- package/lib/theme-chalk/index.css +1 -1
- package/lib/tips.js +137 -117
- package/lib/tree-group.js +136 -116
- package/lib/tree.js +137 -117
- package/lib/upload.js +155 -134
- package/lib/wujie.js +136 -116
- package/lib/wxlogin.js +136 -116
- package/package.json +159 -159
- package/packages/button/index.js +5 -5
- package/packages/button/src/main.vue +418 -418
- package/packages/button-group/index.js +5 -5
- package/packages/button-group/src/main.vue +298 -298
- package/packages/calendar/index.js +5 -5
- package/packages/card/index.js +5 -5
- package/packages/card/src/main.vue +156 -156
- package/packages/cascader/index.js +5 -5
- package/packages/cascader/src/main.vue +168 -168
- package/packages/checkbox-group/index.js +5 -5
- package/packages/checkbox-group/src/main.vue +333 -333
- package/packages/clients/index.js +5 -5
- package/packages/clients/src/main.vue +144 -144
- package/packages/data-table/index.js +5 -5
- package/packages/data-table/src/children.vue +39 -39
- package/packages/data-table/src/column.vue +989 -989
- package/packages/data-table/src/main.vue +1822 -1822
- package/packages/data-table/src/sizer.vue +195 -195
- package/packages/data-table-form/index.js +5 -5
- package/packages/data-table-form/src/checkbox.vue +101 -101
- package/packages/data-table-form/src/colgroup.vue +17 -17
- package/packages/data-table-form/src/main.vue +181 -181
- package/packages/data-table-form/src/radio.vue +65 -65
- package/packages/data-table-form/src/table.vue +233 -233
- package/packages/data-table-form/src/tbody.vue +336 -336
- package/packages/data-table-form/src/thead.vue +68 -68
- package/packages/date-picker/index.js +5 -5
- package/packages/date-picker/src/main.vue +236 -236
- package/packages/dialog/index.js +5 -5
- package/packages/enable-drag/index.js +5 -5
- package/packages/enable-drag/src/main.vue +1 -8
- package/packages/enterprise/index.js +5 -5
- package/packages/enterprise/src/main.vue +66 -66
- package/packages/error-page/index.js +5 -5
- package/packages/error-page/src/main.vue +44 -44
- package/packages/flow/index.js +5 -5
- package/packages/flow/src/component/CommonOpinions.vue +345 -345
- package/packages/flow/src/component/CustomPreset.vue +322 -322
- package/packages/flow/src/component/FileList.vue +99 -99
- package/packages/flow/src/component/Preset.vue +255 -255
- package/packages/flow/src/component/SendMsg.vue +229 -229
- package/packages/flow/src/component/TimeLimit.vue +190 -190
- package/packages/flow/src/component/taskUnionExamine.vue +611 -611
- package/packages/flow/src/form.vue +121 -121
- package/packages/flow/src/freeStartFlow.vue +2843 -2843
- package/packages/flow/src/main.vue +3100 -2952
- package/packages/flow/src/processForm.vue +1031 -1018
- package/packages/flow/src/processReject.vue +293 -293
- package/packages/flow/src/reset.vue +899 -899
- package/packages/flow/src/startTaskRead.vue +597 -596
- package/packages/flow/src/supervise.vue +138 -0
- package/packages/flow/src/table.vue +58 -58
- package/packages/flow-group/index.js +5 -5
- package/packages/flow-group/src/main.vue +688 -688
- package/packages/flow-list/index.js +5 -5
- package/packages/flow-list/src/main.vue +1411 -1183
- package/packages/form/index.js +5 -5
- package/packages/form/src/main.vue +3583 -3584
- package/packages/form/src/table.vue +1426 -1420
- package/packages/handle-user/index.js +5 -5
- package/packages/handle-user/src/main.vue +138 -138
- package/packages/handler/index.js +5 -5
- package/packages/handler/src/main.vue +491 -474
- package/packages/icon/index.js +5 -5
- package/packages/icon/src/main.vue +101 -101
- package/packages/icons/index.js +5 -5
- package/packages/icons/src/main.vue +81 -81
- package/packages/input/index.js +5 -5
- package/packages/input/src/main.vue +356 -356
- package/packages/input-number/index.js +5 -5
- package/packages/input-number/src/main.vue +106 -106
- package/packages/label/index.js +5 -5
- package/packages/label/src/main.vue +457 -457
- package/packages/layout/index.js +5 -5
- package/packages/layout/src/item.vue +152 -152
- package/packages/layout/src/main.vue +31 -31
- package/packages/login/index.js +5 -5
- package/packages/login/src/main.vue +1935 -1935
- package/packages/login/src/resetPassword.vue +562 -562
- package/packages/main/index.js +5 -5
- package/packages/main/src/default/index.vue +231 -67
- package/packages/main/src/default/message.vue +249 -249
- package/packages/main/src/default/notice.vue +157 -157
- package/packages/main/src/default/userinfo.vue +505 -505
- package/packages/main/src/public/online.vue +89 -89
- package/packages/main/src/public/search.vue +461 -461
- package/packages/main/src/public/settings.vue +221 -221
- 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 +259 -259
- package/packages/main/src/simplicity/index.vue +2049 -2044
- package/packages/main/src/simplicity/lists.vue +84 -84
- package/packages/main/src/simplicity/menu-list.vue +128 -128
- package/packages/main/src/simplicity/message.vue +259 -259
- package/packages/main/src/simplicity/notice.vue +190 -190
- package/packages/main/src/simplicity/router-page.vue +45 -45
- package/packages/main/src/simplicity/sub-menu.vue +241 -241
- package/packages/main/src/simplicity/user.vue +257 -257
- package/packages/main/src/simplicity/userinfo.vue +312 -312
- package/packages/menu/index.js +5 -5
- package/packages/menu/src/main.vue +536 -536
- package/packages/nav/index.js +5 -5
- package/packages/nav/src/main.vue +351 -351
- package/packages/notify/index.js +5 -5
- package/packages/notify/src/main.vue +538 -538
- package/packages/page/index.js +5 -5
- package/packages/page/src/main.vue +167 -167
- package/packages/pagination/index.js +5 -5
- package/packages/pagination/src/main.vue +96 -96
- package/packages/player/index.js +5 -5
- package/packages/player/src/main.vue +194 -194
- package/packages/qr-code/index.js +5 -5
- package/packages/qr-code/src/main.vue +170 -170
- package/packages/radio-group/index.js +6 -6
- package/packages/radio-group/src/main.vue +319 -319
- package/packages/retrial-auth/index.js +5 -5
- package/packages/retrial-auth/src/main.vue +280 -280
- package/packages/select/index.js +5 -5
- package/packages/select/src/main.vue +775 -775
- package/packages/select-ganged/index.js +5 -5
- package/packages/select-ganged/src/main.vue +724 -724
- package/packages/selector/index.js +5 -5
- package/packages/selector/src/main.vue +689 -689
- package/packages/selector-panel/index.js +5 -5
- package/packages/selector-panel/src/main.vue +1027 -1027
- package/packages/selector-panel/src/selection.vue +177 -177
- package/packages/selector-panel/src/tree.vue +129 -129
- package/packages/sizer/index.js +5 -5
- package/packages/sizer/src/main.vue +254 -254
- package/packages/steps/index.js +5 -5
- package/packages/steps/src/main.vue +181 -181
- package/packages/switch/index.js +5 -5
- package/packages/switch/src/main.vue +154 -154
- package/packages/table-form/index.js +5 -5
- package/packages/tabs/index.js +5 -5
- package/packages/tabs/src/main.vue +788 -788
- package/packages/tabs-panel/index.js +5 -5
- package/packages/tabs-panel/src/main.vue +29 -29
- package/packages/theme-chalk/lib/flow.css +1 -1
- package/packages/theme-chalk/lib/index.css +1 -1
- package/packages/theme-chalk/src/base.scss +260 -260
- package/packages/theme-chalk/src/button-group.scss +175 -175
- package/packages/theme-chalk/src/button.scss +24 -24
- package/packages/theme-chalk/src/calendar.scss +113 -113
- package/packages/theme-chalk/src/card.scss +99 -99
- package/packages/theme-chalk/src/checkbox-group.scss +8 -8
- package/packages/theme-chalk/src/clients.scss +87 -87
- package/packages/theme-chalk/src/data-table-form.scss +67 -67
- package/packages/theme-chalk/src/data-table.scss +293 -293
- package/packages/theme-chalk/src/date-picker.scss +7 -7
- package/packages/theme-chalk/src/dialog.scss +77 -77
- package/packages/theme-chalk/src/enable-drag.scss +181 -181
- package/packages/theme-chalk/src/enterprise.scss +5 -5
- package/packages/theme-chalk/src/error-page.scss +18 -18
- package/packages/theme-chalk/src/flow-group.scss +110 -110
- package/packages/theme-chalk/src/flow-list.scss +36 -36
- package/packages/theme-chalk/src/flow.scss +325 -318
- package/packages/theme-chalk/src/form.scss +496 -496
- package/packages/theme-chalk/src/handle-user.scss +40 -40
- package/packages/theme-chalk/src/handler.scss +143 -143
- package/packages/theme-chalk/src/icon.scss +1789 -1789
- package/packages/theme-chalk/src/icons.scss +99 -99
- package/packages/theme-chalk/src/input.scss +9 -9
- package/packages/theme-chalk/src/label.scss +24 -24
- package/packages/theme-chalk/src/layout.scss +46 -46
- package/packages/theme-chalk/src/login.scss +969 -969
- package/packages/theme-chalk/src/main.scss +656 -656
- package/packages/theme-chalk/src/menu.scss +222 -222
- package/packages/theme-chalk/src/mixins/color.scss +117 -117
- package/packages/theme-chalk/src/nav.scss +111 -111
- package/packages/theme-chalk/src/page.scss +3 -3
- package/packages/theme-chalk/src/pagination.scss +29 -29
- package/packages/theme-chalk/src/player.scss +9 -9
- package/packages/theme-chalk/src/qr-code.scss +17 -17
- package/packages/theme-chalk/src/radio-group.scss +9 -9
- package/packages/theme-chalk/src/retrial-auth.scss +38 -38
- package/packages/theme-chalk/src/select-ganged.scss +8 -8
- package/packages/theme-chalk/src/select.scss +8 -8
- package/packages/theme-chalk/src/selector-panel.scss +204 -204
- package/packages/theme-chalk/src/selector.scss +91 -91
- package/packages/theme-chalk/src/simplicity.scss +1265 -1265
- package/packages/theme-chalk/src/sizer.scss +36 -36
- package/packages/theme-chalk/src/steps.scss +88 -88
- package/packages/theme-chalk/src/switch.scss +3 -3
- package/packages/theme-chalk/src/table-form.scss +1 -1
- package/packages/theme-chalk/src/tabs.scss +87 -87
- package/packages/theme-chalk/src/tips.scss +7 -7
- package/packages/theme-chalk/src/toolbar.scss +179 -179
- package/packages/theme-chalk/src/tree-group.scss +72 -72
- package/packages/theme-chalk/src/tree.scss +165 -165
- package/packages/theme-chalk/src/upload.scss +167 -167
- package/packages/theme-chalk/src/wxlogin.scss +3 -3
- package/packages/tips/index.js +5 -5
- package/packages/tips/src/main.vue +141 -141
- package/packages/toolbar/index.js +5 -5
- package/packages/toolbar/src/main.vue +430 -430
- package/packages/tree/index.js +5 -5
- package/packages/tree-group/index.js +5 -5
- package/packages/upload/index.js +5 -5
- package/packages/upload/src/main.vue +1335 -1334
- package/packages/upload/src/picture.js +15 -15
- package/packages/wujie/index.js +5 -5
- package/packages/wujie/src/main.vue +145 -145
- package/packages/wxlogin/index.js +5 -5
- package/packages/wxlogin/src/main.vue +128 -128
- package/src/config/api.js +281 -248
- package/src/config/image.js +2 -2
- package/src/index.js +160 -160
- package/src/utils/bus.js +3 -3
- package/src/utils/date-util.js +312 -312
- package/src/utils/http.js +50 -50
- package/src/utils/rules.js +18 -18
- package/src/utils/store.js +21 -21
- package/src/utils/webSocket.js +107 -107
- package/packages/.DS_Store +0 -0
- package/packages/data-table/.DS_Store +0 -0
- package/packages/data-table-form/.DS_Store +0 -0
- package/packages/error-page/.DS_Store +0 -0
- package/packages/flow/.DS_Store +0 -0
- package/packages/form/.DS_Store +0 -0
- package/packages/login/.DS_Store +0 -0
- package/packages/main/.DS_Store +0 -0
- package/packages/main/src/.DS_Store +0 -0
- package/packages/selector/.DS_Store +0 -0
- package/packages/selector-panel/.DS_Store +0 -0
- package/packages/sizer/.DS_Store +0 -0
- package/packages/tabs/.DS_Store +0 -0
- package/packages/theme-chalk/src/.DS_Store +0 -0
- package/packages/upload/.DS_Store +0 -0
- package/src/.DS_Store +0 -0
package/lib/main.js
CHANGED
|
@@ -1611,7 +1611,7 @@ var getLightness = function getLightness($v, $i, $isLight) {
|
|
|
1611
1611
|
* @param {function} callback - 回调函数
|
|
1612
1612
|
**/
|
|
1613
1613
|
var getMainConfig = function getMainConfig(callback) {
|
|
1614
|
-
ajax({ url: _config_api__WEBPACK_IMPORTED_MODULE_0__[/* mainConfig */ "
|
|
1614
|
+
ajax({ url: _config_api__WEBPACK_IMPORTED_MODULE_0__[/* mainConfig */ "kb"] }).then(function (res) {
|
|
1615
1615
|
if (res && res.rCode === 0) {
|
|
1616
1616
|
callback(res.results);
|
|
1617
1617
|
}
|
|
@@ -2358,7 +2358,7 @@ var isLogined = function isLogined(_ref10) {
|
|
|
2358
2358
|
}
|
|
2359
2359
|
var quit = getParams('quit') || getParams('logout');
|
|
2360
2360
|
if (quit) {
|
|
2361
|
-
ajax({ method: 'post', url: _config_api__WEBPACK_IMPORTED_MODULE_0__[/* logout */ "
|
|
2361
|
+
ajax({ method: 'post', url: _config_api__WEBPACK_IMPORTED_MODULE_0__[/* logout */ "jb"] }).then(function (res) {
|
|
2362
2362
|
if (res.rCode === 0) {
|
|
2363
2363
|
removeStorage();
|
|
2364
2364
|
}
|
|
@@ -3477,140 +3477,147 @@ var watermark = function watermark(option) {
|
|
|
3477
3477
|
/***/ (function(module, __webpack_exports__, __webpack_require__) {
|
|
3478
3478
|
|
|
3479
3479
|
"use strict";
|
|
3480
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3481
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3482
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3483
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3484
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3485
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3480
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "o", function() { return doCaLogin; });
|
|
3481
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "s", function() { return doUserLogin; });
|
|
3482
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "q", function() { return doQrLogin; });
|
|
3483
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "jb", function() { return logout; });
|
|
3484
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "cb", function() { return initLogin; });
|
|
3485
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Eb", function() { return switchUserTo; });
|
|
3486
3486
|
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "c", function() { return changeImg; });
|
|
3487
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3488
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3487
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "K", function() { return getLoginCode; });
|
|
3488
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "p", function() { return doCodeLogin; });
|
|
3489
3489
|
/* unused harmony export updateCode */
|
|
3490
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3491
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3492
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3490
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "L", function() { return getModifyPassCode; });
|
|
3491
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "g", function() { return codeModifyPass; });
|
|
3492
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "hb", function() { return loginModifyPassword; });
|
|
3493
3493
|
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "b", function() { return authCenter; });
|
|
3494
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3495
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3496
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3497
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3498
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3499
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3500
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3501
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3502
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3503
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3504
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3505
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3506
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3507
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3508
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3494
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "db", function() { return initModifyPassword; });
|
|
3495
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "t", function() { return doWechatQrLogin; });
|
|
3496
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "W", function() { return getTwoFactorLoginCode; });
|
|
3497
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "r", function() { return doTwoFactorLogin; });
|
|
3498
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "eb", function() { return initRetrialAuth; });
|
|
3499
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "S", function() { return getRetrialAuthCode; });
|
|
3500
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "xb", function() { return scanCodeRetrialAuth; });
|
|
3501
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "h", function() { return codeRetrialAuth; });
|
|
3502
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "n", function() { return doAssistanceQrLogin; });
|
|
3503
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "rc", function() { return userOnline; });
|
|
3504
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "X", function() { return getUserAppWithTag; });
|
|
3505
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "sb", function() { return recordUserApp; });
|
|
3506
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "kb", function() { return mainConfig; });
|
|
3507
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "fb", function() { return initUserSet; });
|
|
3508
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "mc", function() { return updateUserInfo; });
|
|
3509
3509
|
/* unused harmony export getUserImgUrl */
|
|
3510
3510
|
/* unused harmony export getDoorIndex */
|
|
3511
3511
|
/* unused harmony export refreshOnlineUsers */
|
|
3512
3512
|
/* unused harmony export getQuickMenuIds */
|
|
3513
3513
|
/* unused harmony export getApplicationIdArray */
|
|
3514
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3515
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3514
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "F", function() { return getComplexApplications; });
|
|
3515
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "G", function() { return getComplexApplicationsNew; });
|
|
3516
3516
|
/* unused harmony export getUserCustomInfo */
|
|
3517
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3518
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3519
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3520
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3521
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3522
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3523
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3524
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3525
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3526
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3527
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3528
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3529
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3530
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3531
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3532
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3517
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "lc", function() { return updateUserCustomInfo; });
|
|
3518
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Fb", function() { return sysMsgPage; });
|
|
3519
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "bb", function() { return ignoreSysMsg; });
|
|
3520
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "ab", function() { return ignoreAllSysMsg; });
|
|
3521
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "yb", function() { return searchType; });
|
|
3522
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "E", function() { return getAdjunctProperties; });
|
|
3523
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "qc", function() { return uploads; });
|
|
3524
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "oc", function() { return uploadOnlyOne; });
|
|
3525
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "D", function() { return getAdjunctFileInfos; });
|
|
3526
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "pc", function() { return uploadSort; });
|
|
3527
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "u", function() { return downloadByAdjunctId; });
|
|
3528
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "nc", function() { return uploadDownloads; });
|
|
3529
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "pb", function() { return previewAdjunct; });
|
|
3530
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "qb", function() { return previewAdjunct2; });
|
|
3531
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "rb", function() { return previewAdjunctOffice; });
|
|
3532
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "j", function() { return delAdjunct; });
|
|
3533
3533
|
/* unused harmony export upload_updateClassify */
|
|
3534
3534
|
/* unused harmony export getDeleteAdjunctFileInfos */
|
|
3535
3535
|
/* unused harmony export getPictureBase64 */
|
|
3536
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3537
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3538
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3539
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3540
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3541
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3536
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "V", function() { return getSelectorOrgTree; });
|
|
3537
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "U", function() { return getSelectorOrgDetail; });
|
|
3538
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "O", function() { return getOrgMainTree; });
|
|
3539
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "T", function() { return getSelectOrgsubids; });
|
|
3540
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "y", function() { return findSysCode; });
|
|
3541
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "H", function() { return getDictList; });
|
|
3542
3542
|
/* unused harmony export findUserBaseInfo */
|
|
3543
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3543
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Y", function() { return gethelpdoc; });
|
|
3544
3544
|
/* unused harmony export getCurrentuser */
|
|
3545
3545
|
/* unused harmony export mainDetail */
|
|
3546
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3547
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3548
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3546
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Ub", function() { return toStartFlow; });
|
|
3547
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Qb", function() { return tempSave; });
|
|
3548
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "i", function() { return commonOpion; });
|
|
3549
3549
|
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "a", function() { return addCommonOpion; });
|
|
3550
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3551
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3552
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3553
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3554
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3555
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3556
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3557
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3558
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3559
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3560
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3561
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3550
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "v", function() { return editCommonOpion; });
|
|
3551
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "wb", function() { return saveCommonOpinion; });
|
|
3552
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "kc", function() { return updateCommonOpinion; });
|
|
3553
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "k", function() { return deleteCommonOpion; });
|
|
3554
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "R", function() { return getProcessDefList; });
|
|
3555
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "M", function() { return getNodeInfo; });
|
|
3556
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "x", function() { return findCodeValues; });
|
|
3557
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "A", function() { return findSysParam; });
|
|
3558
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "z", function() { return findSysCodes; });
|
|
3559
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "N", function() { return getNotificationMsg; });
|
|
3560
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "J", function() { return getHandleInfoHtml; });
|
|
3561
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Hb", function() { return taskHandleHtml; });
|
|
3562
3562
|
/* unused harmony export getView */
|
|
3563
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3564
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3565
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3566
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3567
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3568
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3569
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3570
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3571
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3572
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3573
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3574
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3575
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3576
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3577
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3578
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3579
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3580
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3581
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3582
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3583
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3563
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "tb", function() { return register; });
|
|
3564
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "lb", function() { return pendedhistoryList; });
|
|
3565
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Yb", function() { return toTaskRejectHtml; });
|
|
3566
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Jb", function() { return taskRejectHtml; });
|
|
3567
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Vb", function() { return toStartTaskRead; });
|
|
3568
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Wb", function() { return toStartTaskReadIndex; });
|
|
3569
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Ib", function() { return taskReadHtml; });
|
|
3570
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "ub", function() { return rejectAndEnd; });
|
|
3571
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Tb", function() { return toSendMsg; });
|
|
3572
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Cb", function() { return sendMsg; });
|
|
3573
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "w", function() { return endFlowHtml; });
|
|
3574
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Z", function() { return handleInfo; });
|
|
3575
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "ib", function() { return loginUserInfo; });
|
|
3576
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "sc", function() { return wss; });
|
|
3577
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "ic", function() { return topic; });
|
|
3578
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "P", function() { return getPresetCustomInfo; });
|
|
3579
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Q", function() { return getPresetNodeInfo; });
|
|
3580
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "ec", function() { return toTaskTransferIndex; });
|
|
3581
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Nb", function() { return taskTransfer; });
|
|
3582
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Rb", function() { return toPresetInfoListIndex; });
|
|
3583
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "m", function() { return deletePresetInfo; });
|
|
3584
3584
|
/* unused harmony export historyListJson */
|
|
3585
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3586
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3587
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3588
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3589
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3590
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3591
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3592
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3593
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3594
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3595
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3596
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3597
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Zb", function() { return
|
|
3598
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Kb", function() { return
|
|
3599
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3600
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3601
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3602
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3603
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Sb", function() { return
|
|
3604
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3605
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3606
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3607
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3608
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3585
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "mb", function() { return pendedhistoryListJson; });
|
|
3586
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "ob", function() { return pressListJson; });
|
|
3587
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "l", function() { return deleteFlow; });
|
|
3588
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "gb", function() { return isCanStartSubFlow; });
|
|
3589
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "fc", function() { return toTaskUnionExamine; });
|
|
3590
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Ob", function() { return taskUnionExamine; });
|
|
3591
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "dc", function() { return toTaskTakeAdvice; });
|
|
3592
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Mb", function() { return taskTakeAdvice; });
|
|
3593
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "ac", function() { return toTaskStartDraft; });
|
|
3594
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "bc", function() { return toTaskSupervise; });
|
|
3595
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "cc", function() { return toTaskSuperviseSub; });
|
|
3596
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Lb", function() { return taskStartDraft; });
|
|
3597
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Zb", function() { return toTaskReview; });
|
|
3598
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Kb", function() { return taskReview; });
|
|
3599
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "gc", function() { return toTaskUnionSeal; });
|
|
3600
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Pb", function() { return taskUnionSeal; });
|
|
3601
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "hc", function() { return toTwoOfficesDispatch; });
|
|
3602
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "jc", function() { return twoOfficesDispatch; });
|
|
3603
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Sb", function() { return toResetProcessIndex; });
|
|
3604
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "vb", function() { return resetProcess; });
|
|
3605
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Xb", function() { return toTaskContinuationIndex; });
|
|
3606
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Gb", function() { return taskContinuation; });
|
|
3607
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "I", function() { return getFreeStartFlowParams; });
|
|
3608
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "C", function() { return freeStartFlowWithSubmitTask; });
|
|
3609
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "e", function() { return checkForeignOrgStartedCircularRead; });
|
|
3610
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "nb", function() { return pendedhistoryListWithCircularReadJson; });
|
|
3611
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "f", function() { return circularReadWithdraw; });
|
|
3612
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Db", function() { return startReadTransferHandleFlowWithTaskReadEnd; });
|
|
3613
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "d", function() { return checkBusinessIdStartedReadTransferHandle; });
|
|
3614
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Bb", function() { return sendList; });
|
|
3615
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Ab", function() { return sendInfo; });
|
|
3609
3616
|
/* unused harmony export sendSave */
|
|
3610
3617
|
/* unused harmony export sendUpdate */
|
|
3611
3618
|
/* unused harmony export sendDelete */
|
|
3612
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3613
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3619
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "zb", function() { return sendBatch; });
|
|
3620
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "B", function() { return formContents; });
|
|
3614
3621
|
var flowPendingPrefix = window.flowPendingPrefix || localStorage.getItem('flowPendingPrefix') || '/bpm';
|
|
3615
3622
|
// 登录
|
|
3616
3623
|
var doCaLogin = '/sso2/signIn/auth/doCaLogin'; // ca登录认证
|
|
@@ -3807,7 +3814,10 @@ var toTaskTakeAdvice = '/bpm/bpmBackend/toTaskTakeAdvice';
|
|
|
3807
3814
|
var taskTakeAdvice = '/bpm/task/taskHandle/taskTakeAdvice.dhtml';
|
|
3808
3815
|
// 稿件递送
|
|
3809
3816
|
var toTaskStartDraft = '/bpm/bpmBackend/totaskStartDraft';
|
|
3810
|
-
|
|
3817
|
+
// 获取督办页面信息
|
|
3818
|
+
var toTaskSupervise = '/bpm/bpmBackend/toTaskSupervise';
|
|
3819
|
+
// 督办提交
|
|
3820
|
+
var toTaskSuperviseSub = '/bpm/bpmBackend/taskSupervise';
|
|
3811
3821
|
// 稿件递送提交接口
|
|
3812
3822
|
// export const taskStartDraft = flowPendingPrefix + '/task/taskHandle/taskStartDraft.dhtml';
|
|
3813
3823
|
var taskStartDraft = '/archives/task/taskHandle/taskStartDraft.dhtml';
|
|
@@ -3835,6 +3845,16 @@ var taskContinuation = '/bpm/task/taskHandle/taskContinuation.dhtml';
|
|
|
3835
3845
|
var getFreeStartFlowParams = '/bpm/bpmBackend/getFreeStartFlowParams';
|
|
3836
3846
|
// 自由发起流程提交
|
|
3837
3847
|
var freeStartFlowWithSubmitTask = '/bpm/bpmBackend/freeStartFlowWithSubmitTask';
|
|
3848
|
+
// 传阅新流程发起外单位数据校验
|
|
3849
|
+
var checkForeignOrgStartedCircularRead = '/bpm/bpmBackend/checkForeignOrgStartedCircularRead';
|
|
3850
|
+
// 获取传阅列表
|
|
3851
|
+
var pendedhistoryListWithCircularReadJson = '/bpm/pendedhistoryManager/pendedhistoryListWithCircularReadJson';
|
|
3852
|
+
// 传阅列表撤回
|
|
3853
|
+
var circularReadWithdraw = '/bpm/bpmBackend/circularReadWithdraw';
|
|
3854
|
+
// 阅转办提交流程
|
|
3855
|
+
var startReadTransferHandleFlowWithTaskReadEnd = '/bpm/bpmBackend/startReadTransferHandleFlowWithTaskReadEnd';
|
|
3856
|
+
// 阅转办校验接口
|
|
3857
|
+
var checkBusinessIdStartedReadTransferHandle = '/bpm/bpmBackend/checkBusinessIdStartedReadTransferHandle';
|
|
3838
3858
|
// notifySend 消息发送
|
|
3839
3859
|
var sendList = '/notify2/notifySendRecord/listJson';
|
|
3840
3860
|
var sendInfo = '/notify2/notifySendRecord/info';
|
|
@@ -4314,8 +4334,8 @@ render._withStripped = true
|
|
|
4314
4334
|
// EXTERNAL MODULE: ./src/config/image.js
|
|
4315
4335
|
var config_image = __webpack_require__(19);
|
|
4316
4336
|
|
|
4317
|
-
// CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./packages/main/src/simplicity/index.vue?vue&type=template&id=
|
|
4318
|
-
var
|
|
4337
|
+
// CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./packages/main/src/simplicity/index.vue?vue&type=template&id=729178d5&scoped=true&
|
|
4338
|
+
var simplicityvue_type_template_id_729178d5_scoped_true_render = function () {
|
|
4319
4339
|
var _vm = this
|
|
4320
4340
|
var _h = _vm.$createElement
|
|
4321
4341
|
var _c = _vm._self._c || _h
|
|
@@ -4972,11 +4992,11 @@ var simplicityvue_type_template_id_d61e5724_scoped_true_render = function () {
|
|
|
4972
4992
|
),
|
|
4973
4993
|
])
|
|
4974
4994
|
}
|
|
4975
|
-
var
|
|
4976
|
-
|
|
4995
|
+
var simplicityvue_type_template_id_729178d5_scoped_true_staticRenderFns = []
|
|
4996
|
+
simplicityvue_type_template_id_729178d5_scoped_true_render._withStripped = true
|
|
4977
4997
|
|
|
4978
4998
|
|
|
4979
|
-
// CONCATENATED MODULE: ./packages/main/src/simplicity/index.vue?vue&type=template&id=
|
|
4999
|
+
// CONCATENATED MODULE: ./packages/main/src/simplicity/index.vue?vue&type=template&id=729178d5&scoped=true&
|
|
4980
5000
|
|
|
4981
5001
|
// CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./packages/main/src/simplicity/avatar.vue?vue&type=template&id=e722b45c&scoped=true&
|
|
4982
5002
|
var avatarvue_type_template_id_e722b45c_scoped_true_render = function () {
|
|
@@ -5105,7 +5125,7 @@ var api = __webpack_require__(1);
|
|
|
5105
5125
|
if (res.url && util["a" /* default */].startWith(res.url, ['http', 'https', '/'])) {
|
|
5106
5126
|
this.userHead = res.url;
|
|
5107
5127
|
} else {
|
|
5108
|
-
this.userHead = dochubConfig && dochubConfig.downloadDocumentUrl ? dochubConfig.downloadDocumentUrl + '?documentId=' + res.adjunctId : api["
|
|
5128
|
+
this.userHead = dochubConfig && dochubConfig.downloadDocumentUrl ? dochubConfig.downloadDocumentUrl + '?documentId=' + res.adjunctId : api["u" /* downloadByAdjunctId */] + '?adjunctId=' + res.adjunctId;
|
|
5109
5129
|
}
|
|
5110
5130
|
this.$emit('change', this.userHead);
|
|
5111
5131
|
}
|
|
@@ -6982,7 +7002,7 @@ var external_throttle_debounce_ = __webpack_require__(12);
|
|
|
6982
7002
|
},
|
|
6983
7003
|
handleClick: function handleClick(res) {
|
|
6984
7004
|
util["a" /* default */].ajax({
|
|
6985
|
-
url: api["
|
|
7005
|
+
url: api["sb" /* recordUserApp */],
|
|
6986
7006
|
params: {
|
|
6987
7007
|
userId: this.user.userId,
|
|
6988
7008
|
appId: res.id
|
|
@@ -6991,10 +7011,10 @@ var external_throttle_debounce_ = __webpack_require__(12);
|
|
|
6991
7011
|
this.$emit('click', res);
|
|
6992
7012
|
},
|
|
6993
7013
|
|
|
6994
|
-
/**
|
|
6995
|
-
* @desc:获取气泡提醒
|
|
6996
|
-
* @author huangbo
|
|
6997
|
-
* @date 2024年9月7日
|
|
7014
|
+
/**
|
|
7015
|
+
* @desc:获取气泡提醒
|
|
7016
|
+
* @author huangbo
|
|
7017
|
+
* @date 2024年9月7日
|
|
6998
7018
|
**/
|
|
6999
7019
|
getBadge: function getBadge(res) {
|
|
7000
7020
|
var num = res.tips || 0;
|
|
@@ -7394,7 +7414,7 @@ userinfovue_type_template_id_028fdb19_render._withStripped = true
|
|
|
7394
7414
|
var initLogin = util["a" /* default */].getStorage('initLogin');
|
|
7395
7415
|
initLogin && (initLogin = JSON.parse(initLogin));
|
|
7396
7416
|
util["a" /* default */].ajax({
|
|
7397
|
-
url: api["
|
|
7417
|
+
url: api["mc" /* updateUserInfo */],
|
|
7398
7418
|
params: {
|
|
7399
7419
|
email: this.model.email,
|
|
7400
7420
|
officeTel: this.model.officeTel,
|
|
@@ -7630,7 +7650,7 @@ var userinfo_component = Object(componentNormalizer["a" /* default */])(
|
|
|
7630
7650
|
var _this2 = this;
|
|
7631
7651
|
|
|
7632
7652
|
util["a" /* default */].ajax({
|
|
7633
|
-
url: api["
|
|
7653
|
+
url: api["fb" /* initUserSet */]
|
|
7634
7654
|
}).then(function (res) {
|
|
7635
7655
|
if (res.rCode === 0) {
|
|
7636
7656
|
var results = JSON.parse(JSON.stringify(res.results));
|
|
@@ -7671,7 +7691,7 @@ var userinfo_component = Object(componentNormalizer["a" /* default */])(
|
|
|
7671
7691
|
var notify = this.checked.join(',');
|
|
7672
7692
|
util["a" /* default */].ajax({
|
|
7673
7693
|
method: 'post',
|
|
7674
|
-
url: api["
|
|
7694
|
+
url: api["lc" /* updateUserCustomInfo */],
|
|
7675
7695
|
data: {
|
|
7676
7696
|
notify: notify
|
|
7677
7697
|
}
|
|
@@ -7701,7 +7721,7 @@ var userinfo_component = Object(componentNormalizer["a" /* default */])(
|
|
|
7701
7721
|
if (this.user.identityId !== res.id) {
|
|
7702
7722
|
util["a" /* default */].ajax({
|
|
7703
7723
|
method: 'post',
|
|
7704
|
-
url: api["
|
|
7724
|
+
url: api["Eb" /* switchUserTo */],
|
|
7705
7725
|
data: { userId: res.value }
|
|
7706
7726
|
}).then(function (res) {
|
|
7707
7727
|
if (res.rCode == 0) {
|
|
@@ -8093,7 +8113,7 @@ messagevue_type_template_id_324b2ecc_render._withStripped = true
|
|
|
8093
8113
|
if (this.pageNum <= this.pageCount) {
|
|
8094
8114
|
this.loading = true;
|
|
8095
8115
|
util["a" /* default */].ajax({
|
|
8096
|
-
url: api["
|
|
8116
|
+
url: api["Fb" /* sysMsgPage */],
|
|
8097
8117
|
params: {
|
|
8098
8118
|
pageNum: reload ? 1 : this.pageNum,
|
|
8099
8119
|
pageSize: this.pageSize
|
|
@@ -8126,7 +8146,7 @@ messagevue_type_template_id_324b2ecc_render._withStripped = true
|
|
|
8126
8146
|
var _this2 = this;
|
|
8127
8147
|
|
|
8128
8148
|
util["a" /* default */].ajax({
|
|
8129
|
-
url: api["
|
|
8149
|
+
url: api["bb" /* ignoreSysMsg */],
|
|
8130
8150
|
params: {
|
|
8131
8151
|
id: res.id
|
|
8132
8152
|
}
|
|
@@ -8146,7 +8166,7 @@ messagevue_type_template_id_324b2ecc_render._withStripped = true
|
|
|
8146
8166
|
var _this3 = this;
|
|
8147
8167
|
|
|
8148
8168
|
util["a" /* default */].ajax({
|
|
8149
|
-
url: api["
|
|
8169
|
+
url: api["ab" /* ignoreAllSysMsg */]
|
|
8150
8170
|
}).then(function (res) {
|
|
8151
8171
|
_this3.count = 0;
|
|
8152
8172
|
_this3.msgs = [];
|
|
@@ -8506,7 +8526,7 @@ noticevue_type_template_id_4696772e_render._withStripped = true
|
|
|
8506
8526
|
var _this = this;
|
|
8507
8527
|
|
|
8508
8528
|
util["a" /* default */].ajax({
|
|
8509
|
-
url: api["
|
|
8529
|
+
url: api["bb" /* ignoreSysMsg */],
|
|
8510
8530
|
params: {
|
|
8511
8531
|
id: res.id
|
|
8512
8532
|
}
|
|
@@ -8525,7 +8545,7 @@ noticevue_type_template_id_4696772e_render._withStripped = true
|
|
|
8525
8545
|
var _this2 = this;
|
|
8526
8546
|
|
|
8527
8547
|
util["a" /* default */].ajax({
|
|
8528
|
-
url: api["
|
|
8548
|
+
url: api["ab" /* ignoreAllSysMsg */]
|
|
8529
8549
|
}).then(function (res) {
|
|
8530
8550
|
_this2.msgs = [];
|
|
8531
8551
|
_this2.$emit('ignore', { type: 'ignore', value: 'all' });
|
|
@@ -9311,7 +9331,7 @@ onlinevue_type_template_id_63844b4e_scoped_true_render._withStripped = true
|
|
|
9311
9331
|
props: {
|
|
9312
9332
|
sysuseronline: {
|
|
9313
9333
|
type: String,
|
|
9314
|
-
default: api["
|
|
9334
|
+
default: api["rc" /* userOnline */]
|
|
9315
9335
|
}
|
|
9316
9336
|
},
|
|
9317
9337
|
data: function data() {
|
|
@@ -9982,7 +10002,7 @@ var searchvue_type_script_lang_js_extends = Object.assign || function (target) {
|
|
|
9982
10002
|
},
|
|
9983
10003
|
searchType: {
|
|
9984
10004
|
type: String,
|
|
9985
|
-
default: api["
|
|
10005
|
+
default: api["yb" /* searchType */]
|
|
9986
10006
|
},
|
|
9987
10007
|
pageSize: {
|
|
9988
10008
|
type: Number,
|
|
@@ -10763,7 +10783,7 @@ var events = [function (tabs, index, that) {
|
|
|
10763
10783
|
//应用列表接口
|
|
10764
10784
|
appsUrl: {
|
|
10765
10785
|
type: String,
|
|
10766
|
-
default: api["
|
|
10786
|
+
default: api["X" /* getUserAppWithTag */]
|
|
10767
10787
|
},
|
|
10768
10788
|
//是否启用子应用菜单接口
|
|
10769
10789
|
application: {
|
|
@@ -10938,9 +10958,9 @@ var events = [function (tabs, index, that) {
|
|
|
10938
10958
|
return this.menuUrl;
|
|
10939
10959
|
}
|
|
10940
10960
|
if (this.application) {
|
|
10941
|
-
return api["
|
|
10961
|
+
return api["G" /* getComplexApplicationsNew */];
|
|
10942
10962
|
}
|
|
10943
|
-
return api["
|
|
10963
|
+
return api["F" /* getComplexApplications */];
|
|
10944
10964
|
},
|
|
10945
10965
|
|
|
10946
10966
|
//人工智能配置
|
|
@@ -11005,10 +11025,10 @@ var events = [function (tabs, index, that) {
|
|
|
11005
11025
|
},
|
|
11006
11026
|
|
|
11007
11027
|
methods: {
|
|
11008
|
-
/**
|
|
11009
|
-
* @desc:匹配路由
|
|
11010
|
-
* @author huangbo
|
|
11011
|
-
* @date 2024年9月7日
|
|
11028
|
+
/**
|
|
11029
|
+
* @desc:匹配路由
|
|
11030
|
+
* @author huangbo
|
|
11031
|
+
* @date 2024年9月7日
|
|
11012
11032
|
**/
|
|
11013
11033
|
hasRouter: function hasRouter(res, url, code) {
|
|
11014
11034
|
if (!url) {
|
|
@@ -11052,10 +11072,10 @@ var events = [function (tabs, index, that) {
|
|
|
11052
11072
|
return false;
|
|
11053
11073
|
},
|
|
11054
11074
|
|
|
11055
|
-
/**
|
|
11056
|
-
* @desc:获取初始数据
|
|
11057
|
-
* @author huangbo
|
|
11058
|
-
* @date 2024年9月7日
|
|
11075
|
+
/**
|
|
11076
|
+
* @desc:获取初始数据
|
|
11077
|
+
* @author huangbo
|
|
11078
|
+
* @date 2024年9月7日
|
|
11059
11079
|
**/
|
|
11060
11080
|
init: function init(results, first) {
|
|
11061
11081
|
this.setConfig(results);
|
|
@@ -11064,10 +11084,10 @@ var events = [function (tabs, index, that) {
|
|
|
11064
11084
|
}
|
|
11065
11085
|
},
|
|
11066
11086
|
|
|
11067
|
-
/**
|
|
11068
|
-
* @desc:设置用户配置及信息
|
|
11069
|
-
* @author huangbo
|
|
11070
|
-
* @date 2024年9月7日
|
|
11087
|
+
/**
|
|
11088
|
+
* @desc:设置用户配置及信息
|
|
11089
|
+
* @author huangbo
|
|
11090
|
+
* @date 2024年9月7日
|
|
11071
11091
|
**/
|
|
11072
11092
|
setConfig: function setConfig(results) {
|
|
11073
11093
|
localStorage.setItem('mainConfig', JSON.stringify(results));
|
|
@@ -11126,7 +11146,7 @@ var events = [function (tabs, index, that) {
|
|
|
11126
11146
|
}
|
|
11127
11147
|
}
|
|
11128
11148
|
if (results[i].singleLogout) {
|
|
11129
|
-
this.singleLogout = results[i].singleLogout;
|
|
11149
|
+
this.singleLogout = results[i].singleLogout.split(',');
|
|
11130
11150
|
}
|
|
11131
11151
|
if (results[i].userInfoContents) {
|
|
11132
11152
|
this.userInfoContents = results[i].userInfoContents;
|
|
@@ -11199,10 +11219,10 @@ var events = [function (tabs, index, that) {
|
|
|
11199
11219
|
}
|
|
11200
11220
|
},
|
|
11201
11221
|
|
|
11202
|
-
/**
|
|
11203
|
-
* @desc:获取所有应用
|
|
11204
|
-
* @author huangbo
|
|
11205
|
-
* @date 2024年9月7日
|
|
11222
|
+
/**
|
|
11223
|
+
* @desc:获取所有应用
|
|
11224
|
+
* @author huangbo
|
|
11225
|
+
* @date 2024年9月7日
|
|
11206
11226
|
**/
|
|
11207
11227
|
getApplications: function getApplications() {
|
|
11208
11228
|
var _this = this;
|
|
@@ -11250,10 +11270,10 @@ var events = [function (tabs, index, that) {
|
|
|
11250
11270
|
});
|
|
11251
11271
|
},
|
|
11252
11272
|
|
|
11253
|
-
/**
|
|
11254
|
-
* @desc:获取菜单列表
|
|
11255
|
-
* @author huangbo
|
|
11256
|
-
* @date 2024年9月7日
|
|
11273
|
+
/**
|
|
11274
|
+
* @desc:获取菜单列表
|
|
11275
|
+
* @author huangbo
|
|
11276
|
+
* @date 2024年9月7日
|
|
11257
11277
|
**/
|
|
11258
11278
|
getMenus: function getMenus(loading) {
|
|
11259
11279
|
var _this2 = this;
|
|
@@ -11286,10 +11306,10 @@ var events = [function (tabs, index, that) {
|
|
|
11286
11306
|
});
|
|
11287
11307
|
},
|
|
11288
11308
|
|
|
11289
|
-
/**
|
|
11290
|
-
* @desc:处理菜单列表
|
|
11291
|
-
* @author huangbo
|
|
11292
|
-
* @date 2024年9月7日
|
|
11309
|
+
/**
|
|
11310
|
+
* @desc:处理菜单列表
|
|
11311
|
+
* @author huangbo
|
|
11312
|
+
* @date 2024年9月7日
|
|
11293
11313
|
**/
|
|
11294
11314
|
renderMenus: function renderMenus(res) {
|
|
11295
11315
|
this.menus = res;
|
|
@@ -11379,10 +11399,10 @@ var events = [function (tabs, index, that) {
|
|
|
11379
11399
|
}
|
|
11380
11400
|
},
|
|
11381
11401
|
|
|
11382
|
-
/**
|
|
11383
|
-
* @desc:设置页面加载类型
|
|
11384
|
-
* @author huangbo
|
|
11385
|
-
* @date 2024年9月7日
|
|
11402
|
+
/**
|
|
11403
|
+
* @desc:设置页面加载类型
|
|
11404
|
+
* @author huangbo
|
|
11405
|
+
* @date 2024年9月7日
|
|
11386
11406
|
**/
|
|
11387
11407
|
setIframeType: function setIframeType(res) {
|
|
11388
11408
|
var url = res.url;
|
|
@@ -11438,10 +11458,10 @@ var events = [function (tabs, index, that) {
|
|
|
11438
11458
|
return res;
|
|
11439
11459
|
},
|
|
11440
11460
|
|
|
11441
|
-
/**
|
|
11442
|
-
* @desc:获取菜单
|
|
11443
|
-
* @author huangbo
|
|
11444
|
-
* @date 2024年9月7日
|
|
11461
|
+
/**
|
|
11462
|
+
* @desc:获取菜单
|
|
11463
|
+
* @author huangbo
|
|
11464
|
+
* @date 2024年9月7日
|
|
11445
11465
|
**/
|
|
11446
11466
|
getMenu: function getMenu(menus, res, key) {
|
|
11447
11467
|
if (Array.isArray(menus)) {
|
|
@@ -11470,10 +11490,10 @@ var events = [function (tabs, index, that) {
|
|
|
11470
11490
|
return false;
|
|
11471
11491
|
},
|
|
11472
11492
|
|
|
11473
|
-
/**
|
|
11474
|
-
* @desc:获取菜单第一条数据
|
|
11475
|
-
* @author huangbo
|
|
11476
|
-
* @date 2024年9月7日
|
|
11493
|
+
/**
|
|
11494
|
+
* @desc:获取菜单第一条数据
|
|
11495
|
+
* @author huangbo
|
|
11496
|
+
* @date 2024年9月7日
|
|
11477
11497
|
**/
|
|
11478
11498
|
getFirst: function getFirst(obj) {
|
|
11479
11499
|
if (!obj) {
|
|
@@ -11492,10 +11512,10 @@ var events = [function (tabs, index, that) {
|
|
|
11492
11512
|
}
|
|
11493
11513
|
},
|
|
11494
11514
|
|
|
11495
|
-
/**
|
|
11496
|
-
* @desc:遍历设置菜单气泡提醒
|
|
11497
|
-
* @author huangbo
|
|
11498
|
-
* @date 2024年9月7日
|
|
11515
|
+
/**
|
|
11516
|
+
* @desc:遍历设置菜单气泡提醒
|
|
11517
|
+
* @author huangbo
|
|
11518
|
+
* @date 2024年9月7日
|
|
11499
11519
|
**/
|
|
11500
11520
|
setTips: function setTips(obj) {
|
|
11501
11521
|
var _this3 = this;
|
|
@@ -11558,10 +11578,10 @@ var events = [function (tabs, index, that) {
|
|
|
11558
11578
|
}
|
|
11559
11579
|
},
|
|
11560
11580
|
|
|
11561
|
-
/**
|
|
11562
|
-
* @desc:获取气泡提醒
|
|
11563
|
-
* @author huangbo
|
|
11564
|
-
* @date 2024年9月7日
|
|
11581
|
+
/**
|
|
11582
|
+
* @desc:获取气泡提醒
|
|
11583
|
+
* @author huangbo
|
|
11584
|
+
* @date 2024年9月7日
|
|
11565
11585
|
**/
|
|
11566
11586
|
getBadge: function getBadge(res) {
|
|
11567
11587
|
var num = res.tips || 0;
|
|
@@ -11575,17 +11595,17 @@ var events = [function (tabs, index, that) {
|
|
|
11575
11595
|
};
|
|
11576
11596
|
},
|
|
11577
11597
|
|
|
11578
|
-
/**
|
|
11579
|
-
* @desc:开启weosocket
|
|
11580
|
-
* @author huangbo
|
|
11581
|
-
* @date 2024年9月7日
|
|
11598
|
+
/**
|
|
11599
|
+
* @desc:开启weosocket
|
|
11600
|
+
* @author huangbo
|
|
11601
|
+
* @date 2024年9月7日
|
|
11582
11602
|
**/
|
|
11583
11603
|
initWebSocket: function initWebSocket() {
|
|
11584
11604
|
var _this5 = this;
|
|
11585
11605
|
|
|
11586
11606
|
this.webSocket = util["a" /* default */].socket({
|
|
11587
|
-
url: api["
|
|
11588
|
-
take: api["
|
|
11607
|
+
url: api["sc" /* wss */],
|
|
11608
|
+
take: api["ic" /* topic */],
|
|
11589
11609
|
success: function success(res) {
|
|
11590
11610
|
var data = res.data || {};
|
|
11591
11611
|
for (var i in data) {
|
|
@@ -11626,10 +11646,10 @@ var events = [function (tabs, index, that) {
|
|
|
11626
11646
|
});
|
|
11627
11647
|
},
|
|
11628
11648
|
|
|
11629
|
-
/**
|
|
11630
|
-
* @desc:显示用户信息
|
|
11631
|
-
* @author huangbo
|
|
11632
|
-
* @date 2024年9月7日
|
|
11649
|
+
/**
|
|
11650
|
+
* @desc:显示用户信息
|
|
11651
|
+
* @author huangbo
|
|
11652
|
+
* @date 2024年9月7日
|
|
11633
11653
|
**/
|
|
11634
11654
|
showUserInfo: function showUserInfo() {
|
|
11635
11655
|
if (this.showUser === false) {
|
|
@@ -11637,19 +11657,19 @@ var events = [function (tabs, index, that) {
|
|
|
11637
11657
|
}
|
|
11638
11658
|
},
|
|
11639
11659
|
|
|
11640
|
-
/**
|
|
11641
|
-
* @desc:删除更多应用菜单点击
|
|
11642
|
-
* @author huangbo
|
|
11643
|
-
* @date 2024年9月7日
|
|
11660
|
+
/**
|
|
11661
|
+
* @desc:删除更多应用菜单点击
|
|
11662
|
+
* @author huangbo
|
|
11663
|
+
* @date 2024年9月7日
|
|
11644
11664
|
**/
|
|
11645
11665
|
handleDelete: function handleDelete(index) {
|
|
11646
11666
|
this.newApps.splice(index, 1);
|
|
11647
11667
|
},
|
|
11648
11668
|
|
|
11649
|
-
/**
|
|
11650
|
-
* @desc:储存更多应用菜单点击
|
|
11651
|
-
* @author huangbo
|
|
11652
|
-
* @date 2024年9月7日
|
|
11669
|
+
/**
|
|
11670
|
+
* @desc:储存更多应用菜单点击
|
|
11671
|
+
* @author huangbo
|
|
11672
|
+
* @date 2024年9月7日
|
|
11653
11673
|
**/
|
|
11654
11674
|
handlerClickApps: function handlerClickApps(res) {
|
|
11655
11675
|
if (res.permission === false) {
|
|
@@ -11662,10 +11682,10 @@ var events = [function (tabs, index, that) {
|
|
|
11662
11682
|
this.handlerClickApp(res);
|
|
11663
11683
|
},
|
|
11664
11684
|
|
|
11665
|
-
/**
|
|
11666
|
-
* @desc:侧边应用菜单点击
|
|
11667
|
-
* @author huangbo
|
|
11668
|
-
* @date 2024年9月7日
|
|
11685
|
+
/**
|
|
11686
|
+
* @desc:侧边应用菜单点击
|
|
11687
|
+
* @author huangbo
|
|
11688
|
+
* @date 2024年9月7日
|
|
11669
11689
|
**/
|
|
11670
11690
|
handlerClickApp: function handlerClickApp(res) {
|
|
11671
11691
|
this.showMsg = false;
|
|
@@ -11752,10 +11772,10 @@ var events = [function (tabs, index, that) {
|
|
|
11752
11772
|
}
|
|
11753
11773
|
},
|
|
11754
11774
|
|
|
11755
|
-
/**
|
|
11756
|
-
* @desc:显示Drawer界面
|
|
11757
|
-
* @author huangbo
|
|
11758
|
-
* @date 2024年9月7日
|
|
11775
|
+
/**
|
|
11776
|
+
* @desc:显示Drawer界面
|
|
11777
|
+
* @author huangbo
|
|
11778
|
+
* @date 2024年9月7日
|
|
11759
11779
|
**/
|
|
11760
11780
|
handlerSetDrawer: function handlerSetDrawer(res, type) {
|
|
11761
11781
|
var direction = arguments.length > 2 && arguments[2] !== undefined ? arguments[2] : 'ltr';
|
|
@@ -11775,23 +11795,23 @@ var events = [function (tabs, index, that) {
|
|
|
11775
11795
|
}
|
|
11776
11796
|
},
|
|
11777
11797
|
|
|
11778
|
-
/**
|
|
11779
|
-
* @desc:关闭Drawer界面
|
|
11780
|
-
* @author huangbo
|
|
11781
|
-
* @date 2024年9月7日
|
|
11798
|
+
/**
|
|
11799
|
+
* @desc:关闭Drawer界面
|
|
11800
|
+
* @author huangbo
|
|
11801
|
+
* @date 2024年9月7日
|
|
11782
11802
|
**/
|
|
11783
11803
|
handleCloseDrawer: function handleCloseDrawer() {
|
|
11784
11804
|
this.drawer = { visible: false };
|
|
11785
11805
|
},
|
|
11786
11806
|
|
|
11787
|
-
/**
|
|
11788
|
-
* @desc:菜单点击
|
|
11789
|
-
* @author huangbo
|
|
11790
|
-
* @date 2024年9月7日
|
|
11807
|
+
/**
|
|
11808
|
+
* @desc:菜单点击
|
|
11809
|
+
* @author huangbo
|
|
11810
|
+
* @date 2024年9月7日
|
|
11791
11811
|
**/
|
|
11792
11812
|
handlerClickMenu: function handlerClickMenu(res) {
|
|
11793
11813
|
util["a" /* default */].ajax({
|
|
11794
|
-
url: api["
|
|
11814
|
+
url: api["sb" /* recordUserApp */],
|
|
11795
11815
|
params: {
|
|
11796
11816
|
userId: this.user.userId,
|
|
11797
11817
|
appId: res.id
|
|
@@ -11826,19 +11846,19 @@ var events = [function (tabs, index, that) {
|
|
|
11826
11846
|
},
|
|
11827
11847
|
|
|
11828
11848
|
|
|
11829
|
-
/**
|
|
11830
|
-
* @desc:用户详情请求成功
|
|
11831
|
-
* @author huangbo
|
|
11832
|
-
* @date 2024年9月7日
|
|
11849
|
+
/**
|
|
11850
|
+
* @desc:用户详情请求成功
|
|
11851
|
+
* @author huangbo
|
|
11852
|
+
* @date 2024年9月7日
|
|
11833
11853
|
**/
|
|
11834
11854
|
handleSuccess: function handleSuccess(res) {
|
|
11835
11855
|
this.simpleUserInfo = res.simpleUserInfo;
|
|
11836
11856
|
},
|
|
11837
11857
|
|
|
11838
|
-
/**
|
|
11839
|
-
* @desc:修改用户配置
|
|
11840
|
-
* @author huangbo
|
|
11841
|
-
* @date 2024年9月7日
|
|
11858
|
+
/**
|
|
11859
|
+
* @desc:修改用户配置
|
|
11860
|
+
* @author huangbo
|
|
11861
|
+
* @date 2024年9月7日
|
|
11842
11862
|
**/
|
|
11843
11863
|
handleChangeConfig: function handleChangeConfig(name, res) {
|
|
11844
11864
|
if (name == 'userHeadUrl') {
|
|
@@ -11854,10 +11874,10 @@ var events = [function (tabs, index, that) {
|
|
|
11854
11874
|
}
|
|
11855
11875
|
},
|
|
11856
11876
|
|
|
11857
|
-
/**
|
|
11858
|
-
* @desc:关闭webSocket
|
|
11859
|
-
* @author huangbo
|
|
11860
|
-
* @date 2024年9月7日
|
|
11877
|
+
/**
|
|
11878
|
+
* @desc:关闭webSocket
|
|
11879
|
+
* @author huangbo
|
|
11880
|
+
* @date 2024年9月7日
|
|
11861
11881
|
**/
|
|
11862
11882
|
handlerClose: function handlerClose() {
|
|
11863
11883
|
if (this.webSocket) {
|
|
@@ -11865,10 +11885,10 @@ var events = [function (tabs, index, that) {
|
|
|
11865
11885
|
}
|
|
11866
11886
|
},
|
|
11867
11887
|
|
|
11868
|
-
/**
|
|
11869
|
-
* @desc:刷新选中iframe页签
|
|
11870
|
-
* @author huangbo
|
|
11871
|
-
* @date 2024年9月7日
|
|
11888
|
+
/**
|
|
11889
|
+
* @desc:刷新选中iframe页签
|
|
11890
|
+
* @author huangbo
|
|
11891
|
+
* @date 2024年9月7日
|
|
11872
11892
|
**/
|
|
11873
11893
|
handleRefresh: function handleRefresh() {
|
|
11874
11894
|
var i = util["a" /* default */].indexOfObj(this.tabs, this.activeName, 'id');
|
|
@@ -11889,10 +11909,10 @@ var events = [function (tabs, index, that) {
|
|
|
11889
11909
|
}
|
|
11890
11910
|
},
|
|
11891
11911
|
|
|
11892
|
-
/**
|
|
11893
|
-
* @desc:删除iframe
|
|
11894
|
-
* @author huangbo
|
|
11895
|
-
* @date 2024年9月7日
|
|
11912
|
+
/**
|
|
11913
|
+
* @desc:删除iframe
|
|
11914
|
+
* @author huangbo
|
|
11915
|
+
* @date 2024年9月7日
|
|
11896
11916
|
**/
|
|
11897
11917
|
handleRemove: function handleRemove(name) {
|
|
11898
11918
|
var len = this.tabs.length - 1;
|
|
@@ -11909,10 +11929,10 @@ var events = [function (tabs, index, that) {
|
|
|
11909
11929
|
}
|
|
11910
11930
|
},
|
|
11911
11931
|
|
|
11912
|
-
/**
|
|
11913
|
-
* @desc:tabs鼠标右键事件
|
|
11914
|
-
* @author huangbo
|
|
11915
|
-
* @date 2024年9月7日
|
|
11932
|
+
/**
|
|
11933
|
+
* @desc:tabs鼠标右键事件
|
|
11934
|
+
* @author huangbo
|
|
11935
|
+
* @date 2024年9月7日
|
|
11916
11936
|
**/
|
|
11917
11937
|
handleContextmenu: function handleContextmenu(tabs, e) {
|
|
11918
11938
|
var disabled = {};
|
|
@@ -11937,10 +11957,10 @@ var events = [function (tabs, index, that) {
|
|
|
11937
11957
|
window.addEventListener('click', this.closeTabsEvents);
|
|
11938
11958
|
},
|
|
11939
11959
|
|
|
11940
|
-
/**
|
|
11941
|
-
* @desc:tabs页签事件
|
|
11942
|
-
* @author huangbo
|
|
11943
|
-
* @date 2024年9月7日
|
|
11960
|
+
/**
|
|
11961
|
+
* @desc:tabs页签事件
|
|
11962
|
+
* @author huangbo
|
|
11963
|
+
* @date 2024年9月7日
|
|
11944
11964
|
**/
|
|
11945
11965
|
handleTabsEvents: function handleTabsEvents(num) {
|
|
11946
11966
|
if (this.pane !== null) {
|
|
@@ -11958,10 +11978,10 @@ var events = [function (tabs, index, that) {
|
|
|
11958
11978
|
window.removeEventListener('click', this.closeTabsEvents);
|
|
11959
11979
|
},
|
|
11960
11980
|
|
|
11961
|
-
/**
|
|
11962
|
-
* @desc:handler工具栏点击事件
|
|
11963
|
-
* @author huangbo
|
|
11964
|
-
* @date 2024年9月7日
|
|
11981
|
+
/**
|
|
11982
|
+
* @desc:handler工具栏点击事件
|
|
11983
|
+
* @author huangbo
|
|
11984
|
+
* @date 2024年9月7日
|
|
11965
11985
|
**/
|
|
11966
11986
|
handleClick: function handleClick(res) {
|
|
11967
11987
|
var type = res.type,
|
|
@@ -12039,10 +12059,10 @@ var events = [function (tabs, index, that) {
|
|
|
12039
12059
|
this.$emit('handler-click', res);
|
|
12040
12060
|
},
|
|
12041
12061
|
|
|
12042
|
-
/**
|
|
12043
|
-
* @desc:退出登录
|
|
12044
|
-
* @author huangbo
|
|
12045
|
-
* @date 2024年9月7日
|
|
12062
|
+
/**
|
|
12063
|
+
* @desc:退出登录
|
|
12064
|
+
* @author huangbo
|
|
12065
|
+
* @date 2024年9月7日
|
|
12046
12066
|
**/
|
|
12047
12067
|
handleQuit: function handleQuit() {
|
|
12048
12068
|
var _this6 = this;
|
|
@@ -12054,17 +12074,22 @@ var events = [function (tabs, index, that) {
|
|
|
12054
12074
|
}).then(function () {
|
|
12055
12075
|
var iframes = document.getElementsByTagName('iframe');
|
|
12056
12076
|
for (var i = 0; i < iframes.length; i++) {
|
|
12057
|
-
iframes[i]
|
|
12077
|
+
var src = iframes[i] ? iframes[i].src : null;
|
|
12078
|
+
var origin = util["a" /* default */].win.location.origin;
|
|
12079
|
+
if (src && util["a" /* default */].startWith(src, 'http') && src.indexOf(origin) === -1) {
|
|
12080
|
+
iframes[i] && iframes[i].contentWindow.postMessage('logout', '*');
|
|
12081
|
+
}
|
|
12082
|
+
break;
|
|
12058
12083
|
}
|
|
12059
12084
|
if (_this6.singleLogout) {
|
|
12060
12085
|
for (var _i2 = 0; _i2 < _this6.singleLogout.length; _i2++) {
|
|
12061
|
-
var iframe = document.
|
|
12086
|
+
var iframe = document.createElement('iframe');
|
|
12062
12087
|
iframe.style.display = 'none';
|
|
12063
12088
|
iframe.src = _this6.singleLogout[_i2];
|
|
12064
12089
|
document.body.appendChild(iframe);
|
|
12065
12090
|
}
|
|
12066
12091
|
}
|
|
12067
|
-
util["a" /* default */].ajax({ method: 'post', url: api["
|
|
12092
|
+
util["a" /* default */].ajax({ method: 'post', url: api["jb" /* logout */] }).then(function (res) {
|
|
12068
12093
|
if (res.rCode == 0) {
|
|
12069
12094
|
util["a" /* default */].removeStorage(['Authorization', 'token', 'ssId', 'userId', 'userName', 'auth', 'deviceUnique', 'menus', 'useCaseCodes', 'mainConfig', 'jump']);
|
|
12070
12095
|
if (_this6.onQuit && typeof _this6.onQuit === 'function') {
|
|
@@ -12073,21 +12098,21 @@ var events = [function (tabs, index, that) {
|
|
|
12073
12098
|
try {
|
|
12074
12099
|
var loginPage = util["a" /* default */].getStorage('login') || util["a" /* default */].getStorage('loginPage');
|
|
12075
12100
|
if (loginPage) {
|
|
12076
|
-
var
|
|
12101
|
+
var _src = void 0;
|
|
12077
12102
|
if (!util["a" /* default */].startWith(loginPage, ['http', '/'], true)) {
|
|
12078
12103
|
var pathname = util["a" /* default */].win.top.location.pathname;
|
|
12079
12104
|
if (pathname !== '/') {
|
|
12080
12105
|
pathname = pathname.split('/');
|
|
12081
12106
|
pathname.splice(pathname.length - 1);
|
|
12082
12107
|
pathname = pathname.join('/');
|
|
12083
|
-
|
|
12108
|
+
_src = pathname + '/' + loginPage.replace('./', '');
|
|
12084
12109
|
} else {
|
|
12085
|
-
|
|
12110
|
+
_src = pathname + loginPage.replace('./', '');
|
|
12086
12111
|
}
|
|
12087
12112
|
} else {
|
|
12088
|
-
|
|
12113
|
+
_src = loginPage;
|
|
12089
12114
|
}
|
|
12090
|
-
util["a" /* default */].win.top.location.href =
|
|
12115
|
+
util["a" /* default */].win.top.location.href = _src;
|
|
12091
12116
|
} else if (util["a" /* default */].win.top.location.href.indexOf('main.html') > -1) {
|
|
12092
12117
|
util["a" /* default */].win.top.location.href = './login.html';
|
|
12093
12118
|
} else {
|
|
@@ -12112,10 +12137,10 @@ var events = [function (tabs, index, that) {
|
|
|
12112
12137
|
}).catch(function (e) {});
|
|
12113
12138
|
},
|
|
12114
12139
|
|
|
12115
|
-
/**
|
|
12116
|
-
* @desc:主题、消息回调
|
|
12117
|
-
* @author huangbo
|
|
12118
|
-
* @date 2024年9月7日
|
|
12140
|
+
/**
|
|
12141
|
+
* @desc:主题、消息回调
|
|
12142
|
+
* @author huangbo
|
|
12143
|
+
* @date 2024年9月7日
|
|
12119
12144
|
**/
|
|
12120
12145
|
handleChange: function handleChange(res) {
|
|
12121
12146
|
var type = res.type,
|
|
@@ -12131,10 +12156,10 @@ var events = [function (tabs, index, that) {
|
|
|
12131
12156
|
}
|
|
12132
12157
|
},
|
|
12133
12158
|
|
|
12134
|
-
/**
|
|
12135
|
-
* @desc:菜单布局样式切换
|
|
12136
|
-
* @author huangbo
|
|
12137
|
-
* @date 2024年9月7日
|
|
12159
|
+
/**
|
|
12160
|
+
* @desc:菜单布局样式切换
|
|
12161
|
+
* @author huangbo
|
|
12162
|
+
* @date 2024年9月7日
|
|
12138
12163
|
**/
|
|
12139
12164
|
handleLayout: function handleLayout(res, active) {
|
|
12140
12165
|
if (active) {
|
|
@@ -12143,10 +12168,10 @@ var events = [function (tabs, index, that) {
|
|
|
12143
12168
|
this.$emit('chang-layout', res, active);
|
|
12144
12169
|
},
|
|
12145
12170
|
|
|
12146
|
-
/**
|
|
12147
|
-
* @desc:消息修改总数
|
|
12148
|
-
* @author huangbo
|
|
12149
|
-
* @date 2024年9月7日
|
|
12171
|
+
/**
|
|
12172
|
+
* @desc:消息修改总数
|
|
12173
|
+
* @author huangbo
|
|
12174
|
+
* @date 2024年9月7日
|
|
12150
12175
|
**/
|
|
12151
12176
|
handleMenuTips: function handleMenuTips(id, num) {
|
|
12152
12177
|
if (num) {
|
|
@@ -12157,10 +12182,10 @@ var events = [function (tabs, index, that) {
|
|
|
12157
12182
|
}
|
|
12158
12183
|
},
|
|
12159
12184
|
|
|
12160
|
-
/**
|
|
12161
|
-
* @desc:处理即时消息
|
|
12162
|
-
* @author huangbo
|
|
12163
|
-
* @date 2024年9月7日
|
|
12185
|
+
/**
|
|
12186
|
+
* @desc:处理即时消息
|
|
12187
|
+
* @author huangbo
|
|
12188
|
+
* @date 2024年9月7日
|
|
12164
12189
|
**/
|
|
12165
12190
|
handleOpened: function handleOpened(res) {
|
|
12166
12191
|
var _this7 = this;
|
|
@@ -12281,18 +12306,18 @@ var events = [function (tabs, index, that) {
|
|
|
12281
12306
|
|
|
12282
12307
|
var simplicity_component = Object(componentNormalizer["a" /* default */])(
|
|
12283
12308
|
src_simplicityvue_type_script_lang_js_,
|
|
12284
|
-
|
|
12285
|
-
|
|
12309
|
+
simplicityvue_type_template_id_729178d5_scoped_true_render,
|
|
12310
|
+
simplicityvue_type_template_id_729178d5_scoped_true_staticRenderFns,
|
|
12286
12311
|
false,
|
|
12287
12312
|
null,
|
|
12288
|
-
"
|
|
12313
|
+
"729178d5",
|
|
12289
12314
|
null
|
|
12290
12315
|
|
|
12291
12316
|
)
|
|
12292
12317
|
|
|
12293
12318
|
/* harmony default export */ var simplicity = (simplicity_component.exports);
|
|
12294
|
-
// CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./packages/main/src/default/index.vue?vue&type=template&id=
|
|
12295
|
-
var
|
|
12319
|
+
// CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./packages/main/src/default/index.vue?vue&type=template&id=5d04da42&
|
|
12320
|
+
var defaultvue_type_template_id_5d04da42_render = function () {
|
|
12296
12321
|
var _vm = this
|
|
12297
12322
|
var _h = _vm.$createElement
|
|
12298
12323
|
var _c = _vm._self._c || _h
|
|
@@ -12355,6 +12380,7 @@ var defaultvue_type_template_id_6b01737a_render = function () {
|
|
|
12355
12380
|
"job-scrollbar": _vm.jobScrollbar,
|
|
12356
12381
|
userModel: _vm.userModel,
|
|
12357
12382
|
hide: _vm.hide,
|
|
12383
|
+
singleLogout: _vm.singleLogout,
|
|
12358
12384
|
subSystem: _vm.subsystem,
|
|
12359
12385
|
contact: _vm.contact,
|
|
12360
12386
|
online: _vm.online,
|
|
@@ -12842,11 +12868,11 @@ var defaultvue_type_template_id_6b01737a_render = function () {
|
|
|
12842
12868
|
1
|
|
12843
12869
|
)
|
|
12844
12870
|
}
|
|
12845
|
-
var
|
|
12846
|
-
|
|
12871
|
+
var defaultvue_type_template_id_5d04da42_staticRenderFns = []
|
|
12872
|
+
defaultvue_type_template_id_5d04da42_render._withStripped = true
|
|
12847
12873
|
|
|
12848
12874
|
|
|
12849
|
-
// CONCATENATED MODULE: ./packages/main/src/default/index.vue?vue&type=template&id=
|
|
12875
|
+
// CONCATENATED MODULE: ./packages/main/src/default/index.vue?vue&type=template&id=5d04da42&
|
|
12850
12876
|
|
|
12851
12877
|
// CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./packages/main/src/default/userinfo.vue?vue&type=template&id=b6520920&
|
|
12852
12878
|
var userinfovue_type_template_id_b6520920_render = function () {
|
|
@@ -13119,7 +13145,7 @@ var userinfovue_type_script_lang_js_extends = Object.assign || function (target)
|
|
|
13119
13145
|
var _this2 = this;
|
|
13120
13146
|
|
|
13121
13147
|
util["a" /* default */].ajax({
|
|
13122
|
-
url: api["
|
|
13148
|
+
url: api["fb" /* initUserSet */]
|
|
13123
13149
|
}).then(function (res) {
|
|
13124
13150
|
if (res.rCode === 0) {
|
|
13125
13151
|
var results = JSON.parse(JSON.stringify(res.results));
|
|
@@ -13159,7 +13185,7 @@ var userinfovue_type_script_lang_js_extends = Object.assign || function (target)
|
|
|
13159
13185
|
if (res.url) {
|
|
13160
13186
|
url = res.url;
|
|
13161
13187
|
} else {
|
|
13162
|
-
url = api["
|
|
13188
|
+
url = api["u" /* downloadByAdjunctId */] + '?adjunctId=' + res.adjunctId;
|
|
13163
13189
|
}
|
|
13164
13190
|
this.$emit('change', 'userHeadUrl', url);
|
|
13165
13191
|
},
|
|
@@ -13168,7 +13194,7 @@ var userinfovue_type_script_lang_js_extends = Object.assign || function (target)
|
|
|
13168
13194
|
|
|
13169
13195
|
switch (type) {
|
|
13170
13196
|
case 'job':
|
|
13171
|
-
util["a" /* default */].ajax({ url: api["
|
|
13197
|
+
util["a" /* default */].ajax({ url: api["Eb" /* switchUserTo */], params: { userId: value.value } }).then(function (res) {
|
|
13172
13198
|
if (res.rCode == 0) {
|
|
13173
13199
|
util["a" /* default */].setStorage({
|
|
13174
13200
|
type: _this3.storage,
|
|
@@ -13209,7 +13235,7 @@ var userinfovue_type_script_lang_js_extends = Object.assign || function (target)
|
|
|
13209
13235
|
var initLogin = util["a" /* default */].getStorage('initLogin');
|
|
13210
13236
|
initLogin && (initLogin = JSON.parse(initLogin));
|
|
13211
13237
|
util["a" /* default */].ajax({
|
|
13212
|
-
url: api["
|
|
13238
|
+
url: api["mc" /* updateUserInfo */],
|
|
13213
13239
|
params: {
|
|
13214
13240
|
email: this.values.email,
|
|
13215
13241
|
officeTel: this.values.officeTel,
|
|
@@ -13269,7 +13295,7 @@ var userinfovue_type_script_lang_js_extends = Object.assign || function (target)
|
|
|
13269
13295
|
var notify = _this4.values.notify.sort().join(',');
|
|
13270
13296
|
if (notify != _this4.notify.split(',').sort().join(',')) {
|
|
13271
13297
|
util["a" /* default */].ajax({
|
|
13272
|
-
url: api["
|
|
13298
|
+
url: api["lc" /* updateUserCustomInfo */],
|
|
13273
13299
|
params: {
|
|
13274
13300
|
notify: notify
|
|
13275
13301
|
}
|
|
@@ -13624,7 +13650,7 @@ messagevue_type_template_id_016a2883_render._withStripped = true
|
|
|
13624
13650
|
if (this.pageNum <= this.pageCount) {
|
|
13625
13651
|
this.loading = true;
|
|
13626
13652
|
util["a" /* default */].ajax({
|
|
13627
|
-
url: api["
|
|
13653
|
+
url: api["Fb" /* sysMsgPage */],
|
|
13628
13654
|
params: {
|
|
13629
13655
|
pageNum: reload ? 1 : this.pageNum,
|
|
13630
13656
|
pageSize: this.pageSize
|
|
@@ -13657,7 +13683,7 @@ messagevue_type_template_id_016a2883_render._withStripped = true
|
|
|
13657
13683
|
var _this2 = this;
|
|
13658
13684
|
|
|
13659
13685
|
util["a" /* default */].ajax({
|
|
13660
|
-
url: api["
|
|
13686
|
+
url: api["bb" /* ignoreSysMsg */],
|
|
13661
13687
|
params: {
|
|
13662
13688
|
id: res.id
|
|
13663
13689
|
}
|
|
@@ -13677,7 +13703,7 @@ messagevue_type_template_id_016a2883_render._withStripped = true
|
|
|
13677
13703
|
var _this3 = this;
|
|
13678
13704
|
|
|
13679
13705
|
util["a" /* default */].ajax({
|
|
13680
|
-
url: api["
|
|
13706
|
+
url: api["ab" /* ignoreAllSysMsg */]
|
|
13681
13707
|
}).then(function (res) {
|
|
13682
13708
|
_this3.count = 0;
|
|
13683
13709
|
_this3.msgs = [];
|
|
@@ -14012,7 +14038,7 @@ noticevue_type_template_id_6c63684e_render._withStripped = true
|
|
|
14012
14038
|
var _this = this;
|
|
14013
14039
|
|
|
14014
14040
|
util["a" /* default */].ajax({
|
|
14015
|
-
url: api["
|
|
14041
|
+
url: api["ab" /* ignoreAllSysMsg */]
|
|
14016
14042
|
}).then(function (res) {
|
|
14017
14043
|
_this.count = 0;
|
|
14018
14044
|
_this.msgs = [];
|
|
@@ -14219,6 +14245,169 @@ var defaultvue_type_script_lang_js_extends = Object.assign || function (target)
|
|
|
14219
14245
|
//
|
|
14220
14246
|
//
|
|
14221
14247
|
//
|
|
14248
|
+
//
|
|
14249
|
+
//
|
|
14250
|
+
//
|
|
14251
|
+
//
|
|
14252
|
+
//
|
|
14253
|
+
//
|
|
14254
|
+
//
|
|
14255
|
+
//
|
|
14256
|
+
//
|
|
14257
|
+
//
|
|
14258
|
+
//
|
|
14259
|
+
//
|
|
14260
|
+
//
|
|
14261
|
+
//
|
|
14262
|
+
//
|
|
14263
|
+
//
|
|
14264
|
+
//
|
|
14265
|
+
//
|
|
14266
|
+
//
|
|
14267
|
+
//
|
|
14268
|
+
//
|
|
14269
|
+
//
|
|
14270
|
+
//
|
|
14271
|
+
//
|
|
14272
|
+
//
|
|
14273
|
+
//
|
|
14274
|
+
//
|
|
14275
|
+
//
|
|
14276
|
+
//
|
|
14277
|
+
//
|
|
14278
|
+
//
|
|
14279
|
+
//
|
|
14280
|
+
//
|
|
14281
|
+
//
|
|
14282
|
+
//
|
|
14283
|
+
//
|
|
14284
|
+
//
|
|
14285
|
+
//
|
|
14286
|
+
//
|
|
14287
|
+
//
|
|
14288
|
+
//
|
|
14289
|
+
//
|
|
14290
|
+
//
|
|
14291
|
+
//
|
|
14292
|
+
//
|
|
14293
|
+
//
|
|
14294
|
+
//
|
|
14295
|
+
//
|
|
14296
|
+
//
|
|
14297
|
+
//
|
|
14298
|
+
//
|
|
14299
|
+
//
|
|
14300
|
+
//
|
|
14301
|
+
//
|
|
14302
|
+
//
|
|
14303
|
+
//
|
|
14304
|
+
//
|
|
14305
|
+
//
|
|
14306
|
+
//
|
|
14307
|
+
//
|
|
14308
|
+
//
|
|
14309
|
+
//
|
|
14310
|
+
//
|
|
14311
|
+
//
|
|
14312
|
+
//
|
|
14313
|
+
//
|
|
14314
|
+
//
|
|
14315
|
+
//
|
|
14316
|
+
//
|
|
14317
|
+
//
|
|
14318
|
+
//
|
|
14319
|
+
//
|
|
14320
|
+
//
|
|
14321
|
+
//
|
|
14322
|
+
//
|
|
14323
|
+
//
|
|
14324
|
+
//
|
|
14325
|
+
//
|
|
14326
|
+
//
|
|
14327
|
+
//
|
|
14328
|
+
//
|
|
14329
|
+
//
|
|
14330
|
+
//
|
|
14331
|
+
//
|
|
14332
|
+
//
|
|
14333
|
+
//
|
|
14334
|
+
//
|
|
14335
|
+
//
|
|
14336
|
+
//
|
|
14337
|
+
//
|
|
14338
|
+
//
|
|
14339
|
+
//
|
|
14340
|
+
//
|
|
14341
|
+
//
|
|
14342
|
+
//
|
|
14343
|
+
//
|
|
14344
|
+
//
|
|
14345
|
+
//
|
|
14346
|
+
//
|
|
14347
|
+
//
|
|
14348
|
+
//
|
|
14349
|
+
//
|
|
14350
|
+
//
|
|
14351
|
+
//
|
|
14352
|
+
//
|
|
14353
|
+
//
|
|
14354
|
+
//
|
|
14355
|
+
//
|
|
14356
|
+
//
|
|
14357
|
+
//
|
|
14358
|
+
//
|
|
14359
|
+
//
|
|
14360
|
+
//
|
|
14361
|
+
//
|
|
14362
|
+
//
|
|
14363
|
+
//
|
|
14364
|
+
//
|
|
14365
|
+
//
|
|
14366
|
+
//
|
|
14367
|
+
//
|
|
14368
|
+
//
|
|
14369
|
+
//
|
|
14370
|
+
//
|
|
14371
|
+
//
|
|
14372
|
+
//
|
|
14373
|
+
//
|
|
14374
|
+
//
|
|
14375
|
+
//
|
|
14376
|
+
//
|
|
14377
|
+
//
|
|
14378
|
+
//
|
|
14379
|
+
//
|
|
14380
|
+
//
|
|
14381
|
+
//
|
|
14382
|
+
//
|
|
14383
|
+
//
|
|
14384
|
+
//
|
|
14385
|
+
//
|
|
14386
|
+
//
|
|
14387
|
+
//
|
|
14388
|
+
//
|
|
14389
|
+
//
|
|
14390
|
+
//
|
|
14391
|
+
//
|
|
14392
|
+
//
|
|
14393
|
+
//
|
|
14394
|
+
//
|
|
14395
|
+
//
|
|
14396
|
+
//
|
|
14397
|
+
//
|
|
14398
|
+
//
|
|
14399
|
+
//
|
|
14400
|
+
//
|
|
14401
|
+
//
|
|
14402
|
+
//
|
|
14403
|
+
//
|
|
14404
|
+
//
|
|
14405
|
+
//
|
|
14406
|
+
//
|
|
14407
|
+
//
|
|
14408
|
+
//
|
|
14409
|
+
//
|
|
14410
|
+
//
|
|
14222
14411
|
|
|
14223
14412
|
|
|
14224
14413
|
|
|
@@ -14349,7 +14538,7 @@ var appCode = util["a" /* default */].getParams('appCode') || util["a" /* defaul
|
|
|
14349
14538
|
//获取用户信息的接口
|
|
14350
14539
|
mainConfig: {
|
|
14351
14540
|
type: String,
|
|
14352
|
-
default: api["
|
|
14541
|
+
default: api["kb" /* mainConfig */]
|
|
14353
14542
|
},
|
|
14354
14543
|
iframeId: {
|
|
14355
14544
|
type: String,
|
|
@@ -14458,9 +14647,9 @@ var appCode = util["a" /* default */].getParams('appCode') || util["a" /* defaul
|
|
|
14458
14647
|
return this.menuUrl;
|
|
14459
14648
|
}
|
|
14460
14649
|
if (this.application) {
|
|
14461
|
-
return api["
|
|
14650
|
+
return api["G" /* getComplexApplicationsNew */];
|
|
14462
14651
|
}
|
|
14463
|
-
return api["
|
|
14652
|
+
return api["F" /* getComplexApplications */];
|
|
14464
14653
|
},
|
|
14465
14654
|
|
|
14466
14655
|
//是否双列右侧菜单
|
|
@@ -14663,9 +14852,7 @@ var appCode = util["a" /* default */].getParams('appCode') || util["a" /* defaul
|
|
|
14663
14852
|
//人工智能配置
|
|
14664
14853
|
aiConfig: null,
|
|
14665
14854
|
//im配置
|
|
14666
|
-
imConfig: null
|
|
14667
|
-
mouseMoveHandler: null,
|
|
14668
|
-
mouseUpHandler: null
|
|
14855
|
+
imConfig: null
|
|
14669
14856
|
};
|
|
14670
14857
|
},
|
|
14671
14858
|
created: function created() {
|
|
@@ -14773,7 +14960,7 @@ var appCode = util["a" /* default */].getParams('appCode') || util["a" /* defaul
|
|
|
14773
14960
|
return;
|
|
14774
14961
|
}
|
|
14775
14962
|
util["a" /* default */].ajax({
|
|
14776
|
-
url: api["
|
|
14963
|
+
url: api["lc" /* updateUserCustomInfo */],
|
|
14777
14964
|
params: { color: escape(color.toLowerCase()) },
|
|
14778
14965
|
data: { color: escape(color.toLowerCase()) }
|
|
14779
14966
|
}).then(function (res) {
|
|
@@ -14880,6 +15067,9 @@ var appCode = util["a" /* default */].getParams('appCode') || util["a" /* defaul
|
|
|
14880
15067
|
}
|
|
14881
15068
|
}
|
|
14882
15069
|
if (i === 'subsystemExtend' && results[i]) {
|
|
15070
|
+
if (results[i].singleLogout) {
|
|
15071
|
+
this.singleLogout = results[i].singleLogout.split(',');
|
|
15072
|
+
}
|
|
14883
15073
|
if (results[i].themeColor) {
|
|
14884
15074
|
this.color = unescape(results[i].themeColor).toLowerCase();
|
|
14885
15075
|
}
|
|
@@ -15974,8 +16164,8 @@ var appCode = util["a" /* default */].getParams('appCode') || util["a" /* defaul
|
|
|
15974
16164
|
var _this11 = this;
|
|
15975
16165
|
|
|
15976
16166
|
this.webSocket = util["a" /* default */].socket({
|
|
15977
|
-
url: api["
|
|
15978
|
-
take: api["
|
|
16167
|
+
url: api["sc" /* wss */],
|
|
16168
|
+
take: api["ic" /* topic */],
|
|
15979
16169
|
success: function success(res) {
|
|
15980
16170
|
var data = res.data || {};
|
|
15981
16171
|
for (var i in data) {
|
|
@@ -16104,8 +16294,8 @@ var appCode = util["a" /* default */].getParams('appCode') || util["a" /* defaul
|
|
|
16104
16294
|
|
|
16105
16295
|
var default_component = Object(componentNormalizer["a" /* default */])(
|
|
16106
16296
|
src_defaultvue_type_script_lang_js_,
|
|
16107
|
-
|
|
16108
|
-
|
|
16297
|
+
defaultvue_type_template_id_5d04da42_render,
|
|
16298
|
+
defaultvue_type_template_id_5d04da42_staticRenderFns,
|
|
16109
16299
|
false,
|
|
16110
16300
|
null,
|
|
16111
16301
|
null,
|