eoss-ui 0.7.84 → 0.7.86
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 +155 -143
- package/lib/button.js +155 -143
- package/lib/calogin.js +155 -143
- package/lib/checkbox-group.js +157 -145
- package/lib/config/api.js +8 -0
- package/lib/data-table-form.js +157 -145
- package/lib/data-table.js +160 -148
- package/lib/date-picker.js +155 -143
- package/lib/dialog.js +155 -143
- package/lib/eoss-ui.common.js +863 -166
- package/lib/flow-group.js +155 -143
- package/lib/flow-list.js +949 -252
- package/lib/flow.js +257 -241
- package/lib/form.js +157 -145
- package/lib/handle-user.js +156 -144
- package/lib/handler.js +160 -148
- package/lib/icon.js +156 -144
- package/lib/icons.js +1 -1
- package/lib/index.js +1 -1
- package/lib/input-number.js +155 -143
- package/lib/input.js +155 -143
- package/lib/login.js +179 -167
- package/lib/main.js +246 -234
- package/lib/nav.js +155 -143
- package/lib/notify.js +158 -146
- package/lib/page.js +155 -143
- package/lib/pagination.js +155 -143
- package/lib/player.js +155 -143
- package/lib/qr-code.js +155 -143
- package/lib/radio-group.js +157 -145
- package/lib/retrial-auth.js +159 -147
- package/lib/select-ganged.js +157 -145
- package/lib/select.js +157 -145
- package/lib/selector-panel.js +173 -161
- package/lib/selector.js +157 -145
- package/lib/sizer.js +157 -145
- package/lib/steps.js +155 -143
- package/lib/switch.js +155 -143
- package/lib/table-form.js +155 -143
- package/lib/tabs.js +155 -143
- package/lib/theme-chalk/base.css +1 -1
- package/lib/theme-chalk/flow-list.css +1 -1
- package/lib/theme-chalk/fonts/iconfont.ttf +0 -0
- package/lib/theme-chalk/fonts/iconfont.woff +0 -0
- package/lib/theme-chalk/icon.css +1 -1
- package/lib/theme-chalk/index.css +1 -1
- package/lib/theme-chalk/main.css +1 -1
- package/lib/theme-chalk/menu.css +1 -1
- package/lib/theme-chalk/simplicity-top.css +1 -1
- package/lib/theme-chalk/simplicity.css +1 -1
- package/lib/theme-chalk/sizer.css +1 -1
- package/lib/theme-chalk/upload.css +1 -1
- package/lib/tips.js +156 -144
- package/lib/tree-group.js +155 -143
- package/lib/tree.js +156 -144
- package/lib/upload.js +168 -156
- package/lib/wujie.js +155 -143
- package/lib/wxlogin.js +155 -143
- package/package.json +1 -1
- package/packages/flow/src/main.vue +6 -2
- package/packages/flow-list/src/main.vue +547 -44
- package/packages/handler/src/main.vue +2 -2
- package/packages/icons/src/icon.json +1 -1
- package/packages/login/src/main.vue +7 -7
- package/packages/main/src/simplicity/index.vue +3 -3
- package/packages/main/src/simplicityTop/handler.vue +2 -2
- package/packages/main/src/simplicityTop/index.vue +3 -3
- package/packages/theme-chalk/src/flow-list.scss +16 -0
- package/packages/theme-chalk/src/fonts/iconfont.ttf +0 -0
- package/packages/theme-chalk/src/fonts/iconfont.woff +0 -0
- package/packages/theme-chalk/src/icon.scss +2637 -797
- package/src/config/api.js +8 -0
- package/src/index.js +1 -1
package/lib/main.js
CHANGED
|
@@ -1702,7 +1702,7 @@ var getLightness = function getLightness($v, $i, $isLight) {
|
|
|
1702
1702
|
* @param {function} callback - 回调函数
|
|
1703
1703
|
**/
|
|
1704
1704
|
var util_getMainConfig = function getMainConfig(callback) {
|
|
1705
|
-
util_ajax({ url: api["
|
|
1705
|
+
util_ajax({ url: api["zb" /* mainConfig */] }).then(function (res) {
|
|
1706
1706
|
if (res && res.rCode === 0) {
|
|
1707
1707
|
callback(res.results);
|
|
1708
1708
|
}
|
|
@@ -2467,7 +2467,7 @@ var isLogined = function () {
|
|
|
2467
2467
|
break;
|
|
2468
2468
|
}
|
|
2469
2469
|
|
|
2470
|
-
util_ajax({ method: 'post', url: api["
|
|
2470
|
+
util_ajax({ method: 'post', url: api["yb" /* logout */] }).then(function (res) {
|
|
2471
2471
|
if (res.rCode === 0) {
|
|
2472
2472
|
removeStorage();
|
|
2473
2473
|
}
|
|
@@ -3931,167 +3931,171 @@ var winTopOpen = function winTopOpen(config) {
|
|
|
3931
3931
|
/***/ (function(module, __webpack_exports__, __webpack_require__) {
|
|
3932
3932
|
|
|
3933
3933
|
"use strict";
|
|
3934
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3935
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3936
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3937
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3938
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3939
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3940
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3941
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3942
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3934
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "r", function() { return doCaLogin; });
|
|
3935
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "v", function() { return doUserLogin; });
|
|
3936
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "t", function() { return doQrLogin; });
|
|
3937
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "yb", function() { return logout; });
|
|
3938
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "qb", function() { return initLogin; });
|
|
3939
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Zb", function() { return switchUserTo; });
|
|
3940
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "d", function() { return changeImg; });
|
|
3941
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "S", function() { return getLoginCode; });
|
|
3942
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "s", function() { return doCodeLogin; });
|
|
3943
3943
|
/* unused harmony export updateCode */
|
|
3944
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3945
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3946
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3944
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "T", function() { return getModifyPassCode; });
|
|
3945
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "h", function() { return codeModifyPass; });
|
|
3946
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "wb", function() { return loginModifyPassword; });
|
|
3947
3947
|
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "b", function() { return authCenter; });
|
|
3948
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3949
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3950
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3951
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3952
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3953
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3954
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3955
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3956
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3957
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3958
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3959
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3960
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3961
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3962
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3948
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "rb", function() { return initModifyPassword; });
|
|
3949
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "w", function() { return doWechatQrLogin; });
|
|
3950
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "hb", function() { return getTwoFactorLoginCode; });
|
|
3951
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "u", function() { return doTwoFactorLogin; });
|
|
3952
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "sb", function() { return initRetrialAuth; });
|
|
3953
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "bb", function() { return getRetrialAuthCode; });
|
|
3954
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Rb", function() { return scanCodeRetrialAuth; });
|
|
3955
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "i", function() { return codeRetrialAuth; });
|
|
3956
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "q", function() { return doAssistanceQrLogin; });
|
|
3957
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Pc", function() { return userOnline; });
|
|
3958
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "jb", function() { return getUserAppWithTag; });
|
|
3959
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Kb", function() { return recordUserApp; });
|
|
3960
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "zb", function() { return mainConfig; });
|
|
3961
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "tb", function() { return initUserSet; });
|
|
3962
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Kc", function() { return updateUserInfo; });
|
|
3963
3963
|
/* unused harmony export getUserImgUrl */
|
|
3964
3964
|
/* unused harmony export getDoorIndex */
|
|
3965
3965
|
/* unused harmony export refreshOnlineUsers */
|
|
3966
3966
|
/* unused harmony export getQuickMenuIds */
|
|
3967
3967
|
/* unused harmony export getApplicationIdArray */
|
|
3968
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3969
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3968
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "M", function() { return getComplexApplications; });
|
|
3969
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "N", function() { return getComplexApplicationsNew; });
|
|
3970
3970
|
/* unused harmony export getUserCustomInfo */
|
|
3971
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3972
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3973
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3974
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3975
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3976
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3977
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3978
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3979
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3980
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3981
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3982
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3983
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3984
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3985
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3986
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3987
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3971
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Jc", function() { return updateUserCustomInfo; });
|
|
3972
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "ac", function() { return sysMsgPage; });
|
|
3973
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "pb", function() { return ignoreSysMsg; });
|
|
3974
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "ob", function() { return ignoreAllSysMsg; });
|
|
3975
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Sb", function() { return searchType; });
|
|
3976
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "gb", function() { return getSysParam; });
|
|
3977
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "L", function() { return getAdjunctProperties; });
|
|
3978
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Oc", function() { return uploads; });
|
|
3979
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Mc", function() { return uploadOnlyOne; });
|
|
3980
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "K", function() { return getAdjunctFileInfos; });
|
|
3981
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Nc", function() { return uploadSort; });
|
|
3982
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "x", function() { return downloadByAdjunctId; });
|
|
3983
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Lc", function() { return uploadDownloads; });
|
|
3984
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Fb", function() { return previewAdjunct; });
|
|
3985
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Gb", function() { return previewAdjunct2; });
|
|
3986
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Hb", function() { return previewAdjunctOffice; });
|
|
3987
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "k", function() { return delAdjunct; });
|
|
3988
3988
|
/* unused harmony export upload_updateClassify */
|
|
3989
3989
|
/* unused harmony export getDeleteAdjunctFileInfos */
|
|
3990
3990
|
/* unused harmony export getPictureBase64 */
|
|
3991
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3992
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3993
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3994
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3995
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3996
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3991
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "eb", function() { return getSelectorOrgTree; });
|
|
3992
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "db", function() { return getSelectorOrgDetail; });
|
|
3993
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "X", function() { return getOrgMainTree; });
|
|
3994
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "cb", function() { return getSelectOrgsubids; });
|
|
3995
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "C", function() { return findSysCode; });
|
|
3996
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "O", function() { return getDictList; });
|
|
3997
3997
|
/* unused harmony export findUserBaseInfo */
|
|
3998
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3998
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "mb", function() { return gethelpdoc; });
|
|
3999
3999
|
/* unused harmony export getCurrentuser */
|
|
4000
4000
|
/* unused harmony export mainDetail */
|
|
4001
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
4002
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
4003
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
4001
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "sc", function() { return toStartFlow; });
|
|
4002
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "mc", function() { return tempSave; });
|
|
4003
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "j", function() { return commonOpion; });
|
|
4004
4004
|
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "a", function() { return addCommonOpion; });
|
|
4005
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
4006
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
4007
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
4008
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
4009
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
4010
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
4011
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
4012
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
4013
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
4014
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
4015
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
4016
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
4005
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "y", function() { return editCommonOpion; });
|
|
4006
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Qb", function() { return saveCommonOpinion; });
|
|
4007
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Ic", function() { return updateCommonOpinion; });
|
|
4008
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "l", function() { return deleteCommonOpion; });
|
|
4009
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "ab", function() { return getProcessDefList; });
|
|
4010
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "U", function() { return getNodeInfo; });
|
|
4011
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "B", function() { return findCodeValues; });
|
|
4012
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "E", function() { return findSysParam; });
|
|
4013
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "D", function() { return findSysCodes; });
|
|
4014
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "W", function() { return getNotificationMsg; });
|
|
4015
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Q", function() { return getHandleInfoHtml; });
|
|
4016
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "cc", function() { return taskHandleHtml; });
|
|
4017
4017
|
/* unused harmony export getView */
|
|
4018
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
4019
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
4020
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
4021
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
4022
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
4023
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
4024
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
4025
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
4026
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
4027
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
4028
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
4029
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
4030
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
4031
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
4032
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
4033
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
4034
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
4035
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
4036
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
4037
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
4038
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
4018
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Lb", function() { return register; });
|
|
4019
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Bb", function() { return pendedhistoryList; });
|
|
4020
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "wc", function() { return toTaskRejectHtml; });
|
|
4021
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "fc", function() { return taskRejectHtml; });
|
|
4022
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "tc", function() { return toStartTaskRead; });
|
|
4023
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "uc", function() { return toStartTaskReadIndex; });
|
|
4024
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "dc", function() { return taskReadHtml; });
|
|
4025
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Mb", function() { return rejectAndEnd; });
|
|
4026
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "rc", function() { return toSendMsg; });
|
|
4027
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Wb", function() { return sendMsg; });
|
|
4028
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "A", function() { return endFlowHtml; });
|
|
4029
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "nb", function() { return handleInfo; });
|
|
4030
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "xb", function() { return loginUserInfo; });
|
|
4031
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Qc", function() { return wss; });
|
|
4032
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Gc", function() { return topic; });
|
|
4033
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Y", function() { return getPresetCustomInfo; });
|
|
4034
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Z", function() { return getPresetNodeInfo; });
|
|
4035
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Cc", function() { return toTaskTransferIndex; });
|
|
4036
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "jc", function() { return taskTransfer; });
|
|
4037
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "pc", function() { return toPresetInfoListIndex; });
|
|
4038
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "n", function() { return deletePresetInfo; });
|
|
4039
4039
|
/* unused harmony export historyListJson */
|
|
4040
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
4041
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
4042
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
4043
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
4044
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
4045
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
4046
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
4047
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
4048
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
4049
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
4050
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
4051
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
4052
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
4053
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
4054
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
4055
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
4056
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
4057
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
4058
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
4059
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
4060
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
4061
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
4062
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
4063
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
4064
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
4065
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
4066
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
4067
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
4068
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
4069
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
4070
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
4071
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
4072
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
4073
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
4040
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Cb", function() { return pendedhistoryListJson; });
|
|
4041
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Eb", function() { return pressListJson; });
|
|
4042
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "m", function() { return deleteFlow; });
|
|
4043
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Ab", function() { return modifyFlow; });
|
|
4044
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "ub", function() { return isCanStartSubFlow; });
|
|
4045
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Dc", function() { return toTaskUnionExamine; });
|
|
4046
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "kc", function() { return taskUnionExamine; });
|
|
4047
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Bc", function() { return toTaskTakeAdvice; });
|
|
4048
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "ic", function() { return taskTakeAdvice; });
|
|
4049
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "yc", function() { return toTaskStartDraft; });
|
|
4050
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "zc", function() { return toTaskSupervise; });
|
|
4051
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Ac", function() { return toTaskSuperviseSub; });
|
|
4052
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "hc", function() { return taskStartDraft; });
|
|
4053
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "xc", function() { return toTaskReview; });
|
|
4054
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "gc", function() { return taskReview; });
|
|
4055
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Ec", function() { return toTaskUnionSeal; });
|
|
4056
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "lc", function() { return taskUnionSeal; });
|
|
4057
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Fc", function() { return toTwoOfficesDispatch; });
|
|
4058
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Hc", function() { return twoOfficesDispatch; });
|
|
4059
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "qc", function() { return toResetProcessIndex; });
|
|
4060
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Ob", function() { return resetProcess; });
|
|
4061
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "vc", function() { return toTaskContinuationIndex; });
|
|
4062
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "bc", function() { return taskContinuation; });
|
|
4063
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "P", function() { return getFreeStartFlowParams; });
|
|
4064
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "H", function() { return freeStartFlowWithSubmitTask; });
|
|
4065
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "f", function() { return checkForeignOrgStartedCircularRead; });
|
|
4066
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Db", function() { return pendedhistoryListWithCircularReadJson; });
|
|
4067
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "J", function() { return fyListJson; });
|
|
4068
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Nb", function() { return resetJson; });
|
|
4069
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "o", function() { return deletedListJson; });
|
|
4070
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Pb", function() { return restoredHistory; });
|
|
4071
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "c", function() { return batchDelete; });
|
|
4072
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "g", function() { return circularReadWithdraw; });
|
|
4073
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "ec", function() { return taskReadWithDraw; });
|
|
4074
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Yb", function() { return startReadTransferHandleFlowWithTaskReadEnd; });
|
|
4075
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "e", function() { return checkBusinessIdStartedReadTransferHandle; });
|
|
4076
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Vb", function() { return sendList; });
|
|
4077
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Ub", function() { return sendInfo; });
|
|
4074
4078
|
/* unused harmony export sendSave */
|
|
4075
4079
|
/* unused harmony export sendUpdate */
|
|
4076
4080
|
/* unused harmony export sendDelete */
|
|
4077
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
4078
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
4079
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
4080
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
4081
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
4082
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
4083
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
4084
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
4085
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
4086
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
4087
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
4088
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
4089
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
4090
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
4091
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
4092
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
4093
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
4094
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
4081
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Tb", function() { return sendBatch; });
|
|
4082
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "F", function() { return formContents; });
|
|
4083
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "p", function() { return directStartTaskCircularRead; });
|
|
4084
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "z", function() { return endFlowAndStartTaskCircularRead; });
|
|
4085
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "V", function() { return getNodeInfoForStart; });
|
|
4086
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "G", function() { return freeStartFlow; });
|
|
4087
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "ib", function() { return getUrgencyLevelChangedNotificationType; });
|
|
4088
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "oc", function() { return toFreeTaskCircularRead; });
|
|
4089
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "vb", function() { return isCancelSecondConfirmation; });
|
|
4090
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "I", function() { return freeTaskCircularRead; });
|
|
4091
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "nc", function() { return toDefinitionChangeSort; });
|
|
4092
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Xb", function() { return setSort; });
|
|
4093
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Jb", function() { return queryUseCommonMenu; });
|
|
4094
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "R", function() { return getIndexCount; });
|
|
4095
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "lb", function() { return getVoteMeetingNum; });
|
|
4096
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "kb", function() { return getUserTipsInstanceNum; });
|
|
4097
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "fb", function() { return getShareFilesReceiveCountNew; });
|
|
4098
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Ib", function() { return queryChildMenuUrl; });
|
|
4095
4099
|
var flowPendingPrefix = window.flowPendingPrefix || localStorage.getItem('flowPendingPrefix') || '/bpm';
|
|
4096
4100
|
// 登录
|
|
4097
4101
|
var doCaLogin = '/sso2/signIn/auth/doCaLogin'; // ca登录认证
|
|
@@ -4330,6 +4334,14 @@ var checkForeignOrgStartedCircularRead = '/bpm/bpmBackend/checkForeignOrgStarted
|
|
|
4330
4334
|
var pendedhistoryListWithCircularReadJson = '/bpm/pendedhistoryManager/pendedhistoryListWithCircularReadJson';
|
|
4331
4335
|
// 获取分阅情况列表
|
|
4332
4336
|
var fyListJson = '/bpm/pendedhistoryManager/fyListJson.dhtml';
|
|
4337
|
+
// 获取重设记录列表
|
|
4338
|
+
var resetJson = '/bpm/wfResetRecord/listJson.dhtml';
|
|
4339
|
+
// 获取删除记录列表
|
|
4340
|
+
var deletedListJson = '/bpm/pendedhistoryManager/deletedListJson.dhtml';
|
|
4341
|
+
// 恢复删除记录
|
|
4342
|
+
var restoredHistory = '/bpm/pendedhistoryManager/restoredHistory.dhtml';
|
|
4343
|
+
// 批量删除
|
|
4344
|
+
var batchDelete = '/bpm/pendedhistoryManager/batchDelete.dhtml';
|
|
4333
4345
|
|
|
4334
4346
|
// 传阅列表撤回
|
|
4335
4347
|
var circularReadWithdraw = '/bpm/bpmBackend/circularReadWithdraw';
|
|
@@ -5402,8 +5414,8 @@ render._withStripped = true
|
|
|
5402
5414
|
// EXTERNAL MODULE: ./src/config/image.js
|
|
5403
5415
|
var config_image = __webpack_require__(19);
|
|
5404
5416
|
|
|
5405
|
-
// 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=
|
|
5406
|
-
var
|
|
5417
|
+
// 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=3a1d1142&scoped=true&
|
|
5418
|
+
var simplicityvue_type_template_id_3a1d1142_scoped_true_render = function () {
|
|
5407
5419
|
var _vm = this
|
|
5408
5420
|
var _h = _vm.$createElement
|
|
5409
5421
|
var _c = _vm._self._c || _h
|
|
@@ -6169,11 +6181,11 @@ var simplicityvue_type_template_id_1a880c76_scoped_true_render = function () {
|
|
|
6169
6181
|
),
|
|
6170
6182
|
])
|
|
6171
6183
|
}
|
|
6172
|
-
var
|
|
6173
|
-
|
|
6184
|
+
var simplicityvue_type_template_id_3a1d1142_scoped_true_staticRenderFns = []
|
|
6185
|
+
simplicityvue_type_template_id_3a1d1142_scoped_true_render._withStripped = true
|
|
6174
6186
|
|
|
6175
6187
|
|
|
6176
|
-
// CONCATENATED MODULE: ./packages/main/src/simplicity/index.vue?vue&type=template&id=
|
|
6188
|
+
// CONCATENATED MODULE: ./packages/main/src/simplicity/index.vue?vue&type=template&id=3a1d1142&scoped=true&
|
|
6177
6189
|
|
|
6178
6190
|
// 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&
|
|
6179
6191
|
var avatarvue_type_template_id_e722b45c_scoped_true_render = function () {
|
|
@@ -6302,7 +6314,7 @@ var api = __webpack_require__(1);
|
|
|
6302
6314
|
if (res.url && util["a" /* default */].startWith(res.url, ['http', 'https', '/'])) {
|
|
6303
6315
|
this.userHead = res.url;
|
|
6304
6316
|
} else {
|
|
6305
|
-
this.userHead = dochubConfig && dochubConfig.downloadDocumentUrl ? dochubConfig.downloadDocumentUrl + '?documentId=' + res.adjunctId : api["
|
|
6317
|
+
this.userHead = dochubConfig && dochubConfig.downloadDocumentUrl ? dochubConfig.downloadDocumentUrl + '?documentId=' + res.adjunctId : api["x" /* downloadByAdjunctId */] + '?adjunctId=' + res.adjunctId;
|
|
6306
6318
|
}
|
|
6307
6319
|
this.$emit('change', this.userHead);
|
|
6308
6320
|
}
|
|
@@ -8234,7 +8246,7 @@ var external_throttle_debounce_ = __webpack_require__(13);
|
|
|
8234
8246
|
},
|
|
8235
8247
|
handleClick: function handleClick(res) {
|
|
8236
8248
|
util["a" /* default */].ajax({
|
|
8237
|
-
url: api["
|
|
8249
|
+
url: api["Kb" /* recordUserApp */],
|
|
8238
8250
|
params: {
|
|
8239
8251
|
userId: this.user.userId,
|
|
8240
8252
|
appId: res.id
|
|
@@ -8697,7 +8709,7 @@ var _props;
|
|
|
8697
8709
|
return _this2.formKey.includes(key);
|
|
8698
8710
|
})));
|
|
8699
8711
|
util["a" /* default */].ajax({
|
|
8700
|
-
url: api["
|
|
8712
|
+
url: api["Kc" /* updateUserInfo */],
|
|
8701
8713
|
params: _extends({}, data, {
|
|
8702
8714
|
oldPassword: this.secret && initLogin && initLogin.secret && oldpassword ? util["a" /* default */].esmEncrypt({
|
|
8703
8715
|
data: oldpassword,
|
|
@@ -8933,7 +8945,7 @@ var userinfo_component = Object(componentNormalizer["a" /* default */])(
|
|
|
8933
8945
|
var _this2 = this;
|
|
8934
8946
|
|
|
8935
8947
|
util["a" /* default */].ajax({
|
|
8936
|
-
url: api["
|
|
8948
|
+
url: api["tb" /* initUserSet */]
|
|
8937
8949
|
}).then(function (res) {
|
|
8938
8950
|
if (res.rCode === 0) {
|
|
8939
8951
|
var results = JSON.parse(JSON.stringify(res.results));
|
|
@@ -8974,7 +8986,7 @@ var userinfo_component = Object(componentNormalizer["a" /* default */])(
|
|
|
8974
8986
|
var notify = this.checked.join(',');
|
|
8975
8987
|
util["a" /* default */].ajax({
|
|
8976
8988
|
method: 'post',
|
|
8977
|
-
url: api["
|
|
8989
|
+
url: api["Jc" /* updateUserCustomInfo */],
|
|
8978
8990
|
data: {
|
|
8979
8991
|
notify: notify
|
|
8980
8992
|
}
|
|
@@ -9004,7 +9016,7 @@ var userinfo_component = Object(componentNormalizer["a" /* default */])(
|
|
|
9004
9016
|
if (this.user.identityId !== res.id) {
|
|
9005
9017
|
util["a" /* default */].ajax({
|
|
9006
9018
|
method: 'post',
|
|
9007
|
-
url: api["
|
|
9019
|
+
url: api["Zb" /* switchUserTo */],
|
|
9008
9020
|
data: { userId: res.value }
|
|
9009
9021
|
}).then(function (res) {
|
|
9010
9022
|
if (res.rCode == 0) {
|
|
@@ -9401,7 +9413,7 @@ var messagevue_type_script_lang_js_extends = Object.assign || function (target)
|
|
|
9401
9413
|
if (this.pageNum <= this.pageCount) {
|
|
9402
9414
|
this.loading = true;
|
|
9403
9415
|
util["a" /* default */].ajax({
|
|
9404
|
-
url: api["
|
|
9416
|
+
url: api["ac" /* sysMsgPage */],
|
|
9405
9417
|
params: {
|
|
9406
9418
|
pageNum: reload ? 1 : this.pageNum,
|
|
9407
9419
|
pageSize: this.pageSize
|
|
@@ -9434,7 +9446,7 @@ var messagevue_type_script_lang_js_extends = Object.assign || function (target)
|
|
|
9434
9446
|
var _this2 = this;
|
|
9435
9447
|
|
|
9436
9448
|
util["a" /* default */].ajax({
|
|
9437
|
-
url: api["
|
|
9449
|
+
url: api["pb" /* ignoreSysMsg */],
|
|
9438
9450
|
params: {
|
|
9439
9451
|
id: res.id
|
|
9440
9452
|
}
|
|
@@ -9454,7 +9466,7 @@ var messagevue_type_script_lang_js_extends = Object.assign || function (target)
|
|
|
9454
9466
|
var _this3 = this;
|
|
9455
9467
|
|
|
9456
9468
|
util["a" /* default */].ajax({
|
|
9457
|
-
url: api["
|
|
9469
|
+
url: api["ob" /* ignoreAllSysMsg */]
|
|
9458
9470
|
}).then(function (res) {
|
|
9459
9471
|
_this3.count = 0;
|
|
9460
9472
|
_this3.msgs = [];
|
|
@@ -9847,7 +9859,7 @@ var noticevue_type_script_lang_js_extends = Object.assign || function (target) {
|
|
|
9847
9859
|
var _this = this;
|
|
9848
9860
|
|
|
9849
9861
|
util["a" /* default */].ajax({
|
|
9850
|
-
url: api["
|
|
9862
|
+
url: api["pb" /* ignoreSysMsg */],
|
|
9851
9863
|
params: {
|
|
9852
9864
|
id: res.id
|
|
9853
9865
|
}
|
|
@@ -9866,7 +9878,7 @@ var noticevue_type_script_lang_js_extends = Object.assign || function (target) {
|
|
|
9866
9878
|
var _this2 = this;
|
|
9867
9879
|
|
|
9868
9880
|
util["a" /* default */].ajax({
|
|
9869
|
-
url: api["
|
|
9881
|
+
url: api["ob" /* ignoreAllSysMsg */]
|
|
9870
9882
|
}).then(function (res) {
|
|
9871
9883
|
_this2.msgs = [];
|
|
9872
9884
|
_this2.$emit('ignore', { type: 'ignore', value: 'all' });
|
|
@@ -10803,7 +10815,7 @@ onlinevue_type_template_id_6706bd21_scoped_true_render._withStripped = true
|
|
|
10803
10815
|
props: {
|
|
10804
10816
|
sysuseronline: {
|
|
10805
10817
|
type: String,
|
|
10806
|
-
default: api["
|
|
10818
|
+
default: api["Pc" /* userOnline */]
|
|
10807
10819
|
}
|
|
10808
10820
|
},
|
|
10809
10821
|
data: function data() {
|
|
@@ -11476,7 +11488,7 @@ var searchvue_type_script_lang_js_extends = Object.assign || function (target) {
|
|
|
11476
11488
|
},
|
|
11477
11489
|
searchType: {
|
|
11478
11490
|
type: String,
|
|
11479
|
-
default: api["
|
|
11491
|
+
default: api["Sb" /* searchType */]
|
|
11480
11492
|
},
|
|
11481
11493
|
pageSize: {
|
|
11482
11494
|
type: Number,
|
|
@@ -12316,7 +12328,7 @@ var simplicityvue_type_script_lang_js_events = [function (tabs, index, that) {
|
|
|
12316
12328
|
title: 'IM'
|
|
12317
12329
|
}, {
|
|
12318
12330
|
type: 'index',
|
|
12319
|
-
icon: 'es-icon-
|
|
12331
|
+
icon: 'es-icon-zhuomian1',
|
|
12320
12332
|
title: '门户'
|
|
12321
12333
|
}, {
|
|
12322
12334
|
type: 'home',
|
|
@@ -12324,7 +12336,7 @@ var simplicityvue_type_script_lang_js_events = [function (tabs, index, that) {
|
|
|
12324
12336
|
title: '首页'
|
|
12325
12337
|
}, {
|
|
12326
12338
|
type: 'notice',
|
|
12327
|
-
icon: 'es-icon-
|
|
12339
|
+
icon: 'es-icon-xiaoxi1',
|
|
12328
12340
|
title: '消息'
|
|
12329
12341
|
}, {
|
|
12330
12342
|
type: 'set',
|
|
@@ -12332,7 +12344,7 @@ var simplicityvue_type_script_lang_js_events = [function (tabs, index, that) {
|
|
|
12332
12344
|
title: '设置'
|
|
12333
12345
|
}, {
|
|
12334
12346
|
type: 'quit',
|
|
12335
|
-
icon: 'es-icon-
|
|
12347
|
+
icon: 'es-icon-tuichu1',
|
|
12336
12348
|
title: '退出'
|
|
12337
12349
|
}];
|
|
12338
12350
|
}
|
|
@@ -12356,7 +12368,7 @@ var simplicityvue_type_script_lang_js_events = [function (tabs, index, that) {
|
|
|
12356
12368
|
//应用列表接口
|
|
12357
12369
|
appsUrl: {
|
|
12358
12370
|
type: String,
|
|
12359
|
-
default: api["
|
|
12371
|
+
default: api["jb" /* getUserAppWithTag */]
|
|
12360
12372
|
},
|
|
12361
12373
|
//是否启用子应用菜单接口
|
|
12362
12374
|
application: {
|
|
@@ -12577,9 +12589,9 @@ var simplicityvue_type_script_lang_js_events = [function (tabs, index, that) {
|
|
|
12577
12589
|
return this.menuUrl;
|
|
12578
12590
|
}
|
|
12579
12591
|
if (this.application) {
|
|
12580
|
-
return api["
|
|
12592
|
+
return api["N" /* getComplexApplicationsNew */];
|
|
12581
12593
|
}
|
|
12582
|
-
return api["
|
|
12594
|
+
return api["M" /* getComplexApplications */];
|
|
12583
12595
|
},
|
|
12584
12596
|
|
|
12585
12597
|
//人工智能配置
|
|
@@ -13281,8 +13293,8 @@ var simplicityvue_type_script_lang_js_events = [function (tabs, index, that) {
|
|
|
13281
13293
|
var _this6 = this;
|
|
13282
13294
|
|
|
13283
13295
|
this.webSocket = util["a" /* default */].socket({
|
|
13284
|
-
url: api["
|
|
13285
|
-
take: api["
|
|
13296
|
+
url: api["Qc" /* wss */],
|
|
13297
|
+
take: api["Gc" /* topic */],
|
|
13286
13298
|
success: function success(res) {
|
|
13287
13299
|
var data = res.data || {};
|
|
13288
13300
|
for (var i in data) {
|
|
@@ -13491,7 +13503,7 @@ var simplicityvue_type_script_lang_js_events = [function (tabs, index, that) {
|
|
|
13491
13503
|
**/
|
|
13492
13504
|
handlerClickMenu: function handlerClickMenu(res) {
|
|
13493
13505
|
util["a" /* default */].ajax({
|
|
13494
|
-
url: api["
|
|
13506
|
+
url: api["Kb" /* recordUserApp */],
|
|
13495
13507
|
params: {
|
|
13496
13508
|
userId: this.user.userId,
|
|
13497
13509
|
appId: res.id
|
|
@@ -13815,7 +13827,7 @@ var simplicityvue_type_script_lang_js_events = [function (tabs, index, that) {
|
|
|
13815
13827
|
document.body.appendChild(iframe);
|
|
13816
13828
|
}
|
|
13817
13829
|
}
|
|
13818
|
-
util["a" /* default */].ajax({ method: 'post', url: api["
|
|
13830
|
+
util["a" /* default */].ajax({ method: 'post', url: api["yb" /* logout */] }).then(function (res) {
|
|
13819
13831
|
if (res.rCode == 0) {
|
|
13820
13832
|
util["a" /* default */].removeStorage(['Authorization', 'token', 'ssId', 'userId', 'userName', 'auth', 'deviceUnique', 'menus', 'useCaseCodes', 'mainConfig', 'jump']);
|
|
13821
13833
|
if (_this7.onQuit && typeof _this7.onQuit === 'function') {
|
|
@@ -14040,18 +14052,18 @@ var simplicityvue_type_script_lang_js_events = [function (tabs, index, that) {
|
|
|
14040
14052
|
|
|
14041
14053
|
var simplicity_component = Object(componentNormalizer["a" /* default */])(
|
|
14042
14054
|
src_simplicityvue_type_script_lang_js_,
|
|
14043
|
-
|
|
14044
|
-
|
|
14055
|
+
simplicityvue_type_template_id_3a1d1142_scoped_true_render,
|
|
14056
|
+
simplicityvue_type_template_id_3a1d1142_scoped_true_staticRenderFns,
|
|
14045
14057
|
false,
|
|
14046
14058
|
null,
|
|
14047
|
-
"
|
|
14059
|
+
"3a1d1142",
|
|
14048
14060
|
null
|
|
14049
14061
|
|
|
14050
14062
|
)
|
|
14051
14063
|
|
|
14052
14064
|
/* harmony default export */ var simplicity = (simplicity_component.exports);
|
|
14053
|
-
// CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./packages/main/src/simplicityTop/index.vue?vue&type=template&id=
|
|
14054
|
-
var
|
|
14065
|
+
// CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./packages/main/src/simplicityTop/index.vue?vue&type=template&id=ed17eba0&scoped=true&
|
|
14066
|
+
var simplicityTopvue_type_template_id_ed17eba0_scoped_true_render = function () {
|
|
14055
14067
|
var _vm = this
|
|
14056
14068
|
var _h = _vm.$createElement
|
|
14057
14069
|
var _c = _vm._self._c || _h
|
|
@@ -14618,11 +14630,11 @@ var simplicityTopvue_type_template_id_2f60d352_scoped_true_render = function ()
|
|
|
14618
14630
|
1
|
|
14619
14631
|
)
|
|
14620
14632
|
}
|
|
14621
|
-
var
|
|
14622
|
-
|
|
14633
|
+
var simplicityTopvue_type_template_id_ed17eba0_scoped_true_staticRenderFns = []
|
|
14634
|
+
simplicityTopvue_type_template_id_ed17eba0_scoped_true_render._withStripped = true
|
|
14623
14635
|
|
|
14624
14636
|
|
|
14625
|
-
// CONCATENATED MODULE: ./packages/main/src/simplicityTop/index.vue?vue&type=template&id=
|
|
14637
|
+
// CONCATENATED MODULE: ./packages/main/src/simplicityTop/index.vue?vue&type=template&id=ed17eba0&scoped=true&
|
|
14626
14638
|
|
|
14627
14639
|
// EXTERNAL MODULE: external "babel-runtime/regenerator"
|
|
14628
14640
|
var regenerator_ = __webpack_require__(4);
|
|
@@ -14749,7 +14761,7 @@ avatarvue_type_template_id_30391b69_scoped_true_render._withStripped = true
|
|
|
14749
14761
|
if (res.url && util["a" /* default */].startWith(res.url, ['http', 'https', '/'])) {
|
|
14750
14762
|
this.userHead = res.url;
|
|
14751
14763
|
} else {
|
|
14752
|
-
this.userHead = dochubConfig && dochubConfig.downloadDocumentUrl ? dochubConfig.downloadDocumentUrl + '?documentId=' + res.adjunctId : api["
|
|
14764
|
+
this.userHead = dochubConfig && dochubConfig.downloadDocumentUrl ? dochubConfig.downloadDocumentUrl + '?documentId=' + res.adjunctId : api["x" /* downloadByAdjunctId */] + '?adjunctId=' + res.adjunctId;
|
|
14753
14765
|
}
|
|
14754
14766
|
this.$emit('change', this.userHead);
|
|
14755
14767
|
}
|
|
@@ -14777,8 +14789,8 @@ var avatar_component = Object(componentNormalizer["a" /* default */])(
|
|
|
14777
14789
|
)
|
|
14778
14790
|
|
|
14779
14791
|
/* harmony default export */ var simplicityTop_avatar = (avatar_component.exports);
|
|
14780
|
-
// CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./packages/main/src/simplicityTop/handler.vue?vue&type=template&id=
|
|
14781
|
-
var
|
|
14792
|
+
// CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./packages/main/src/simplicityTop/handler.vue?vue&type=template&id=faeac066&scoped=true&
|
|
14793
|
+
var handlervue_type_template_id_faeac066_scoped_true_render = function () {
|
|
14782
14794
|
var _vm = this
|
|
14783
14795
|
var _h = _vm.$createElement
|
|
14784
14796
|
var _c = _vm._self._c || _h
|
|
@@ -14896,11 +14908,11 @@ var handlervue_type_template_id_45fffc05_scoped_true_render = function () {
|
|
|
14896
14908
|
2
|
|
14897
14909
|
)
|
|
14898
14910
|
}
|
|
14899
|
-
var
|
|
14900
|
-
|
|
14911
|
+
var handlervue_type_template_id_faeac066_scoped_true_staticRenderFns = []
|
|
14912
|
+
handlervue_type_template_id_faeac066_scoped_true_render._withStripped = true
|
|
14901
14913
|
|
|
14902
14914
|
|
|
14903
|
-
// CONCATENATED MODULE: ./packages/main/src/simplicityTop/handler.vue?vue&type=template&id=
|
|
14915
|
+
// CONCATENATED MODULE: ./packages/main/src/simplicityTop/handler.vue?vue&type=template&id=faeac066&scoped=true&
|
|
14904
14916
|
|
|
14905
14917
|
// CONCATENATED MODULE: ./node_modules/babel-loader/lib!./node_modules/vue-loader/lib??vue-loader-options!./packages/main/src/simplicityTop/handler.vue?vue&type=script&lang=js&
|
|
14906
14918
|
var handlervue_type_script_lang_js_data;
|
|
@@ -15014,7 +15026,7 @@ var handlervue_type_script_lang_js_data;
|
|
|
15014
15026
|
icon: 'es-icon-yonghu'
|
|
15015
15027
|
}, {
|
|
15016
15028
|
type: 'notice',
|
|
15017
|
-
icon: 'es-icon-
|
|
15029
|
+
icon: 'es-icon-xiaoxi1',
|
|
15018
15030
|
text: '消息'
|
|
15019
15031
|
}, {
|
|
15020
15032
|
type: 'set',
|
|
@@ -15022,7 +15034,7 @@ var handlervue_type_script_lang_js_data;
|
|
|
15022
15034
|
text: '设置'
|
|
15023
15035
|
}, {
|
|
15024
15036
|
type: 'quit',
|
|
15025
|
-
icon: 'es-icon-
|
|
15037
|
+
icon: 'es-icon-tuichu1',
|
|
15026
15038
|
text: '退出'
|
|
15027
15039
|
}]
|
|
15028
15040
|
};
|
|
@@ -15056,7 +15068,7 @@ var handlervue_type_script_lang_js_data;
|
|
|
15056
15068
|
if (this.user.identityId !== res.id) {
|
|
15057
15069
|
util["a" /* default */].ajax({
|
|
15058
15070
|
method: 'post',
|
|
15059
|
-
url: api["
|
|
15071
|
+
url: api["Zb" /* switchUserTo */],
|
|
15060
15072
|
data: { userId: res.value }
|
|
15061
15073
|
}).then(function (res) {
|
|
15062
15074
|
if (res.rCode == 0) {
|
|
@@ -15120,11 +15132,11 @@ var handlervue_type_script_lang_js_data;
|
|
|
15120
15132
|
|
|
15121
15133
|
var simplicityTop_handler_component = Object(componentNormalizer["a" /* default */])(
|
|
15122
15134
|
src_simplicityTop_handlervue_type_script_lang_js_,
|
|
15123
|
-
|
|
15124
|
-
|
|
15135
|
+
handlervue_type_template_id_faeac066_scoped_true_render,
|
|
15136
|
+
handlervue_type_template_id_faeac066_scoped_true_staticRenderFns,
|
|
15125
15137
|
false,
|
|
15126
15138
|
null,
|
|
15127
|
-
"
|
|
15139
|
+
"faeac066",
|
|
15128
15140
|
null
|
|
15129
15141
|
|
|
15130
15142
|
)
|
|
@@ -15544,7 +15556,7 @@ var userinfovue_type_script_lang_js_props;
|
|
|
15544
15556
|
return _this2.formKey.includes(key);
|
|
15545
15557
|
})));
|
|
15546
15558
|
util["a" /* default */].ajax({
|
|
15547
|
-
url: api["
|
|
15559
|
+
url: api["Kc" /* updateUserInfo */],
|
|
15548
15560
|
params: userinfovue_type_script_lang_js_extends({}, data, {
|
|
15549
15561
|
oldPassword: this.secret && initLogin && initLogin.secret && oldpassword ? util["a" /* default */].esmEncrypt({
|
|
15550
15562
|
data: oldpassword,
|
|
@@ -15780,7 +15792,7 @@ var simplicityTop_userinfo_component = Object(componentNormalizer["a" /* default
|
|
|
15780
15792
|
var _this2 = this;
|
|
15781
15793
|
|
|
15782
15794
|
util["a" /* default */].ajax({
|
|
15783
|
-
url: api["
|
|
15795
|
+
url: api["tb" /* initUserSet */]
|
|
15784
15796
|
}).then(function (res) {
|
|
15785
15797
|
if (res.rCode === 0) {
|
|
15786
15798
|
var results = JSON.parse(JSON.stringify(res.results));
|
|
@@ -15821,7 +15833,7 @@ var simplicityTop_userinfo_component = Object(componentNormalizer["a" /* default
|
|
|
15821
15833
|
var notify = this.checked.join(',');
|
|
15822
15834
|
util["a" /* default */].ajax({
|
|
15823
15835
|
method: 'post',
|
|
15824
|
-
url: api["
|
|
15836
|
+
url: api["Jc" /* updateUserCustomInfo */],
|
|
15825
15837
|
data: {
|
|
15826
15838
|
notify: notify
|
|
15827
15839
|
}
|
|
@@ -15851,7 +15863,7 @@ var simplicityTop_userinfo_component = Object(componentNormalizer["a" /* default
|
|
|
15851
15863
|
if (this.user.identityId !== res.id) {
|
|
15852
15864
|
util["a" /* default */].ajax({
|
|
15853
15865
|
method: 'post',
|
|
15854
|
-
url: api["
|
|
15866
|
+
url: api["Zb" /* switchUserTo */],
|
|
15855
15867
|
data: { userId: res.value }
|
|
15856
15868
|
}).then(function (res) {
|
|
15857
15869
|
if (res.rCode == 0) {
|
|
@@ -16248,7 +16260,7 @@ var simplicityTop_messagevue_type_script_lang_js_extends = Object.assign || func
|
|
|
16248
16260
|
if (this.pageNum <= this.pageCount) {
|
|
16249
16261
|
this.loading = true;
|
|
16250
16262
|
util["a" /* default */].ajax({
|
|
16251
|
-
url: api["
|
|
16263
|
+
url: api["ac" /* sysMsgPage */],
|
|
16252
16264
|
params: {
|
|
16253
16265
|
pageNum: reload ? 1 : this.pageNum,
|
|
16254
16266
|
pageSize: this.pageSize
|
|
@@ -16281,7 +16293,7 @@ var simplicityTop_messagevue_type_script_lang_js_extends = Object.assign || func
|
|
|
16281
16293
|
var _this2 = this;
|
|
16282
16294
|
|
|
16283
16295
|
util["a" /* default */].ajax({
|
|
16284
|
-
url: api["
|
|
16296
|
+
url: api["pb" /* ignoreSysMsg */],
|
|
16285
16297
|
params: {
|
|
16286
16298
|
id: res.id
|
|
16287
16299
|
}
|
|
@@ -16301,7 +16313,7 @@ var simplicityTop_messagevue_type_script_lang_js_extends = Object.assign || func
|
|
|
16301
16313
|
var _this3 = this;
|
|
16302
16314
|
|
|
16303
16315
|
util["a" /* default */].ajax({
|
|
16304
|
-
url: api["
|
|
16316
|
+
url: api["ob" /* ignoreAllSysMsg */]
|
|
16305
16317
|
}).then(function (res) {
|
|
16306
16318
|
_this3.count = 0;
|
|
16307
16319
|
_this3.msgs = [];
|
|
@@ -16694,7 +16706,7 @@ var simplicityTop_noticevue_type_script_lang_js_extends = Object.assign || funct
|
|
|
16694
16706
|
var _this = this;
|
|
16695
16707
|
|
|
16696
16708
|
util["a" /* default */].ajax({
|
|
16697
|
-
url: api["
|
|
16709
|
+
url: api["pb" /* ignoreSysMsg */],
|
|
16698
16710
|
params: {
|
|
16699
16711
|
id: res.id
|
|
16700
16712
|
}
|
|
@@ -16713,7 +16725,7 @@ var simplicityTop_noticevue_type_script_lang_js_extends = Object.assign || funct
|
|
|
16713
16725
|
var _this2 = this;
|
|
16714
16726
|
|
|
16715
16727
|
util["a" /* default */].ajax({
|
|
16716
|
-
url: api["
|
|
16728
|
+
url: api["ob" /* ignoreAllSysMsg */]
|
|
16717
16729
|
}).then(function (res) {
|
|
16718
16730
|
_this2.msgs = [];
|
|
16719
16731
|
_this2.$emit('ignore', { type: 'ignore', value: 'all' });
|
|
@@ -17371,7 +17383,7 @@ var simplicityTopvue_type_script_lang_js_systemMode = util["a" /* default */].wi
|
|
|
17371
17383
|
title: 'IM'
|
|
17372
17384
|
}, {
|
|
17373
17385
|
type: 'index',
|
|
17374
|
-
icon: 'es-icon-
|
|
17386
|
+
icon: 'es-icon-zhuomian1',
|
|
17375
17387
|
title: '门户'
|
|
17376
17388
|
}, {
|
|
17377
17389
|
type: 'home',
|
|
@@ -17379,11 +17391,11 @@ var simplicityTopvue_type_script_lang_js_systemMode = util["a" /* default */].wi
|
|
|
17379
17391
|
title: '首页'
|
|
17380
17392
|
}, {
|
|
17381
17393
|
type: 'notice',
|
|
17382
|
-
icon: 'es-icon-
|
|
17394
|
+
icon: 'es-icon-xiaoxi1',
|
|
17383
17395
|
title: '消息'
|
|
17384
17396
|
}, {
|
|
17385
17397
|
type: 'quit',
|
|
17386
|
-
icon: 'es-icon-
|
|
17398
|
+
icon: 'es-icon-tuichu1',
|
|
17387
17399
|
title: '退出'
|
|
17388
17400
|
}, {
|
|
17389
17401
|
type: 'set',
|
|
@@ -17411,7 +17423,7 @@ var simplicityTopvue_type_script_lang_js_systemMode = util["a" /* default */].wi
|
|
|
17411
17423
|
//应用列表接口
|
|
17412
17424
|
appsUrl: {
|
|
17413
17425
|
type: String,
|
|
17414
|
-
default: api["
|
|
17426
|
+
default: api["jb" /* getUserAppWithTag */]
|
|
17415
17427
|
},
|
|
17416
17428
|
//是否启用子应用菜单接口
|
|
17417
17429
|
application: {
|
|
@@ -17483,11 +17495,11 @@ var simplicityTopvue_type_script_lang_js_systemMode = util["a" /* default */].wi
|
|
|
17483
17495
|
|
|
17484
17496
|
userCommonMenu: {
|
|
17485
17497
|
type: String,
|
|
17486
|
-
default: api["
|
|
17498
|
+
default: api["Jb" /* queryUseCommonMenu */]
|
|
17487
17499
|
},
|
|
17488
17500
|
queryChildMenu: {
|
|
17489
17501
|
type: String,
|
|
17490
|
-
default: api["
|
|
17502
|
+
default: api["Ib" /* queryChildMenuUrl */]
|
|
17491
17503
|
},
|
|
17492
17504
|
showTipNums: {
|
|
17493
17505
|
type: Boolean,
|
|
@@ -17841,9 +17853,9 @@ var simplicityTopvue_type_script_lang_js_systemMode = util["a" /* default */].wi
|
|
|
17841
17853
|
return this.menuUrl;
|
|
17842
17854
|
}
|
|
17843
17855
|
if (this.application) {
|
|
17844
|
-
return api["
|
|
17856
|
+
return api["N" /* getComplexApplicationsNew */];
|
|
17845
17857
|
}
|
|
17846
|
-
return api["
|
|
17858
|
+
return api["M" /* getComplexApplications */];
|
|
17847
17859
|
},
|
|
17848
17860
|
|
|
17849
17861
|
//人工智能配置
|
|
@@ -17941,7 +17953,7 @@ var simplicityTopvue_type_script_lang_js_systemMode = util["a" /* default */].wi
|
|
|
17941
17953
|
var _this2 = this;
|
|
17942
17954
|
|
|
17943
17955
|
util["a" /* default */].ajax({
|
|
17944
|
-
url: api["
|
|
17956
|
+
url: api["Ib" /* queryChildMenuUrl */],
|
|
17945
17957
|
method: 'get'
|
|
17946
17958
|
}).then(function (res) {
|
|
17947
17959
|
if (res.rCode === 0) {
|
|
@@ -18061,7 +18073,7 @@ var simplicityTopvue_type_script_lang_js_systemMode = util["a" /* default */].wi
|
|
|
18061
18073
|
var _this5 = this;
|
|
18062
18074
|
|
|
18063
18075
|
util["a" /* default */].ajax({
|
|
18064
|
-
url: api["
|
|
18076
|
+
url: api["lb" /* getVoteMeetingNum */],
|
|
18065
18077
|
params: {
|
|
18066
18078
|
userId: util["a" /* default */].getStorage('userId'),
|
|
18067
18079
|
type: 10
|
|
@@ -18087,7 +18099,7 @@ var simplicityTopvue_type_script_lang_js_systemMode = util["a" /* default */].wi
|
|
|
18087
18099
|
var _this6 = this;
|
|
18088
18100
|
|
|
18089
18101
|
util["a" /* default */].ajax({
|
|
18090
|
-
url: api["
|
|
18102
|
+
url: api["fb" /* getShareFilesReceiveCountNew */],
|
|
18091
18103
|
params: {
|
|
18092
18104
|
userId: util["a" /* default */].getStorage('userId')
|
|
18093
18105
|
},
|
|
@@ -18117,7 +18129,7 @@ var simplicityTopvue_type_script_lang_js_systemMode = util["a" /* default */].wi
|
|
|
18117
18129
|
params = '?subjectCode=signCount&queryOrgType=-1&viewState=0&userId=' + util["a" /* default */].getStorage('userId') + '&queryAccType=-1&queryArcType=0';
|
|
18118
18130
|
}
|
|
18119
18131
|
util["a" /* default */].ajax({
|
|
18120
|
-
url: api["
|
|
18132
|
+
url: api["kb" /* getUserTipsInstanceNum */] + params,
|
|
18121
18133
|
method: 'get'
|
|
18122
18134
|
}).then(function (res) {
|
|
18123
18135
|
if (res.rCode === 0) {
|
|
@@ -18142,7 +18154,7 @@ var simplicityTopvue_type_script_lang_js_systemMode = util["a" /* default */].wi
|
|
|
18142
18154
|
var _this8 = this;
|
|
18143
18155
|
|
|
18144
18156
|
util["a" /* default */].ajax({
|
|
18145
|
-
url: api["
|
|
18157
|
+
url: api["R" /* getIndexCount */],
|
|
18146
18158
|
params: {
|
|
18147
18159
|
userId: util["a" /* default */].getStorage('userId')
|
|
18148
18160
|
},
|
|
@@ -18794,8 +18806,8 @@ var simplicityTopvue_type_script_lang_js_systemMode = util["a" /* default */].wi
|
|
|
18794
18806
|
var _this14 = this;
|
|
18795
18807
|
|
|
18796
18808
|
this.webSocket = util["a" /* default */].socket({
|
|
18797
|
-
url: api["
|
|
18798
|
-
take: api["
|
|
18809
|
+
url: api["Qc" /* wss */],
|
|
18810
|
+
take: api["Gc" /* topic */],
|
|
18799
18811
|
success: function success(res) {
|
|
18800
18812
|
var data = res.data || {};
|
|
18801
18813
|
for (var i in data) {
|
|
@@ -19204,7 +19216,7 @@ var simplicityTopvue_type_script_lang_js_systemMode = util["a" /* default */].wi
|
|
|
19204
19216
|
document.body.appendChild(iframe);
|
|
19205
19217
|
}
|
|
19206
19218
|
}
|
|
19207
|
-
util["a" /* default */].ajax({ method: 'post', url: api["
|
|
19219
|
+
util["a" /* default */].ajax({ method: 'post', url: api["yb" /* logout */] }).then(function (res) {
|
|
19208
19220
|
if (res.rCode == 0) {
|
|
19209
19221
|
util["a" /* default */].removeStorage(['Authorization', 'token', 'ssId', 'userId', 'userName', 'auth', 'deviceUnique', 'menus', 'useCaseCodes', 'mainConfig', 'jump']);
|
|
19210
19222
|
if (_this15.onQuit && typeof _this15.onQuit === 'function') {
|
|
@@ -19486,11 +19498,11 @@ var simplicityTopvue_type_script_lang_js_systemMode = util["a" /* default */].wi
|
|
|
19486
19498
|
|
|
19487
19499
|
var simplicityTop_component = Object(componentNormalizer["a" /* default */])(
|
|
19488
19500
|
src_simplicityTopvue_type_script_lang_js_,
|
|
19489
|
-
|
|
19490
|
-
|
|
19501
|
+
simplicityTopvue_type_template_id_ed17eba0_scoped_true_render,
|
|
19502
|
+
simplicityTopvue_type_template_id_ed17eba0_scoped_true_staticRenderFns,
|
|
19491
19503
|
false,
|
|
19492
19504
|
null,
|
|
19493
|
-
"
|
|
19505
|
+
"ed17eba0",
|
|
19494
19506
|
null
|
|
19495
19507
|
|
|
19496
19508
|
)
|
|
@@ -20328,7 +20340,7 @@ var default_userinfovue_type_script_lang_js_extends = Object.assign || function
|
|
|
20328
20340
|
var _this2 = this;
|
|
20329
20341
|
|
|
20330
20342
|
util["a" /* default */].ajax({
|
|
20331
|
-
url: api["
|
|
20343
|
+
url: api["tb" /* initUserSet */]
|
|
20332
20344
|
}).then(function (res) {
|
|
20333
20345
|
if (res.rCode === 0) {
|
|
20334
20346
|
var results = JSON.parse(JSON.stringify(res.results));
|
|
@@ -20368,7 +20380,7 @@ var default_userinfovue_type_script_lang_js_extends = Object.assign || function
|
|
|
20368
20380
|
if (res.url) {
|
|
20369
20381
|
url = res.url;
|
|
20370
20382
|
} else {
|
|
20371
|
-
url = api["
|
|
20383
|
+
url = api["x" /* downloadByAdjunctId */] + '?adjunctId=' + res.adjunctId;
|
|
20372
20384
|
}
|
|
20373
20385
|
this.$emit('change', 'userHeadUrl', url);
|
|
20374
20386
|
},
|
|
@@ -20377,7 +20389,7 @@ var default_userinfovue_type_script_lang_js_extends = Object.assign || function
|
|
|
20377
20389
|
|
|
20378
20390
|
switch (type) {
|
|
20379
20391
|
case 'job':
|
|
20380
|
-
util["a" /* default */].ajax({ url: api["
|
|
20392
|
+
util["a" /* default */].ajax({ url: api["Zb" /* switchUserTo */], params: { userId: value.value } }).then(function (res) {
|
|
20381
20393
|
if (res.rCode == 0) {
|
|
20382
20394
|
util["a" /* default */].setStorage({
|
|
20383
20395
|
type: _this3.storage,
|
|
@@ -20417,7 +20429,7 @@ var default_userinfovue_type_script_lang_js_extends = Object.assign || function
|
|
|
20417
20429
|
var initLogin = util["a" /* default */].getStorage('initLogin');
|
|
20418
20430
|
initLogin && (initLogin = JSON.parse(initLogin));
|
|
20419
20431
|
util["a" /* default */].ajax({
|
|
20420
|
-
url: api["
|
|
20432
|
+
url: api["Kc" /* updateUserInfo */],
|
|
20421
20433
|
params: {
|
|
20422
20434
|
email: this.values.email,
|
|
20423
20435
|
officeTel: this.values.officeTel,
|
|
@@ -20475,7 +20487,7 @@ var default_userinfovue_type_script_lang_js_extends = Object.assign || function
|
|
|
20475
20487
|
var notify = _this4.values.notify.sort().join(',');
|
|
20476
20488
|
if (notify != _this4.notify.split(',').sort().join(',')) {
|
|
20477
20489
|
util["a" /* default */].ajax({
|
|
20478
|
-
url: api["
|
|
20490
|
+
url: api["Jc" /* updateUserCustomInfo */],
|
|
20479
20491
|
params: {
|
|
20480
20492
|
notify: notify
|
|
20481
20493
|
}
|
|
@@ -20830,7 +20842,7 @@ messagevue_type_template_id_016a2883_render._withStripped = true
|
|
|
20830
20842
|
if (this.pageNum <= this.pageCount) {
|
|
20831
20843
|
this.loading = true;
|
|
20832
20844
|
util["a" /* default */].ajax({
|
|
20833
|
-
url: api["
|
|
20845
|
+
url: api["ac" /* sysMsgPage */],
|
|
20834
20846
|
params: {
|
|
20835
20847
|
pageNum: reload ? 1 : this.pageNum,
|
|
20836
20848
|
pageSize: this.pageSize
|
|
@@ -20863,7 +20875,7 @@ messagevue_type_template_id_016a2883_render._withStripped = true
|
|
|
20863
20875
|
var _this2 = this;
|
|
20864
20876
|
|
|
20865
20877
|
util["a" /* default */].ajax({
|
|
20866
|
-
url: api["
|
|
20878
|
+
url: api["pb" /* ignoreSysMsg */],
|
|
20867
20879
|
params: {
|
|
20868
20880
|
id: res.id
|
|
20869
20881
|
}
|
|
@@ -20883,7 +20895,7 @@ messagevue_type_template_id_016a2883_render._withStripped = true
|
|
|
20883
20895
|
var _this3 = this;
|
|
20884
20896
|
|
|
20885
20897
|
util["a" /* default */].ajax({
|
|
20886
|
-
url: api["
|
|
20898
|
+
url: api["ob" /* ignoreAllSysMsg */]
|
|
20887
20899
|
}).then(function (res) {
|
|
20888
20900
|
_this3.count = 0;
|
|
20889
20901
|
_this3.msgs = [];
|
|
@@ -21218,7 +21230,7 @@ noticevue_type_template_id_6c63684e_render._withStripped = true
|
|
|
21218
21230
|
var _this = this;
|
|
21219
21231
|
|
|
21220
21232
|
util["a" /* default */].ajax({
|
|
21221
|
-
url: api["
|
|
21233
|
+
url: api["ob" /* ignoreAllSysMsg */]
|
|
21222
21234
|
}).then(function (res) {
|
|
21223
21235
|
_this.count = 0;
|
|
21224
21236
|
_this.msgs = [];
|
|
@@ -21724,7 +21736,7 @@ var log = util["a" /* default */].getParams('console');
|
|
|
21724
21736
|
//获取用户信息的接口
|
|
21725
21737
|
mainConfig: {
|
|
21726
21738
|
type: String,
|
|
21727
|
-
default: api["
|
|
21739
|
+
default: api["zb" /* mainConfig */]
|
|
21728
21740
|
},
|
|
21729
21741
|
iframeId: {
|
|
21730
21742
|
type: String,
|
|
@@ -21833,9 +21845,9 @@ var log = util["a" /* default */].getParams('console');
|
|
|
21833
21845
|
return this.menuUrl;
|
|
21834
21846
|
}
|
|
21835
21847
|
if (this.application) {
|
|
21836
|
-
return api["
|
|
21848
|
+
return api["N" /* getComplexApplicationsNew */];
|
|
21837
21849
|
}
|
|
21838
|
-
return api["
|
|
21850
|
+
return api["M" /* getComplexApplications */];
|
|
21839
21851
|
},
|
|
21840
21852
|
|
|
21841
21853
|
//是否双列右侧菜单
|
|
@@ -22149,7 +22161,7 @@ var log = util["a" /* default */].getParams('console');
|
|
|
22149
22161
|
return;
|
|
22150
22162
|
}
|
|
22151
22163
|
util["a" /* default */].ajax({
|
|
22152
|
-
url: api["
|
|
22164
|
+
url: api["Jc" /* updateUserCustomInfo */],
|
|
22153
22165
|
params: { color: escape(color.toLowerCase()) },
|
|
22154
22166
|
data: { color: escape(color.toLowerCase()) }
|
|
22155
22167
|
}).then(function (res) {
|
|
@@ -23363,8 +23375,8 @@ var log = util["a" /* default */].getParams('console');
|
|
|
23363
23375
|
var _this11 = this;
|
|
23364
23376
|
|
|
23365
23377
|
this.webSocket = util["a" /* default */].socket({
|
|
23366
|
-
url: api["
|
|
23367
|
-
take: api["
|
|
23378
|
+
url: api["Qc" /* wss */],
|
|
23379
|
+
take: api["Gc" /* topic */],
|
|
23368
23380
|
success: function success(res) {
|
|
23369
23381
|
var data = res.data || {};
|
|
23370
23382
|
for (var i in data) {
|