eoss-ui 0.5.81-beta13 → 0.5.81-beta15

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.
Files changed (56) hide show
  1. package/CHANGELOG.md +929 -0
  2. package/lib/button-group.js +48 -46
  3. package/lib/button.js +48 -46
  4. package/lib/checkbox-group.js +48 -46
  5. package/lib/config/api.js +2 -1
  6. package/lib/data-table-form.js +48 -46
  7. package/lib/data-table.js +55 -54
  8. package/lib/date-picker.js +48 -46
  9. package/lib/dialog.js +48 -46
  10. package/lib/eoss-ui.common.js +412 -431
  11. package/lib/flow-group.js +48 -46
  12. package/lib/flow-list.js +49 -47
  13. package/lib/flow.js +68 -66
  14. package/lib/form.js +48 -46
  15. package/lib/handle-user.js +49 -47
  16. package/lib/handler.js +48 -46
  17. package/lib/icon.js +48 -46
  18. package/lib/index.js +1 -1
  19. package/lib/input-number.js +48 -46
  20. package/lib/input.js +48 -46
  21. package/lib/login.js +48 -46
  22. package/lib/main.js +366 -384
  23. package/lib/menu.js +1 -1
  24. package/lib/nav.js +48 -46
  25. package/lib/notify.js +53 -51
  26. package/lib/page.js +48 -46
  27. package/lib/pagination.js +48 -46
  28. package/lib/player.js +48 -46
  29. package/lib/qr-code.js +48 -46
  30. package/lib/radio-group.js +48 -46
  31. package/lib/retrial-auth.js +49 -47
  32. package/lib/select-ganged.js +48 -46
  33. package/lib/select.js +48 -46
  34. package/lib/selector-panel.js +48 -46
  35. package/lib/selector.js +48 -46
  36. package/lib/sizer.js +48 -46
  37. package/lib/steps.js +48 -46
  38. package/lib/switch.js +48 -46
  39. package/lib/table-form.js +48 -46
  40. package/lib/tabs.js +48 -46
  41. package/lib/tips.js +48 -46
  42. package/lib/tree-group.js +48 -46
  43. package/lib/tree.js +48 -46
  44. package/lib/upload.js +52 -50
  45. package/lib/wujie.js +48 -46
  46. package/lib/wxlogin.js +48 -46
  47. package/package.json +2 -2
  48. package/packages/data-table/src/sizer.vue +0 -1
  49. package/packages/main/src/default/index.vue +76 -157
  50. package/packages/main/src/main.vue +141 -2
  51. package/packages/main/src/simplicity/index.vue +21 -122
  52. package/packages/main/src/simplicity/menu-list.vue +1 -1
  53. package/packages/main/src/simplicity/sub-menu.vue +13 -4
  54. package/packages/menu/src/main.vue +4 -3
  55. package/src/config/api.js +2 -1
  56. package/src/index.js +157 -157
package/lib/flow.js CHANGED
@@ -3249,7 +3249,7 @@ var watermark = function watermark(option) {
3249
3249
  /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "n", function() { return doQrLogin; });
3250
3250
  /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "eb", function() { return logout; });
3251
3251
  /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "X", function() { return initLogin; });
3252
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "ub", function() { return switchUserTo; });
3252
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "vb", function() { return switchUserTo; });
3253
3253
  /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "c", function() { return changeImg; });
3254
3254
  /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "F", function() { return getLoginCode; });
3255
3255
  /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "m", function() { return doCodeLogin; });
@@ -3264,13 +3264,15 @@ var watermark = function watermark(option) {
3264
3264
  /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "o", function() { return doTwoFactorLogin; });
3265
3265
  /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Z", function() { return initRetrialAuth; });
3266
3266
  /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "N", function() { return getRetrialAuthCode; });
3267
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "pb", function() { return scanCodeRetrialAuth; });
3267
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "qb", function() { return scanCodeRetrialAuth; });
3268
3268
  /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "e", function() { return codeRetrialAuth; });
3269
3269
  /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "k", function() { return doAssistanceQrLogin; });
3270
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "cc", function() { return userOnline; });
3270
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "dc", function() { return userOnline; });
3271
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "S", function() { return getUserAppWithTag; });
3272
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "mb", function() { return recordUserApp; });
3271
3273
  /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "fb", function() { return mainConfig; });
3272
3274
  /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "ab", function() { return initUserSet; });
3273
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Xb", function() { return updateUserInfo; });
3275
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Yb", function() { return updateUserInfo; });
3274
3276
  /* unused harmony export getUserImgUrl */
3275
3277
  /* unused harmony export getDoorIndex */
3276
3278
  /* unused harmony export refreshOnlineUsers */
