eoss-ui 0.6.66 → 0.6.67
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 +108 -106
- package/lib/button.js +108 -106
- package/lib/calogin.js +312 -310
- package/lib/checkbox-group.js +110 -108
- package/lib/config/api.js +1 -0
- package/lib/data-table-form.js +110 -108
- package/lib/data-table.js +113 -111
- package/lib/date-picker.js +108 -106
- package/lib/dialog.js +108 -106
- package/lib/eoss-ui.common.js +1067 -1042
- package/lib/flow-group.js +108 -106
- package/lib/flow-list.js +208 -199
- package/lib/flow.js +510 -492
- package/lib/form.js +110 -108
- package/lib/handle-user.js +109 -107
- package/lib/handler.js +109 -107
- package/lib/icon.js +109 -107
- package/lib/index.js +1 -1
- package/lib/input-number.js +108 -106
- package/lib/input.js +108 -106
- package/lib/login.js +114 -112
- package/lib/main.js +273 -271
- package/lib/nav.js +108 -106
- package/lib/notify.js +111 -109
- package/lib/page.js +108 -106
- package/lib/pagination.js +108 -106
- package/lib/player.js +108 -106
- package/lib/qr-code.js +121 -119
- package/lib/radio-group.js +110 -108
- package/lib/retrial-auth.js +111 -109
- package/lib/select-ganged.js +110 -108
- package/lib/select.js +110 -108
- package/lib/selector-panel.js +126 -124
- package/lib/selector.js +109 -107
- package/lib/sizer.js +110 -108
- package/lib/steps.js +108 -106
- package/lib/switch.js +108 -106
- package/lib/table-form.js +108 -106
- package/lib/tabs.js +108 -106
- package/lib/tips.js +109 -107
- package/lib/tree-group.js +108 -106
- package/lib/tree.js +109 -107
- package/lib/upload.js +118 -116
- package/lib/wujie.js +108 -106
- package/lib/wxlogin.js +108 -106
- package/package.json +160 -160
- 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/calogin/index.js +5 -5
- package/packages/calogin/src/main.vue +131 -131
- package/packages/calogin/src/plugin.js +748 -748
- 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 +151 -151
- 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/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/Circulate.vue +351 -346
- package/packages/flow/src/component/CommonOpinions.vue +346 -346
- 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 +241 -241
- package/packages/flow/src/component/TimeLimit.vue +190 -190
- package/packages/flow/src/component/taskUnionExamine.vue +619 -619
- package/packages/flow/src/form.vue +121 -121
- package/packages/flow/src/freeStartFlow.vue +2843 -2843
- package/packages/flow/src/main.vue +3367 -3361
- package/packages/flow/src/processForm.vue +1091 -1091
- package/packages/flow/src/processReject.vue +294 -294
- package/packages/flow/src/reset.vue +905 -900
- package/packages/flow/src/selectUser.vue +1 -1
- package/packages/flow/src/startTaskRead.vue +659 -659
- package/packages/flow/src/supervise.vue +149 -149
- 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 +1757 -1750
- package/packages/form/index.js +5 -5
- package/packages/form/src/main.vue +3581 -3581
- package/packages/form/src/table.vue +1426 -1426
- 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 +493 -493
- 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 +1988 -1988
- package/packages/login/src/resetPassword.vue +562 -562
- package/packages/main/index.js +5 -5
- 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 +503 -503
- package/packages/main/src/public/online.vue +89 -89
- package/packages/main/src/public/search.vue +462 -462
- 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 +83 -83
- package/packages/main/src/simplicity/handler.vue +259 -259
- package/packages/main/src/simplicity/index.vue +2089 -2089
- package/packages/main/src/simplicity/lists.vue +84 -84
- package/packages/main/src/simplicity/menu-list.vue +135 -135
- 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 +264 -264
- 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 +584 -584
- 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 +778 -778
- 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 +687 -687
- 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/src/base.scss +261 -261
- package/packages/theme-chalk/src/button-group.scss +176 -176
- 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 +39 -39
- package/packages/theme-chalk/src/flow.scss +343 -343
- 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 +1792 -1792
- 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 +981 -981
- package/packages/theme-chalk/src/main.scss +663 -663
- 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 +1355 -1355
- 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 +168 -168
- 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 +1347 -1347
- 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 +291 -290
- package/src/config/image.js +2 -2
- package/src/index.js +1 -1
- 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/lib/main.js
CHANGED
|
@@ -1604,7 +1604,7 @@ var getLightness = function getLightness($v, $i, $isLight) {
|
|
|
1604
1604
|
* @param {function} callback - 回调函数
|
|
1605
1605
|
**/
|
|
1606
1606
|
var getMainConfig = function getMainConfig(callback) {
|
|
1607
|
-
ajax({ url: _config_api__WEBPACK_IMPORTED_MODULE_1__[/* mainConfig */ "
|
|
1607
|
+
ajax({ url: _config_api__WEBPACK_IMPORTED_MODULE_1__[/* mainConfig */ "ob"] }).then(function (res) {
|
|
1608
1608
|
if (res && res.rCode === 0) {
|
|
1609
1609
|
callback(res.results);
|
|
1610
1610
|
}
|
|
@@ -2361,7 +2361,7 @@ var isLogined = function () {
|
|
|
2361
2361
|
break;
|
|
2362
2362
|
}
|
|
2363
2363
|
|
|
2364
|
-
ajax({ method: 'post', url: _config_api__WEBPACK_IMPORTED_MODULE_1__[/* logout */ "
|
|
2364
|
+
ajax({ method: 'post', url: _config_api__WEBPACK_IMPORTED_MODULE_1__[/* logout */ "nb"] }).then(function (res) {
|
|
2365
2365
|
if (res.rCode === 0) {
|
|
2366
2366
|
removeStorage();
|
|
2367
2367
|
}
|
|
@@ -3517,148 +3517,149 @@ var watermark = function watermark(option) {
|
|
|
3517
3517
|
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "p", function() { return doCaLogin; });
|
|
3518
3518
|
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "t", function() { return doUserLogin; });
|
|
3519
3519
|
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "r", function() { return doQrLogin; });
|
|
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__, "
|
|
3520
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "nb", function() { return logout; });
|
|
3521
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "gb", function() { return initLogin; });
|
|
3522
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Ib", function() { return switchUserTo; });
|
|
3523
3523
|
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "c", function() { return changeImg; });
|
|
3524
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3524
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "N", function() { return getLoginCode; });
|
|
3525
3525
|
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "q", function() { return doCodeLogin; });
|
|
3526
3526
|
/* unused harmony export updateCode */
|
|
3527
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3527
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "O", function() { return getModifyPassCode; });
|
|
3528
3528
|
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "g", function() { return codeModifyPass; });
|
|
3529
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3529
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "lb", function() { return loginModifyPassword; });
|
|
3530
3530
|
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "b", function() { return authCenter; });
|
|
3531
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3531
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "hb", function() { return initModifyPassword; });
|
|
3532
3532
|
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "u", function() { return doWechatQrLogin; });
|
|
3533
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3533
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "ab", function() { return getTwoFactorLoginCode; });
|
|
3534
3534
|
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "s", function() { return doTwoFactorLogin; });
|
|
3535
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3536
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3537
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3535
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "ib", function() { return initRetrialAuth; });
|
|
3536
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "W", function() { return getRetrialAuthCode; });
|
|
3537
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Bb", function() { return scanCodeRetrialAuth; });
|
|
3538
3538
|
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "h", function() { return codeRetrialAuth; });
|
|
3539
3539
|
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "o", function() { return doAssistanceQrLogin; });
|
|
3540
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3541
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3542
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3543
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3544
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3545
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3540
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "wc", function() { return userOnline; });
|
|
3541
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "bb", function() { return getUserAppWithTag; });
|
|
3542
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "wb", function() { return recordUserApp; });
|
|
3543
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "ob", function() { return mainConfig; });
|
|
3544
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "jb", function() { return initUserSet; });
|
|
3545
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "rc", function() { return updateUserInfo; });
|
|
3546
3546
|
/* unused harmony export getUserImgUrl */
|
|
3547
3547
|
/* unused harmony export getDoorIndex */
|
|
3548
3548
|
/* unused harmony export refreshOnlineUsers */
|
|
3549
3549
|
/* unused harmony export getQuickMenuIds */
|
|
3550
3550
|
/* unused harmony export getApplicationIdArray */
|
|
3551
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3552
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3551
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "I", function() { return getComplexApplications; });
|
|
3552
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "J", function() { return getComplexApplicationsNew; });
|
|
3553
3553
|
/* unused harmony export getUserCustomInfo */
|
|
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__, "
|
|
3562
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3563
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3554
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "qc", function() { return updateUserCustomInfo; });
|
|
3555
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Jb", function() { return sysMsgPage; });
|
|
3556
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "fb", function() { return ignoreSysMsg; });
|
|
3557
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "eb", function() { return ignoreAllSysMsg; });
|
|
3558
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Cb", function() { return searchType; });
|
|
3559
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "H", function() { return getAdjunctProperties; });
|
|
3560
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "vc", function() { return uploads; });
|
|
3561
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "tc", function() { return uploadOnlyOne; });
|
|
3562
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "G", function() { return getAdjunctFileInfos; });
|
|
3563
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "uc", function() { return uploadSort; });
|
|
3564
3564
|
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "v", function() { return downloadByAdjunctId; });
|
|
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__, "
|
|
3565
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "sc", function() { return uploadDownloads; });
|
|
3566
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "tb", function() { return previewAdjunct; });
|
|
3567
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "ub", function() { return previewAdjunct2; });
|
|
3568
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "vb", function() { return previewAdjunctOffice; });
|
|
3569
3569
|
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "j", function() { return delAdjunct; });
|
|
3570
3570
|
/* unused harmony export upload_updateClassify */
|
|
3571
3571
|
/* unused harmony export getDeleteAdjunctFileInfos */
|
|
3572
3572
|
/* unused harmony export getPictureBase64 */
|
|
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__, "
|
|
3573
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Z", function() { return getSelectorOrgTree; });
|
|
3574
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Y", function() { return getSelectorOrgDetail; });
|
|
3575
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "S", function() { return getOrgMainTree; });
|
|
3576
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "X", function() { return getSelectOrgsubids; });
|
|
3577
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "A", function() { return findSysCode; });
|
|
3578
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "K", function() { return getDictList; });
|
|
3579
3579
|
/* unused harmony export findUserBaseInfo */
|
|
3580
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3580
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "cb", function() { return gethelpdoc; });
|
|
3581
3581
|
/* unused harmony export getCurrentuser */
|
|
3582
3582
|
/* unused harmony export mainDetail */
|
|
3583
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3584
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3583
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Zb", function() { return toStartFlow; });
|
|
3584
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Vb", function() { return tempSave; });
|
|
3585
3585
|
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "i", function() { return commonOpion; });
|
|
3586
3586
|
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "a", function() { return addCommonOpion; });
|
|
3587
3587
|
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "w", function() { return editCommonOpion; });
|
|
3588
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3589
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3588
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Ab", function() { return saveCommonOpinion; });
|
|
3589
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "pc", function() { return updateCommonOpinion; });
|
|
3590
3590
|
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "k", function() { return deleteCommonOpion; });
|
|
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__, "
|
|
3598
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3591
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "V", function() { return getProcessDefList; });
|
|
3592
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "P", function() { return getNodeInfo; });
|
|
3593
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "z", function() { return findCodeValues; });
|
|
3594
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "C", function() { return findSysParam; });
|
|
3595
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "B", function() { return findSysCodes; });
|
|
3596
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "R", function() { return getNotificationMsg; });
|
|
3597
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "M", function() { return getHandleInfoHtml; });
|
|
3598
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Lb", function() { return taskHandleHtml; });
|
|
3599
3599
|
/* unused harmony export getView */
|
|
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__, "
|
|
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__, "
|
|
3609
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3610
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3611
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3612
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3613
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3614
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3615
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3616
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3617
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3618
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3619
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3600
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "xb", function() { return register; });
|
|
3601
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "pb", function() { return pendedhistoryList; });
|
|
3602
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "dc", function() { return toTaskRejectHtml; });
|
|
3603
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Ob", function() { return taskRejectHtml; });
|
|
3604
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "ac", function() { return toStartTaskRead; });
|
|
3605
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "bc", function() { return toStartTaskReadIndex; });
|
|
3606
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Mb", function() { return taskReadHtml; });
|
|
3607
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "yb", function() { return rejectAndEnd; });
|
|
3608
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Yb", function() { return toSendMsg; });
|
|
3609
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Gb", function() { return sendMsg; });
|
|
3610
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "y", function() { return endFlowHtml; });
|
|
3611
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "db", function() { return handleInfo; });
|
|
3612
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "mb", function() { return loginUserInfo; });
|
|
3613
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "xc", function() { return wss; });
|
|
3614
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "nc", function() { return topic; });
|
|
3615
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "T", function() { return getPresetCustomInfo; });
|
|
3616
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "U", function() { return getPresetNodeInfo; });
|
|
3617
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "jc", function() { return toTaskTransferIndex; });
|
|
3618
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Sb", function() { return taskTransfer; });
|
|
3619
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Wb", function() { return toPresetInfoListIndex; });
|
|
3620
3620
|
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "m", function() { return deletePresetInfo; });
|
|
3621
3621
|
/* unused harmony export historyListJson */
|
|
3622
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3623
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3622
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "qb", function() { return pendedhistoryListJson; });
|
|
3623
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "sb", function() { return pressListJson; });
|
|
3624
3624
|
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "l", function() { return deleteFlow; });
|
|
3625
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3626
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3627
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3628
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3629
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3630
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3631
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3632
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3633
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3634
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3635
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3636
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3637
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3638
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3639
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3640
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3641
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3642
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3643
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3644
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3645
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3625
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "kb", function() { return isCanStartSubFlow; });
|
|
3626
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "kc", function() { return toTaskUnionExamine; });
|
|
3627
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Tb", function() { return taskUnionExamine; });
|
|
3628
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "ic", function() { return toTaskTakeAdvice; });
|
|
3629
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Rb", function() { return taskTakeAdvice; });
|
|
3630
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "fc", function() { return toTaskStartDraft; });
|
|
3631
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "gc", function() { return toTaskSupervise; });
|
|
3632
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "hc", function() { return toTaskSuperviseSub; });
|
|
3633
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Qb", function() { return taskStartDraft; });
|
|
3634
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "ec", function() { return toTaskReview; });
|
|
3635
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Pb", function() { return taskReview; });
|
|
3636
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "lc", function() { return toTaskUnionSeal; });
|
|
3637
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Ub", function() { return taskUnionSeal; });
|
|
3638
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "mc", function() { return toTwoOfficesDispatch; });
|
|
3639
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "oc", function() { return twoOfficesDispatch; });
|
|
3640
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Xb", function() { return toResetProcessIndex; });
|
|
3641
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "zb", function() { return resetProcess; });
|
|
3642
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "cc", function() { return toTaskContinuationIndex; });
|
|
3643
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Kb", function() { return taskContinuation; });
|
|
3644
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "L", function() { return getFreeStartFlowParams; });
|
|
3645
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "E", function() { return freeStartFlowWithSubmitTask; });
|
|
3646
3646
|
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "e", function() { return checkForeignOrgStartedCircularRead; });
|
|
3647
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3648
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3647
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "rb", function() { return pendedhistoryListWithCircularReadJson; });
|
|
3648
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "F", function() { return fyListJson; });
|
|
3649
3649
|
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "f", function() { return circularReadWithdraw; });
|
|
3650
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3651
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3650
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Nb", function() { return taskReadWithDraw; });
|
|
3651
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Hb", function() { return startReadTransferHandleFlowWithTaskReadEnd; });
|
|
3652
3652
|
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "d", function() { return checkBusinessIdStartedReadTransferHandle; });
|
|
3653
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3654
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3653
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Fb", function() { return sendList; });
|
|
3654
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Eb", function() { return sendInfo; });
|
|
3655
3655
|
/* unused harmony export sendSave */
|
|
3656
3656
|
/* unused harmony export sendUpdate */
|
|
3657
3657
|
/* unused harmony export sendDelete */
|
|
3658
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3659
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3658
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Db", function() { return sendBatch; });
|
|
3659
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "D", function() { return formContents; });
|
|
3660
3660
|
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "n", function() { return directStartTaskCircularRead; });
|
|
3661
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3661
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "x", function() { return endFlowAndStartTaskCircularRead; });
|
|
3662
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Q", function() { return getNodeInfoForStart; });
|
|
3662
3663
|
var flowPendingPrefix = window.flowPendingPrefix || localStorage.getItem('flowPendingPrefix') || '/bpm';
|
|
3663
3664
|
// 登录
|
|
3664
3665
|
var doCaLogin = '/sso2/signIn/auth/doCaLogin'; // ca登录认证
|
|
@@ -3914,6 +3915,7 @@ var sendBatch = '/notify2/sendRecord/reSendNotifyMessageBatch';
|
|
|
3914
3915
|
|
|
3915
3916
|
var formContents = '/lowcode/admin/online/onlineForm/getOnlineFormFromCache';
|
|
3916
3917
|
var directStartTaskCircularRead = '/bpm/bpmBackend/directStartTaskCircularRead';
|
|
3918
|
+
var endFlowAndStartTaskCircularRead = '/bpm/bpmBackend/endFlowAndStartTaskCircularRead';
|
|
3917
3919
|
var getNodeInfoForStart = flowPendingPrefix + '/task/taskHandle/getNodeInfoForStart.dhtml';
|
|
3918
3920
|
|
|
3919
3921
|
/***/ }),
|
|
@@ -7140,7 +7142,7 @@ var external_throttle_debounce_ = __webpack_require__(14);
|
|
|
7140
7142
|
},
|
|
7141
7143
|
handleClick: function handleClick(res) {
|
|
7142
7144
|
util["a" /* default */].ajax({
|
|
7143
|
-
url: api["
|
|
7145
|
+
url: api["wb" /* recordUserApp */],
|
|
7144
7146
|
params: {
|
|
7145
7147
|
userId: this.user.userId,
|
|
7146
7148
|
appId: res.id
|
|
@@ -7149,10 +7151,10 @@ var external_throttle_debounce_ = __webpack_require__(14);
|
|
|
7149
7151
|
this.$emit('click', res);
|
|
7150
7152
|
},
|
|
7151
7153
|
|
|
7152
|
-
/**
|
|
7153
|
-
* @desc:获取气泡提醒
|
|
7154
|
-
* @author huangbo
|
|
7155
|
-
* @date 2024年9月7日
|
|
7154
|
+
/**
|
|
7155
|
+
* @desc:获取气泡提醒
|
|
7156
|
+
* @author huangbo
|
|
7157
|
+
* @date 2024年9月7日
|
|
7156
7158
|
**/
|
|
7157
7159
|
getBadge: function getBadge(res) {
|
|
7158
7160
|
var num = res.tips || 0;
|
|
@@ -7552,7 +7554,7 @@ userinfovue_type_template_id_1c52f6d2_render._withStripped = true
|
|
|
7552
7554
|
var initLogin = util["a" /* default */].getStorage('initLogin');
|
|
7553
7555
|
initLogin && (initLogin = JSON.parse(initLogin));
|
|
7554
7556
|
util["a" /* default */].ajax({
|
|
7555
|
-
url: api["
|
|
7557
|
+
url: api["rc" /* updateUserInfo */],
|
|
7556
7558
|
params: {
|
|
7557
7559
|
email: this.model.email,
|
|
7558
7560
|
officeTel: this.model.officeTel,
|
|
@@ -7788,7 +7790,7 @@ var userinfo_component = Object(componentNormalizer["a" /* default */])(
|
|
|
7788
7790
|
var _this2 = this;
|
|
7789
7791
|
|
|
7790
7792
|
util["a" /* default */].ajax({
|
|
7791
|
-
url: api["
|
|
7793
|
+
url: api["jb" /* initUserSet */]
|
|
7792
7794
|
}).then(function (res) {
|
|
7793
7795
|
if (res.rCode === 0) {
|
|
7794
7796
|
var results = JSON.parse(JSON.stringify(res.results));
|
|
@@ -7829,7 +7831,7 @@ var userinfo_component = Object(componentNormalizer["a" /* default */])(
|
|
|
7829
7831
|
var notify = this.checked.join(',');
|
|
7830
7832
|
util["a" /* default */].ajax({
|
|
7831
7833
|
method: 'post',
|
|
7832
|
-
url: api["
|
|
7834
|
+
url: api["qc" /* updateUserCustomInfo */],
|
|
7833
7835
|
data: {
|
|
7834
7836
|
notify: notify
|
|
7835
7837
|
}
|
|
@@ -7859,7 +7861,7 @@ var userinfo_component = Object(componentNormalizer["a" /* default */])(
|
|
|
7859
7861
|
if (this.user.identityId !== res.id) {
|
|
7860
7862
|
util["a" /* default */].ajax({
|
|
7861
7863
|
method: 'post',
|
|
7862
|
-
url: api["
|
|
7864
|
+
url: api["Ib" /* switchUserTo */],
|
|
7863
7865
|
data: { userId: res.value }
|
|
7864
7866
|
}).then(function (res) {
|
|
7865
7867
|
if (res.rCode == 0) {
|
|
@@ -8251,7 +8253,7 @@ messagevue_type_template_id_324b2ecc_render._withStripped = true
|
|
|
8251
8253
|
if (this.pageNum <= this.pageCount) {
|
|
8252
8254
|
this.loading = true;
|
|
8253
8255
|
util["a" /* default */].ajax({
|
|
8254
|
-
url: api["
|
|
8256
|
+
url: api["Jb" /* sysMsgPage */],
|
|
8255
8257
|
params: {
|
|
8256
8258
|
pageNum: reload ? 1 : this.pageNum,
|
|
8257
8259
|
pageSize: this.pageSize
|
|
@@ -8284,7 +8286,7 @@ messagevue_type_template_id_324b2ecc_render._withStripped = true
|
|
|
8284
8286
|
var _this2 = this;
|
|
8285
8287
|
|
|
8286
8288
|
util["a" /* default */].ajax({
|
|
8287
|
-
url: api["
|
|
8289
|
+
url: api["fb" /* ignoreSysMsg */],
|
|
8288
8290
|
params: {
|
|
8289
8291
|
id: res.id
|
|
8290
8292
|
}
|
|
@@ -8304,7 +8306,7 @@ messagevue_type_template_id_324b2ecc_render._withStripped = true
|
|
|
8304
8306
|
var _this3 = this;
|
|
8305
8307
|
|
|
8306
8308
|
util["a" /* default */].ajax({
|
|
8307
|
-
url: api["
|
|
8309
|
+
url: api["eb" /* ignoreAllSysMsg */]
|
|
8308
8310
|
}).then(function (res) {
|
|
8309
8311
|
_this3.count = 0;
|
|
8310
8312
|
_this3.msgs = [];
|
|
@@ -8664,7 +8666,7 @@ noticevue_type_template_id_4696772e_render._withStripped = true
|
|
|
8664
8666
|
var _this = this;
|
|
8665
8667
|
|
|
8666
8668
|
util["a" /* default */].ajax({
|
|
8667
|
-
url: api["
|
|
8669
|
+
url: api["fb" /* ignoreSysMsg */],
|
|
8668
8670
|
params: {
|
|
8669
8671
|
id: res.id
|
|
8670
8672
|
}
|
|
@@ -8683,7 +8685,7 @@ noticevue_type_template_id_4696772e_render._withStripped = true
|
|
|
8683
8685
|
var _this2 = this;
|
|
8684
8686
|
|
|
8685
8687
|
util["a" /* default */].ajax({
|
|
8686
|
-
url: api["
|
|
8688
|
+
url: api["eb" /* ignoreAllSysMsg */]
|
|
8687
8689
|
}).then(function (res) {
|
|
8688
8690
|
_this2.msgs = [];
|
|
8689
8691
|
_this2.$emit('ignore', { type: 'ignore', value: 'all' });
|
|
@@ -9469,7 +9471,7 @@ onlinevue_type_template_id_63844b4e_scoped_true_render._withStripped = true
|
|
|
9469
9471
|
props: {
|
|
9470
9472
|
sysuseronline: {
|
|
9471
9473
|
type: String,
|
|
9472
|
-
default: api["
|
|
9474
|
+
default: api["wc" /* userOnline */]
|
|
9473
9475
|
}
|
|
9474
9476
|
},
|
|
9475
9477
|
data: function data() {
|
|
@@ -10142,7 +10144,7 @@ var searchvue_type_script_lang_js_extends = Object.assign || function (target) {
|
|
|
10142
10144
|
},
|
|
10143
10145
|
searchType: {
|
|
10144
10146
|
type: String,
|
|
10145
|
-
default: api["
|
|
10147
|
+
default: api["Cb" /* searchType */]
|
|
10146
10148
|
},
|
|
10147
10149
|
pageSize: {
|
|
10148
10150
|
type: Number,
|
|
@@ -10931,7 +10933,7 @@ var events = [function (tabs, index, that) {
|
|
|
10931
10933
|
//应用列表接口
|
|
10932
10934
|
appsUrl: {
|
|
10933
10935
|
type: String,
|
|
10934
|
-
default: api["
|
|
10936
|
+
default: api["bb" /* getUserAppWithTag */]
|
|
10935
10937
|
},
|
|
10936
10938
|
//是否启用子应用菜单接口
|
|
10937
10939
|
application: {
|
|
@@ -11108,9 +11110,9 @@ var events = [function (tabs, index, that) {
|
|
|
11108
11110
|
return this.menuUrl;
|
|
11109
11111
|
}
|
|
11110
11112
|
if (this.application) {
|
|
11111
|
-
return api["
|
|
11113
|
+
return api["J" /* getComplexApplicationsNew */];
|
|
11112
11114
|
}
|
|
11113
|
-
return api["
|
|
11115
|
+
return api["I" /* getComplexApplications */];
|
|
11114
11116
|
},
|
|
11115
11117
|
|
|
11116
11118
|
//人工智能配置
|
|
@@ -11178,10 +11180,10 @@ var events = [function (tabs, index, that) {
|
|
|
11178
11180
|
},
|
|
11179
11181
|
|
|
11180
11182
|
methods: {
|
|
11181
|
-
/**
|
|
11182
|
-
* @desc:匹配路由
|
|
11183
|
-
* @author huangbo
|
|
11184
|
-
* @date 2024年9月7日
|
|
11183
|
+
/**
|
|
11184
|
+
* @desc:匹配路由
|
|
11185
|
+
* @author huangbo
|
|
11186
|
+
* @date 2024年9月7日
|
|
11185
11187
|
**/
|
|
11186
11188
|
hasRouter: function hasRouter(res, url, code) {
|
|
11187
11189
|
if (!url) {
|
|
@@ -11225,10 +11227,10 @@ var events = [function (tabs, index, that) {
|
|
|
11225
11227
|
return false;
|
|
11226
11228
|
},
|
|
11227
11229
|
|
|
11228
|
-
/**
|
|
11229
|
-
* @desc:获取初始数据
|
|
11230
|
-
* @author huangbo
|
|
11231
|
-
* @date 2024年9月7日
|
|
11230
|
+
/**
|
|
11231
|
+
* @desc:获取初始数据
|
|
11232
|
+
* @author huangbo
|
|
11233
|
+
* @date 2024年9月7日
|
|
11232
11234
|
**/
|
|
11233
11235
|
init: function init(results, first) {
|
|
11234
11236
|
this.setConfig(results);
|
|
@@ -11237,10 +11239,10 @@ var events = [function (tabs, index, that) {
|
|
|
11237
11239
|
}
|
|
11238
11240
|
},
|
|
11239
11241
|
|
|
11240
|
-
/**
|
|
11241
|
-
* @desc:设置用户配置及信息
|
|
11242
|
-
* @author huangbo
|
|
11243
|
-
* @date 2024年9月7日
|
|
11242
|
+
/**
|
|
11243
|
+
* @desc:设置用户配置及信息
|
|
11244
|
+
* @author huangbo
|
|
11245
|
+
* @date 2024年9月7日
|
|
11244
11246
|
**/
|
|
11245
11247
|
setConfig: function setConfig(results) {
|
|
11246
11248
|
localStorage.setItem('mainConfig', JSON.stringify(results));
|
|
@@ -11371,10 +11373,10 @@ var events = [function (tabs, index, that) {
|
|
|
11371
11373
|
}
|
|
11372
11374
|
},
|
|
11373
11375
|
|
|
11374
|
-
/**
|
|
11375
|
-
* @desc:获取所有应用
|
|
11376
|
-
* @author huangbo
|
|
11377
|
-
* @date 2024年9月7日
|
|
11376
|
+
/**
|
|
11377
|
+
* @desc:获取所有应用
|
|
11378
|
+
* @author huangbo
|
|
11379
|
+
* @date 2024年9月7日
|
|
11378
11380
|
**/
|
|
11379
11381
|
getApplications: function getApplications() {
|
|
11380
11382
|
var _this = this;
|
|
@@ -11422,10 +11424,10 @@ var events = [function (tabs, index, that) {
|
|
|
11422
11424
|
});
|
|
11423
11425
|
},
|
|
11424
11426
|
|
|
11425
|
-
/**
|
|
11426
|
-
* @desc:获取菜单列表
|
|
11427
|
-
* @author huangbo
|
|
11428
|
-
* @date 2024年9月7日
|
|
11427
|
+
/**
|
|
11428
|
+
* @desc:获取菜单列表
|
|
11429
|
+
* @author huangbo
|
|
11430
|
+
* @date 2024年9月7日
|
|
11429
11431
|
**/
|
|
11430
11432
|
getMenus: function getMenus(loading) {
|
|
11431
11433
|
var _this2 = this;
|
|
@@ -11458,10 +11460,10 @@ var events = [function (tabs, index, that) {
|
|
|
11458
11460
|
});
|
|
11459
11461
|
},
|
|
11460
11462
|
|
|
11461
|
-
/**
|
|
11462
|
-
* @desc:处理菜单列表
|
|
11463
|
-
* @author huangbo
|
|
11464
|
-
* @date 2024年9月7日
|
|
11463
|
+
/**
|
|
11464
|
+
* @desc:处理菜单列表
|
|
11465
|
+
* @author huangbo
|
|
11466
|
+
* @date 2024年9月7日
|
|
11465
11467
|
**/
|
|
11466
11468
|
renderMenus: function renderMenus(res) {
|
|
11467
11469
|
this.menus = res;
|
|
@@ -11551,10 +11553,10 @@ var events = [function (tabs, index, that) {
|
|
|
11551
11553
|
}
|
|
11552
11554
|
},
|
|
11553
11555
|
|
|
11554
|
-
/**
|
|
11555
|
-
* @desc:设置页面加载类型
|
|
11556
|
-
* @author huangbo
|
|
11557
|
-
* @date 2024年9月7日
|
|
11556
|
+
/**
|
|
11557
|
+
* @desc:设置页面加载类型
|
|
11558
|
+
* @author huangbo
|
|
11559
|
+
* @date 2024年9月7日
|
|
11558
11560
|
**/
|
|
11559
11561
|
setIframeType: function setIframeType(res) {
|
|
11560
11562
|
var url = res.url;
|
|
@@ -11610,10 +11612,10 @@ var events = [function (tabs, index, that) {
|
|
|
11610
11612
|
return res;
|
|
11611
11613
|
},
|
|
11612
11614
|
|
|
11613
|
-
/**
|
|
11614
|
-
* @desc:获取菜单
|
|
11615
|
-
* @author huangbo
|
|
11616
|
-
* @date 2024年9月7日
|
|
11615
|
+
/**
|
|
11616
|
+
* @desc:获取菜单
|
|
11617
|
+
* @author huangbo
|
|
11618
|
+
* @date 2024年9月7日
|
|
11617
11619
|
**/
|
|
11618
11620
|
getMenu: function getMenu(menus, res, key) {
|
|
11619
11621
|
if (Array.isArray(menus)) {
|
|
@@ -11642,10 +11644,10 @@ var events = [function (tabs, index, that) {
|
|
|
11642
11644
|
return false;
|
|
11643
11645
|
},
|
|
11644
11646
|
|
|
11645
|
-
/**
|
|
11646
|
-
* @desc:获取菜单第一条数据
|
|
11647
|
-
* @author huangbo
|
|
11648
|
-
* @date 2024年9月7日
|
|
11647
|
+
/**
|
|
11648
|
+
* @desc:获取菜单第一条数据
|
|
11649
|
+
* @author huangbo
|
|
11650
|
+
* @date 2024年9月7日
|
|
11649
11651
|
**/
|
|
11650
11652
|
getFirst: function getFirst(obj) {
|
|
11651
11653
|
if (!obj) {
|
|
@@ -11664,10 +11666,10 @@ var events = [function (tabs, index, that) {
|
|
|
11664
11666
|
}
|
|
11665
11667
|
},
|
|
11666
11668
|
|
|
11667
|
-
/**
|
|
11668
|
-
* @desc:遍历设置菜单气泡提醒
|
|
11669
|
-
* @author huangbo
|
|
11670
|
-
* @date 2024年9月7日
|
|
11669
|
+
/**
|
|
11670
|
+
* @desc:遍历设置菜单气泡提醒
|
|
11671
|
+
* @author huangbo
|
|
11672
|
+
* @date 2024年9月7日
|
|
11671
11673
|
**/
|
|
11672
11674
|
setTips: function setTips(obj) {
|
|
11673
11675
|
var _this3 = this;
|
|
@@ -11730,10 +11732,10 @@ var events = [function (tabs, index, that) {
|
|
|
11730
11732
|
}
|
|
11731
11733
|
},
|
|
11732
11734
|
|
|
11733
|
-
/**
|
|
11734
|
-
* @desc:获取气泡提醒
|
|
11735
|
-
* @author huangbo
|
|
11736
|
-
* @date 2024年9月7日
|
|
11735
|
+
/**
|
|
11736
|
+
* @desc:获取气泡提醒
|
|
11737
|
+
* @author huangbo
|
|
11738
|
+
* @date 2024年9月7日
|
|
11737
11739
|
**/
|
|
11738
11740
|
getBadge: function getBadge(res) {
|
|
11739
11741
|
var num = res.tips || 0;
|
|
@@ -11747,17 +11749,17 @@ var events = [function (tabs, index, that) {
|
|
|
11747
11749
|
};
|
|
11748
11750
|
},
|
|
11749
11751
|
|
|
11750
|
-
/**
|
|
11751
|
-
* @desc:开启weosocket
|
|
11752
|
-
* @author huangbo
|
|
11753
|
-
* @date 2024年9月7日
|
|
11752
|
+
/**
|
|
11753
|
+
* @desc:开启weosocket
|
|
11754
|
+
* @author huangbo
|
|
11755
|
+
* @date 2024年9月7日
|
|
11754
11756
|
**/
|
|
11755
11757
|
initWebSocket: function initWebSocket() {
|
|
11756
11758
|
var _this5 = this;
|
|
11757
11759
|
|
|
11758
11760
|
this.webSocket = util["a" /* default */].socket({
|
|
11759
|
-
url: api["
|
|
11760
|
-
take: api["
|
|
11761
|
+
url: api["xc" /* wss */],
|
|
11762
|
+
take: api["nc" /* topic */],
|
|
11761
11763
|
success: function success(res) {
|
|
11762
11764
|
var data = res.data || {};
|
|
11763
11765
|
for (var i in data) {
|
|
@@ -11798,10 +11800,10 @@ var events = [function (tabs, index, that) {
|
|
|
11798
11800
|
});
|
|
11799
11801
|
},
|
|
11800
11802
|
|
|
11801
|
-
/**
|
|
11802
|
-
* @desc:显示用户信息
|
|
11803
|
-
* @author huangbo
|
|
11804
|
-
* @date 2024年9月7日
|
|
11803
|
+
/**
|
|
11804
|
+
* @desc:显示用户信息
|
|
11805
|
+
* @author huangbo
|
|
11806
|
+
* @date 2024年9月7日
|
|
11805
11807
|
**/
|
|
11806
11808
|
showUserInfo: function showUserInfo() {
|
|
11807
11809
|
if (this.showUser === false) {
|
|
@@ -11809,19 +11811,19 @@ var events = [function (tabs, index, that) {
|
|
|
11809
11811
|
}
|
|
11810
11812
|
},
|
|
11811
11813
|
|
|
11812
|
-
/**
|
|
11813
|
-
* @desc:删除更多应用菜单点击
|
|
11814
|
-
* @author huangbo
|
|
11815
|
-
* @date 2024年9月7日
|
|
11814
|
+
/**
|
|
11815
|
+
* @desc:删除更多应用菜单点击
|
|
11816
|
+
* @author huangbo
|
|
11817
|
+
* @date 2024年9月7日
|
|
11816
11818
|
**/
|
|
11817
11819
|
handleDelete: function handleDelete(index) {
|
|
11818
11820
|
this.newApps.splice(index, 1);
|
|
11819
11821
|
},
|
|
11820
11822
|
|
|
11821
|
-
/**
|
|
11822
|
-
* @desc:储存更多应用菜单点击
|
|
11823
|
-
* @author huangbo
|
|
11824
|
-
* @date 2024年9月7日
|
|
11823
|
+
/**
|
|
11824
|
+
* @desc:储存更多应用菜单点击
|
|
11825
|
+
* @author huangbo
|
|
11826
|
+
* @date 2024年9月7日
|
|
11825
11827
|
**/
|
|
11826
11828
|
handlerClickApps: function handlerClickApps(res) {
|
|
11827
11829
|
if (res.permission === false) {
|
|
@@ -11834,10 +11836,10 @@ var events = [function (tabs, index, that) {
|
|
|
11834
11836
|
this.handlerClickApp(res);
|
|
11835
11837
|
},
|
|
11836
11838
|
|
|
11837
|
-
/**
|
|
11838
|
-
* @desc:侧边应用菜单点击
|
|
11839
|
-
* @author huangbo
|
|
11840
|
-
* @date 2024年9月7日
|
|
11839
|
+
/**
|
|
11840
|
+
* @desc:侧边应用菜单点击
|
|
11841
|
+
* @author huangbo
|
|
11842
|
+
* @date 2024年9月7日
|
|
11841
11843
|
**/
|
|
11842
11844
|
handlerClickApp: function handlerClickApp(res) {
|
|
11843
11845
|
this.showMsg = false;
|
|
@@ -11924,10 +11926,10 @@ var events = [function (tabs, index, that) {
|
|
|
11924
11926
|
}
|
|
11925
11927
|
},
|
|
11926
11928
|
|
|
11927
|
-
/**
|
|
11928
|
-
* @desc:显示Drawer界面
|
|
11929
|
-
* @author huangbo
|
|
11930
|
-
* @date 2024年9月7日
|
|
11929
|
+
/**
|
|
11930
|
+
* @desc:显示Drawer界面
|
|
11931
|
+
* @author huangbo
|
|
11932
|
+
* @date 2024年9月7日
|
|
11931
11933
|
**/
|
|
11932
11934
|
handlerSetDrawer: function handlerSetDrawer(res, type) {
|
|
11933
11935
|
var direction = arguments.length > 2 && arguments[2] !== undefined ? arguments[2] : 'ltr';
|
|
@@ -11947,23 +11949,23 @@ var events = [function (tabs, index, that) {
|
|
|
11947
11949
|
}
|
|
11948
11950
|
},
|
|
11949
11951
|
|
|
11950
|
-
/**
|
|
11951
|
-
* @desc:关闭Drawer界面
|
|
11952
|
-
* @author huangbo
|
|
11953
|
-
* @date 2024年9月7日
|
|
11952
|
+
/**
|
|
11953
|
+
* @desc:关闭Drawer界面
|
|
11954
|
+
* @author huangbo
|
|
11955
|
+
* @date 2024年9月7日
|
|
11954
11956
|
**/
|
|
11955
11957
|
handleCloseDrawer: function handleCloseDrawer() {
|
|
11956
11958
|
this.drawer = { visible: false };
|
|
11957
11959
|
},
|
|
11958
11960
|
|
|
11959
|
-
/**
|
|
11960
|
-
* @desc:菜单点击
|
|
11961
|
-
* @author huangbo
|
|
11962
|
-
* @date 2024年9月7日
|
|
11961
|
+
/**
|
|
11962
|
+
* @desc:菜单点击
|
|
11963
|
+
* @author huangbo
|
|
11964
|
+
* @date 2024年9月7日
|
|
11963
11965
|
**/
|
|
11964
11966
|
handlerClickMenu: function handlerClickMenu(res) {
|
|
11965
11967
|
util["a" /* default */].ajax({
|
|
11966
|
-
url: api["
|
|
11968
|
+
url: api["wb" /* recordUserApp */],
|
|
11967
11969
|
params: {
|
|
11968
11970
|
userId: this.user.userId,
|
|
11969
11971
|
appId: res.id
|
|
@@ -12008,19 +12010,19 @@ var events = [function (tabs, index, that) {
|
|
|
12008
12010
|
},
|
|
12009
12011
|
|
|
12010
12012
|
|
|
12011
|
-
/**
|
|
12012
|
-
* @desc:用户详情请求成功
|
|
12013
|
-
* @author huangbo
|
|
12014
|
-
* @date 2024年9月7日
|
|
12013
|
+
/**
|
|
12014
|
+
* @desc:用户详情请求成功
|
|
12015
|
+
* @author huangbo
|
|
12016
|
+
* @date 2024年9月7日
|
|
12015
12017
|
**/
|
|
12016
12018
|
handleSuccess: function handleSuccess(res) {
|
|
12017
12019
|
this.simpleUserInfo = res.simpleUserInfo;
|
|
12018
12020
|
},
|
|
12019
12021
|
|
|
12020
|
-
/**
|
|
12021
|
-
* @desc:修改用户配置
|
|
12022
|
-
* @author huangbo
|
|
12023
|
-
* @date 2024年9月7日
|
|
12022
|
+
/**
|
|
12023
|
+
* @desc:修改用户配置
|
|
12024
|
+
* @author huangbo
|
|
12025
|
+
* @date 2024年9月7日
|
|
12024
12026
|
**/
|
|
12025
12027
|
handleChangeConfig: function handleChangeConfig(name, res) {
|
|
12026
12028
|
if (name == 'userHeadUrl') {
|
|
@@ -12036,10 +12038,10 @@ var events = [function (tabs, index, that) {
|
|
|
12036
12038
|
}
|
|
12037
12039
|
},
|
|
12038
12040
|
|
|
12039
|
-
/**
|
|
12040
|
-
* @desc:关闭webSocket
|
|
12041
|
-
* @author huangbo
|
|
12042
|
-
* @date 2024年9月7日
|
|
12041
|
+
/**
|
|
12042
|
+
* @desc:关闭webSocket
|
|
12043
|
+
* @author huangbo
|
|
12044
|
+
* @date 2024年9月7日
|
|
12043
12045
|
**/
|
|
12044
12046
|
handlerClose: function handlerClose() {
|
|
12045
12047
|
if (this.webSocket) {
|
|
@@ -12047,10 +12049,10 @@ var events = [function (tabs, index, that) {
|
|
|
12047
12049
|
}
|
|
12048
12050
|
},
|
|
12049
12051
|
|
|
12050
|
-
/**
|
|
12051
|
-
* @desc:刷新选中iframe页签
|
|
12052
|
-
* @author huangbo
|
|
12053
|
-
* @date 2024年9月7日
|
|
12052
|
+
/**
|
|
12053
|
+
* @desc:刷新选中iframe页签
|
|
12054
|
+
* @author huangbo
|
|
12055
|
+
* @date 2024年9月7日
|
|
12054
12056
|
**/
|
|
12055
12057
|
handleRefresh: function handleRefresh() {
|
|
12056
12058
|
var i = util["a" /* default */].indexOfObj(this.tabs, this.activeName, 'id');
|
|
@@ -12071,10 +12073,10 @@ var events = [function (tabs, index, that) {
|
|
|
12071
12073
|
}
|
|
12072
12074
|
},
|
|
12073
12075
|
|
|
12074
|
-
/**
|
|
12075
|
-
* @desc:删除iframe
|
|
12076
|
-
* @author huangbo
|
|
12077
|
-
* @date 2024年9月7日
|
|
12076
|
+
/**
|
|
12077
|
+
* @desc:删除iframe
|
|
12078
|
+
* @author huangbo
|
|
12079
|
+
* @date 2024年9月7日
|
|
12078
12080
|
**/
|
|
12079
12081
|
handleRemove: function handleRemove(name) {
|
|
12080
12082
|
var len = this.tabs.length - 1;
|
|
@@ -12091,10 +12093,10 @@ var events = [function (tabs, index, that) {
|
|
|
12091
12093
|
}
|
|
12092
12094
|
},
|
|
12093
12095
|
|
|
12094
|
-
/**
|
|
12095
|
-
* @desc:tabs鼠标右键事件
|
|
12096
|
-
* @author huangbo
|
|
12097
|
-
* @date 2024年9月7日
|
|
12096
|
+
/**
|
|
12097
|
+
* @desc:tabs鼠标右键事件
|
|
12098
|
+
* @author huangbo
|
|
12099
|
+
* @date 2024年9月7日
|
|
12098
12100
|
**/
|
|
12099
12101
|
handleContextmenu: function handleContextmenu(tabs, e) {
|
|
12100
12102
|
var disabled = {};
|
|
@@ -12119,10 +12121,10 @@ var events = [function (tabs, index, that) {
|
|
|
12119
12121
|
window.addEventListener('click', this.closeTabsEvents);
|
|
12120
12122
|
},
|
|
12121
12123
|
|
|
12122
|
-
/**
|
|
12123
|
-
* @desc:tabs页签事件
|
|
12124
|
-
* @author huangbo
|
|
12125
|
-
* @date 2024年9月7日
|
|
12124
|
+
/**
|
|
12125
|
+
* @desc:tabs页签事件
|
|
12126
|
+
* @author huangbo
|
|
12127
|
+
* @date 2024年9月7日
|
|
12126
12128
|
**/
|
|
12127
12129
|
handleTabsEvents: function handleTabsEvents(num) {
|
|
12128
12130
|
if (this.pane !== null) {
|
|
@@ -12140,10 +12142,10 @@ var events = [function (tabs, index, that) {
|
|
|
12140
12142
|
window.removeEventListener('click', this.closeTabsEvents);
|
|
12141
12143
|
},
|
|
12142
12144
|
|
|
12143
|
-
/**
|
|
12144
|
-
* @desc:handler工具栏点击事件
|
|
12145
|
-
* @author huangbo
|
|
12146
|
-
* @date 2024年9月7日
|
|
12145
|
+
/**
|
|
12146
|
+
* @desc:handler工具栏点击事件
|
|
12147
|
+
* @author huangbo
|
|
12148
|
+
* @date 2024年9月7日
|
|
12147
12149
|
**/
|
|
12148
12150
|
handleClick: function handleClick(res) {
|
|
12149
12151
|
var type = res.type,
|
|
@@ -12221,10 +12223,10 @@ var events = [function (tabs, index, that) {
|
|
|
12221
12223
|
this.$emit('handler-click', res);
|
|
12222
12224
|
},
|
|
12223
12225
|
|
|
12224
|
-
/**
|
|
12225
|
-
* @desc:退出登录
|
|
12226
|
-
* @author huangbo
|
|
12227
|
-
* @date 2024年9月7日
|
|
12226
|
+
/**
|
|
12227
|
+
* @desc:退出登录
|
|
12228
|
+
* @author huangbo
|
|
12229
|
+
* @date 2024年9月7日
|
|
12228
12230
|
**/
|
|
12229
12231
|
handleQuit: function handleQuit() {
|
|
12230
12232
|
var _this6 = this;
|
|
@@ -12251,7 +12253,7 @@ var events = [function (tabs, index, that) {
|
|
|
12251
12253
|
document.body.appendChild(iframe);
|
|
12252
12254
|
}
|
|
12253
12255
|
}
|
|
12254
|
-
util["a" /* default */].ajax({ method: 'post', url: api["
|
|
12256
|
+
util["a" /* default */].ajax({ method: 'post', url: api["nb" /* logout */] }).then(function (res) {
|
|
12255
12257
|
if (res.rCode == 0) {
|
|
12256
12258
|
util["a" /* default */].removeStorage(['Authorization', 'token', 'ssId', 'userId', 'userName', 'auth', 'deviceUnique', 'menus', 'useCaseCodes', 'mainConfig', 'jump']);
|
|
12257
12259
|
if (_this6.onQuit && typeof _this6.onQuit === 'function') {
|
|
@@ -12299,10 +12301,10 @@ var events = [function (tabs, index, that) {
|
|
|
12299
12301
|
}).catch(function (e) {});
|
|
12300
12302
|
},
|
|
12301
12303
|
|
|
12302
|
-
/**
|
|
12303
|
-
* @desc:主题、消息回调
|
|
12304
|
-
* @author huangbo
|
|
12305
|
-
* @date 2024年9月7日
|
|
12304
|
+
/**
|
|
12305
|
+
* @desc:主题、消息回调
|
|
12306
|
+
* @author huangbo
|
|
12307
|
+
* @date 2024年9月7日
|
|
12306
12308
|
**/
|
|
12307
12309
|
handleChange: function handleChange(res) {
|
|
12308
12310
|
var type = res.type,
|
|
@@ -12318,10 +12320,10 @@ var events = [function (tabs, index, that) {
|
|
|
12318
12320
|
}
|
|
12319
12321
|
},
|
|
12320
12322
|
|
|
12321
|
-
/**
|
|
12322
|
-
* @desc:菜单布局样式切换
|
|
12323
|
-
* @author huangbo
|
|
12324
|
-
* @date 2024年9月7日
|
|
12323
|
+
/**
|
|
12324
|
+
* @desc:菜单布局样式切换
|
|
12325
|
+
* @author huangbo
|
|
12326
|
+
* @date 2024年9月7日
|
|
12325
12327
|
**/
|
|
12326
12328
|
handleLayout: function handleLayout(res, active) {
|
|
12327
12329
|
if (active) {
|
|
@@ -12330,10 +12332,10 @@ var events = [function (tabs, index, that) {
|
|
|
12330
12332
|
this.$emit('chang-layout', res, active);
|
|
12331
12333
|
},
|
|
12332
12334
|
|
|
12333
|
-
/**
|
|
12334
|
-
* @desc:消息修改总数
|
|
12335
|
-
* @author huangbo
|
|
12336
|
-
* @date 2024年9月7日
|
|
12335
|
+
/**
|
|
12336
|
+
* @desc:消息修改总数
|
|
12337
|
+
* @author huangbo
|
|
12338
|
+
* @date 2024年9月7日
|
|
12337
12339
|
**/
|
|
12338
12340
|
handleMenuTips: function handleMenuTips(id, num) {
|
|
12339
12341
|
if (num) {
|
|
@@ -12344,10 +12346,10 @@ var events = [function (tabs, index, that) {
|
|
|
12344
12346
|
}
|
|
12345
12347
|
},
|
|
12346
12348
|
|
|
12347
|
-
/**
|
|
12348
|
-
* @desc:处理即时消息
|
|
12349
|
-
* @author huangbo
|
|
12350
|
-
* @date 2024年9月7日
|
|
12349
|
+
/**
|
|
12350
|
+
* @desc:处理即时消息
|
|
12351
|
+
* @author huangbo
|
|
12352
|
+
* @date 2024年9月7日
|
|
12351
12353
|
**/
|
|
12352
12354
|
handleOpened: function handleOpened(res) {
|
|
12353
12355
|
var _this7 = this;
|
|
@@ -13309,7 +13311,7 @@ var userinfovue_type_script_lang_js_extends = Object.assign || function (target)
|
|
|
13309
13311
|
var _this2 = this;
|
|
13310
13312
|
|
|
13311
13313
|
util["a" /* default */].ajax({
|
|
13312
|
-
url: api["
|
|
13314
|
+
url: api["jb" /* initUserSet */]
|
|
13313
13315
|
}).then(function (res) {
|
|
13314
13316
|
if (res.rCode === 0) {
|
|
13315
13317
|
var results = JSON.parse(JSON.stringify(res.results));
|
|
@@ -13358,7 +13360,7 @@ var userinfovue_type_script_lang_js_extends = Object.assign || function (target)
|
|
|
13358
13360
|
|
|
13359
13361
|
switch (type) {
|
|
13360
13362
|
case 'job':
|
|
13361
|
-
util["a" /* default */].ajax({ url: api["
|
|
13363
|
+
util["a" /* default */].ajax({ url: api["Ib" /* switchUserTo */], params: { userId: value.value } }).then(function (res) {
|
|
13362
13364
|
if (res.rCode == 0) {
|
|
13363
13365
|
util["a" /* default */].setStorage({
|
|
13364
13366
|
type: _this3.storage,
|
|
@@ -13399,7 +13401,7 @@ var userinfovue_type_script_lang_js_extends = Object.assign || function (target)
|
|
|
13399
13401
|
var initLogin = util["a" /* default */].getStorage('initLogin');
|
|
13400
13402
|
initLogin && (initLogin = JSON.parse(initLogin));
|
|
13401
13403
|
util["a" /* default */].ajax({
|
|
13402
|
-
url: api["
|
|
13404
|
+
url: api["rc" /* updateUserInfo */],
|
|
13403
13405
|
params: {
|
|
13404
13406
|
email: this.values.email,
|
|
13405
13407
|
officeTel: this.values.officeTel,
|
|
@@ -13457,7 +13459,7 @@ var userinfovue_type_script_lang_js_extends = Object.assign || function (target)
|
|
|
13457
13459
|
var notify = _this4.values.notify.sort().join(',');
|
|
13458
13460
|
if (notify != _this4.notify.split(',').sort().join(',')) {
|
|
13459
13461
|
util["a" /* default */].ajax({
|
|
13460
|
-
url: api["
|
|
13462
|
+
url: api["qc" /* updateUserCustomInfo */],
|
|
13461
13463
|
params: {
|
|
13462
13464
|
notify: notify
|
|
13463
13465
|
}
|
|
@@ -13812,7 +13814,7 @@ messagevue_type_template_id_016a2883_render._withStripped = true
|
|
|
13812
13814
|
if (this.pageNum <= this.pageCount) {
|
|
13813
13815
|
this.loading = true;
|
|
13814
13816
|
util["a" /* default */].ajax({
|
|
13815
|
-
url: api["
|
|
13817
|
+
url: api["Jb" /* sysMsgPage */],
|
|
13816
13818
|
params: {
|
|
13817
13819
|
pageNum: reload ? 1 : this.pageNum,
|
|
13818
13820
|
pageSize: this.pageSize
|
|
@@ -13845,7 +13847,7 @@ messagevue_type_template_id_016a2883_render._withStripped = true
|
|
|
13845
13847
|
var _this2 = this;
|
|
13846
13848
|
|
|
13847
13849
|
util["a" /* default */].ajax({
|
|
13848
|
-
url: api["
|
|
13850
|
+
url: api["fb" /* ignoreSysMsg */],
|
|
13849
13851
|
params: {
|
|
13850
13852
|
id: res.id
|
|
13851
13853
|
}
|
|
@@ -13865,7 +13867,7 @@ messagevue_type_template_id_016a2883_render._withStripped = true
|
|
|
13865
13867
|
var _this3 = this;
|
|
13866
13868
|
|
|
13867
13869
|
util["a" /* default */].ajax({
|
|
13868
|
-
url: api["
|
|
13870
|
+
url: api["eb" /* ignoreAllSysMsg */]
|
|
13869
13871
|
}).then(function (res) {
|
|
13870
13872
|
_this3.count = 0;
|
|
13871
13873
|
_this3.msgs = [];
|
|
@@ -14200,7 +14202,7 @@ noticevue_type_template_id_6c63684e_render._withStripped = true
|
|
|
14200
14202
|
var _this = this;
|
|
14201
14203
|
|
|
14202
14204
|
util["a" /* default */].ajax({
|
|
14203
|
-
url: api["
|
|
14205
|
+
url: api["eb" /* ignoreAllSysMsg */]
|
|
14204
14206
|
}).then(function (res) {
|
|
14205
14207
|
_this.count = 0;
|
|
14206
14208
|
_this.msgs = [];
|
|
@@ -14707,7 +14709,7 @@ var appCode = util["a" /* default */].getParams('appCode') || util["a" /* defaul
|
|
|
14707
14709
|
//获取用户信息的接口
|
|
14708
14710
|
mainConfig: {
|
|
14709
14711
|
type: String,
|
|
14710
|
-
default: api["
|
|
14712
|
+
default: api["ob" /* mainConfig */]
|
|
14711
14713
|
},
|
|
14712
14714
|
iframeId: {
|
|
14713
14715
|
type: String,
|
|
@@ -14816,9 +14818,9 @@ var appCode = util["a" /* default */].getParams('appCode') || util["a" /* defaul
|
|
|
14816
14818
|
return this.menuUrl;
|
|
14817
14819
|
}
|
|
14818
14820
|
if (this.application) {
|
|
14819
|
-
return api["
|
|
14821
|
+
return api["J" /* getComplexApplicationsNew */];
|
|
14820
14822
|
}
|
|
14821
|
-
return api["
|
|
14823
|
+
return api["I" /* getComplexApplications */];
|
|
14822
14824
|
},
|
|
14823
14825
|
|
|
14824
14826
|
//是否双列右侧菜单
|
|
@@ -15135,7 +15137,7 @@ var appCode = util["a" /* default */].getParams('appCode') || util["a" /* defaul
|
|
|
15135
15137
|
return;
|
|
15136
15138
|
}
|
|
15137
15139
|
util["a" /* default */].ajax({
|
|
15138
|
-
url: api["
|
|
15140
|
+
url: api["qc" /* updateUserCustomInfo */],
|
|
15139
15141
|
params: { color: escape(color.toLowerCase()) },
|
|
15140
15142
|
data: { color: escape(color.toLowerCase()) }
|
|
15141
15143
|
}).then(function (res) {
|
|
@@ -16343,8 +16345,8 @@ var appCode = util["a" /* default */].getParams('appCode') || util["a" /* defaul
|
|
|
16343
16345
|
var _this11 = this;
|
|
16344
16346
|
|
|
16345
16347
|
this.webSocket = util["a" /* default */].socket({
|
|
16346
|
-
url: api["
|
|
16347
|
-
take: api["
|
|
16348
|
+
url: api["xc" /* wss */],
|
|
16349
|
+
take: api["nc" /* topic */],
|
|
16348
16350
|
success: function success(res) {
|
|
16349
16351
|
var data = res.data || {};
|
|
16350
16352
|
for (var i in data) {
|