@@ -3278,19 +3280,18 @@ var watermark = function watermark(option) {
3278
3280
  /* unused harmony export getApplicationIdArray */
3279
3281
  /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "B", function() { return getComplexApplications; });
3280
3282
  /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "C", function() { return getComplexApplicationsNew; });
3281
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "S", function() { return getUserAppWithTag; });
3282
3283
  /* unused harmony export getUserCustomInfo */
3283
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Wb", function() { return updateUserCustomInfo; });
3284
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "vb", function() { return sysMsgPage; });
3284
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Xb", function() { return updateUserCustomInfo; });
3285
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "wb", function() { return sysMsgPage; });
3285
3286
  /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "W", function() { return ignoreSysMsg; });
3286
3287
  /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "V", function() { return ignoreAllSysMsg; });
3287
3288
  /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "A", function() { return getAdjunctProperties; });
3288
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "bc", function() { return uploads; });
3289
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Zb", function() { return uploadOnlyOne; });
3289
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "cc", function() { return uploads; });
3290
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "ac", function() { return uploadOnlyOne; });
3290
3291
  /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "z", function() { return getAdjunctFileInfos; });
3291
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "ac", function() { return uploadSort; });
3292
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "bc", function() { return uploadSort; });
3292
3293
  /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "r", function() { return downloadByAdjunctId; });
3293
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Yb", function() { return uploadDownloads; });
3294
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Zb", function() { return uploadDownloads; });
3294
3295
  /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "jb", function() { return previewAdjunct; });
3295
3296
  /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "kb", function() { return previewAdjunct2; });
3296
3297
  /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "lb", function() { return previewAdjunctOffice; });
@@ -3308,13 +3309,13 @@ var watermark = function watermark(option) {
3308
3309
  /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "T", function() { return gethelpdoc; });
3309
3310
  /* unused harmony export getCurrentuser */
3310
3311
  /* unused harmony export mainDetail */
3311
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Ib", function() { return toStartFlow; });
3312
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Fb", function() { return tempSave; });
3312
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Jb", function() { return toStartFlow; });
3313
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Gb", function() { return tempSave; });
3313
3314
  /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "f", function() { return commonOpion; });
3314
3315
  /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "a", function() { return addCommonOpion; });
3315
3316
  /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "s", function() { return editCommonOpion; });
3316
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "ob", function() { return saveCommonOpinion; });
3317
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Vb", function() { return updateCommonOpinion; });
3317
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "pb", function() { return saveCommonOpinion; });
3318
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Wb", function() { return updateCommonOpinion; });
3318
3319
  /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "h", function() { return deleteCommonOpion; });
3319
3320
  /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "M", function() { return getProcessDefList; });
3320
3321
  /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "H", function() { return getNodeInfo; });
@@ -3323,52 +3324,52 @@ var watermark = function watermark(option) {
3323
3324
  /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "w", function() { return findSysCodes; });
3324
3325
  /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "I", function() { return getNotificationMsg; });
3325
3326
  /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "E", function() { return getHandleInfoHtml; });
3326
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "wb", function() { return taskHandleHtml; });
3327
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "xb", function() { return taskHandleHtml; });
3327
3328
  /* unused harmony export getView */
3328
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "mb", function() { return register; });
3329
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "nb", function() { return register; });
3329
3330
  /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "gb", function() { return pendedhistoryList; });
3330
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Lb", function() { return toTaskRejectHtml; });
3331
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "yb", function() { return taskRejectHtml; });
3332
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Jb", function() { return toStartTaskRead; });
3333
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Kb", function() { return toStartTaskReadIndex; });
3334
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "xb", function() { return taskReadHtml; });
3335
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "nb", function() { return rejectAndEnd; });
3336
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Hb", function() { return toSendMsg; });
3337
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "tb", function() { return sendMsg; });
3331
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Mb", function() { return toTaskRejectHtml; });
3332
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "zb", function() { return taskRejectHtml; });
3333
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Kb", function() { return toStartTaskRead; });
3334
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Lb", function() { return toStartTaskReadIndex; });
3335
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "yb", function() { return taskReadHtml; });
3336
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "ob", function() { return rejectAndEnd; });
3337
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Ib", function() { return toSendMsg; });
3338
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "ub", function() { return sendMsg; });
3338
3339
  /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "t", function() { return endFlowHtml; });
3339
3340
  /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "U", function() { return handleInfo; });
3340
3341
  /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "db", function() { return loginUserInfo; });
3341
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "dc", function() { return wss; });
3342
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Tb", function() { return topic; });
3342
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "ec", function() { return wss; });
3343
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Ub", function() { return topic; });
3343
3344
  /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "K", function() { return getPresetCustomInfo; });
3344
3345
  /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "L", function() { return getPresetNodeInfo; });
3345
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Pb", function() { return toTaskTransferIndex; });
3346
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Cb", function() { return taskTransfer; });
3347
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Gb", function() { return toPresetInfoListIndex; });
3346
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Qb", function() { return toTaskTransferIndex; });
3347
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Db", function() { return taskTransfer; });
3348
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Hb", function() { return toPresetInfoListIndex; });
3348
3349
  /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "j", function() { return deletePresetInfo; });
3349
3350
  /* unused harmony export historyListJson */
3350
3351
  /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "hb", function() { return pendedhistoryListJson; });
3351
3352
  /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "ib", function() { return pressListJson; });
3352
3353
  /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "i", function() { return deleteFlow; });
3353
3354
  /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "bb", function() { return isCanStartSubFlow; });
3354
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Qb", function() { return toTaskUnionExamine; });
3355
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Db", function() { return taskUnionExamine; });
3356
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Ob", function() { return toTaskTakeAdvice; });
3357
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Bb", function() { return taskTakeAdvice; });
3358
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Nb", function() { return toTaskStartDraft; });
3359
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Ab", function() { return taskStartDraft; });
3360
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Mb", function() { return toTaskReview; });
3361
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "zb", function() { return taskReview; });
3362
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Rb", function() { return toTaskUnionSeal; });
3363
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Eb", function() { return taskUnionSeal; });
3364
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Sb", function() { return toTwoOfficesDispatch; });
3365
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Ub", function() { return twoOfficesDispatch; });
3366
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "sb", function() { return sendList; });
3367
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "rb", function() { return sendInfo; });
3355
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Rb", function() { return toTaskUnionExamine; });
3356
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Eb", function() { return taskUnionExamine; });
3357
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Pb", function() { return toTaskTakeAdvice; });
3358
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Cb", function() { return taskTakeAdvice; });
3359
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Ob", function() { return toTaskStartDraft; });
3360
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Bb", function() { return taskStartDraft; });
3361
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Nb", function() { return toTaskReview; });
3362
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Ab", function() { return taskReview; });
3363
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Sb", function() { return toTaskUnionSeal; });
3364
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Fb", function() { return taskUnionSeal; });
3365
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Tb", function() { return toTwoOfficesDispatch; });
3366
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Vb", function() { return twoOfficesDispatch; });
3367
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "tb", function() { return sendList; });
3368
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "sb", function() { return sendInfo; });
3368
3369
  /* unused harmony export sendSave */
3369
3370
  /* unused harmony export sendUpdate */
3370
3371
  /* unused harmony export sendDelete */
3371
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "qb", function() { return sendBatch; });
3372
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "rb", function() { return sendBatch; });
3372
3373
  /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "y", function() { return formContents; });
3373
3374
  // 登录
3374
3375
  var doCaLogin = '/sso2/signIn/auth/doCaLogin'; // ca登录认证
@@ -3397,6 +3398,8 @@ var doAssistanceQrLogin = '/sso2/signIn/auth/doAssistanceQrLogin'; // 二级身
3397
3398
 
3398
3399
  // 框架
3399
3400
  var userOnline = 'sys/v1/mecpSys/userOnlineListJson.dhtml'; // 在线人数列表
3401
+ var getUserAppWithTag = '/sysv3/sysUucApp/getUserAppWithTag'; // 获取应用
3402
+ var recordUserApp = '/sysv3/sysUucApp/recordUserApp'; // 记录应用点击率
3400
3403
  var mainConfig = '/main2/main/mainConfig'; // 获取主页面配置
3401
3404
  var initUserSet = '/main2/main/initUserSet'; // 获取用户信息
3402
3405
  var updateUserInfo = '/main2/main/updateUserInfo'; // 更新用户信息
@@ -3407,7 +3410,6 @@ var getQuickMenuIds = '/main2/main/getQuickMenuIds'; // 获取已绑定的快捷
3407
3410
  var getApplicationIdArray = '/main2/main/getApplicationIdArray'; // 获取应用父id数组
3408
3411
  var getComplexApplications = '/main2/menu/getComplexApplications'; // 获取当前用户菜单; 含页签菜单格式的数据
3409
3412
  var getComplexApplicationsNew = '/main2/menu/getComplexApplicationsNew'; // 获取当前用户应用菜单; 含页签菜单格式的数据
3410
- var getUserAppWithTag = '/sysv3/sysUucApp/getUserAppWithTag'; // 获取应用
3411
3413
  var getUserCustomInfo = '/main2/main/getUserCustomInfo'; // 获取主题样式
3412
3414
  var updateUserCustomInfo = '/main2/main/updateUserCustomInfo'; // 更新主题样式
3413
3415
  // 框架 - 系统消息
@@ -6763,7 +6765,7 @@ var _components;
6763
6765
  }
6764
6766
  this.loading = util["a" /* default */].loading(this.$loading, '提交中...');
6765
6767
  util["a" /* default */].ajax({
6766
- url: data.id ? api["Vb" /* updateCommonOpinion */] : api["ob" /* saveCommonOpinion */],
6768
+ url: data.id ? api["Wb" /* updateCommonOpinion */] : api["pb" /* saveCommonOpinion */],
6767
6769
  data: info,
6768
6770
  header: { 'Content-Type': 'multipart/form-data' },
6769
6771
  method: 'post'
@@ -9335,7 +9337,7 @@ var processFormvue_type_script_lang_js_components;
9335
9337
  opinion: _this4.newOpinion || newOpinion
9336
9338
  };
9337
9339
  if (_this4.activeNames != '1') delete params.customPresetUserJson;
9338
- util["a" /* default */].ajax({ url: api["mb" /* register */], method: 'post', data: params }).then(function (res) {
9340
+ util["a" /* default */].ajax({ url: api["nb" /* register */], method: 'post', data: params }).then(function (res) {
9339
9341
  var status = res.status,
9340
9342
  message = res.message;
9341
9343
 
@@ -9521,7 +9523,7 @@ var processFormvue_type_script_lang_js_components;
9521
9523
  businessId: this.businessId
9522
9524
  };
9523
9525
  // 获取节点
9524
- util["a" /* default */].ajax({ url: api["Ib" /* toStartFlow */], params: params }).then(function (res) {
9526
+ util["a" /* default */].ajax({ url: api["Jb" /* toStartFlow */], params: params }).then(function (res) {
9525
9527
  //pc接口返回数据处理
9526
9528
  var status = res.status,
9527
9529
  message = res.message,
@@ -9968,7 +9970,7 @@ SendMsgvue_type_template_id_79b8122f_render._withStripped = true
9968
9970
  notificationType = _sendInfo.notificationType;
9969
9971
 
9970
9972
  var params = {
9971
- url: api["tb" /* sendMsg */],
9973
+ url: api["ub" /* sendMsg */],
9972
9974
  headers: { Accept: 'application/json,text/plain' },
9973
9975
  method: 'post',
9974
9976
  data: {
@@ -10030,7 +10032,7 @@ SendMsgvue_type_template_id_79b8122f_render._withStripped = true
10030
10032
 
10031
10033
  this.loading = true;
10032
10034
  util["a" /* default */].ajax({
10033
- url: api["Hb" /* toSendMsg */],
10035
+ url: api["Ib" /* toSendMsg */],
10034
10036
  params: { pendingId: this.$attrs.pendingId }
10035
10037
  }).then(function (res) {
10036
10038
  var status = res.status,
@@ -10848,7 +10850,7 @@ processRejectvue_type_template_id_7d0d950e_render._withStripped = true
10848
10850
  userId: util["a" /* default */].getStorage('userId'),
10849
10851
  nextNodeId: _this2.nextNode.nextNodeId
10850
10852
  };
10851
- util["a" /* default */].ajax({ url: api["yb" /* taskRejectHtml */], method: 'post', data: params }).then(function (res) {
10853
+ util["a" /* default */].ajax({ url: api["zb" /* taskRejectHtml */], method: 'post', data: params }).then(function (res) {
10852
10854
  var status = res.status,
10853
10855
  message = res.message;
10854
10856
 
@@ -10903,7 +10905,7 @@ processRejectvue_type_template_id_7d0d950e_render._withStripped = true
10903
10905
  isSinglePage: false,
10904
10906
  opinion: this.option
10905
10907
  };
10906
- util["a" /* default */].ajax({ url: api["Lb" /* toTaskRejectHtml */], params: params }).then(function (res) {
10908
+ util["a" /* default */].ajax({ url: api["Mb" /* toTaskRejectHtml */], params: params }).then(function (res) {
10907
10909
  var status = res.status,
10908
10910
  message = res.message,
10909
10911
  _res$data = res.data,
@@ -11579,7 +11581,7 @@ var startTaskReadvue_type_script_lang_js_components;
11579
11581
  taskExamine = this.taskExamine;
11580
11582
 
11581
11583
  var params = {
11582
- url: api["Pb" /* toTaskTransferIndex */],
11584
+ url: api["Qb" /* toTaskTransferIndex */],
11583
11585
  params: {
11584
11586
  opinion: opinion,
11585
11587
  pendingId: pendingId,
@@ -11704,7 +11706,7 @@ var startTaskReadvue_type_script_lang_js_components;
11704
11706
  var _this3 = this;
11705
11707
 
11706
11708
  var params = {
11707
- url: api["Jb" /* toStartTaskRead */],
11709
+ url: api["Kb" /* toStartTaskRead */],
11708
11710
  params: { pendingId: this.pendingId, taskAction: this.type }
11709
11711
  };
11710
11712
  if (this.type != 'taskReadAndEnd') delete params.params.taskAction;
@@ -11777,7 +11779,7 @@ var startTaskReadvue_type_script_lang_js_components;
11777
11779
  type = this.type;
11778
11780
 
11779
11781
  var params = {
11780
- url: api["Cb" /* taskTransfer */],
11782
+ url: api["Db" /* taskTransfer */],
11781
11783
  data: {
11782
11784
  choiceDeptId: choiceDeptId,
11783
11785
  choiceOrgId: choiceOrgId,
@@ -11871,7 +11873,7 @@ var startTaskReadvue_type_script_lang_js_components;
11871
11873
  !download && delete params.isDownload;
11872
11874
  isCdjxjTaskHandle == 'true' && delete params.noticeType;
11873
11875
  util["a" /* default */].ajax({
11874
- url: api["xb" /* taskReadHtml */],
11876
+ url: api["yb" /* taskReadHtml */],
11875
11877
  params: { taskAction: _this7.type },
11876
11878
  headers: {
11877
11879
  Accept: 'application/json,text/plain'
@@ -12364,7 +12366,7 @@ var taskUnionExaminevue_type_script_lang_js_components;
12364
12366
  pendingId = this.pendingId;
12365
12367
 
12366
12368
  var params = {
12367
- url: api["zb" /* taskReview */],
12369
+ url: api["Ab" /* taskReview */],
12368
12370
  data: {
12369
12371
  nextUserId: nextOtherOrgObj.join(','),
12370
12372
  notificationType: noticeType.join(','),
@@ -12400,7 +12402,7 @@ var taskUnionExaminevue_type_script_lang_js_components;
12400
12402
  var _this2 = this;
12401
12403
 
12402
12404
  var params = {
12403
- url: api["Mb" /* toTaskReview */],
12405
+ url: api["Nb" /* toTaskReview */],
12404
12406
  params: { pendingId: this.pendingId }
12405
12407
  };
12406
12408
  util["a" /* default */].ajax(params).then(function (res) {
@@ -12435,7 +12437,7 @@ var taskUnionExaminevue_type_script_lang_js_components;
12435
12437
  var _this3 = this;
12436
12438
 
12437
12439
  var params = {
12438
- url: this.type == 'takeAdvice' ? api["Ob" /* toTaskTakeAdvice */] : this.type === 'startDraf' ? api["Nb" /* toTaskStartDraft */] : this.type == 'unionSeal' ? api["Rb" /* toTaskUnionSeal */] : this.type == 'twoOfficesDispatch' ? api["Sb" /* toTwoOfficesDispatch */] : api["Qb" /* toTaskUnionExamine */],
12440
+ url: this.type == 'takeAdvice' ? api["Pb" /* toTaskTakeAdvice */] : this.type === 'startDraf' ? api["Ob" /* toTaskStartDraft */] : this.type == 'unionSeal' ? api["Sb" /* toTaskUnionSeal */] : this.type == 'twoOfficesDispatch' ? api["Tb" /* toTwoOfficesDispatch */] : api["Rb" /* toTaskUnionExamine */],
12439
12441
  params: { pendingId: this.pendingId },
12440
12442
  headers: { Accept: 'application/json,text/plain' }
12441
12443
  };
@@ -12529,7 +12531,7 @@ var taskUnionExaminevue_type_script_lang_js_components;
12529
12531
  // if (this.type != 'startDraf' && this.type != 'unionSeal' && this.type != 'twoOfficesDispatch')
12530
12532
  // return this.$message.warning('暂未开放,敬请期待!');
12531
12533
  var param = {
12532
- url: this.type === 'startDraf' ? api["Ab" /* taskStartDraft */] : this.type == 'unionSeal' ? api["Eb" /* taskUnionSeal */] : this.type === 'twoOfficesDispatch' ? api["Ub" /* twoOfficesDispatch */] : this.type == 'takeAdvice' ? api["Bb" /* taskTakeAdvice */] : api["Db" /* taskUnionExamine */],
12534
+ url: this.type === 'startDraf' ? api["Bb" /* taskStartDraft */] : this.type == 'unionSeal' ? api["Fb" /* taskUnionSeal */] : this.type === 'twoOfficesDispatch' ? api["Vb" /* twoOfficesDispatch */] : this.type == 'takeAdvice' ? api["Cb" /* taskTakeAdvice */] : api["Eb" /* taskUnionExamine */],
12533
12535
  data: {
12534
12536
  opinion: opinion,
12535
12537
  pendingId: pendingId,
@@ -13736,7 +13738,7 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
13736
13738
  taskAction: 'complete'
13737
13739
  };
13738
13740
  util["a" /* default */].ajax({
13739
- url: api["xb" /* taskReadHtml */],
13741
+ url: api["yb" /* taskReadHtml */],
13740
13742
  params: { taskAction: 'complete' },
13741
13743
  headers: {
13742
13744
  Accept: 'application/json,text/plain'
@@ -13768,7 +13770,7 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
13768
13770
 
13769
13771
  this.loading = util["a" /* default */].loading(this.$loading, '加载中...');
13770
13772
  util["a" /* default */].ajax({
13771
- url: api["Kb" /* toStartTaskReadIndex */],
13773
+ url: api["Lb" /* toStartTaskReadIndex */],
13772
13774
  params: { pendingId: this.pendingId }
13773
13775
  }).then(function (res) {
13774
13776
  var status = res.status,
@@ -13903,7 +13905,7 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
13903
13905
  pendingId: this.pendingId
13904
13906
  };
13905
13907
  this.loading = util["a" /* default */].loading(this.$loading, '保存中...');
13906
- util["a" /* default */].ajax({ url: api["Fb" /* tempSave */], params: params }).then(function (res) {
13908
+ util["a" /* default */].ajax({ url: api["Gb" /* tempSave */], params: params }).then(function (res) {
13907
13909
  var status = res.status,
13908
13910
  message = res.message;
13909
13911
 
@@ -14268,7 +14270,7 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
14268
14270
 
14269
14271
  // return this.$message.warning('请填写意见');
14270
14272
  var params = {
14271
- url: api["nb" /* rejectAndEnd */],
14273
+ url: api["ob" /* rejectAndEnd */],
14272
14274
  headers: { Accept: 'application/json,text/plain' },
14273
14275
  method: 'post',
14274
14276
  data: {
@@ -15104,7 +15106,7 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
15104
15106
  params.isSubFlow = taskExamineInfo.isSubFlow;
15105
15107
  params.nodeId = taskExamineInfo.nodeId;
15106
15108
  params.needRetrialAuth = needRetrialAuth;
15107
- return _context.abrupt('return', util["a" /* default */].ajax({ url: api["wb" /* taskHandleHtml */], method: 'post', data: params }).then(function (res) {
15109
+ return _context.abrupt('return', util["a" /* default */].ajax({ url: api["xb" /* taskHandleHtml */], method: 'post', data: params }).then(function (res) {
15108
15110
  var status = res.status,
15109
15111
  message = res.message;
15110
15112
 
package/lib/form.js CHANGED
@@ -3249,7 +3249,7 @@ var watermark = function watermark(option) {
3249
3249
  /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "n", function() { return doQrLogin; });
3250
3250
  /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "eb", function() { return logout; });
3251
3251
  /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "X", function() { return initLogin; });
3252
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "ub", function() { return switchUserTo; });
3252
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "vb", function() { return switchUserTo; });
3253
3253
  /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "c", function() { return changeImg; });
3254
3254
  /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "F", function() { return getLoginCode; });
3255
3255
  /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "m", function() { return doCodeLogin; });
@@ -3264,13 +3264,15 @@ var watermark = function watermark(option) {
3264
3264
  /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "o", function() { return doTwoFactorLogin; });
3265
3265
  /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Z", function() { return initRetrialAuth; });
3266
3266
  /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "N", function() { return getRetrialAuthCode; });
3267
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "pb", function() { return scanCodeRetrialAuth; });
3267
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "qb", function() { return scanCodeRetrialAuth; });
3268
3268
  /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "e", function() { return codeRetrialAuth; });
3269
3269
  /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "k", function() { return doAssistanceQrLogin; });
3270
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "cc", function() { return userOnline; });
3270
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "dc", function() { return userOnline; });
3271
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "S", function() { return getUserAppWithTag; });
3272
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "mb", function() { return recordUserApp; });
3271
3273
  /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "fb", function() { return mainConfig; });
3272
3274
  /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "ab", function() { return initUserSet; });
3273
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Xb", function() { return updateUserInfo; });
3275
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Yb", function() { return updateUserInfo; });
3274
3276
  /* unused harmony export getUserImgUrl */
3275
3277
  /* unused harmony export getDoorIndex */
3276
3278
  /* unused harmony export refreshOnlineUsers */
@@ -3278,19 +3280,18 @@ var watermark = function watermark(option) {
3278
3280
  /* unused harmony export getApplicationIdArray */
3279
3281
  /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "B", function() { return getComplexApplications; });
3280
3282
  /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "C", function() { return getComplexApplicationsNew; });
3281
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "S", function() { return getUserAppWithTag; });
3282
3283
  /* unused harmony export getUserCustomInfo */
3283
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Wb", function() { return updateUserCustomInfo; });
3284
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "vb", function() { return sysMsgPage; });
3284
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Xb", function() { return updateUserCustomInfo; });
3285
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "wb", function() { return sysMsgPage; });
3285
3286
  /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "W", function() { return ignoreSysMsg; });
3286
3287
  /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "V", function() { return ignoreAllSysMsg; });
3287
3288
  /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "A", function() { return getAdjunctProperties; });
3288
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "bc", function() { return uploads; });
3289
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Zb", function() { return uploadOnlyOne; });
3289
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "cc", function() { return uploads; });
3290
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "ac", function() { return uploadOnlyOne; });
3290
3291
  /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "z", function() { return getAdjunctFileInfos; });
3291
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "ac", function() { return uploadSort; });
3292
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "bc", function() { return uploadSort; });
3292
3293
  /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "r", function() { return downloadByAdjunctId; });
3293
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Yb", function() { return uploadDownloads; });
3294
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Zb", function() { return uploadDownloads; });
3294
3295
  /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "jb", function() { return previewAdjunct; });
3295
3296
  /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "kb", function() { return previewAdjunct2; });
3296
3297
  /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "lb", function() { return previewAdjunctOffice; });
@@ -3308,13 +3309,13 @@ var watermark = function watermark(option) {
3308
3309
  /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "T", function() { return gethelpdoc; });
3309
3310
  /* unused harmony export getCurrentuser */
3310
3311
  /* unused harmony export mainDetail */
3311
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Ib", function() { return toStartFlow; });
3312
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Fb", function() { return tempSave; });
3312
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Jb", function() { return toStartFlow; });
3313
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Gb", function() { return tempSave; });
3313
3314
  /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "f", function() { return commonOpion; });
3314
3315
  /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "a", function() { return addCommonOpion; });
3315
3316
  /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "s", function() { return editCommonOpion; });
3316
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "ob", function() { return saveCommonOpinion; });
3317
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Vb", function() { return updateCommonOpinion; });
3317
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "pb", function() { return saveCommonOpinion; });
3318
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Wb", function() { return updateCommonOpinion; });
3318
3319
  /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "h", function() { return deleteCommonOpion; });
3319
3320
  /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "M", function() { return getProcessDefList; });
3320
3321
  /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "H", function() { return getNodeInfo; });
@@ -3323,52 +3324,52 @@ var watermark = function watermark(option) {
3323
3324
  /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "w", function() { return findSysCodes; });
3324
3325
  /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "I", function() { return getNotificationMsg; });
3325
3326
  /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "E", function() { return getHandleInfoHtml; });
3326
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "wb", function() { return taskHandleHtml; });
3327
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "xb", function() { return taskHandleHtml; });
3327
3328
  /* unused harmony export getView */
3328
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "mb", function() { return register; });
3329
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "nb", function() { return register; });
3329
3330
  /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "gb", function() { return pendedhistoryList; });
3330
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Lb", function() { return toTaskRejectHtml; });
3331
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "yb", function() { return taskRejectHtml; });
3332
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Jb", function() { return toStartTaskRead; });
3333
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Kb", function() { return toStartTaskReadIndex; });
3334
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "xb", function() { return taskReadHtml; });
3335
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "nb", function() { return rejectAndEnd; });
3336
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Hb", function() { return toSendMsg; });
3337
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "tb", function() { return sendMsg; });
3331
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Mb", function() { return toTaskRejectHtml; });
3332
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "zb", function() { return taskRejectHtml; });
3333
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Kb", function() { return toStartTaskRead; });
3334
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Lb", function() { return toStartTaskReadIndex; });
3335
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "yb", function() { return taskReadHtml; });
3336
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "ob", function() { return rejectAndEnd; });
3337
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Ib", function() { return toSendMsg; });
3338
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "ub", function() { return sendMsg; });
3338
3339
  /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "t", function() { return endFlowHtml; });
3339
3340
  /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "U", function() { return handleInfo; });
3340
3341
  /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "db", function() { return loginUserInfo; });
3341
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "dc", function() { return wss; });
3342
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Tb", function() { return topic; });
3342
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "ec", function() { return wss; });
3343
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Ub", function() { return topic; });
3343
3344
  /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "K", function() { return getPresetCustomInfo; });
3344
3345
  /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "L", function() { return getPresetNodeInfo; });
3345
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Pb", function() { return toTaskTransferIndex; });
3346
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Cb", function() { return taskTransfer; });
3347
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Gb", function() { return toPresetInfoListIndex; });
3346
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Qb", function() { return toTaskTransferIndex; });
3347
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Db", function() { return taskTransfer; });
3348
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Hb", function() { return toPresetInfoListIndex; });
3348
3349
  /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "j", function() { return deletePresetInfo; });
3349
3350
  /* unused harmony export historyListJson */
3350
3351
  /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "hb", function() { return pendedhistoryListJson; });
3351
3352
  /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "ib", function() { return pressListJson; });
3352
3353
  /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "i", function() { return deleteFlow; });
3353
3354
  /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "bb", function() { return isCanStartSubFlow; });
3354
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Qb", function() { return toTaskUnionExamine; });
3355
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Db", function() { return taskUnionExamine; });
3356
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Ob", function() { return toTaskTakeAdvice; });
3357
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Bb", function() { return taskTakeAdvice; });
3358
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Nb", function() { return toTaskStartDraft; });
3359
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Ab", function() { return taskStartDraft; });
3360
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Mb", function() { return toTaskReview; });
3361
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "zb", function() { return taskReview; });
3362
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Rb", function() { return toTaskUnionSeal; });
3363
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Eb", function() { return taskUnionSeal; });
3364
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Sb", function() { return toTwoOfficesDispatch; });
3365
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Ub", function() { return twoOfficesDispatch; });
3366
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "sb", function() { return sendList; });
3367
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "rb", function() { return sendInfo; });
3355
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Rb", function() { return toTaskUnionExamine; });
3356
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Eb", function() { return taskUnionExamine; });
3357
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Pb", function() { return toTaskTakeAdvice; });
3358
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Cb", function() { return taskTakeAdvice; });
3359
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Ob", function() { return toTaskStartDraft; });
3360
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Bb", function() { return taskStartDraft; });
3361
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Nb", function() { return toTaskReview; });
3362
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Ab", function() { return taskReview; });
3363
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Sb", function() { return toTaskUnionSeal; });
3364
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Fb", function() { return taskUnionSeal; });
3365
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Tb", function() { return toTwoOfficesDispatch; });
3366
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Vb", function() { return twoOfficesDispatch; });
3367
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "tb", function() { return sendList; });
3368
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "sb", function() { return sendInfo; });
3368
3369
  /* unused harmony export sendSave */
3369
3370
  /* unused harmony export sendUpdate */
3370
3371
  /* unused harmony export sendDelete */
3371
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "qb", function() { return sendBatch; });
3372
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "rb", function() { return sendBatch; });
3372
3373
  /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "y", function() { return formContents; });
3373
3374
  // 登录
3374
3375
  var doCaLogin = '/sso2/signIn/auth/doCaLogin'; // ca登录认证
@@ -3397,6 +3398,8 @@ var doAssistanceQrLogin = '/sso2/signIn/auth/doAssistanceQrLogin'; // 二级身
3397
3398
 
3398
3399
  // 框架
3399
3400
  var userOnline = 'sys/v1/mecpSys/userOnlineListJson.dhtml'; // 在线人数列表
3401
+ var getUserAppWithTag = '/sysv3/sysUucApp/getUserAppWithTag'; // 获取应用
3402
+ var recordUserApp = '/sysv3/sysUucApp/recordUserApp'; // 记录应用点击率
3400
3403
  var mainConfig = '/main2/main/mainConfig'; // 获取主页面配置
3401
3404
  var initUserSet = '/main2/main/initUserSet'; // 获取用户信息
3402
3405
  var updateUserInfo = '/main2/main/updateUserInfo'; // 更新用户信息
@@ -3407,7 +3410,6 @@ var getQuickMenuIds = '/main2/main/getQuickMenuIds'; // 获取已绑定的快捷
3407
3410
  var getApplicationIdArray = '/main2/main/getApplicationIdArray'; // 获取应用父id数组
3408
3411
  var getComplexApplications = '/main2/menu/getComplexApplications'; // 获取当前用户菜单; 含页签菜单格式的数据
3409
3412
  var getComplexApplicationsNew = '/main2/menu/getComplexApplicationsNew'; // 获取当前用户应用菜单; 含页签菜单格式的数据
3410
- var getUserAppWithTag = '/sysv3/sysUucApp/getUserAppWithTag'; // 获取应用
3411
3413
  var getUserCustomInfo = '/main2/main/getUserCustomInfo'; // 获取主题样式
3412
3414
  var updateUserCustomInfo = '/main2/main/updateUserCustomInfo'; // 更新主题样式
3413
3415
  // 框架 - 系统消息