eoss-ui 0.4.51 → 0.4.53

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 (62) hide show
  1. package/lib/button-group.js +95 -88
  2. package/lib/button.js +95 -88
  3. package/lib/checkbox-group.js +96 -89
  4. package/lib/config/api.js +2 -0
  5. package/lib/data-table-form.js +96 -89
  6. package/lib/data-table.js +98 -91
  7. package/lib/date-picker.js +95 -88
  8. package/lib/dialog.js +95 -88
  9. package/lib/eoss-ui.common.js +897 -556
  10. package/lib/flow-group.js +95 -88
  11. package/lib/flow-list.js +99 -92
  12. package/lib/flow.js +419 -339
  13. package/lib/form.js +96 -89
  14. package/lib/handle-user.js +96 -89
  15. package/lib/handler.js +117 -110
  16. package/lib/index.js +1 -1
  17. package/lib/input-number.js +95 -88
  18. package/lib/input.js +95 -88
  19. package/lib/login.js +124 -99
  20. package/lib/main.js +415 -173
  21. package/lib/mainComp.js +111 -104
  22. package/lib/nav.js +110 -95
  23. package/lib/notify.js +95 -91
  24. package/lib/page.js +95 -88
  25. package/lib/player.js +95 -88
  26. package/lib/qr-code.js +95 -88
  27. package/lib/radio-group.js +96 -89
  28. package/lib/select-ganged.js +95 -88
  29. package/lib/select.js +96 -89
  30. package/lib/selector-panel.js +113 -106
  31. package/lib/selector.js +96 -89
  32. package/lib/sizer.js +97 -90
  33. package/lib/steps.js +95 -88
  34. package/lib/switch.js +95 -88
  35. package/lib/table-form.js +95 -88
  36. package/lib/tabs.js +95 -88
  37. package/lib/theme-chalk/index.css +1 -1
  38. package/lib/theme-chalk/main.css +1 -1
  39. package/lib/theme-chalk/menu.css +1 -1
  40. package/lib/tips.js +96 -89
  41. package/lib/tree-group.js +95 -88
  42. package/lib/tree.js +96 -89
  43. package/lib/upload.js +104 -97
  44. package/lib/utils/util.js +5 -2
  45. package/lib/wujie.js +95 -88
  46. package/lib/wxlogin.js +95 -88
  47. package/package.json +1 -1
  48. package/packages/flow/src/main.vue +106 -34
  49. package/packages/flow/src/startTaskRead.vue +10 -2
  50. package/packages/handler/src/main.vue +13 -15
  51. package/packages/login/src/main.vue +34 -3
  52. package/packages/main/src/main.vue +128 -68
  53. package/packages/main/src/settings.vue +51 -4
  54. package/packages/nav/src/main.vue +22 -10
  55. package/packages/theme-chalk/lib/index.css +1 -1
  56. package/packages/theme-chalk/lib/main.css +1 -1
  57. package/packages/theme-chalk/lib/menu.css +1 -1
  58. package/packages/theme-chalk/src/main.scss +45 -6
  59. package/packages/theme-chalk/src/menu.scss +0 -1
  60. package/src/config/api.js +2 -0
  61. package/src/index.js +1 -1
  62. package/src/utils/util.js +4 -2
@@ -101,6 +101,8 @@ module.exports =
101
101
  /* harmony import */ var eoss_element__WEBPACK_IMPORTED_MODULE_4___default = /*#__PURE__*/__webpack_require__.n(eoss_element__WEBPACK_IMPORTED_MODULE_4__);
102
102
  var _typeof = typeof Symbol === "function" && typeof Symbol.iterator === "symbol" ? function (obj) { return typeof obj; } : function (obj) { return obj && typeof Symbol === "function" && obj.constructor === Symbol && obj !== Symbol.prototype ? "symbol" : typeof obj; };
103
103
 
104
+ var _extends = Object.assign || function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; };
105
+
104
106
  /**
105
107
  * 新封装公告方法规范:
106
108
  * 1.方法顺序按字母顺序排列
@@ -204,6 +206,7 @@ var ajax = function ajax(_ref) {
204
206
  });
205
207
  // 请求拦截
206
208
  http.interceptors.request.use(function (config) {
209
+ config.header && (config.headers = _extends({}, config.headers, config.header));
207
210
  config.headers.common = getStorage();
208
211
  // 根据请求的信息(请求方式,url,请求get/post数据),产生map的key
209
212
  var requestKey = getRequestKey(config);
@@ -350,9 +353,9 @@ var ajax = function ajax(_ref) {
350
353
  if (!mix) {
351
354
  params = {};
352
355
  }
353
- if (format && !headers) {
356
+ if (format && !header['content-type']) {
354
357
  data = qs__WEBPACK_IMPORTED_MODULE_2___default.a.stringify(data);
355
- header['content-type'] = 'application/x-www-form-urlencoded';
358
+ header['content-type'] = 'application/x-www-form-urlencoded;charset=UTF-8';
356
359
  }
357
360
  }
358
361
  return http({
@@ -2346,120 +2349,122 @@ var watermark = function watermark(option) {
2346
2349
 
2347
2350
  "use strict";
2348
2351
  /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "j", function() { return doCaLogin; });
2349
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "m", function() { return doUserLogin; });
2352
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "n", function() { return doUserLogin; });
2350
2353
  /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "l", function() { return doQrLogin; });
2351
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "V", function() { return logout; });
2352
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Q", function() { return initLogin; });
2353
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "lb", function() { return switchUserTo; });
2354
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "X", function() { return logout; });
2355
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "S", function() { return initLogin; });
2356
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "nb", function() { return switchUserTo; });
2354
2357
  /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "c", function() { return changeImg; });
2355
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "B", function() { return getLoginCode; });
2358
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "C", function() { return getLoginCode; });
2356
2359
  /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "k", function() { return doCodeLogin; });
2357
2360
  /* unused harmony export updateCode */
2358
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "C", function() { return getModifyPassCode; });
2361
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "D", function() { return getModifyPassCode; });
2359
2362
  /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "d", function() { return codeModifyPass; });
2360
2363
  /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "b", function() { return authCenter; });
2361
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "R", function() { return initModifyPassword; });
2362
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "n", function() { return doWechatQrLogin; });
2363
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "W", function() { return mainConfig; });
2364
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "S", function() { return initUserSet; });
2365
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Ob", function() { return updateUserInfo; });
2364
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "T", function() { return initModifyPassword; });
2365
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "o", function() { return doWechatQrLogin; });
2366
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "N", function() { return getTwoFactorLoginCode; });
2367
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "m", function() { return doTwoFactorLogin; });
2368
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Y", function() { return mainConfig; });
2369
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "U", function() { return initUserSet; });
2370
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Qb", function() { return updateUserInfo; });
2366
2371
  /* unused harmony export getUserImgUrl */
2367
2372
  /* unused harmony export getDoorIndex */
2368
2373
  /* unused harmony export refreshOnlineUsers */
2369
2374
  /* unused harmony export getQuickMenuIds */
2370
2375
  /* unused harmony export getApplicationIdArray */
2371
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "y", function() { return getComplexApplications; });
2372
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "z", function() { return getComplexApplicationsNew; });
2376
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "z", function() { return getComplexApplications; });
2377
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "A", function() { return getComplexApplicationsNew; });
2373
2378
  /* unused harmony export getUserCustomInfo */
2374
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Nb", function() { return updateUserCustomInfo; });
2375
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "mb", function() { return sysMsgPage; });
2376
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "P", function() { return ignoreSysMsg; });
2377
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "O", function() { return ignoreAllSysMsg; });
2378
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "x", function() { return getAdjunctProperties; });
2379
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Sb", function() { return uploads; });
2380
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Qb", function() { return uploadOnlyOne; });
2381
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "w", function() { return getAdjunctFileInfos; });
2382
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Rb", function() { return uploadSort; });
2383
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "o", function() { return downloadByAdjunctId; });
2384
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Pb", function() { return uploadDownloads; });
2385
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "bb", function() { return previewAdjunct; });
2386
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "cb", function() { return previewAdjunct2; });
2387
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "db", function() { return previewAdjunctOffice; });
2379
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Pb", function() { return updateUserCustomInfo; });
2380
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "ob", function() { return sysMsgPage; });
2381
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "R", function() { return ignoreSysMsg; });
2382
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Q", function() { return ignoreAllSysMsg; });
2383
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "y", function() { return getAdjunctProperties; });
2384
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Ub", function() { return uploads; });
2385
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Sb", function() { return uploadOnlyOne; });
2386
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "x", function() { return getAdjunctFileInfos; });
2387
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Tb", function() { return uploadSort; });
2388
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "p", function() { return downloadByAdjunctId; });
2389
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Rb", function() { return uploadDownloads; });
2390
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "db", function() { return previewAdjunct; });
2391
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "eb", function() { return previewAdjunct2; });
2392
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "fb", function() { return previewAdjunctOffice; });
2388
2393
  /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "f", function() { return delAdjunct; });
2389
2394
  /* unused harmony export upload_updateClassify */
2390
2395
  /* unused harmony export getDeleteAdjunctFileInfos */
2391
2396
  /* unused harmony export getPictureBase64 */
2392
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "L", function() { return getSelectorOrgTree; });
2393
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "K", function() { return getSelectorOrgDetail; });
2394
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "F", function() { return getOrgMainTree; });
2395
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "J", function() { return getSelectOrgsubids; });
2396
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "s", function() { return findSysCode; });
2397
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "M", function() { return getSelectorOrgTree; });
2398
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "L", function() { return getSelectorOrgDetail; });
2399
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "G", function() { return getOrgMainTree; });
2400
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "K", function() { return getSelectOrgsubids; });
2401
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "t", function() { return findSysCode; });
2397
2402
  /* unused harmony export findUserBaseInfo */
2398
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "M", function() { return gethelpdoc; });
2403
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "O", function() { return gethelpdoc; });
2399
2404
  /* unused harmony export getCurrentuser */
2400
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "X", function() { return mainDetail; });
2401
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "zb", function() { return toStartFlow; });
2402
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "wb", function() { return tempSave; });
2405
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Z", function() { return mainDetail; });
2406
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Bb", function() { return toStartFlow; });
2407
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "yb", function() { return tempSave; });
2403
2408
  /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "e", function() { return commonOpion; });
2404
2409
  /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "a", function() { return addCommonOpion; });
2405
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "p", function() { return editCommonOpion; });
2406
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "gb", function() { return saveCommonOpinion; });
2407
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Mb", function() { return updateCommonOpinion; });
2410
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "q", function() { return editCommonOpion; });
2411
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "ib", function() { return saveCommonOpinion; });
2412
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Ob", function() { return updateCommonOpinion; });
2408
2413
  /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "g", function() { return deleteCommonOpion; });
2409
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "I", function() { return getProcessDefList; });
2410
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "D", function() { return getNodeInfo; });
2411
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "r", function() { return findCodeValues; });
2412
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "u", function() { return findSysParam; });
2413
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "t", function() { return findSysCodes; });
2414
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "E", function() { return getNotificationMsg; });
2415
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "A", function() { return getHandleInfoHtml; });
2416
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "nb", function() { return taskHandleHtml; });
2414
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "J", function() { return getProcessDefList; });
2415
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "E", function() { return getNodeInfo; });
2416
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "s", function() { return findCodeValues; });
2417
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "v", function() { return findSysParam; });
2418
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "u", function() { return findSysCodes; });
2419
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "F", function() { return getNotificationMsg; });
2420
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "B", function() { return getHandleInfoHtml; });
2421
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "pb", function() { return taskHandleHtml; });
2417
2422
  /* unused harmony export getView */
2418
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "eb", function() { return register; });
2419
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Y", function() { return pendedhistoryList; });
2420
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Cb", function() { return toTaskRejectHtml; });
2421
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "pb", function() { return taskRejectHtml; });
2422
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Ab", function() { return toStartTaskRead; });
2423
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Bb", function() { return toStartTaskReadIndex; });
2424
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "ob", function() { return taskReadHtml; });
2425
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "fb", function() { return rejectAndEnd; });
2426
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "yb", function() { return toSendMsg; });
2427
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "kb", function() { return sendMsg; });
2428
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "q", function() { return endFlowHtml; });
2429
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "N", function() { return handleInfo; });
2430
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "U", function() { return loginUserInfo; });
2431
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Tb", function() { return wss; });
2432
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Kb", function() { return topic; });
2433
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "G", function() { return getPresetCustomInfo; });
2434
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "H", function() { return getPresetNodeInfo; });
2435
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Gb", function() { return toTaskTransferIndex; });
2436
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "tb", function() { return taskTransfer; });
2437
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "xb", function() { return toPresetInfoListIndex; });
2423
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "gb", function() { return register; });
2424
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "ab", function() { return pendedhistoryList; });
2425
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Eb", function() { return toTaskRejectHtml; });
2426
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "rb", function() { return taskRejectHtml; });
2427
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Cb", function() { return toStartTaskRead; });
2428
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Db", function() { return toStartTaskReadIndex; });
2429
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "qb", function() { return taskReadHtml; });
2430
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "hb", function() { return rejectAndEnd; });
2431
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Ab", function() { return toSendMsg; });
2432
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "mb", function() { return sendMsg; });
2433
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "r", function() { return endFlowHtml; });
2434
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "P", function() { return handleInfo; });
2435
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "W", function() { return loginUserInfo; });
2436
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Vb", function() { return wss; });
2437
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Mb", function() { return topic; });
2438
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "H", function() { return getPresetCustomInfo; });
2439
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "I", function() { return getPresetNodeInfo; });
2440
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Ib", function() { return toTaskTransferIndex; });
2441
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "vb", function() { return taskTransfer; });
2442
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "zb", function() { return toPresetInfoListIndex; });
2438
2443
  /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "i", function() { return deletePresetInfo; });
2439
2444
  /* unused harmony export historyListJson */
2440
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Z", function() { return pendedhistoryListJson; });
2441
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "ab", function() { return pressListJson; });
2445
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "bb", function() { return pendedhistoryListJson; });
2446
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "cb", function() { return pressListJson; });
2442
2447
  /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "h", function() { return deleteFlow; });
2443
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "T", function() { return isCanStartSubFlow; });
2444
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Hb", function() { return toTaskUnionExamine; });
2445
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "ub", function() { return taskUnionExamine; });
2446
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Fb", function() { return toTaskTakeAdvice; });
2447
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "sb", function() { return taskTakeAdvice; });
2448
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Eb", function() { return toTaskStartDraft; });
2449
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "rb", function() { return taskStartDraft; });
2450
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Db", function() { return toTaskReview; });
2451
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "qb", function() { return taskReview; });
2452
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Ib", function() { return toTaskUnionSeal; });
2453
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "vb", function() { return taskUnionSeal; });
2454
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Jb", function() { return toTwoOfficesDispatch; });
2455
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Lb", function() { return twoOfficesDispatch; });
2456
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "jb", function() { return sendList; });
2457
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "ib", function() { return sendInfo; });
2448
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "V", function() { return isCanStartSubFlow; });
2449
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Jb", function() { return toTaskUnionExamine; });
2450
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "wb", function() { return taskUnionExamine; });
2451
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Hb", function() { return toTaskTakeAdvice; });
2452
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "ub", function() { return taskTakeAdvice; });
2453
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Gb", function() { return toTaskStartDraft; });
2454
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "tb", function() { return taskStartDraft; });
2455
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Fb", function() { return toTaskReview; });
2456
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "sb", function() { return taskReview; });
2457
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Kb", function() { return toTaskUnionSeal; });
2458
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "xb", function() { return taskUnionSeal; });
2459
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Lb", function() { return toTwoOfficesDispatch; });
2460
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Nb", function() { return twoOfficesDispatch; });
2461
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "lb", function() { return sendList; });
2462
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "kb", function() { return sendInfo; });
2458
2463
  /* unused harmony export sendSave */
2459
2464
  /* unused harmony export sendUpdate */
2460
2465
  /* unused harmony export sendDelete */
2461
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "hb", function() { return sendBatch; });
2462
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "v", function() { return formContents; });
2466
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "jb", function() { return sendBatch; });
2467
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "w", function() { return formContents; });
2463
2468
  // 登录
2464
2469
  var doCaLogin = '/sso2/signIn/auth/doCaLogin'; // ca登录认证
2465
2470
  var doUserLogin = '/sso2/signIn/auth/doUserLogin'; // 一般的账号密码认证含验证码验证
@@ -2476,6 +2481,8 @@ var codeModifyPass = '/sso2/signIn/assembly/codeModifyPass'; // 验证码重置
2476
2481
  var authCenter = '/sso2/authCenter/login'; // 单点登录认证中心
2477
2482
  var initModifyPassword = '/sso2/signIn/assembly/initModifyPassword'; // 初始化密码修改信息
2478
2483
  var doWechatQrLogin = '/sso2/signIn/auth/doWechatQrLogin'; // 微信扫码登录
2484
+ var getTwoFactorLoginCode = '/sso2/signIn/auth/getTwoFactorLoginCode'; // 双因素登录,通过消息中心发送登陆验证码给用户
2485
+ var doTwoFactorLogin = '/sso2/signIn/auth/doTwoFactorLogin'; // 双因素登录
2479
2486
  // 框架
2480
2487
  var mainConfig = '/main2/main/mainConfig'; // 获取主页面配置
2481
2488
  var initUserSet = '/main2/main/initUserSet'; // 获取用户信息
@@ -3774,7 +3781,7 @@ var mainvue_type_script_lang_js_extends = Object.assign || function (target) { f
3774
3781
  if (options) {
3775
3782
  this.options = JSON.parse(JSON.stringify(options));
3776
3783
  } else {
3777
- this.getData(api["s" /* findSysCode */], val);
3784
+ this.getData(api["t" /* findSysCode */], val);
3778
3785
  }
3779
3786
  }
3780
3787
  }
@@ -6694,7 +6701,7 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
6694
6701
  params = utils_util["a" /* default */].extend(true, item.sysCode ? { sysAppCode: item.sysCode } : {}, item.param ? item.param : {}, param);
6695
6702
  _context.next = 14;
6696
6703
  return utils_util["a" /* default */].ajax({
6697
- url: item.sysCode ? api["s" /* findSysCode */] : item.url,
6704
+ url: item.sysCode ? api["t" /* findSysCode */] : item.url,
6698
6705
  method: _this.method,
6699
6706
  params: params,
6700
6707
  data: params
@@ -6829,7 +6836,7 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
6829
6836
  }
6830
6837
  var params = utils_util["a" /* default */].extend(true, item.sysCode ? { sysAppCode: item.sysCode } : {}, item.param ? item.param : {}, param);
6831
6838
  utils_util["a" /* default */].ajax({
6832
- url: item.sysCode ? api["s" /* findSysCode */] : item.url,
6839
+ url: item.sysCode ? api["t" /* findSysCode */] : item.url,
6833
6840
  method: this.method,
6834
6841
  params: params,
6835
6842
  data: params
@@ -7798,7 +7805,7 @@ var mainvue_type_script_lang_js_components;
7798
7805
  if (item.sysCode || item.url) {
7799
7806
  var params = utils_util["a" /* default */].extend({}, item.sysCode ? { sysAppCode: item.sysCode } : {}, item.param ? item.param : {});
7800
7807
  utils_util["a" /* default */].ajax({
7801
- url: item.sysCode ? api["s" /* findSysCode */] : item.url,
7808
+ url: item.sysCode ? api["t" /* findSysCode */] : item.url,
7802
7809
  method: _this2.method,
7803
7810
  params: params,
7804
7811
  data: params
@@ -10230,7 +10237,7 @@ var src_mainvue_type_script_lang_js_components;
10230
10237
  if (item.sysCode || item.url) {
10231
10238
  var params = utils_util["a" /* default */].extend({}, item.sysCode ? { sysAppCode: item.sysCode } : {}, item.param ? item.param : {});
10232
10239
  utils_util["a" /* default */].ajax({
10233
- url: item.sysCode ? api["s" /* findSysCode */] : item.url,
10240
+ url: item.sysCode ? api["t" /* findSysCode */] : item.url,
10234
10241
  method: this.method,
10235
10242
  params: params,
10236
10243
  data: params
@@ -27319,7 +27326,7 @@ function src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return function
27319
27326
  this.loading = true;
27320
27327
  var params = typeof this.contents === 'string' ? { formId: this.contents } : this.contents;
27321
27328
  utils_util["a" /* default */].ajax({
27322
- url: api["v" /* formContents */],
27329
+ url: api["w" /* formContents */],
27323
27330
  data: params,
27324
27331
  params: params
27325
27332
  }).then(function (res) {
@@ -28060,8 +28067,8 @@ form_src_main.install = function (Vue) {
28060
28067
  };
28061
28068
 
28062
28069
  /* harmony default export */ var packages_form = (form_src_main);
28063
- // CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./packages/flow/src/main.vue?vue&type=template&id=4ef7ee29&
28064
- var mainvue_type_template_id_4ef7ee29_render = function () {
28070
+ // CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./packages/flow/src/main.vue?vue&type=template&id=88cb49c6&
28071
+ var mainvue_type_template_id_88cb49c6_render = function () {
28065
28072
  var _vm = this
28066
28073
  var _h = _vm.$createElement
28067
28074
  var _c = _vm._self._c || _h
@@ -28141,8 +28148,8 @@ var mainvue_type_template_id_4ef7ee29_render = function () {
28141
28148
  {
28142
28149
  name: "show",
28143
28150
  rawName: "v-show",
28144
- value: !_vm.isFlow && _vm.typeCode != "fenyue",
28145
- expression: "!isFlow && typeCode != 'fenyue'",
28151
+ value: !_vm.isFlow && _vm.newTypeCode != "fenyue",
28152
+ expression: "!isFlow && newTypeCode != 'fenyue'",
28146
28153
  },
28147
28154
  ],
28148
28155
  staticClass: "es-opinion-file",
@@ -28208,10 +28215,10 @@ var mainvue_type_template_id_4ef7ee29_render = function () {
28208
28215
  rawName: "v-show",
28209
28216
  value:
28210
28217
  (!_vm.endFlow || _vm.nodeInfos.length > 1) &&
28211
- _vm.typeCode != "fenyue" &&
28218
+ _vm.newTypeCode != "fenyue" &&
28212
28219
  !_vm.shrink,
28213
28220
  expression:
28214
- "\n (!endFlow || nodeInfos.length > 1) && typeCode != 'fenyue' && !shrink\n ",
28221
+ "\n (!endFlow || nodeInfos.length > 1) && newTypeCode != 'fenyue' && !shrink\n ",
28215
28222
  },
28216
28223
  ],
28217
28224
  staticClass: "es-info",
@@ -28579,11 +28586,13 @@ var mainvue_type_template_id_4ef7ee29_render = function () {
28579
28586
  1
28580
28587
  )
28581
28588
  : _vm._e(),
28582
- !_vm.isReject && _vm.nodeInfos.length != 0
28583
- ? _c(
28584
- "div",
28585
- [
28586
- _c(
28589
+ _c(
28590
+ "div",
28591
+ [
28592
+ !_vm.isReject &&
28593
+ _vm.nodeInfos.length != 0 &&
28594
+ _vm.isShowNode
28595
+ ? _c(
28587
28596
  "el-form-item",
28588
28597
  {
28589
28598
  attrs: {
@@ -28644,35 +28653,37 @@ var mainvue_type_template_id_4ef7ee29_render = function () {
28644
28653
  ),
28645
28654
  ],
28646
28655
  1
28647
- ),
28648
- _vm.countersignaturetypeCode != 0
28649
- ? _c(
28650
- "el-form-item",
28651
- {
28652
- attrs: {
28653
- prop: "handleMode",
28654
- label: "处理方式",
28656
+ )
28657
+ : _vm._e(),
28658
+ _vm.countersignaturetypeCode != 0
28659
+ ? _c(
28660
+ "el-form-item",
28661
+ {
28662
+ attrs: {
28663
+ prop: "handleMode",
28664
+ label: "处理方式",
28665
+ },
28666
+ },
28667
+ [
28668
+ _c("el-input", {
28669
+ attrs: {
28670
+ placeholder: "请输入内容",
28671
+ disabled: "",
28672
+ },
28673
+ model: {
28674
+ value: _vm.handleMode,
28675
+ callback: function ($$v) {
28676
+ _vm.handleMode = $$v
28655
28677
  },
28678
+ expression: "handleMode",
28656
28679
  },
28657
- [
28658
- _c("el-input", {
28659
- attrs: {
28660
- placeholder: "请输入内容",
28661
- disabled: "",
28662
- },
28663
- model: {
28664
- value: _vm.handleMode,
28665
- callback: function ($$v) {
28666
- _vm.handleMode = $$v
28667
- },
28668
- expression: "handleMode",
28669
- },
28670
- }),
28671
- ],
28672
- 1
28673
- )
28674
- : _vm._e(),
28675
- _c(
28680
+ }),
28681
+ ],
28682
+ 1
28683
+ )
28684
+ : _vm._e(),
28685
+ _vm.isNextUser
28686
+ ? _c(
28676
28687
  "el-form-item",
28677
28688
  {
28678
28689
  attrs: {
@@ -28723,145 +28734,135 @@ var mainvue_type_template_id_4ef7ee29_render = function () {
28723
28734
  }),
28724
28735
  ],
28725
28736
  1
28726
- ),
28727
- _vm.nodeType !== 0 &&
28728
- _vm.isLimitedTimeHandling === 1
28729
- ? _c("TimeLimit", {
28737
+ )
28738
+ : _vm._e(),
28739
+ _vm.nodeType !== 0 &&
28740
+ _vm.isLimitedTimeHandling === 1
28741
+ ? _c("TimeLimit", {
28742
+ attrs: { newsList: _vm.newsList },
28743
+ on: {
28744
+ change: function (val) {
28745
+ return (_vm.nextNode =
28746
+ Object.assign(
28747
+ {},
28748
+ _vm.nextNode,
28749
+ val
28750
+ ))
28751
+ },
28752
+ },
28753
+ })
28754
+ : _vm._e(),
28755
+ _vm.isTaskread == 1
28756
+ ? _c(
28757
+ "el-form-item",
28758
+ {
28759
+ attrs: {
28760
+ prop: "nextReadUserId",
28761
+ label:
28762
+ "\n 分阅用户\n ",
28763
+ },
28764
+ },
28765
+ [
28766
+ _c("SelectUser", {
28730
28767
  attrs: {
28731
- newsList: _vm.newsList,
28768
+ nextUser:
28769
+ _vm.nextNode.nextReadUserId,
28770
+ multiple: true,
28771
+ selectUserList:
28772
+ _vm.selectReadUserList,
28773
+ options: _vm.userOptions,
28774
+ mix: true,
28775
+ types: _vm.types,
28776
+ tabs: _vm.tabs,
28732
28777
  },
28733
28778
  on: {
28734
- change: function (val) {
28735
- return (_vm.nextNode =
28736
- Object.assign(
28737
- {},
28738
- _vm.nextNode,
28739
- val
28740
- ))
28779
+ change: function ($event) {
28780
+ _vm.changeSelectReadUser(
28781
+ $event,
28782
+ "nextReadUserId"
28783
+ )
28741
28784
  },
28742
28785
  },
28743
- })
28744
- : _vm._e(),
28745
- _vm.isTaskread == 1
28746
- ? _c(
28747
- "el-form-item",
28748
- {
28749
- attrs: {
28750
- prop: "nextReadUserId",
28751
- label:
28752
- "\n 分阅用户\n ",
28753
- },
28786
+ }),
28787
+ ],
28788
+ 1
28789
+ )
28790
+ : _vm._e(),
28791
+ _vm.canPresetRead
28792
+ ? _c(
28793
+ "el-form-item",
28794
+ {
28795
+ attrs: {
28796
+ prop: "presetReadUserId",
28797
+ label:
28798
+ "\n 自动分阅\n ",
28799
+ },
28800
+ },
28801
+ [
28802
+ _c("SelectUser", {
28803
+ attrs: {
28804
+ nextUser:
28805
+ _vm.nextNode
28806
+ .presetReadUserId,
28807
+ multiple: true,
28808
+ selectUserList:
28809
+ _vm.selectPresetUserList,
28810
+ options: _vm.presetOptions,
28811
+ radioList:
28812
+ _vm.presetReadUserId,
28813
+ presetEdit: 1,
28814
+ mix: true,
28815
+ types: _vm.types,
28816
+ tabs: _vm.tabs,
28754
28817
  },
28755
- [
28756
- _c("SelectUser", {
28757
- attrs: {
28758
- nextUser:
28759
- _vm.nextNode
28760
- .nextReadUserId,
28761
- multiple: true,
28762
- selectUserList:
28763
- _vm.selectReadUserList,
28764
- options: _vm.userOptions,
28765
- mix: true,
28766
- types: _vm.types,
28767
- tabs: _vm.tabs,
28768
- },
28769
- on: {
28770
- change: function (
28771
- $event
28772
- ) {
28773
- _vm.changeSelectReadUser(
28774
- $event,
28775
- "nextReadUserId"
28776
- )
28777
- },
28778
- },
28779
- }),
28780
- ],
28781
- 1
28782
- )
28783
- : _vm._e(),
28784
- _vm.canPresetRead
28785
- ? _c(
28786
- "el-form-item",
28787
- {
28788
- attrs: {
28789
- prop: "presetReadUserId",
28790
- label:
28791
- "\n 自动分阅\n ",
28818
+ on: {
28819
+ change: function ($event) {
28820
+ _vm.changeSelectReadUser(
28821
+ $event,
28822
+ "presetReadUserId"
28823
+ )
28792
28824
  },
28793
28825
  },
28794
- [
28795
- _c("SelectUser", {
28796
- attrs: {
28797
- nextUser:
28798
- _vm.nextNode
28799
- .presetReadUserId,
28800
- multiple: true,
28801
- selectUserList:
28802
- _vm.selectPresetUserList,
28803
- options:
28804
- _vm.presetOptions,
28805
- radioList:
28806
- _vm.presetReadUserId,
28807
- presetEdit: 1,
28808
- mix: true,
28809
- types: _vm.types,
28810
- tabs: _vm.tabs,
28811
- },
28812
- on: {
28813
- change: function (
28814
- $event
28815
- ) {
28816
- _vm.changeSelectReadUser(
28817
- $event,
28818
- "presetReadUserId"
28819
- )
28820
- },
28821
- },
28822
- }),
28823
- ],
28824
- 1
28825
- )
28826
- : _vm._e(),
28827
- _vm.isHandleExplain == 1
28828
- ? _c(
28829
- "el-form-item",
28830
- {
28831
- attrs: {
28832
- prop: "handleExplain",
28833
- label: "办理说明",
28826
+ }),
28827
+ ],
28828
+ 1
28829
+ )
28830
+ : _vm._e(),
28831
+ _vm.isHandleExplain == 1
28832
+ ? _c(
28833
+ "el-form-item",
28834
+ {
28835
+ attrs: {
28836
+ prop: "handleExplain",
28837
+ label: "办理说明",
28838
+ },
28839
+ },
28840
+ [
28841
+ _c("el-input", {
28842
+ attrs: {
28843
+ placeholder: "请输入办理说明",
28844
+ },
28845
+ model: {
28846
+ value:
28847
+ _vm.nextNode.handleExplain,
28848
+ callback: function ($$v) {
28849
+ _vm.$set(
28850
+ _vm.nextNode,
28851
+ "handleExplain",
28852
+ $$v
28853
+ )
28834
28854
  },
28855
+ expression:
28856
+ "nextNode.handleExplain",
28835
28857
  },
28836
- [
28837
- _c("el-input", {
28838
- attrs: {
28839
- placeholder:
28840
- "请输入办理说明",
28841
- },
28842
- model: {
28843
- value:
28844
- _vm.nextNode
28845
- .handleExplain,
28846
- callback: function ($$v) {
28847
- _vm.$set(
28848
- _vm.nextNode,
28849
- "handleExplain",
28850
- $$v
28851
- )
28852
- },
28853
- expression:
28854
- "nextNode.handleExplain",
28855
- },
28856
- }),
28857
- ],
28858
- 1
28859
- )
28860
- : _vm._e(),
28861
- ],
28862
- 1
28863
- )
28864
- : _vm._e(),
28858
+ }),
28859
+ ],
28860
+ 1
28861
+ )
28862
+ : _vm._e(),
28863
+ ],
28864
+ 1
28865
+ ),
28865
28866
  ],
28866
28867
  1
28867
28868
  )
@@ -29024,7 +29025,7 @@ var mainvue_type_template_id_4ef7ee29_render = function () {
29024
29025
  ],
29025
29026
  1
29026
29027
  ),
29027
- _vm.typeCode != "fenyue" && !_vm.shrink
29028
+ _vm.newTypeCode != "fenyue" && !_vm.shrink
29028
29029
  ? _c(
29029
29030
  "div",
29030
29031
  {
@@ -29439,11 +29440,11 @@ var mainvue_type_template_id_4ef7ee29_render = function () {
29439
29440
  )
29440
29441
  : _vm._e()
29441
29442
  }
29442
- var mainvue_type_template_id_4ef7ee29_staticRenderFns = []
29443
- mainvue_type_template_id_4ef7ee29_render._withStripped = true
29443
+ var mainvue_type_template_id_88cb49c6_staticRenderFns = []
29444
+ mainvue_type_template_id_88cb49c6_render._withStripped = true
29444
29445
 
29445
29446
 
29446
- // CONCATENATED MODULE: ./packages/flow/src/main.vue?vue&type=template&id=4ef7ee29&
29447
+ // CONCATENATED MODULE: ./packages/flow/src/main.vue?vue&type=template&id=88cb49c6&
29447
29448
 
29448
29449
  // CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./packages/flow/src/component/CommonOpinions.vue?vue&type=template&id=4e1f4030&
29449
29450
  var CommonOpinionsvue_type_template_id_4e1f4030_render = function () {
@@ -29989,7 +29990,7 @@ formvue_type_template_id_c3a13696_render._withStripped = true
29989
29990
 
29990
29991
  this.loading = true;
29991
29992
  utils_util["a" /* default */].ajax({
29992
- url: id ? api["p" /* editCommonOpion */] : api["a" /* addCommonOpion */],
29993
+ url: id ? api["q" /* editCommonOpion */] : api["a" /* addCommonOpion */],
29993
29994
  params: { id: id }
29994
29995
  }).then(function (res) {
29995
29996
  var status = res.status,
@@ -30254,7 +30255,7 @@ var CommonOpinionsvue_type_script_lang_js_components;
30254
30255
 
30255
30256
  var that = this;
30256
30257
  utils_util["a" /* default */].ajax({
30257
- url: api["u" /* findSysParam */],
30258
+ url: api["v" /* findSysParam */],
30258
30259
  params: { cpName: 'commonOpinionsSelectType' }
30259
30260
  }).then(function (res) {
30260
30261
  if (res.status == 'success') {
@@ -30332,7 +30333,7 @@ var CommonOpinionsvue_type_script_lang_js_components;
30332
30333
  }
30333
30334
  this.loading = utils_util["a" /* default */].loading(this.$loading, '提交中...');
30334
30335
  utils_util["a" /* default */].ajax({
30335
- url: data.id ? api["Mb" /* updateCommonOpinion */] : api["gb" /* saveCommonOpinion */],
30336
+ url: data.id ? api["Ob" /* updateCommonOpinion */] : api["ib" /* saveCommonOpinion */],
30336
30337
  data: info,
30337
30338
  header: { 'Content-Type': 'multipart/form-data' },
30338
30339
  method: 'post'
@@ -31194,7 +31195,7 @@ var selectUservue_type_script_lang_js_extends = Object.assign || function (targe
31194
31195
  newNextUser: [],
31195
31196
  newOptions: [],
31196
31197
  newSelectUserList: [],
31197
- url: api["N" /* handleInfo */],
31198
+ url: api["P" /* handleInfo */],
31198
31199
  newCheckboxList: [],
31199
31200
  newPresetEdit: 0,
31200
31201
  newMultiple: false,
@@ -31311,7 +31312,7 @@ var selectUservue_type_script_lang_js_extends = Object.assign || function (targe
31311
31312
  if (query !== '') {
31312
31313
  this.searchLoading = true;
31313
31314
  utils_util["a" /* default */].ajax({
31314
- url: api["N" /* handleInfo */],
31315
+ url: api["P" /* handleInfo */],
31315
31316
  params: { searchKey: query, query: query, type: 'user' }
31316
31317
  }).then(function (res) {
31317
31318
  var status = res.status,
@@ -31721,7 +31722,7 @@ var CustomPresetvue_type_script_lang_js_components;
31721
31722
  nextNodeId: nodeId,
31722
31723
  businessId: this.id
31723
31724
  };
31724
- utils_util["a" /* default */].ajax({ url: api["D" /* getNodeInfo */], params: params }).then(function (res) {
31725
+ utils_util["a" /* default */].ajax({ url: api["E" /* getNodeInfo */], params: params }).then(function (res) {
31725
31726
  var status = res.status,
31726
31727
  message = res.message,
31727
31728
  _res$data = res.data,
@@ -31818,7 +31819,7 @@ var CustomPresetvue_type_script_lang_js_components;
31818
31819
 
31819
31820
  isNoStart && (this.newPresetList = []);
31820
31821
  var params = {
31821
- url: api["G" /* getPresetCustomInfo */],
31822
+ url: api["H" /* getPresetCustomInfo */],
31822
31823
  params: {
31823
31824
  nodeId: nodeId,
31824
31825
  processDefinitionId: processDefinitionId ? processDefinitionId : this.newProcessDefinitionId
@@ -32169,7 +32170,7 @@ var Presetvue_type_script_lang_js_components;
32169
32170
  nodeId = this.nodeId;
32170
32171
 
32171
32172
  var params = {
32172
- url: api["H" /* getPresetNodeInfo */],
32173
+ url: api["I" /* getPresetNodeInfo */],
32173
32174
  params: {
32174
32175
  nextNodeId: nextNodeId,
32175
32176
  processDefinitionId: processDefinitionId,
@@ -32767,7 +32768,7 @@ var processFormvue_type_script_lang_js_components;
32767
32768
  var _this = this;
32768
32769
 
32769
32770
  utils_util["a" /* default */].ajax({
32770
- url: api["r" /* findCodeValues */],
32771
+ url: api["s" /* findCodeValues */],
32771
32772
  params: { ccCode: 'notification_type' }
32772
32773
  }).then(function (res) {
32773
32774
  var status = res.status,
@@ -32793,7 +32794,7 @@ var processFormvue_type_script_lang_js_components;
32793
32794
  nodeId: this.nextNode.nextNode,
32794
32795
  businessId: this.id
32795
32796
  };
32796
- utils_util["a" /* default */].ajax({ url: api["E" /* getNotificationMsg */], params: params, methods: 'post' }).then(function (res) {
32797
+ utils_util["a" /* default */].ajax({ url: api["F" /* getNotificationMsg */], params: params, methods: 'post' }).then(function (res) {
32797
32798
  if (res.status === 'success') {
32798
32799
  _this2.nextNode.noticeInfo = res.message;
32799
32800
  }
@@ -32862,7 +32863,7 @@ var processFormvue_type_script_lang_js_components;
32862
32863
  opinion: _this3.newOpinion || newOpinion
32863
32864
  };
32864
32865
  if (_this3.activeNames != '1') delete params.customPresetUserJson;
32865
- utils_util["a" /* default */].ajax({ url: api["eb" /* register */], method: 'post', data: params }).then(function (res) {
32866
+ utils_util["a" /* default */].ajax({ url: api["gb" /* register */], method: 'post', data: params }).then(function (res) {
32866
32867
  var status = res.status,
32867
32868
  message = res.message;
32868
32869
 
@@ -32892,7 +32893,7 @@ var processFormvue_type_script_lang_js_components;
32892
32893
  nextNodeId: nodeId ? nodeId : this.nextNode.nextNode,
32893
32894
  businessId: this.id
32894
32895
  };
32895
- utils_util["a" /* default */].ajax({ url: api["D" /* getNodeInfo */], params: params }).then(function (res) {
32896
+ utils_util["a" /* default */].ajax({ url: api["E" /* getNodeInfo */], params: params }).then(function (res) {
32896
32897
  var status = res.status,
32897
32898
  message = res.message,
32898
32899
  _res$data = res.data,
@@ -32979,7 +32980,7 @@ var processFormvue_type_script_lang_js_components;
32979
32980
  var _this5 = this;
32980
32981
 
32981
32982
  utils_util["a" /* default */].ajax({
32982
- url: api["t" /* findSysCodes */]
32983
+ url: api["u" /* findSysCodes */]
32983
32984
  }).then(function (res) {
32984
32985
  var status = res.status,
32985
32986
  message = res.message;
@@ -33048,7 +33049,7 @@ var processFormvue_type_script_lang_js_components;
33048
33049
  businessId: this.businessId
33049
33050
  };
33050
33051
  // 获取节点
33051
- utils_util["a" /* default */].ajax({ url: api["zb" /* toStartFlow */], params: params }).then(function (res) {
33052
+ utils_util["a" /* default */].ajax({ url: api["Bb" /* toStartFlow */], params: params }).then(function (res) {
33052
33053
  //pc接口返回数据处理
33053
33054
  var status = res.status,
33054
33055
  message = res.message,
@@ -33649,7 +33650,7 @@ SendMsgvue_type_template_id_7d374b0a_render._withStripped = true
33649
33650
  notificationType = _sendInfo.notificationType;
33650
33651
 
33651
33652
  var params = {
33652
- url: api["kb" /* sendMsg */],
33653
+ url: api["mb" /* sendMsg */],
33653
33654
  headers: { Accept: 'application/json,text/plain' },
33654
33655
  method: 'post',
33655
33656
  data: {
@@ -33711,7 +33712,7 @@ SendMsgvue_type_template_id_7d374b0a_render._withStripped = true
33711
33712
 
33712
33713
  this.loading = true;
33713
33714
  utils_util["a" /* default */].ajax({
33714
- url: api["yb" /* toSendMsg */],
33715
+ url: api["Ab" /* toSendMsg */],
33715
33716
  params: { pendingId: this.$attrs.pendingId }
33716
33717
  }).then(function (res) {
33717
33718
  var status = res.status,
@@ -34489,7 +34490,7 @@ processRejectvue_type_template_id_4de07824_render._withStripped = true
34489
34490
  var _this = this;
34490
34491
 
34491
34492
  utils_util["a" /* default */].ajax({
34492
- url: api["r" /* findCodeValues */],
34493
+ url: api["s" /* findCodeValues */],
34493
34494
  params: { ccCode: 'notification_type' }
34494
34495
  }).then(function (res) {
34495
34496
  var status = res.status,
@@ -34526,7 +34527,7 @@ processRejectvue_type_template_id_4de07824_render._withStripped = true
34526
34527
  userId: utils_util["a" /* default */].getStorage('userId'),
34527
34528
  nextNodeId: _this2.nextNode.nextNodeId
34528
34529
  };
34529
- utils_util["a" /* default */].ajax({ url: api["pb" /* taskRejectHtml */], method: 'post', data: params }).then(function (res) {
34530
+ utils_util["a" /* default */].ajax({ url: api["rb" /* taskRejectHtml */], method: 'post', data: params }).then(function (res) {
34530
34531
  var status = res.status,
34531
34532
  message = res.message;
34532
34533
 
@@ -34557,7 +34558,7 @@ processRejectvue_type_template_id_4de07824_render._withStripped = true
34557
34558
  var _this3 = this;
34558
34559
 
34559
34560
  utils_util["a" /* default */].ajax({
34560
- url: api["t" /* findSysCodes */]
34561
+ url: api["u" /* findSysCodes */]
34561
34562
  }).then(function (res) {
34562
34563
  var status = res.status,
34563
34564
  message = res.message;
@@ -34581,7 +34582,7 @@ processRejectvue_type_template_id_4de07824_render._withStripped = true
34581
34582
  isSinglePage: false,
34582
34583
  opinion: this.option
34583
34584
  };
34584
- utils_util["a" /* default */].ajax({ url: api["Cb" /* toTaskRejectHtml */], params: params }).then(function (res) {
34585
+ utils_util["a" /* default */].ajax({ url: api["Eb" /* toTaskRejectHtml */], params: params }).then(function (res) {
34585
34586
  var status = res.status,
34586
34587
  message = res.message,
34587
34588
  _res$data = res.data,
@@ -34644,8 +34645,8 @@ var processReject_component = normalizeComponent(
34644
34645
  )
34645
34646
 
34646
34647
  /* harmony default export */ var processReject = (processReject_component.exports);
34647
- // CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./packages/flow/src/startTaskRead.vue?vue&type=template&id=0c8ae180&
34648
- var startTaskReadvue_type_template_id_0c8ae180_render = function () {
34648
+ // CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./packages/flow/src/startTaskRead.vue?vue&type=template&id=31232218&
34649
+ var startTaskReadvue_type_template_id_31232218_render = function () {
34649
34650
  var _vm = this
34650
34651
  var _h = _vm.$createElement
34651
34652
  var _c = _vm._self._c || _h
@@ -35020,11 +35021,11 @@ var startTaskReadvue_type_template_id_0c8ae180_render = function () {
35020
35021
  1
35021
35022
  )
35022
35023
  }
35023
- var startTaskReadvue_type_template_id_0c8ae180_staticRenderFns = []
35024
- startTaskReadvue_type_template_id_0c8ae180_render._withStripped = true
35024
+ var startTaskReadvue_type_template_id_31232218_staticRenderFns = []
35025
+ startTaskReadvue_type_template_id_31232218_render._withStripped = true
35025
35026
 
35026
35027
 
35027
- // CONCATENATED MODULE: ./packages/flow/src/startTaskRead.vue?vue&type=template&id=0c8ae180&
35028
+ // CONCATENATED MODULE: ./packages/flow/src/startTaskRead.vue?vue&type=template&id=31232218&
35028
35029
 
35029
35030
  // CONCATENATED MODULE: ./node_modules/babel-loader/lib!./node_modules/vue-loader/lib??vue-loader-options!./packages/flow/src/startTaskRead.vue?vue&type=script&lang=js&
35030
35031
  var startTaskReadvue_type_script_lang_js_extends = Object.assign || function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; };
@@ -35253,7 +35254,7 @@ var startTaskReadvue_type_script_lang_js_components;
35253
35254
  taskExamine = this.taskExamine;
35254
35255
 
35255
35256
  var params = {
35256
- url: api["Gb" /* toTaskTransferIndex */],
35257
+ url: api["Ib" /* toTaskTransferIndex */],
35257
35258
  params: {
35258
35259
  opinion: opinion,
35259
35260
  pendingId: pendingId,
@@ -35378,7 +35379,7 @@ var startTaskReadvue_type_script_lang_js_components;
35378
35379
  var _this3 = this;
35379
35380
 
35380
35381
  var params = {
35381
- url: api["Ab" /* toStartTaskRead */],
35382
+ url: api["Cb" /* toStartTaskRead */],
35382
35383
  params: { pendingId: this.pendingId, taskAction: this.type }
35383
35384
  };
35384
35385
  if (this.type != 'taskReadAndEnd') delete params.params.taskAction;
@@ -35417,7 +35418,7 @@ var startTaskReadvue_type_script_lang_js_components;
35417
35418
  var _this5 = this;
35418
35419
 
35419
35420
  utils_util["a" /* default */].ajax({
35420
- url: api["r" /* findCodeValues */],
35421
+ url: api["s" /* findCodeValues */],
35421
35422
  params: { ccCode: 'notification_type' }
35422
35423
  }).then(function (res) {
35423
35424
  var status = res.status,
@@ -35440,7 +35441,9 @@ var startTaskReadvue_type_script_lang_js_components;
35440
35441
 
35441
35442
  var _taskExamine = this.taskExamine,
35442
35443
  choiceDeptId = _taskExamine.choiceDeptId,
35443
- choiceOrgId = _taskExamine.choiceOrgId;
35444
+ choiceOrgId = _taskExamine.choiceOrgId,
35445
+ bCode = _taskExamine.bCode,
35446
+ bName = _taskExamine.bName;
35444
35447
  var opinion = this.opinion,
35445
35448
  pendingId = this.pendingId,
35446
35449
  nextNode = this.nextNode,
@@ -35448,10 +35451,12 @@ var startTaskReadvue_type_script_lang_js_components;
35448
35451
  multiple = this.multiple;
35449
35452
 
35450
35453
  var params = {
35451
- url: api["tb" /* taskTransfer */],
35454
+ url: api["vb" /* taskTransfer */],
35452
35455
  data: {
35453
35456
  choiceDeptId: choiceDeptId,
35454
35457
  choiceOrgId: choiceOrgId,
35458
+ bCode: bCode,
35459
+ bName: bName,
35455
35460
  nextUserId: multiple ? nextNode.nextUser.join(',') : nextNode.nextUser,
35456
35461
  opinion: opinion,
35457
35462
  pendingId: pendingId,
@@ -35503,12 +35508,16 @@ var startTaskReadvue_type_script_lang_js_components;
35503
35508
  var _taskExamine2 = _this7.taskExamine,
35504
35509
  appId = _taskExamine2.appId,
35505
35510
  businessId = _taskExamine2.businessId,
35511
+ bCode = _taskExamine2.bCode,
35512
+ bName = _taskExamine2.bName,
35506
35513
  choiceDeptId = _taskExamine2.choiceDeptId,
35507
35514
  choiceOrgId = _taskExamine2.choiceOrgId,
35508
35515
  businessName = _taskExamine2.businessName,
35509
35516
  processDefinitionId = _taskExamine2.processDefinitionId;
35510
35517
 
35511
35518
  var params = startTaskReadvue_type_script_lang_js_extends({}, _this7.nextNode, {
35519
+ bCode: bCode,
35520
+ bName: bName,
35512
35521
  appId: appId,
35513
35522
  businessId: businessId,
35514
35523
  choiceDeptId: choiceDeptId,
@@ -35536,9 +35545,11 @@ var startTaskReadvue_type_script_lang_js_components;
35536
35545
  !download && delete params.isDownload;
35537
35546
  isCdjxjTaskHandle == 'true' && delete params.noticeType;
35538
35547
  utils_util["a" /* default */].ajax({
35539
- url: api["ob" /* taskReadHtml */],
35548
+ url: api["qb" /* taskReadHtml */],
35540
35549
  params: { taskAction: _this7.type },
35541
- headers: { Accept: 'application/json,text/plain' },
35550
+ headers: {
35551
+ Accept: 'application/json,text/plain'
35552
+ },
35542
35553
  method: 'post',
35543
35554
  data: params
35544
35555
  }).then(function (res) {
@@ -35573,7 +35584,7 @@ var startTaskReadvue_type_script_lang_js_components;
35573
35584
 
35574
35585
  this.loading = true;
35575
35586
  utils_util["a" /* default */].ajax({
35576
- url: api["t" /* findSysCodes */]
35587
+ url: api["u" /* findSysCodes */]
35577
35588
  }).then(function (res) {
35578
35589
  var status = res.status,
35579
35590
  message = res.message;
@@ -35611,8 +35622,8 @@ var startTaskReadvue_type_script_lang_js_components;
35611
35622
 
35612
35623
  var startTaskRead_component = normalizeComponent(
35613
35624
  src_startTaskReadvue_type_script_lang_js_,
35614
- startTaskReadvue_type_template_id_0c8ae180_render,
35615
- startTaskReadvue_type_template_id_0c8ae180_staticRenderFns,
35625
+ startTaskReadvue_type_template_id_31232218_render,
35626
+ startTaskReadvue_type_template_id_31232218_staticRenderFns,
35616
35627
  false,
35617
35628
  null,
35618
35629
  null,
@@ -36026,7 +36037,7 @@ var taskUnionExaminevue_type_script_lang_js_components;
36026
36037
  pendingId = this.pendingId;
36027
36038
 
36028
36039
  var params = {
36029
- url: api["qb" /* taskReview */],
36040
+ url: api["sb" /* taskReview */],
36030
36041
  data: {
36031
36042
  nextUserId: nextOtherOrgObj.join(','),
36032
36043
  notificationType: noticeType.join(','),
@@ -36062,7 +36073,7 @@ var taskUnionExaminevue_type_script_lang_js_components;
36062
36073
  var _this2 = this;
36063
36074
 
36064
36075
  var params = {
36065
- url: api["Db" /* toTaskReview */],
36076
+ url: api["Fb" /* toTaskReview */],
36066
36077
  params: { pendingId: this.pendingId }
36067
36078
  };
36068
36079
  utils_util["a" /* default */].ajax(params).then(function (res) {
@@ -36097,7 +36108,7 @@ var taskUnionExaminevue_type_script_lang_js_components;
36097
36108
  var _this3 = this;
36098
36109
 
36099
36110
  var params = {
36100
- url: this.type == 'takeAdvice' ? api["Fb" /* toTaskTakeAdvice */] : this.type === 'startDraf' ? api["Eb" /* toTaskStartDraft */] : this.type == 'unionSeal' ? api["Ib" /* toTaskUnionSeal */] : this.type == 'twoOfficesDispatch' ? api["Jb" /* toTwoOfficesDispatch */] : api["Hb" /* toTaskUnionExamine */],
36111
+ url: this.type == 'takeAdvice' ? api["Hb" /* toTaskTakeAdvice */] : this.type === 'startDraf' ? api["Gb" /* toTaskStartDraft */] : this.type == 'unionSeal' ? api["Kb" /* toTaskUnionSeal */] : this.type == 'twoOfficesDispatch' ? api["Lb" /* toTwoOfficesDispatch */] : api["Jb" /* toTaskUnionExamine */],
36101
36112
  params: { pendingId: this.pendingId },
36102
36113
  headers: { Accept: 'application/json,text/plain' }
36103
36114
  };
@@ -36191,7 +36202,7 @@ var taskUnionExaminevue_type_script_lang_js_components;
36191
36202
  // if (this.type != 'startDraf' && this.type != 'unionSeal' && this.type != 'twoOfficesDispatch')
36192
36203
  // return this.$message.warning('暂未开放,敬请期待!');
36193
36204
  var param = {
36194
- url: this.type === 'startDraf' ? api["rb" /* taskStartDraft */] : this.type == 'unionSeal' ? api["vb" /* taskUnionSeal */] : this.type === 'twoOfficesDispatch' ? api["Lb" /* twoOfficesDispatch */] : this.type == 'takeAdvice' ? api["sb" /* taskTakeAdvice */] : api["ub" /* taskUnionExamine */],
36205
+ url: this.type === 'startDraf' ? api["tb" /* taskStartDraft */] : this.type == 'unionSeal' ? api["xb" /* taskUnionSeal */] : this.type === 'twoOfficesDispatch' ? api["Nb" /* twoOfficesDispatch */] : this.type == 'takeAdvice' ? api["ub" /* taskTakeAdvice */] : api["wb" /* taskUnionExamine */],
36195
36206
  data: {
36196
36207
  opinion: opinion,
36197
36208
  pendingId: pendingId,
@@ -36248,7 +36259,7 @@ var taskUnionExaminevue_type_script_lang_js_components;
36248
36259
  var _this5 = this;
36249
36260
 
36250
36261
  utils_util["a" /* default */].ajax({
36251
- url: api["r" /* findCodeValues */],
36262
+ url: api["s" /* findCodeValues */],
36252
36263
  params: { ccCode: 'notification_type' }
36253
36264
  }).then(function (res) {
36254
36265
  var status = res.status,
@@ -36273,7 +36284,7 @@ var taskUnionExaminevue_type_script_lang_js_components;
36273
36284
  var params = {
36274
36285
  pendingId: this.pendingId
36275
36286
  };
36276
- utils_util["a" /* default */].ajax({ url: api["E" /* getNotificationMsg */], params: params, methods: 'post' }).then(function (res) {
36287
+ utils_util["a" /* default */].ajax({ url: api["F" /* getNotificationMsg */], params: params, methods: 'post' }).then(function (res) {
36277
36288
  if (res.status === 'success') {
36278
36289
  _this6.infoList.noticeInfo = res.message;
36279
36290
  }
@@ -36289,7 +36300,7 @@ var taskUnionExaminevue_type_script_lang_js_components;
36289
36300
  var _this7 = this;
36290
36301
 
36291
36302
  utils_util["a" /* default */].ajax({
36292
- url: api["t" /* findSysCodes */]
36303
+ url: api["u" /* findSysCodes */]
36293
36304
  }).then(function (res) {
36294
36305
  var status = res.status,
36295
36306
  message = res.message;
@@ -36893,6 +36904,23 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
36893
36904
  //
36894
36905
  //
36895
36906
  //
36907
+ //
36908
+ //
36909
+ //
36910
+ //
36911
+ //
36912
+ //
36913
+ //
36914
+ //
36915
+ //
36916
+ //
36917
+ //
36918
+ //
36919
+ //
36920
+ //
36921
+ //
36922
+ //
36923
+ //
36896
36924
 
36897
36925
 
36898
36926
 
@@ -36941,6 +36969,7 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
36941
36969
  return _ref = {
36942
36970
  userModel: {},
36943
36971
  loading: null, // 加载中
36972
+ newTypeCode: '',
36944
36973
  NodeName: '', // 当前节点值
36945
36974
  radioList: [],
36946
36975
  value: '',
@@ -36951,6 +36980,7 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
36951
36980
  activeNames: '',
36952
36981
  isEndUserTask: true,
36953
36982
  selectUserList: [],
36983
+ selectNextCurrentOrgObjList: [],
36954
36984
  flowMultiple: true,
36955
36985
  isCustomUser: 0,
36956
36986
  shrink: false,
@@ -36985,6 +37015,11 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
36985
37015
  isTaskread: 0, //是否展示分阅用户
36986
37016
  showSendMsg: false, //是否展示核稿通知页面
36987
37017
  canPresetRead: false, //是否展示自动分阅
37018
+ isHideCurrentOrg: false, //是否隐藏本单位(承办)
37019
+ isHideOtherOrg: false, //是否隐藏外单位(承办)
37020
+ isMainSubProcess: false, // 判断是否子-主流程
37021
+ isNextUser: false,
37022
+ isShowNode: false,
36988
37023
  nextNodeList: [],
36989
37024
  removeUsers: [],
36990
37025
  options: [],
@@ -37046,9 +37081,10 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
37046
37081
  mounted: function mounted() {
37047
37082
  this.businessIds = this.businessId;
37048
37083
  this.nextNode.nextNodeId = this.nextNodeId;
37084
+ !this.isFlow && (this.newTypeCode = this.typeCode || this.$route.query.typecode);
37049
37085
  if (this.isFlow) {
37050
37086
  this.businessId && this.getProcess();
37051
- } else if (this.typeCode == 'fenyue') {
37087
+ } else if (this.newTypeCode == 'fenyue') {
37052
37088
  this.getTaskReadFlow();
37053
37089
  } else {
37054
37090
  this.getHedInfo();
@@ -37143,7 +37179,7 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
37143
37179
  var _this = this;
37144
37180
 
37145
37181
  var params = {
37146
- url: api["w" /* getAdjunctFileInfos */],
37182
+ url: api["x" /* getAdjunctFileInfos */],
37147
37183
  params: { ownId: ownId, code: code }
37148
37184
  };
37149
37185
  utils_util["a" /* default */].ajax(params).then(function (res) {
@@ -37222,12 +37258,15 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
37222
37258
  appId: appId,
37223
37259
  processDefinitionId: processDefinitionId,
37224
37260
  pendingId: pendingId,
37225
- opinion: _this2.value
37261
+ opinion: _this2.value,
37262
+ taskAction: 'complete'
37226
37263
  };
37227
37264
  utils_util["a" /* default */].ajax({
37228
- url: api["ob" /* taskReadHtml */],
37265
+ url: api["qb" /* taskReadHtml */],
37229
37266
  params: { taskAction: 'complete' },
37230
- headers: { Accept: 'application/json,text/plain' },
37267
+ headers: {
37268
+ Accept: 'application/json,text/plain'
37269
+ },
37231
37270
  method: 'post',
37232
37271
  data: params
37233
37272
  }).then(function (res) {
@@ -37255,7 +37294,7 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
37255
37294
 
37256
37295
  this.loading = utils_util["a" /* default */].loading(this.$loading, '加载中...');
37257
37296
  utils_util["a" /* default */].ajax({
37258
- url: api["Bb" /* toStartTaskReadIndex */],
37297
+ url: api["Db" /* toStartTaskReadIndex */],
37259
37298
  params: { pendingId: this.pendingId }
37260
37299
  }).then(function (res) {
37261
37300
  var status = res.status,
@@ -37289,7 +37328,7 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
37289
37328
  if (mainConfig) {
37290
37329
  this.userModel = JSON.parse(mainConfig).userModel;
37291
37330
  } else {
37292
- utils_util["a" /* default */].ajax({ url: api["U" /* loginUserInfo */] }).then(function (res) {
37331
+ utils_util["a" /* default */].ajax({ url: api["W" /* loginUserInfo */] }).then(function (res) {
37293
37332
  var status = res.status,
37294
37333
  data = res.data;
37295
37334
 
@@ -37324,7 +37363,7 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
37324
37363
  var _this5 = this;
37325
37364
 
37326
37365
  utils_util["a" /* default */].ajax({
37327
- url: api["r" /* findCodeValues */],
37366
+ url: api["s" /* findCodeValues */],
37328
37367
  params: { ccCode: 'notification_type' }
37329
37368
  }).then(function (res) {
37330
37369
  var status = res.status,
@@ -37387,7 +37426,7 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
37387
37426
  pendingId: this.pendingId
37388
37427
  };
37389
37428
  this.loading = utils_util["a" /* default */].loading(this.$loading, '保存中...');
37390
- utils_util["a" /* default */].ajax({ url: api["wb" /* tempSave */], params: params }).then(function (res) {
37429
+ utils_util["a" /* default */].ajax({ url: api["yb" /* tempSave */], params: params }).then(function (res) {
37391
37430
  var status = res.status,
37392
37431
  message = res.message;
37393
37432
 
@@ -37443,7 +37482,7 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
37443
37482
  var _this8 = this;
37444
37483
 
37445
37484
  utils_util["a" /* default */].ajax({
37446
- url: api["t" /* findSysCodes */]
37485
+ url: api["u" /* findSysCodes */]
37447
37486
  }).then(function (res) {
37448
37487
  var status = res.status,
37449
37488
  message = res.message;
@@ -37470,7 +37509,7 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
37470
37509
 
37471
37510
  this.$confirm('确认' + res.value + '?').then(function () {
37472
37511
  var params = {
37473
- url: api["q" /* endFlowHtml */],
37512
+ url: api["r" /* endFlowHtml */],
37474
37513
  headers: { Accept: 'application/json,text/plain' },
37475
37514
  method: 'post',
37476
37515
  data: flow_src_mainvue_type_script_lang_js_extends({}, _this9.endFlowInfo, _this9.nextNode, {
@@ -37598,7 +37637,7 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
37598
37637
  var _this10 = this;
37599
37638
 
37600
37639
  var params = {
37601
- url: api["T" /* isCanStartSubFlow */],
37640
+ url: api["V" /* isCanStartSubFlow */],
37602
37641
  data: {
37603
37642
  appId: this.taskExamineInfo.appId,
37604
37643
  inevitableNode: res.inevitableNode
@@ -37669,7 +37708,7 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
37669
37708
  this.$confirm('确认' + res.value + '?').then(function () {
37670
37709
  if (_this11.isOpinionRequired == 1 && (_this11.value == '' || !_this11.value)) return _this11.$message.warning('请填写意见');
37671
37710
  var params = {
37672
- url: api["fb" /* rejectAndEnd */],
37711
+ url: api["hb" /* rejectAndEnd */],
37673
37712
  headers: { Accept: 'application/json,text/plain' },
37674
37713
  method: 'post',
37675
37714
  data: {
@@ -37732,7 +37771,7 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
37732
37771
  pendingId: this.pendingId,
37733
37772
  businessId: this.businessIds
37734
37773
  };
37735
- utils_util["a" /* default */].ajax({ url: api["D" /* getNodeInfo */], params: params }).then(function (res) {
37774
+ utils_util["a" /* default */].ajax({ url: api["E" /* getNodeInfo */], params: params }).then(function (res) {
37736
37775
  var status = res.status,
37737
37776
  message = res.message,
37738
37777
  data = res.data;
@@ -37750,6 +37789,21 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
37750
37789
  _this12.isHandleExplain = data.nodeExtAttr.isHandleExplain;
37751
37790
  _this12.isLimitedTimeHandling = data.nodeExtAttr.isLimitedTimeHandling;
37752
37791
  _this12.nodeType = data.nodeExtAttr.nodeType;
37792
+ //如果当前为承办节点/会签节点,则展示本单位外单位办理人选择
37793
+ if (_this12.nodeType === 1 || _this12.nodeType === 2) {
37794
+ _this12.isMainSubProcess === true ? _this12.isMainSubProcess = true : _this12.isMainSubProcess = false;
37795
+ _this12.isNextUser = false;
37796
+ _this12.isHideCurrentOrg = res.data.nodeExtAttr.isHideCurrentOrg == 1 ? false : true; //判断是否隐藏本单位
37797
+ _this12.isHideOtherOrg = res.data.nodeExtAttr.isHideOtherOrg == 1 ? false : true; //判断是否隐藏外单位
37798
+ } else {
37799
+ _this12.isHideCurrentOrg = false;
37800
+ _this12.isHideOtherOrg = false;
37801
+ _this12.isMainSubProcess = false;
37802
+ _this12.isNextUser = true;
37803
+ // this.isMainSubProcess === true
37804
+ // ? (this.isMainSubProcess = true)
37805
+ // : (this.isMainSubProcess = false);
37806
+ }
37753
37807
  _this12.multiple ? _this12.nextNode.nextUserId = [] : _this12.nextNode.nextUserId = '';
37754
37808
  if (_this12.multiple && data.nodeExtAttr.isDefSelectedObj == 1 && data.nextUserList !== undefined) {
37755
37809
  data.nextUserList.map(function (item) {
@@ -37820,6 +37874,8 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
37820
37874
  this.radioList = [];
37821
37875
 
37822
37876
  if (type) {
37877
+ this.isNextUser = false;
37878
+ this.isShowNode = false;
37823
37879
  this.nextNode.nextNodeId = '';
37824
37880
  this.nextNode.isReturnSubmitter = 0;
37825
37881
  this.nextNode.isUndertakeReply = 0;
@@ -37831,25 +37887,6 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
37831
37887
  this.nextNode.isReturnRejectNode = 0;
37832
37888
  this.nextNode.isSerialSubmit = 0;
37833
37889
  this.nodeInfos = [];
37834
- if (val == -1) {
37835
- this.nextNode.isSerialSubmit = 1;
37836
- } else if (val == 0) {} else if (val == 1) {} else if (val == 2) {
37837
- this.nextNode.isReturnSubmitter = 1;
37838
- } else if (val == 3) {
37839
- this.nextNode.isUndertakeReply = 1;
37840
- } else if (val == 4) {
37841
- this.nextNode.isTakeAdviceReply = 1;
37842
- } else if (val == 5) {
37843
- this.nextNode.isUndertakeEnd = 1;
37844
- } else if (val == 6) {
37845
- this.nextNode.isTakeAdviceEnd = 1;
37846
- } else if (val == 7) {
37847
- this.nextNode.isReadDealReply = 1;
37848
- } else if (val == 8) {
37849
- this.nextNode.isReadDealEnd = 1;
37850
- } else if (val == 9) {
37851
- this.nextNode.isReturnRejectNode = 1;
37852
- } else {}
37853
37890
  this.operationList.map(function (item) {
37854
37891
  if (item.key === val) {
37855
37892
  if (!item.taskNodeList) {
@@ -37875,11 +37912,52 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
37875
37912
 
37876
37913
  if (val === 9) {
37877
37914
  this.isReject = true;
37878
- this.loading.close();
37879
- return;
37880
37915
  } else {
37881
37916
  this.isReject = false;
37882
37917
  }
37918
+ if (val == -1) {
37919
+ this.nextNode.isSerialSubmit = 1;
37920
+ this.loading.close();
37921
+ return;
37922
+ } else if (val == 0) {
37923
+ this.isNextUser = true;
37924
+ this.isShowNode = true;
37925
+ } else if (val == 1) {
37926
+ this.isNextUser = true;
37927
+ this.isShowNode = true;
37928
+ } else if (val == 2) {
37929
+ this.nextNode.isReturnSubmitter = 1;
37930
+ this.loading.close();
37931
+ return;
37932
+ } else if (val == 3) {
37933
+ this.nextNode.isUndertakeReply = 1;
37934
+ this.loading.close();
37935
+ return;
37936
+ } else if (val == 4) {
37937
+ this.nextNode.isTakeAdviceReply = 1;
37938
+ this.loading.close();
37939
+ return;
37940
+ } else if (val == 5) {
37941
+ this.nextNode.isUndertakeEnd = 1;
37942
+ this.loading.close();
37943
+ return;
37944
+ } else if (val == 6) {
37945
+ this.nextNode.isTakeAdviceEnd = 1;
37946
+ this.loading.close();
37947
+ return;
37948
+ } else if (val == 7) {
37949
+ this.nextNode.isReadDealReply = 1;
37950
+ this.loading.close();
37951
+ return;
37952
+ } else if (val == 8) {
37953
+ this.nextNode.isReadDealEnd = 1;
37954
+ this.loading.close();
37955
+ return;
37956
+ } else if (val == 9) {
37957
+ this.nextNode.isReturnRejectNode = 1;
37958
+ this.loading.close();
37959
+ return;
37960
+ } else {}
37883
37961
  if (isDef !== true) this.getNodeInfo();
37884
37962
  },
37885
37963
 
@@ -37933,7 +38011,7 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
37933
38011
  pendingId: this.pendingId,
37934
38012
  userId: utils_util["a" /* default */].getStorage('userId')
37935
38013
  };
37936
- utils_util["a" /* default */].ajax({ url: api["A" /* getHandleInfoHtml */], params: params }).then(function (res) {
38014
+ utils_util["a" /* default */].ajax({ url: api["B" /* getHandleInfoHtml */], params: params }).then(function (res) {
37937
38015
  //pc返回数据
37938
38016
 
37939
38017
  _this14.loading.close();
@@ -38114,6 +38192,7 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
38114
38192
  }
38115
38193
  });
38116
38194
  }
38195
+ _this14.isMainSubProcess = res.data.isMainSubProcess === true;
38117
38196
  _this14.isCustomPreset = isCustomPreset;
38118
38197
  _this14.isPreset = isPreset;
38119
38198
  _this14.presetTaskNodeMap = presetTaskNodeMap;
@@ -38123,6 +38202,7 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
38123
38202
  _this14.getNodeInfo();
38124
38203
  } else {
38125
38204
  if (res.status === 'taskCompleted') {
38205
+ _this14.$emit('shrink', true);
38126
38206
  _this14.shrinkAbled = true;
38127
38207
  _this14.$message.warning(res.message || '系统错误,请联系管理员!');
38128
38208
  } else {
@@ -38194,7 +38274,7 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
38194
38274
  // onlyFlag: true
38195
38275
  };
38196
38276
  this.loading = utils_util["a" /* default */].loading(this.$loading, '加载中...');
38197
- utils_util["a" /* default */].ajax({ url: api["I" /* getProcessDefList */], params: params }).then(function (res) {
38277
+ utils_util["a" /* default */].ajax({ url: api["J" /* getProcessDefList */], params: params }).then(function (res) {
38198
38278
  var status = res.status,
38199
38279
  message = res.message,
38200
38280
  data = res.data;
@@ -38243,7 +38323,7 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
38243
38323
  userId: utils_util["a" /* default */].getStorage('userId'),
38244
38324
  type: 2
38245
38325
  };
38246
- utils_util["a" /* default */].ajax({ url: api["Y" /* pendedhistoryList */], data: params, method: 'post' }).then(function (res) {
38326
+ utils_util["a" /* default */].ajax({ url: api["ab" /* pendedhistoryList */], data: params, method: 'post' }).then(function (res) {
38247
38327
  var rCode = res.rCode,
38248
38328
  msg = res.msg,
38249
38329
  results = res.results;
@@ -38316,7 +38396,7 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
38316
38396
  return _context.abrupt('return', _this18.handleVisible = true);
38317
38397
 
38318
38398
  case 3:
38319
- if (!(!_this18.endFlow && _this18.typeCode != 'fenyue' && !_this18.shrink && _this18.nextNode.isAddSign != '1' && _this18.nextNode.isRemoveSign != '1' && _this18.isSpecial && !_this18.isReject && _this18.nodeInfos.length != 0)) {
38399
+ if (!(!_this18.endFlow && _this18.newTypeCode != 'fenyue' && !_this18.shrink && _this18.nextNode.isAddSign != '1' && _this18.nextNode.isRemoveSign != '1' && _this18.isSpecial && !_this18.isReject && _this18.nodeInfos.length != 0 && _this18.isNextUser)) {
38320
38400
  _context.next = 11;
38321
38401
  break;
38322
38402
  }
@@ -38410,7 +38490,7 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
38410
38490
  _this18.nextNode.isReturnRejectNode = 1;
38411
38491
  _this18.nextNode.processDefinitionId = _this18.processObj.taskExamine.processDefinitionId;
38412
38492
  }
38413
- if (_this18.nextNode.nextOperate == 9 || _this18.nextNode.nextOperate == 2) {
38493
+ if (_this18.nextNode.nextOperate != 0 && _this18.nextNode.nextOperate != 1) {
38414
38494
  delete _this18.nextNode.nextNodeId;
38415
38495
  }
38416
38496
  _context.next = 32;
@@ -38459,7 +38539,7 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
38459
38539
  params.processDefinitionId = taskExamineInfo.processDefinitionId;
38460
38540
  params.isSubFlow = taskExamineInfo.isSubFlow;
38461
38541
  params.nodeId = taskExamineInfo.nodeId;
38462
- return _context.abrupt('return', utils_util["a" /* default */].ajax({ url: api["nb" /* taskHandleHtml */], method: 'post', data: params }).then(function (res) {
38542
+ return _context.abrupt('return', utils_util["a" /* default */].ajax({ url: api["pb" /* taskHandleHtml */], method: 'post', data: params }).then(function (res) {
38463
38543
  var status = res.status,
38464
38544
  message = res.message;
38465
38545
 
@@ -38508,8 +38588,8 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
38508
38588
 
38509
38589
  var flow_src_main_component = normalizeComponent(
38510
38590
  packages_flow_src_mainvue_type_script_lang_js_,
38511
- mainvue_type_template_id_4ef7ee29_render,
38512
- mainvue_type_template_id_4ef7ee29_staticRenderFns,
38591
+ mainvue_type_template_id_88cb49c6_render,
38592
+ mainvue_type_template_id_88cb49c6_staticRenderFns,
38513
38593
  false,
38514
38594
  null,
38515
38595
  null,
@@ -41094,7 +41174,7 @@ var flow_tablevue_type_script_lang_js_components;
41094
41174
 
41095
41175
  this.pressLoading = true;
41096
41176
  var params = {
41097
- url: api["ab" /* pressListJson */],
41177
+ url: api["cb" /* pressListJson */],
41098
41178
  params: { historyId: historyId },
41099
41179
  method: 'POST',
41100
41180
  data: { page: currentPage, rows: pageSize, sidx: sidx, sord: sord, historyId: historyId }
@@ -41419,7 +41499,7 @@ var flow_list_src_mainvue_type_script_lang_js_components;
41419
41499
  var _this3 = this;
41420
41500
 
41421
41501
  var params = {
41422
- url: api["Z" /* pendedhistoryListJson */],
41502
+ url: api["bb" /* pendedhistoryListJson */],
41423
41503
  params: {
41424
41504
  apprecordid: this.businessId,
41425
41505
  pendingAttr: 0,
@@ -41539,7 +41619,7 @@ var flow_list_src_mainvue_type_script_lang_js_components;
41539
41619
  var _this5 = this;
41540
41620
 
41541
41621
  var params = {
41542
- url: api["r" /* findCodeValues */],
41622
+ url: api["s" /* findCodeValues */],
41543
41623
  params: { ccCode: code }
41544
41624
  };
41545
41625
  utils_util["a" /* default */].ajax(params).then(function (res) {
@@ -41565,7 +41645,7 @@ var flow_list_src_mainvue_type_script_lang_js_components;
41565
41645
  var _this6 = this;
41566
41646
 
41567
41647
  var param = {
41568
- url: api["xb" /* toPresetInfoListIndex */],
41648
+ url: api["zb" /* toPresetInfoListIndex */],
41569
41649
  params: { apprecordid: this.businessId }
41570
41650
  };
41571
41651
  utils_util["a" /* default */].ajax(param).then(function (res) {
@@ -41800,7 +41880,7 @@ mainvue_type_template_id_5b7835c6_render._withStripped = true
41800
41880
 
41801
41881
  if (this.job.id !== item.id) {
41802
41882
  this.job = item;
41803
- utils_util["a" /* default */].ajax({ url: api["lb" /* switchUserTo */], params: { userId: item.value } }).then(function (res) {
41883
+ utils_util["a" /* default */].ajax({ url: api["nb" /* switchUserTo */], params: { userId: item.value } }).then(function (res) {
41804
41884
  if (res.rCode == 0) {
41805
41885
  utils_util["a" /* default */].setStorage({
41806
41886
  type: _this.storage,
@@ -41863,19 +41943,19 @@ handle_user_src_main.install = function (Vue) {
41863
41943
  };
41864
41944
 
41865
41945
  /* harmony default export */ var handle_user = (handle_user_src_main);
41866
- // CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./packages/handler/src/main.vue?vue&type=template&id=01f71c21&
41867
- var mainvue_type_template_id_01f71c21_render = function () {
41946
+ // CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./packages/handler/src/main.vue?vue&type=template&id=36cec0d2&
41947
+ var mainvue_type_template_id_36cec0d2_render = function () {
41868
41948
  var _vm = this
41869
41949
  var _h = _vm.$createElement
41870
41950
  var _c = _vm._self._c || _h
41871
41951
  return _c(
41872
41952
  "ul",
41873
41953
  { staticClass: "es-handler" },
41874
- _vm._l(_vm.lists, function (item) {
41954
+ _vm._l(_vm.lists, function (item, index) {
41875
41955
  return !item.hide
41876
41956
  ? _c(
41877
41957
  "li",
41878
- { key: item.type, staticClass: "es-handler-item" },
41958
+ { key: index, staticClass: "es-handler-item" },
41879
41959
  [
41880
41960
  item.type === "user"
41881
41961
  ? _c("es-handle-user", {
@@ -42034,11 +42114,11 @@ var mainvue_type_template_id_01f71c21_render = function () {
42034
42114
  0
42035
42115
  )
42036
42116
  }
42037
- var mainvue_type_template_id_01f71c21_staticRenderFns = []
42038
- mainvue_type_template_id_01f71c21_render._withStripped = true
42117
+ var mainvue_type_template_id_36cec0d2_staticRenderFns = []
42118
+ mainvue_type_template_id_36cec0d2_render._withStripped = true
42039
42119
 
42040
42120
 
42041
- // CONCATENATED MODULE: ./packages/handler/src/main.vue?vue&type=template&id=01f71c21&
42121
+ // CONCATENATED MODULE: ./packages/handler/src/main.vue?vue&type=template&id=36cec0d2&
42042
42122
 
42043
42123
  // CONCATENATED MODULE: ./node_modules/babel-loader/lib!./node_modules/vue-loader/lib??vue-loader-options!./packages/handler/src/main.vue?vue&type=script&lang=js&
42044
42124
  //
@@ -42184,9 +42264,22 @@ mainvue_type_template_id_01f71c21_render._withStripped = true
42184
42264
  },
42185
42265
  computed: {
42186
42266
  lists: function lists() {
42267
+ var _this = this;
42268
+
42269
+ console.log(111);
42187
42270
  if (this.data === undefined) {
42271
+ if (Object.keys(this.hide).length) {
42272
+ this.list.forEach(function (item) {
42273
+ item.hide = _this.hide[item.type];
42274
+ });
42275
+ }
42188
42276
  return this.list;
42189
42277
  } else {
42278
+ if (Object.keys(this.hide).length) {
42279
+ this.data.forEach(function (item) {
42280
+ item.hide = _this.hide[item.type];
42281
+ });
42282
+ }
42190
42283
  return this.data;
42191
42284
  }
42192
42285
  },
@@ -42200,19 +42293,6 @@ mainvue_type_template_id_01f71c21_render._withStripped = true
42200
42293
  return true;
42201
42294
  }
42202
42295
  },
42203
- watch: {
42204
- hide: {
42205
- immediate: true,
42206
- deep: true,
42207
- handler: function handler(val) {
42208
- if (val !== undefined) {
42209
- this.lists.forEach(function (item) {
42210
- item.hide = val[item.type];
42211
- });
42212
- }
42213
- }
42214
- }
42215
- },
42216
42296
  data: function data() {
42217
42297
  return {
42218
42298
  date: '',
@@ -42292,18 +42372,18 @@ mainvue_type_template_id_01f71c21_render._withStripped = true
42292
42372
  }
42293
42373
  },
42294
42374
  handleQuit: function handleQuit() {
42295
- var _this = this;
42375
+ var _this2 = this;
42296
42376
 
42297
42377
  this.$confirm('确定注销吗?', '退出系统', {
42298
42378
  confirmButtonText: '确定',
42299
42379
  cancelButtonText: '取消',
42300
42380
  type: 'warning'
42301
42381
  }).then(function () {
42302
- utils_util["a" /* default */].ajax({ method: 'post', url: api["V" /* logout */] }).then(function (res) {
42382
+ utils_util["a" /* default */].ajax({ method: 'post', url: api["X" /* logout */] }).then(function (res) {
42303
42383
  if (res.rCode == 0) {
42304
42384
  utils_util["a" /* default */].removeStorage(['Authorization', 'token', 'ssId', 'userId', 'userName', 'auth', 'deviceUnique', 'menus', 'useCaseCodes', 'mainConfig', 'jump']);
42305
- if (_this.onQuit && typeof _this.onQuit === 'function') {
42306
- _this.onQuit();
42385
+ if (_this2.onQuit && typeof _this2.onQuit === 'function') {
42386
+ _this2.onQuit();
42307
42387
  } else {
42308
42388
  if (utils_util["a" /* default */].win.top.location.href.indexOf('main.html') > -1) {
42309
42389
  utils_util["a" /* default */].win.top.location.href = './login.html';
@@ -42325,7 +42405,7 @@ mainvue_type_template_id_01f71c21_render._withStripped = true
42325
42405
  }
42326
42406
  }).catch(function (err) {
42327
42407
  if (err.message && err.message !== 'canceled') {
42328
- _this.$message.error(err.message);
42408
+ _this2.$message.error(err.message);
42329
42409
  }
42330
42410
  });
42331
42411
  }).catch(function (e) {});
@@ -42344,8 +42424,8 @@ mainvue_type_template_id_01f71c21_render._withStripped = true
42344
42424
 
42345
42425
  var handler_src_main_component = normalizeComponent(
42346
42426
  packages_handler_src_mainvue_type_script_lang_js_,
42347
- mainvue_type_template_id_01f71c21_render,
42348
- mainvue_type_template_id_01f71c21_staticRenderFns,
42427
+ mainvue_type_template_id_36cec0d2_render,
42428
+ mainvue_type_template_id_36cec0d2_staticRenderFns,
42349
42429
  false,
42350
42430
  null,
42351
42431
  null,
@@ -43226,8 +43306,8 @@ label_src_main.install = function (Vue) {
43226
43306
  };
43227
43307
 
43228
43308
  /* harmony default export */ var packages_label = (label_src_main);
43229
- // CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./packages/login/src/main.vue?vue&type=template&id=9885b762&
43230
- var mainvue_type_template_id_9885b762_render = function () {
43309
+ // CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./packages/login/src/main.vue?vue&type=template&id=23be641c&
43310
+ var mainvue_type_template_id_23be641c_render = function () {
43231
43311
  var _vm = this
43232
43312
  var _h = _vm.$createElement
43233
43313
  var _c = _vm._self._c || _h
@@ -44071,11 +44151,11 @@ var mainvue_type_template_id_9885b762_render = function () {
44071
44151
  )
44072
44152
  : _vm._e()
44073
44153
  }
44074
- var mainvue_type_template_id_9885b762_staticRenderFns = []
44075
- mainvue_type_template_id_9885b762_render._withStripped = true
44154
+ var mainvue_type_template_id_23be641c_staticRenderFns = []
44155
+ mainvue_type_template_id_23be641c_render._withStripped = true
44076
44156
 
44077
44157
 
44078
- // CONCATENATED MODULE: ./packages/login/src/main.vue?vue&type=template&id=9885b762&
44158
+ // CONCATENATED MODULE: ./packages/login/src/main.vue?vue&type=template&id=23be641c&
44079
44159
 
44080
44160
  // CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./packages/login/src/resetPassword.vue?vue&type=template&id=4f5da52e&
44081
44161
  var resetPasswordvue_type_template_id_4f5da52e_render = function () {
@@ -44318,7 +44398,7 @@ function resetPasswordvue_type_script_lang_js_objectWithoutProperties(obj, keys)
44318
44398
  var _this = this;
44319
44399
 
44320
44400
  utils_util["a" /* default */].ajax({
44321
- url: api["R" /* initModifyPassword */]
44401
+ url: api["T" /* initModifyPassword */]
44322
44402
  }).then(function (res) {
44323
44403
  if (res.rCode === 0) {
44324
44404
  var results = JSON.parse(JSON.stringify(res.results));
@@ -44378,7 +44458,7 @@ function resetPasswordvue_type_script_lang_js_objectWithoutProperties(obj, keys)
44378
44458
  var _this3 = this;
44379
44459
 
44380
44460
  utils_util["a" /* default */].ajax({
44381
- url: api["C" /* getModifyPassCode */],
44461
+ url: api["D" /* getModifyPassCode */],
44382
44462
  params: params
44383
44463
  }).then(function (res) {
44384
44464
  if (res.rCode === 0) {
@@ -44805,7 +44885,7 @@ var login_src_mainvue_type_script_lang_js_extends = Object.assign || function (t
44805
44885
  //初始登录配置接口地址
44806
44886
  initLogin: {
44807
44887
  type: String,
44808
- default: api["Q" /* initLogin */]
44888
+ default: api["S" /* initLogin */]
44809
44889
  },
44810
44890
  mode: {
44811
44891
  type: String,
@@ -44881,7 +44961,7 @@ var login_src_mainvue_type_script_lang_js_extends = Object.assign || function (t
44881
44961
  //账号登录接口地址
44882
44962
  action: {
44883
44963
  type: String,
44884
- default: api["m" /* doUserLogin */]
44964
+ default: api["n" /* doUserLogin */]
44885
44965
  },
44886
44966
  //ca登录地址
44887
44967
  caAction: {
@@ -44900,15 +44980,23 @@ var login_src_mainvue_type_script_lang_js_extends = Object.assign || function (t
44900
44980
  },
44901
44981
  getLoginCode: {
44902
44982
  type: String,
44903
- default: api["B" /* getLoginCode */]
44983
+ default: api["C" /* getLoginCode */]
44904
44984
  },
44905
44985
  doCodeLogin: {
44906
44986
  type: String,
44907
44987
  default: api["k" /* doCodeLogin */]
44908
44988
  },
44989
+ getTwoFactorLoginCode: {
44990
+ type: String,
44991
+ default: api["N" /* getTwoFactorLoginCode */]
44992
+ },
44993
+ doTwoFactorLogin: {
44994
+ type: String,
44995
+ default: api["m" /* doTwoFactorLogin */]
44996
+ },
44909
44997
  doWechatQrLogin: {
44910
44998
  type: String,
44911
- default: api["n" /* doWechatQrLogin */]
44999
+ default: api["o" /* doWechatQrLogin */]
44912
45000
  },
44913
45001
  imgCode: {
44914
45002
  type: [Boolean, Object],
@@ -45348,6 +45436,7 @@ var login_src_mainvue_type_script_lang_js_extends = Object.assign || function (t
45348
45436
  this.app = res.appName || res.subsystemName;
45349
45437
  this.qrimg = res.qrimg || res.qrImg;
45350
45438
  this.loginModel = res.loginModel;
45439
+ // this.loginModel = '0,3,11,6,9,2';
45351
45440
  this.loginBackgroundImg = res.loginBackgroundUrl ? res.loginBackgroundUrl.split(',') : null;
45352
45441
  this.loginLogoImg = res.loginLogoUrl ? res.loginLogoUrl : null;
45353
45442
  if (res.subsystemExtend && Object.keys(res.subsystemExtend).length) {
@@ -45410,8 +45499,9 @@ var login_src_mainvue_type_script_lang_js_extends = Object.assign || function (t
45410
45499
  return false;
45411
45500
  }
45412
45501
  data = {
45413
- target: this.formData.username,
45502
+ username: this.formData.username,
45414
45503
  targetType: this.passModifyModel.indexOf('11') > -1 ? 'EMAIL' : 'SMS'
45504
+ // targetType: 'SMS'
45415
45505
  };
45416
45506
  } else {
45417
45507
  if (!this.formData.target) {
@@ -45442,7 +45532,7 @@ var login_src_mainvue_type_script_lang_js_extends = Object.assign || function (t
45442
45532
  }, 1000);
45443
45533
  utils_util["a" /* default */].ajax({
45444
45534
  method: 'post',
45445
- url: this.getLoginCode,
45535
+ url: this.active == 2 ? this.getTwoFactorLoginCode : this.getLoginCode,
45446
45536
  data: data
45447
45537
  }).then(function (res) {
45448
45538
  _this4.$message({
@@ -45480,6 +45570,14 @@ var login_src_mainvue_type_script_lang_js_extends = Object.assign || function (t
45480
45570
  }) : _this5.formData.password,
45481
45571
  identifyingCode: _this5.formData.identifyingCode,
45482
45572
  identifyingId: _this5.identifyingId
45573
+ } : _this5.active == '2' ? {
45574
+ username: _this5.formData.username,
45575
+ password: _this5.secret && _this5.isEncrypt ? utils_util["a" /* default */].esmEncrypt({
45576
+ data: _this5.formData.password,
45577
+ key: _this5.secret
45578
+ }) : _this5.formData.password,
45579
+ targetType: _this5.passModifyModel.indexOf('11') > -1 ? 'EMAIL' : 'SMS',
45580
+ verificationCode: _this5.formData.identifyingCode
45483
45581
  } : {
45484
45582
  target: _this5.formData.target,
45485
45583
  verificationCode: _this5.formData.verificationCode,
@@ -45516,7 +45614,7 @@ var login_src_mainvue_type_script_lang_js_extends = Object.assign || function (t
45516
45614
  var extUserBindHandleId = sessionStorage.getItem('extUserBindHandleId');
45517
45615
  utils_util["a" /* default */].ajax({
45518
45616
  method: 'post',
45519
- url: this.active == '0' ? this.actionUrl : this.doCodeLogin,
45617
+ url: this.active == '0' ? this.actionUrl : this.active == '2' ? this.doTwoFactorLogin : this.doCodeLogin,
45520
45618
  data: extUserBindHandleId ? login_src_mainvue_type_script_lang_js_extends({}, data, { extUserBindHandleId: extUserBindHandleId }) : data
45521
45619
  }).then(function (res) {
45522
45620
  _this6.submit = false;
@@ -45737,8 +45835,8 @@ var login_src_mainvue_type_script_lang_js_extends = Object.assign || function (t
45737
45835
 
45738
45836
  var login_src_main_component = normalizeComponent(
45739
45837
  packages_login_src_mainvue_type_script_lang_js_,
45740
- mainvue_type_template_id_9885b762_render,
45741
- mainvue_type_template_id_9885b762_staticRenderFns,
45838
+ mainvue_type_template_id_23be641c_render,
45839
+ mainvue_type_template_id_23be641c_staticRenderFns,
45742
45840
  false,
45743
45841
  null,
45744
45842
  null,
@@ -45755,8 +45853,8 @@ login_src_main.install = function (Vue) {
45755
45853
  };
45756
45854
 
45757
45855
  /* harmony default export */ var login = (login_src_main);
45758
- // CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./packages/main/src/main.vue?vue&type=template&id=13aacaf9&
45759
- var mainvue_type_template_id_13aacaf9_render = function () {
45856
+ // CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./packages/main/src/main.vue?vue&type=template&id=c4a4a110&
45857
+ var mainvue_type_template_id_c4a4a110_render = function () {
45760
45858
  var _vm = this
45761
45859
  var _h = _vm.$createElement
45762
45860
  var _c = _vm._self._c || _h
@@ -45764,7 +45862,7 @@ var mainvue_type_template_id_13aacaf9_render = function () {
45764
45862
  "div",
45765
45863
  {
45766
45864
  staticClass: "es-main",
45767
- class: { "es-main-topside": _vm.modal === "topside" },
45865
+ class: { "es-main-topside": _vm.layout === "topside" },
45768
45866
  },
45769
45867
  [
45770
45868
  _vm.showHeader
@@ -45794,7 +45892,7 @@ var mainvue_type_template_id_13aacaf9_render = function () {
45794
45892
  )
45795
45893
  )
45796
45894
  : _vm._e(),
45797
- _vm.modal !== "topside" && _vm.logoUrl && _vm.showDefault
45895
+ _vm.layout !== "topside" && _vm.logoUrl && _vm.showDefault
45798
45896
  ? _c("img", {
45799
45897
  staticClass: "es-main-logo",
45800
45898
  attrs: { src: _vm.logoUrl },
@@ -45810,9 +45908,9 @@ var mainvue_type_template_id_13aacaf9_render = function () {
45810
45908
  attrs: {
45811
45909
  mode: "horizontal",
45812
45910
  icons: _vm.icons,
45813
- popperClass: "el-menu--popup-" + _vm.modal,
45911
+ popperClass: "el-menu--popup-" + _vm.layout,
45814
45912
  data: _vm.navs,
45815
- deep: _vm.modal === "topnav",
45913
+ deep: _vm.layout === "topnav",
45816
45914
  "default-active": _vm.topActive,
45817
45915
  },
45818
45916
  on: {
@@ -45881,12 +45979,12 @@ var mainvue_type_template_id_13aacaf9_render = function () {
45881
45979
  : _vm._e(),
45882
45980
  _vm.reset
45883
45981
  ? _c("div", { staticClass: "es-main-box" }, [
45884
- _vm.modal !== "topnav" && _vm.showSide
45982
+ _vm.layout !== "topnav" && _vm.showSide
45885
45983
  ? _c(
45886
45984
  "div",
45887
45985
  { staticClass: "es-main-left" },
45888
45986
  [
45889
- _vm.modal === "topside"
45987
+ _vm.layout === "topside"
45890
45988
  ? _c(
45891
45989
  "div",
45892
45990
  { staticClass: "es-main-side" },
@@ -45943,6 +46041,7 @@ var mainvue_type_template_id_13aacaf9_render = function () {
45943
46041
  _vm.showMenu && _vm.showDefault
45944
46042
  ? _c("es-nav", {
45945
46043
  attrs: {
46044
+ "is-top": _vm.layout == "topside",
45946
46045
  data: _vm.menu,
45947
46046
  "default-active": _vm.active,
45948
46047
  width: _vm.navWidth,
@@ -45955,7 +46054,7 @@ var mainvue_type_template_id_13aacaf9_render = function () {
45955
46054
  },
45956
46055
  on: {
45957
46056
  open: function (res) {
45958
- _vm.handleSelect(res, "menu")
46057
+ _vm.handleSelect(res, "menu", true)
45959
46058
  },
45960
46059
  trigger: function (res) {
45961
46060
  _vm.handleSelect(res, "sub")
@@ -46114,12 +46213,17 @@ var mainvue_type_template_id_13aacaf9_render = function () {
46114
46213
  theme: _vm.color,
46115
46214
  predefine: _vm.themes,
46116
46215
  visible: _vm.showSet,
46216
+ layout: _vm.layout,
46117
46217
  },
46118
46218
  on: {
46119
46219
  "update:visible": function ($event) {
46120
46220
  _vm.showSet = $event
46121
46221
  },
46222
+ "update:layout": function ($event) {
46223
+ _vm.layout = $event
46224
+ },
46122
46225
  change: _vm.handleChange,
46226
+ layout: _vm.handleLayout,
46123
46227
  },
46124
46228
  },
46125
46229
  "settings",
@@ -46173,11 +46277,11 @@ var mainvue_type_template_id_13aacaf9_render = function () {
46173
46277
  1
46174
46278
  )
46175
46279
  }
46176
- var mainvue_type_template_id_13aacaf9_staticRenderFns = []
46177
- mainvue_type_template_id_13aacaf9_render._withStripped = true
46280
+ var mainvue_type_template_id_c4a4a110_staticRenderFns = []
46281
+ mainvue_type_template_id_c4a4a110_render._withStripped = true
46178
46282
 
46179
46283
 
46180
- // CONCATENATED MODULE: ./packages/main/src/main.vue?vue&type=template&id=13aacaf9&
46284
+ // CONCATENATED MODULE: ./packages/main/src/main.vue?vue&type=template&id=c4a4a110&
46181
46285
 
46182
46286
  // CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./packages/main/src/userinfo.vue?vue&type=template&id=327101d6&
46183
46287
  var userinfovue_type_template_id_327101d6_render = function () {
@@ -46417,7 +46521,7 @@ userinfovue_type_template_id_327101d6_render._withStripped = true
46417
46521
  var _this2 = this;
46418
46522
 
46419
46523
  utils_util["a" /* default */].ajax({
46420
- url: api["S" /* initUserSet */]
46524
+ url: api["U" /* initUserSet */]
46421
46525
  }).then(function (res) {
46422
46526
  if (res.rCode === 0) {
46423
46527
  var results = JSON.parse(JSON.stringify(res.results));
@@ -46455,7 +46559,7 @@ userinfovue_type_template_id_327101d6_render._withStripped = true
46455
46559
  if (res.url) {
46456
46560
  url = res.url;
46457
46561
  } else {
46458
- url = api["o" /* downloadByAdjunctId */] + '?adjunctId=' + res.adjunctId;
46562
+ url = api["p" /* downloadByAdjunctId */] + '?adjunctId=' + res.adjunctId;
46459
46563
  }
46460
46564
  this.$emit('change', 'userHeadUrl', url);
46461
46565
  },
@@ -46464,7 +46568,7 @@ userinfovue_type_template_id_327101d6_render._withStripped = true
46464
46568
 
46465
46569
  switch (type) {
46466
46570
  case 'job':
46467
- utils_util["a" /* default */].ajax({ url: api["lb" /* switchUserTo */], params: { userId: value.value } }).then(function (res) {
46571
+ utils_util["a" /* default */].ajax({ url: api["nb" /* switchUserTo */], params: { userId: value.value } }).then(function (res) {
46468
46572
  if (res.rCode == 0) {
46469
46573
  utils_util["a" /* default */].setStorage({
46470
46574
  type: _this3.storage,
@@ -46504,7 +46608,7 @@ userinfovue_type_template_id_327101d6_render._withStripped = true
46504
46608
  var initLogin = utils_util["a" /* default */].getStorage('initLogin');
46505
46609
  initLogin && (initLogin = JSON.parse(initLogin));
46506
46610
  utils_util["a" /* default */].ajax({
46507
- url: api["Ob" /* updateUserInfo */],
46611
+ url: api["Qb" /* updateUserInfo */],
46508
46612
  params: {
46509
46613
  email: this.values.email,
46510
46614
  officeTel: this.values.officetel,
@@ -46549,7 +46653,7 @@ userinfovue_type_template_id_327101d6_render._withStripped = true
46549
46653
  var notify = _this4.values.notify.sort().join(',');
46550
46654
  if (notify != _this4.notify.split(',').sort().join(',')) {
46551
46655
  utils_util["a" /* default */].ajax({
46552
- url: api["Nb" /* updateUserCustomInfo */],
46656
+ url: api["Pb" /* updateUserCustomInfo */],
46553
46657
  params: {
46554
46658
  notify: notify
46555
46659
  }
@@ -46607,8 +46711,8 @@ var userinfo_component = normalizeComponent(
46607
46711
  )
46608
46712
 
46609
46713
  /* harmony default export */ var userinfo = (userinfo_component.exports);
46610
- // CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./packages/main/src/settings.vue?vue&type=template&id=ff684db0&
46611
- var settingsvue_type_template_id_ff684db0_render = function () {
46714
+ // CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./packages/main/src/settings.vue?vue&type=template&id=3c983b8c&
46715
+ var settingsvue_type_template_id_3c983b8c_render = function () {
46612
46716
  var _vm = this
46613
46717
  var _h = _vm.$createElement
46614
46718
  var _c = _vm._self._c || _h
@@ -46702,7 +46806,33 @@ var settingsvue_type_template_id_ff684db0_render = function () {
46702
46806
  placement: "bottom",
46703
46807
  },
46704
46808
  },
46705
- [_c("div", { staticClass: "es-setting-navs es-setting-top-nav" })]
46809
+ [
46810
+ _c(
46811
+ "div",
46812
+ {
46813
+ staticClass: "es-setting-navs es-setting-top-nav",
46814
+ on: {
46815
+ click: function ($event) {
46816
+ $event.stopPropagation()
46817
+ _vm.handleLayout("topnav")
46818
+ },
46819
+ },
46820
+ },
46821
+ [
46822
+ _c("i", {
46823
+ directives: [
46824
+ {
46825
+ name: "show",
46826
+ rawName: "v-show",
46827
+ value: _vm.activeName == "topnav",
46828
+ expression: "activeName == 'topnav'",
46829
+ },
46830
+ ],
46831
+ staticClass: "es-icon-gou",
46832
+ }),
46833
+ ]
46834
+ ),
46835
+ ]
46706
46836
  ),
46707
46837
  _c(
46708
46838
  "el-tooltip",
@@ -46710,15 +46840,112 @@ var settingsvue_type_template_id_ff684db0_render = function () {
46710
46840
  staticClass: "es-setting-navs-item",
46711
46841
  attrs: {
46712
46842
  effect: "dark",
46713
- content: "侧边菜单布局",
46843
+ content: "侧边双列菜单布局",
46714
46844
  placement: "bottom",
46715
46845
  },
46716
46846
  },
46717
46847
  [
46718
46848
  _c(
46719
46849
  "div",
46720
- { staticClass: "es-setting-navs es-setting-side-nav" },
46721
- [_c("div", { staticClass: "es-setting-side-sub-nav" })]
46850
+ {
46851
+ staticClass: "es-setting-navs es-setting-side-nav",
46852
+ on: {
46853
+ click: function ($event) {
46854
+ $event.stopPropagation()
46855
+ _vm.handleLayout("default")
46856
+ },
46857
+ },
46858
+ },
46859
+ [
46860
+ _c("div", { staticClass: "es-setting-side-sub-nav" }),
46861
+ _c("i", {
46862
+ directives: [
46863
+ {
46864
+ name: "show",
46865
+ rawName: "v-show",
46866
+ value: _vm.activeName == "default",
46867
+ expression: "activeName == 'default'",
46868
+ },
46869
+ ],
46870
+ staticClass: "es-icon-gou",
46871
+ }),
46872
+ ]
46873
+ ),
46874
+ ]
46875
+ ),
46876
+ _c(
46877
+ "el-tooltip",
46878
+ {
46879
+ staticClass: "es-setting-navs-item",
46880
+ attrs: {
46881
+ effect: "dark",
46882
+ content: "子系统+侧边菜单布局",
46883
+ placement: "bottom",
46884
+ },
46885
+ },
46886
+ [
46887
+ _c(
46888
+ "div",
46889
+ {
46890
+ staticClass: "es-setting-navs es-setting-subsystem-nav",
46891
+ on: {
46892
+ click: function ($event) {
46893
+ $event.stopPropagation()
46894
+ _vm.handleLayout("subsystem")
46895
+ },
46896
+ },
46897
+ },
46898
+ [
46899
+ _c("i", {
46900
+ directives: [
46901
+ {
46902
+ name: "show",
46903
+ rawName: "v-show",
46904
+ value: _vm.activeName == "subsystem",
46905
+ expression: "activeName == 'subsystem'",
46906
+ },
46907
+ ],
46908
+ staticClass: "es-icon-gou",
46909
+ }),
46910
+ ]
46911
+ ),
46912
+ ]
46913
+ ),
46914
+ _c(
46915
+ "el-tooltip",
46916
+ {
46917
+ staticClass: "es-setting-navs-item",
46918
+ attrs: {
46919
+ effect: "dark",
46920
+ content: "顶部+侧边菜单布局",
46921
+ placement: "bottom",
46922
+ },
46923
+ },
46924
+ [
46925
+ _c(
46926
+ "div",
46927
+ {
46928
+ staticClass: "es-setting-navs es-setting-top-side-nav",
46929
+ on: {
46930
+ click: function ($event) {
46931
+ $event.stopPropagation()
46932
+ _vm.handleLayout("topside")
46933
+ },
46934
+ },
46935
+ },
46936
+ [
46937
+ _c("i", {
46938
+ directives: [
46939
+ {
46940
+ name: "show",
46941
+ rawName: "v-show",
46942
+ value: _vm.activeName == "topside",
46943
+ expression: "activeName == 'topside'",
46944
+ },
46945
+ ],
46946
+ staticClass: "es-icon-gou",
46947
+ }),
46948
+ ]
46722
46949
  ),
46723
46950
  ]
46724
46951
  ),
@@ -46729,11 +46956,11 @@ var settingsvue_type_template_id_ff684db0_render = function () {
46729
46956
  ]
46730
46957
  )
46731
46958
  }
46732
- var settingsvue_type_template_id_ff684db0_staticRenderFns = []
46733
- settingsvue_type_template_id_ff684db0_render._withStripped = true
46959
+ var settingsvue_type_template_id_3c983b8c_staticRenderFns = []
46960
+ settingsvue_type_template_id_3c983b8c_render._withStripped = true
46734
46961
 
46735
46962
 
46736
- // CONCATENATED MODULE: ./packages/main/src/settings.vue?vue&type=template&id=ff684db0&
46963
+ // CONCATENATED MODULE: ./packages/main/src/settings.vue?vue&type=template&id=3c983b8c&
46737
46964
 
46738
46965
  // CONCATENATED MODULE: ./node_modules/babel-loader/lib!./node_modules/vue-loader/lib??vue-loader-options!./packages/main/src/settings.vue?vue&type=script&lang=js&
46739
46966
  //
@@ -46796,6 +47023,41 @@ settingsvue_type_template_id_ff684db0_render._withStripped = true
46796
47023
  //
46797
47024
  //
46798
47025
  //
47026
+ //
47027
+ //
47028
+ //
47029
+ //
47030
+ //
47031
+ //
47032
+ //
47033
+ //
47034
+ //
47035
+ //
47036
+ //
47037
+ //
47038
+ //
47039
+ //
47040
+ //
47041
+ //
47042
+ //
47043
+ //
47044
+ //
47045
+ //
47046
+ //
47047
+ //
47048
+ //
47049
+ //
47050
+ //
47051
+ //
47052
+ //
47053
+ //
47054
+ //
47055
+ //
47056
+ //
47057
+ //
47058
+ //
47059
+ //
47060
+ //
46799
47061
 
46800
47062
 
46801
47063
  /* harmony default export */ var settingsvue_type_script_lang_js_ = ({
@@ -46812,6 +47074,10 @@ settingsvue_type_template_id_ff684db0_render._withStripped = true
46812
47074
  default: function _default() {
46813
47075
  return ['#a60006', '#409eff'];
46814
47076
  }
47077
+ },
47078
+ layout: {
47079
+ type: String,
47080
+ default: 'default'
46815
47081
  }
46816
47082
  },
46817
47083
  computed: {
@@ -46845,7 +47111,8 @@ settingsvue_type_template_id_ff684db0_render._withStripped = true
46845
47111
  },
46846
47112
  data: function data() {
46847
47113
  return {
46848
- color: ''
47114
+ color: '',
47115
+ activeName: this.layout
46849
47116
  };
46850
47117
  },
46851
47118
  mounted: function mounted() {},
@@ -46860,6 +47127,14 @@ settingsvue_type_template_id_ff684db0_render._withStripped = true
46860
47127
  this.color = res;
46861
47128
  this.$emit('change', { type: 'theme', value: res });
46862
47129
  //this.setTheme(res);
47130
+ },
47131
+
47132
+ //选择菜单布局
47133
+ handleLayout: function handleLayout(res) {
47134
+ var old = this.activeName;
47135
+ this.activeName = res;
47136
+ this.$emit('update:layout', res);
47137
+ this.$emit('layout', res, old);
46863
47138
  }
46864
47139
  }
46865
47140
  });
@@ -46875,8 +47150,8 @@ settingsvue_type_template_id_ff684db0_render._withStripped = true
46875
47150
 
46876
47151
  var settings_component = normalizeComponent(
46877
47152
  src_settingsvue_type_script_lang_js_,
46878
- settingsvue_type_template_id_ff684db0_render,
46879
- settingsvue_type_template_id_ff684db0_staticRenderFns,
47153
+ settingsvue_type_template_id_3c983b8c_render,
47154
+ settingsvue_type_template_id_3c983b8c_staticRenderFns,
46880
47155
  false,
46881
47156
  null,
46882
47157
  null,
@@ -47170,7 +47445,7 @@ messagevue_type_template_id_6b9d422c_render._withStripped = true
47170
47445
  if (this.pageNum <= this.pageCount) {
47171
47446
  this.loading = true;
47172
47447
  utils_util["a" /* default */].ajax({
47173
- url: api["mb" /* sysMsgPage */],
47448
+ url: api["ob" /* sysMsgPage */],
47174
47449
  params: {
47175
47450
  pageNum: reload ? 1 : this.pageNum,
47176
47451
  pageSize: this.pageSize
@@ -47203,7 +47478,7 @@ messagevue_type_template_id_6b9d422c_render._withStripped = true
47203
47478
  var _this2 = this;
47204
47479
 
47205
47480
  utils_util["a" /* default */].ajax({
47206
- url: api["P" /* ignoreSysMsg */],
47481
+ url: api["R" /* ignoreSysMsg */],
47207
47482
  params: {
47208
47483
  id: res.id
47209
47484
  }
@@ -47223,7 +47498,7 @@ messagevue_type_template_id_6b9d422c_render._withStripped = true
47223
47498
  var _this3 = this;
47224
47499
 
47225
47500
  utils_util["a" /* default */].ajax({
47226
- url: api["O" /* ignoreAllSysMsg */]
47501
+ url: api["Q" /* ignoreAllSysMsg */]
47227
47502
  }).then(function (res) {
47228
47503
  _this3.count = 0;
47229
47504
  _this3.msgs = [];
@@ -47543,7 +47818,7 @@ noticevue_type_template_id_b4f91b8e_render._withStripped = true
47543
47818
  var _this = this;
47544
47819
 
47545
47820
  utils_util["a" /* default */].ajax({
47546
- url: api["O" /* ignoreAllSysMsg */]
47821
+ url: api["Q" /* ignoreAllSysMsg */]
47547
47822
  }).then(function (res) {
47548
47823
  _this.count = 0;
47549
47824
  _this.msgs = [];
@@ -48029,6 +48304,9 @@ var main_src_mainvue_type_script_lang_js_extends = Object.assign || function (ta
48029
48304
  //
48030
48305
  //
48031
48306
  //
48307
+ //
48308
+ //
48309
+ //
48032
48310
 
48033
48311
 
48034
48312
 
@@ -48131,7 +48409,7 @@ var log = utils_util["a" /* default */].getParams('console');
48131
48409
  //获取用户信息的接口
48132
48410
  mainConfig: {
48133
48411
  type: String,
48134
- default: api["W" /* mainConfig */]
48412
+ default: api["Y" /* mainConfig */]
48135
48413
  },
48136
48414
  iframeId: {
48137
48415
  type: String,
@@ -48169,10 +48447,6 @@ var log = utils_util["a" /* default */].getParams('console');
48169
48447
  }
48170
48448
  },
48171
48449
  computed: {
48172
- //菜单类型
48173
- modal: function modal() {
48174
- return this.scene.toLowerCase();
48175
- },
48176
48450
  showHeader: function showHeader() {
48177
48451
  return this.isHeader == 0 ? false : this.header;
48178
48452
  },
@@ -48192,10 +48466,11 @@ var log = utils_util["a" /* default */].getParams('console');
48192
48466
  return true;
48193
48467
  },
48194
48468
  navWidth: function navWidth() {
48195
- return this.modal === 'topside' ? '230px' : undefined;
48469
+ console.log(this.layout === 'topside' ? '230px' : undefined, 9000);
48470
+ return this.layout === 'topside' ? '230px' : undefined;
48196
48471
  },
48197
48472
  showNavTitle: function showNavTitle() {
48198
- return this.modal !== 'topside';
48473
+ return this.layout !== 'topside';
48199
48474
  },
48200
48475
 
48201
48476
  //tabs菜单
@@ -48209,14 +48484,14 @@ var log = utils_util["a" /* default */].getParams('console');
48209
48484
  return this.menuUrl;
48210
48485
  }
48211
48486
  if (this.application) {
48212
- return api["z" /* getComplexApplicationsNew */];
48487
+ return api["A" /* getComplexApplicationsNew */];
48213
48488
  }
48214
- return api["y" /* getComplexApplications */];
48489
+ return api["z" /* getComplexApplications */];
48215
48490
  },
48216
48491
 
48217
48492
  //是否双列右侧菜单
48218
48493
  biserial: function biserial() {
48219
- if (this.modal === 'subsystem' || this.modal === 'topside' || this.application) {
48494
+ if (this.layout === 'subsystem' || this.layout === 'topside' || this.application) {
48220
48495
  return false;
48221
48496
  } else {
48222
48497
  return true;
@@ -48225,13 +48500,13 @@ var log = utils_util["a" /* default */].getParams('console');
48225
48500
 
48226
48501
  //隐藏操作按键
48227
48502
  hide: function hide() {
48228
- if (this.modal === 'subsystem' || this.application) {
48503
+ if (this.layout === 'subsystem' || this.application) {
48229
48504
  if (this.hides && Object.keys(this.hides).length) {
48230
48505
  return main_src_mainvue_type_script_lang_js_extends({}, this.hides, { set: !this.set, system: false });
48231
48506
  } else {
48232
48507
  return { set: !this.set, system: false };
48233
48508
  }
48234
- } else if (this.modal === 'topside') {
48509
+ } else if (this.layout === 'topside') {
48235
48510
  if (this.hides && Object.keys(this.hides).length) {
48236
48511
  return main_src_mainvue_type_script_lang_js_extends({}, this.hides, {
48237
48512
  set: !this.set,
@@ -48291,6 +48566,7 @@ var log = utils_util["a" /* default */].getParams('console');
48291
48566
  },
48292
48567
  data: function data() {
48293
48568
  return {
48569
+ layout: this.scene.toLowerCase(),
48294
48570
  showDefault: false,
48295
48571
  themeJSON: {
48296
48572
  logo: { comp: '', data: {} },
@@ -48374,7 +48650,8 @@ var log = utils_util["a" /* default */].getParams('console');
48374
48650
  defaultwjprops: {},
48375
48651
  isTabs: false,
48376
48652
  isHeader: '',
48377
- isSide: null
48653
+ isSide: null,
48654
+ navIds: null
48378
48655
  };
48379
48656
  },
48380
48657
  created: function created() {
@@ -48417,7 +48694,7 @@ var log = utils_util["a" /* default */].getParams('console');
48417
48694
  var _this = this;
48418
48695
 
48419
48696
  var params = {
48420
- url: api["X" /* mainDetail */],
48697
+ url: api["Z" /* mainDetail */],
48421
48698
  params: { id: id }
48422
48699
  };
48423
48700
  utils_util["a" /* default */].ajax(params).then(function (res) {
@@ -48517,7 +48794,7 @@ var log = utils_util["a" /* default */].getParams('console');
48517
48794
  return;
48518
48795
  }
48519
48796
  utils_util["a" /* default */].ajax({
48520
- url: api["Nb" /* updateUserCustomInfo */],
48797
+ url: api["Pb" /* updateUserCustomInfo */],
48521
48798
  params: { color: escape(color.toLowerCase()) },
48522
48799
  data: { color: escape(color.toLowerCase()) }
48523
48800
  }).then(function (res) {
@@ -48657,11 +48934,22 @@ var log = utils_util["a" /* default */].getParams('console');
48657
48934
  }
48658
48935
  });
48659
48936
  },
48660
- jumpMenu: function jumpMenu(res) {
48937
+ jumpMenu: function jumpMenu(res, flag) {
48938
+ var ids = void 0;
48661
48939
  if (typeof res === 'string') {
48662
- res = res.split(',');
48940
+ if (flag) {
48941
+ ids = this.getId(this.menus, res, true);
48942
+ if (!ids) {
48943
+ this.$message.error('未在菜单栏中找到此地址');
48944
+ return;
48945
+ }
48946
+ } else {
48947
+ ids = res.split(',');
48948
+ }
48949
+ } else {
48950
+ ids = res;
48663
48951
  }
48664
- this.setDefault(this.menus, res);
48952
+ this.setDefault(this.menus, ids);
48665
48953
  },
48666
48954
  getId: function getId(arry, res, path) {
48667
48955
  if (!res) {
@@ -48760,6 +49048,7 @@ var log = utils_util["a" /* default */].getParams('console');
48760
49048
 
48761
49049
  //设置默认左侧导航
48762
49050
  setMenu: function setMenu(res) {
49051
+ console.log(9000);
48763
49052
  if (this.defaultActive && this.defaultActive.length) {
48764
49053
  this.isDefault = false;
48765
49054
  this.setDefault(res, this.defaultActive);
@@ -48780,14 +49069,16 @@ var log = utils_util["a" /* default */].getParams('console');
48780
49069
  } else {
48781
49070
  this.isDefault = false;
48782
49071
  }
48783
- if (this.modal === 'subsystem' || this.modal === 'topside') {
48784
- if (this.modal === 'subsystem') {
49072
+ if (this.layout === 'subsystem' || this.layout === 'topside') {
49073
+ if (this.layout === 'subsystem') {
49074
+ this.navs = [];
48785
49075
  if (this.menuType === 'custom') {
48786
49076
  this.subsystem = this.customMenu;
48787
49077
  } else {
48788
49078
  this.subsystem = res;
48789
49079
  }
48790
- } else if (this.modal === 'topside') {
49080
+ } else if (this.layout === 'topside') {
49081
+ this.subsystem = [];
48791
49082
  if (this.menuType === 'custom') {
48792
49083
  this.navs = this.customMenu;
48793
49084
  this.topActive = res[0].id;
@@ -48809,21 +49100,23 @@ var log = utils_util["a" /* default */].getParams('console');
48809
49100
  this.title = res[0].text;
48810
49101
  }
48811
49102
  if (!this.isDefault) {
48812
- this.active = this.getFirst(this.menu[0]);
49103
+ this.active = this.getFirst(this.menu[0]).id;
48813
49104
  }
48814
- } else if (this.modal === 'topnav') {
49105
+ } else if (this.layout === 'topnav') {
48815
49106
  if (this.menuType === 'custom') {
48816
49107
  this.navs = this.customMenu;
48817
- this.topActive = this.getFirst(res[0]);
49108
+ this.topActive = this.getFirst(res[0]).id;
48818
49109
  } else {
48819
49110
  this.navs = res;
48820
- this.topActive = this.getFirst(res[0]);
49111
+ this.topActive = this.getFirst(res[0]).id;
48821
49112
  }
48822
49113
  } else {
49114
+ this.nav = [];
49115
+ this.subsystem = [];
48823
49116
  this.menu = res;
48824
49117
  if (!this.isDefault) {
48825
49118
  this.active = [this.menu[0].id];
48826
- var id = this.getFirst(this.menu[0]);
49119
+ var id = this.getFirst(this.menu[0]).id;
48827
49120
  if (id && this.menu[0].id !== id) {
48828
49121
  this.active.push(id);
48829
49122
  } else {
@@ -48842,7 +49135,7 @@ var log = utils_util["a" /* default */].getParams('console');
48842
49135
  if (obj.children && obj.children.length) {
48843
49136
  return this.getFirst(obj.children[0]);
48844
49137
  } else if (obj.fourthTabs && obj.fourthTabs.length) {
48845
- if (this.modal === 'topnav') {
49138
+ if (this.layout === 'topnav') {
48846
49139
  return this.getFirst(obj.fourthTabs[0]);
48847
49140
  } else {
48848
49141
  this.tabs = obj.fourthTabs;
@@ -48858,12 +49151,11 @@ var log = utils_util["a" /* default */].getParams('console');
48858
49151
  this.tabsId = this.tabs[0].id;
48859
49152
  this.handleJump(this.tabs[0].url, this.tabs[0].urlopenmode, this.tabs[0]);
48860
49153
  }
48861
- return obj.id;
48862
49154
  }
48863
49155
  } else {
48864
49156
  this.handleJump(obj.url, obj.urlopenmode, obj);
48865
49157
  }
48866
- return obj.id;
49158
+ return obj;
48867
49159
  },
48868
49160
 
48869
49161
  //遍历设置菜单气泡提醒
@@ -48916,8 +49208,9 @@ var log = utils_util["a" /* default */].getParams('console');
48916
49208
  this.tabsId = '';
48917
49209
  this.active = '';
48918
49210
  this.getUrl(res, active);
48919
- if (this.modal === 'subsystem' || this.modal === 'subSystem' || this.modal === 'topnav' || this.modal === 'topNav' || this.modal === 'topside' || this.modal === 'topSide') {
48920
- if (this.modal === 'subsystem' || this.modal === 'subSystem') {
49211
+ if (this.layout === 'subsystem' || this.layout === 'subSystem' || this.layout === 'topnav' || this.layout === 'topNav' || this.layout === 'topside' || this.layout === 'topSide') {
49212
+ if (this.layout === 'subsystem' || this.layout === 'subSystem') {
49213
+ this.navs = [];
48921
49214
  if (this.menuType === 'custom') {
48922
49215
  this.subsystem = this.customMenu;
48923
49216
  this.sysId = active[0];
@@ -48925,7 +49218,8 @@ var log = utils_util["a" /* default */].getParams('console');
48925
49218
  this.subsystem = res;
48926
49219
  this.sysId = active[0];
48927
49220
  }
48928
- } else if (this.modal === 'topnav' || this.modal === 'topNav' || this.modal === 'topside' || this.modal === 'topSide') {
49221
+ } else if (this.layout === 'topnav' || this.layout === 'topNav' || this.layout === 'topside' || this.layout === 'topSide') {
49222
+ this.subsystem = [];
48929
49223
  if (this.menuType === 'custom') {
48930
49224
  this.navs = this.customMenu;
48931
49225
  this.topActive = active[0];
@@ -48948,6 +49242,8 @@ var log = utils_util["a" /* default */].getParams('console');
48948
49242
  }
48949
49243
  }
48950
49244
  } else {
49245
+ this.navs = [];
49246
+ this.subsystem = [];
48951
49247
  this.menu = res;
48952
49248
  if (this.biserial) {
48953
49249
  this.active = active.slice(0, active.length > 2 ? active.length - 1 : active.length);
@@ -49002,28 +49298,40 @@ var log = utils_util["a" /* default */].getParams('console');
49002
49298
  var _url = params._baseUrl ? params._baseUrl : './primary.html';
49003
49299
  return utils_util["a" /* default */].urlJoinParams({ url: _url, param: obj });
49004
49300
  },
49301
+ handleOpenNav: function handleOpenNav(res) {
49302
+ console.log(res, 777);
49303
+ },
49005
49304
 
49006
49305
  //应用导航交互
49007
- handleSelect: function handleSelect(res, type) {
49306
+ handleSelect: function handleSelect(res, type, open) {
49307
+ console.log(type);
49008
49308
  var node = res.node;
49009
49309
 
49010
- if (node.extendData && node.extendData.businessStatus == 0 && node.extendData.businessWarnMsg) {
49011
- this.$alert(node.extendData.businessWarnMsg, '提示', {
49012
- type: 'warning'
49013
- });
49014
- return;
49310
+ if (!open) {
49311
+ if (node.extendData && node.extendData.businessStatus == 0 && node.extendData.businessWarnMsg) {
49312
+ this.$alert(node.extendData.businessWarnMsg, '提示', {
49313
+ type: 'warning'
49314
+ });
49315
+ return;
49316
+ }
49317
+ this.isDefault = false;
49318
+ this.tabsId = '';
49015
49319
  }
49016
- this.isDefault = false;
49017
- this.tabsId = '';
49018
49320
  switch (type) {
49019
49321
  case 'nav':
49020
49322
  this.tabs = [];
49021
49323
  this.active = '';
49022
- if (this.modal === 'topside') {
49324
+ if (this.layout === 'topside') {
49325
+ this.navIds = [node.id];
49023
49326
  this.menu = node.children;
49024
49327
  this.title = node.text;
49025
- this.active = this.getFirst(node.children[0]);
49328
+ var subNode = this.getFirst(node.children[0]);
49329
+ if (subNode) {
49330
+ this.active = subNode.id;
49331
+ this.navIds = [node.id].concat(this.getId(subNode.url));
49332
+ }
49026
49333
  } else {
49334
+ this.navIds = this.getId(this.menus, node.url, true);
49027
49335
  if (node.url) {
49028
49336
  var tab = node.fourthTabs.filter(function (item) {
49029
49337
  return item.url === node.url;
@@ -49042,31 +49350,37 @@ var log = utils_util["a" /* default */].getParams('console');
49042
49350
  }
49043
49351
  break;
49044
49352
  case 'sys':
49353
+ this.navIds = [node.id];
49045
49354
  this.tabs = [];
49046
49355
  this.menu = node.children;
49047
49356
  this.title = node.text;
49048
- this.active = this.getFirst(node.children[0]);
49357
+ this.active = this.getFirst(node.children[0]).id;
49049
49358
  this.isSide = true;
49050
49359
  break;
49051
49360
  case 'sub':
49361
+ this.navIds = [node.id];
49052
49362
  if (node.url) {
49053
49363
  this.tabs = [];
49054
49364
  }
49055
49365
  if (this.setFirstAsDefault) {
49056
- var id = this.getFirst(node);
49057
- if (node.id !== id) {
49058
- this.$set(this.active, 0, node.id);
49059
- this.$set(this.active, 1, id);
49366
+ var _subNode = this.getFirst(node);
49367
+ this.$set(this.active, 0, node.id);
49368
+ if (_subNode && node.id !== _subNode.id) {
49369
+ console.log(_subNode, _subNode.url);
49370
+ console.log(this.getId(this.menus, _subNode.url, true));
49371
+ this.$set(this.active, 1, _subNode.id);
49060
49372
  }
49061
49373
  }
49062
49374
  break;
49063
49375
  case 'menu':
49064
- this.tabs = [];
49065
- if (this.setFirstAsDefault) {
49066
- if (this.biserial) {
49067
- this.$set(this.active, 1, node.id);
49068
- } else {
49069
- this.active = node.id;
49376
+ if (!open) {
49377
+ this.tabs = [];
49378
+ if (this.setFirstAsDefault) {
49379
+ if (this.biserial) {
49380
+ this.$set(this.active, 1, node.id);
49381
+ } else {
49382
+ this.active = node.id;
49383
+ }
49070
49384
  }
49071
49385
  }
49072
49386
  if (node.url) {
@@ -49295,6 +49609,25 @@ var log = utils_util["a" /* default */].getParams('console');
49295
49609
  break;
49296
49610
  }
49297
49611
  },
49612
+ handleLayout: function handleLayout(res, old) {
49613
+ switch (res) {
49614
+ case 'topnav':
49615
+ this.navs = this.menus;
49616
+ this.tabs = [];
49617
+ this.subsystem = [];
49618
+ switch (old) {
49619
+ case 'subsystem':
49620
+ break;
49621
+ default:
49622
+ this.topActive = this.active.length ? this.active[this.active.length - 1] : '';
49623
+ console.log(this.active, this.topActive, 666);
49624
+ }
49625
+ break;
49626
+ }
49627
+ console.log(this.sysId, this.topActive, this.active, this.tabsId);
49628
+ //this.setMenu(this.menus);
49629
+ console.log(this.layout, old, this.hide);
49630
+ },
49298
49631
 
49299
49632
  //监听改变菜单
49300
49633
  handleListener: function handleListener() {
@@ -49316,7 +49649,7 @@ var log = utils_util["a" /* default */].getParams('console');
49316
49649
  initWebSocket: function initWebSocket() {
49317
49650
  //初始化weosocket
49318
49651
  if (!this.websocket) {
49319
- var url = (utils_util["a" /* default */].getStorage('wshost') || '') + api["Tb" /* wss */];
49652
+ var url = (utils_util["a" /* default */].getStorage('wshost') || '') + api["Vb" /* wss */];
49320
49653
  this.websocket = new external_sockjs_client_default.a(url);
49321
49654
  }
49322
49655
  this.client = external_stompjs_default.a.over(this.websocket);
@@ -49331,7 +49664,7 @@ var log = utils_util["a" /* default */].getParams('console');
49331
49664
  client.connect({}, function () {
49332
49665
  //localStorage.setItem("socket",true);
49333
49666
  //订阅服务端的
49334
- client.subscribe(api["Kb" /* topic */], function (response) {
49667
+ client.subscribe(api["Mb" /* topic */], function (response) {
49335
49668
  var res = JSON.parse(response.body);
49336
49669
  var data = res.data;
49337
49670
  for (var i in data) {
@@ -49472,8 +49805,8 @@ var log = utils_util["a" /* default */].getParams('console');
49472
49805
 
49473
49806
  var main_src_main_component = normalizeComponent(
49474
49807
  packages_main_src_mainvue_type_script_lang_js_,
49475
- mainvue_type_template_id_13aacaf9_render,
49476
- mainvue_type_template_id_13aacaf9_staticRenderFns,
49808
+ mainvue_type_template_id_c4a4a110_render,
49809
+ mainvue_type_template_id_c4a4a110_staticRenderFns,
49477
49810
  false,
49478
49811
  null,
49479
49812
  null,
@@ -50143,7 +50476,7 @@ userinfovue_type_template_id_b081c92a_render._withStripped = true
50143
50476
  var _this2 = this;
50144
50477
 
50145
50478
  utils_util["a" /* default */].ajax({
50146
- url: api["S" /* initUserSet */]
50479
+ url: api["U" /* initUserSet */]
50147
50480
  }).then(function (res) {
50148
50481
  if (res.rCode === 0) {
50149
50482
  var results = JSON.parse(JSON.stringify(res.results));
@@ -50181,7 +50514,7 @@ userinfovue_type_template_id_b081c92a_render._withStripped = true
50181
50514
  if (res.url) {
50182
50515
  url = res.url;
50183
50516
  } else {
50184
- url = api["o" /* downloadByAdjunctId */] + '?adjunctId=' + res.adjunctId;
50517
+ url = api["p" /* downloadByAdjunctId */] + '?adjunctId=' + res.adjunctId;
50185
50518
  }
50186
50519
  this.$emit('change', 'userHeadUrl', url);
50187
50520
  },
@@ -50190,7 +50523,7 @@ userinfovue_type_template_id_b081c92a_render._withStripped = true
50190
50523
 
50191
50524
  switch (type) {
50192
50525
  case 'job':
50193
- utils_util["a" /* default */].ajax({ url: api["lb" /* switchUserTo */], params: { userId: value.value } }).then(function (res) {
50526
+ utils_util["a" /* default */].ajax({ url: api["nb" /* switchUserTo */], params: { userId: value.value } }).then(function (res) {
50194
50527
  if (res.rCode == 0) {
50195
50528
  utils_util["a" /* default */].setStorage({
50196
50529
  type: _this3.storage,
@@ -50228,7 +50561,7 @@ userinfovue_type_template_id_b081c92a_render._withStripped = true
50228
50561
  var _this4 = this;
50229
50562
 
50230
50563
  utils_util["a" /* default */].ajax({
50231
- url: api["Ob" /* updateUserInfo */],
50564
+ url: api["Qb" /* updateUserInfo */],
50232
50565
  params: {
50233
50566
  email: this.values.email,
50234
50567
  officeTel: this.values.officetel,
@@ -50266,7 +50599,7 @@ userinfovue_type_template_id_b081c92a_render._withStripped = true
50266
50599
  var notify = _this4.values.notify.sort().join(',');
50267
50600
  if (notify != _this4.notify.split(',').sort().join(',')) {
50268
50601
  utils_util["a" /* default */].ajax({
50269
- url: api["Nb" /* updateUserCustomInfo */],
50602
+ url: api["Pb" /* updateUserCustomInfo */],
50270
50603
  params: {
50271
50604
  notify: notify
50272
50605
  }
@@ -50818,7 +51151,7 @@ messagevue_type_template_id_3e4ac3c6_render._withStripped = true
50818
51151
  if (this.pageNum <= this.pageCount) {
50819
51152
  this.loading = true;
50820
51153
  utils_util["a" /* default */].ajax({
50821
- url: api["mb" /* sysMsgPage */],
51154
+ url: api["ob" /* sysMsgPage */],
50822
51155
  params: {
50823
51156
  pageNum: reload ? 1 : this.pageNum,
50824
51157
  pageSize: this.pageSize
@@ -50851,7 +51184,7 @@ messagevue_type_template_id_3e4ac3c6_render._withStripped = true
50851
51184
  var _this2 = this;
50852
51185
 
50853
51186
  utils_util["a" /* default */].ajax({
50854
- url: api["P" /* ignoreSysMsg */],
51187
+ url: api["R" /* ignoreSysMsg */],
50855
51188
  params: {
50856
51189
  id: res.id
50857
51190
  }
@@ -50871,7 +51204,7 @@ messagevue_type_template_id_3e4ac3c6_render._withStripped = true
50871
51204
  var _this3 = this;
50872
51205
 
50873
51206
  utils_util["a" /* default */].ajax({
50874
- url: api["O" /* ignoreAllSysMsg */]
51207
+ url: api["Q" /* ignoreAllSysMsg */]
50875
51208
  }).then(function (res) {
50876
51209
  _this3.count = 0;
50877
51210
  _this3.msgs = [];
@@ -51186,7 +51519,7 @@ noticevue_type_template_id_3741e357_render._withStripped = true
51186
51519
  var _this = this;
51187
51520
 
51188
51521
  utils_util["a" /* default */].ajax({
51189
- url: api["O" /* ignoreAllSysMsg */]
51522
+ url: api["Q" /* ignoreAllSysMsg */]
51190
51523
  }).then(function (res) {
51191
51524
  _this.count = 0;
51192
51525
  _this.msgs = [];
@@ -51760,7 +52093,7 @@ var mainvue_type_script_lang_js_isIE = navigator.userAgent.indexOf('MSIE') != -1
51760
52093
  //获取用户信息的接口
51761
52094
  mainConfig: {
51762
52095
  type: String,
51763
- default: api["W" /* mainConfig */]
52096
+ default: api["Y" /* mainConfig */]
51764
52097
  },
51765
52098
  iframeId: {
51766
52099
  type: String,
@@ -51822,9 +52155,9 @@ var mainvue_type_script_lang_js_isIE = navigator.userAgent.indexOf('MSIE') != -1
51822
52155
  return this.menuUrl;
51823
52156
  }
51824
52157
  if (this.application) {
51825
- return api["z" /* getComplexApplicationsNew */];
52158
+ return api["A" /* getComplexApplicationsNew */];
51826
52159
  }
51827
- return api["y" /* getComplexApplications */];
52160
+ return api["z" /* getComplexApplications */];
51828
52161
  },
51829
52162
 
51830
52163
  //是否双列右侧菜单
@@ -52040,7 +52373,7 @@ var mainvue_type_script_lang_js_isIE = navigator.userAgent.indexOf('MSIE') != -1
52040
52373
  var _this = this;
52041
52374
 
52042
52375
  var params = {
52043
- url: api["X" /* mainDetail */],
52376
+ url: api["Z" /* mainDetail */],
52044
52377
  params: { id: id }
52045
52378
  };
52046
52379
  utils_util["a" /* default */].ajax(params).then(function (res) {
@@ -52161,7 +52494,7 @@ var mainvue_type_script_lang_js_isIE = navigator.userAgent.indexOf('MSIE') != -1
52161
52494
  return;
52162
52495
  }
52163
52496
  utils_util["a" /* default */].ajax({
52164
- url: api["Nb" /* updateUserCustomInfo */],
52497
+ url: api["Pb" /* updateUserCustomInfo */],
52165
52498
  params: { color: escape(color.toLowerCase()) },
52166
52499
  data: { color: escape(color.toLowerCase()) }
52167
52500
  }).then(function (res) {
@@ -53145,7 +53478,7 @@ var mainvue_type_script_lang_js_isIE = navigator.userAgent.indexOf('MSIE') != -1
53145
53478
  //初始化weosocket
53146
53479
  //初始化weosocket
53147
53480
  if (!this.websocket) {
53148
- var url = (utils_util["a" /* default */].getStorage('wshost') || '') + api["Tb" /* wss */];
53481
+ var url = (utils_util["a" /* default */].getStorage('wshost') || '') + api["Vb" /* wss */];
53149
53482
  this.websocket = new external_sockjs_client_default.a(url);
53150
53483
  }
53151
53484
 
@@ -53160,7 +53493,7 @@ var mainvue_type_script_lang_js_isIE = navigator.userAgent.indexOf('MSIE') != -1
53160
53493
  client.connect({}, function () {
53161
53494
  //localStorage.setItem("socket",true);
53162
53495
  //订阅服务端的
53163
- client.subscribe(api["Kb" /* topic */], function (response) {
53496
+ client.subscribe(api["Mb" /* topic */], function (response) {
53164
53497
  var res = JSON.parse(response.body);
53165
53498
  var data = res.data;
53166
53499
  for (var i in data) {
@@ -53653,8 +53986,8 @@ menu_src_main.install = function (Vue) {
53653
53986
  };
53654
53987
 
53655
53988
  /* harmony default export */ var menu = (menu_src_main);
53656
- // CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./packages/nav/src/main.vue?vue&type=template&id=84cce570&
53657
- var mainvue_type_template_id_84cce570_render = function () {
53989
+ // CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./packages/nav/src/main.vue?vue&type=template&id=6349e24c&
53990
+ var mainvue_type_template_id_6349e24c_render = function () {
53658
53991
  var _vm = this
53659
53992
  var _h = _vm.$createElement
53660
53993
  var _c = _vm._self._c || _h
@@ -53707,7 +54040,7 @@ var mainvue_type_template_id_84cce570_render = function () {
53707
54040
  },
53708
54041
  ],
53709
54042
  staticClass: "es-nav-main",
53710
- style: { width: _vm.biserial ? _vm.width : "" },
54043
+ style: { width: _vm.biserial ? _vm.width : _vm.boxWidth },
53711
54044
  },
53712
54045
  [
53713
54046
  _vm.showTitle
@@ -53771,7 +54104,7 @@ var mainvue_type_template_id_84cce570_render = function () {
53771
54104
  data: _vm.biserial ? _vm.subMenu : _vm.menu,
53772
54105
  collapse: _vm.isCollapse,
53773
54106
  "default-active": _vm.menuActive,
53774
- width: _vm.menuWidth,
54107
+ width: _vm.isTop ? _vm.boxWidth : _vm.menuWidth,
53775
54108
  "is-default": _vm.isDefault,
53776
54109
  biserial: _vm.biserial,
53777
54110
  },
@@ -53792,11 +54125,11 @@ var mainvue_type_template_id_84cce570_render = function () {
53792
54125
  ]
53793
54126
  )
53794
54127
  }
53795
- var mainvue_type_template_id_84cce570_staticRenderFns = []
53796
- mainvue_type_template_id_84cce570_render._withStripped = true
54128
+ var mainvue_type_template_id_6349e24c_staticRenderFns = []
54129
+ mainvue_type_template_id_6349e24c_render._withStripped = true
53797
54130
 
53798
54131
 
53799
- // CONCATENATED MODULE: ./packages/nav/src/main.vue?vue&type=template&id=84cce570&
54132
+ // CONCATENATED MODULE: ./packages/nav/src/main.vue?vue&type=template&id=6349e24c&
53800
54133
 
53801
54134
  // CONCATENATED MODULE: ./node_modules/babel-loader/lib!./node_modules/vue-loader/lib??vue-loader-options!./packages/nav/src/main.vue?vue&type=script&lang=js&
53802
54135
  //
@@ -53861,6 +54194,7 @@ mainvue_type_template_id_84cce570_render._withStripped = true
53861
54194
  name: 'EsNav',
53862
54195
  inheritAttrs: false,
53863
54196
  props: {
54197
+ isTop: Boolean,
53864
54198
  data: {
53865
54199
  type: Array,
53866
54200
  default: []
@@ -53897,11 +54231,13 @@ mainvue_type_template_id_84cce570_render._withStripped = true
53897
54231
  return true;
53898
54232
  },
53899
54233
  subActive: function subActive() {
53900
- return this.biserial && this.defaultActive && this.defaultActive[0] ? this.defaultActive[0] : '';
54234
+ var active = this.biserial && Array.isArray(this.defaultActive) && this.defaultActive.length ? this.defaultActive[0] : undefined;
54235
+ console.log(active, 555);
54236
+ return active;
53901
54237
  },
53902
54238
  menuActive: function menuActive() {
53903
- var active = '';
53904
- active = typeof this.defaultActive === 'string' ? this.defaultActive : this.defaultActive && this.defaultActive[this.defaultActive.length - 1];
54239
+ var active = this.defaultActive === 'string' ? this.defaultActive : this.defaultActive.length ? this.defaultActive[this.defaultActive.length - 1] : undefined;
54240
+ console.log(active, 444);
53905
54241
  return active;
53906
54242
  },
53907
54243
  boxWidth: function boxWidth() {
@@ -53926,6 +54262,11 @@ mainvue_type_template_id_84cce570_render._withStripped = true
53926
54262
  }
53927
54263
  },
53928
54264
 
54265
+ biserial: {
54266
+ handler: function handler(val) {
54267
+ this.isShow = !val;
54268
+ }
54269
+ },
53929
54270
  defaultActive: {
53930
54271
  immediate: true,
53931
54272
  deep: true,
@@ -54057,8 +54398,8 @@ mainvue_type_template_id_84cce570_render._withStripped = true
54057
54398
 
54058
54399
  var nav_src_main_component = normalizeComponent(
54059
54400
  packages_nav_src_mainvue_type_script_lang_js_,
54060
- mainvue_type_template_id_84cce570_render,
54061
- mainvue_type_template_id_84cce570_staticRenderFns,
54401
+ mainvue_type_template_id_6349e24c_render,
54402
+ mainvue_type_template_id_6349e24c_staticRenderFns,
54062
54403
  false,
54063
54404
  null,
54064
54405
  null,
@@ -54299,7 +54640,7 @@ var notify_src_mainvue_type_script_lang_js_extends = Object.assign || function (
54299
54640
  text: '重发',
54300
54641
  format: false,
54301
54642
  method: 'post',
54302
- action: api["hb" /* sendBatch */]
54643
+ action: api["jb" /* sendBatch */]
54303
54644
  }]
54304
54645
  }];
54305
54646
  }
@@ -54486,13 +54827,13 @@ var notify_src_mainvue_type_script_lang_js_extends = Object.assign || function (
54486
54827
  },
54487
54828
  data: function data() {
54488
54829
  return {
54489
- sendList: api["jb" /* sendList */],
54490
- sendBatch: api["hb" /* sendBatch */],
54830
+ sendList: api["lb" /* sendList */],
54831
+ sendBatch: api["jb" /* sendBatch */],
54491
54832
  tableCount: 0,
54492
54833
  selectData: [],
54493
54834
  formTitle: '',
54494
54835
  showForm: false,
54495
- formData: api["ib" /* sendInfo */],
54836
+ formData: api["kb" /* sendInfo */],
54496
54837
  params: {},
54497
54838
  sendTypeDict: [],
54498
54839
  statusDict: []
@@ -54511,7 +54852,7 @@ var notify_src_mainvue_type_script_lang_js_extends = Object.assign || function (
54511
54852
  type: 'primary',
54512
54853
  checkbox: true,
54513
54854
  format: false,
54514
- action: api["hb" /* sendBatch */]
54855
+ action: api["jb" /* sendBatch */]
54515
54856
  }]
54516
54857
  }, {
54517
54858
  type: 'search',
@@ -55996,7 +56337,7 @@ var radio_group_src_mainvue_type_script_lang_js_typeof = typeof Symbol === "func
55996
56337
  if (options) {
55997
56338
  this.options = JSON.parse(JSON.stringify(options));
55998
56339
  } else {
55999
- this.getData(api["s" /* findSysCode */], val);
56340
+ this.getData(api["t" /* findSysCode */], val);
56000
56341
  }
56001
56342
  }
56002
56343
  }
@@ -56384,7 +56725,7 @@ var select_src_mainvue_type_script_lang_js_typeof = typeof Symbol === "function"
56384
56725
  }
56385
56726
  this.loading = true;
56386
56727
  utils_util["a" /* default */].ajax({
56387
- url: sysCode ? api["s" /* findSysCode */] : this.url,
56728
+ url: sysCode ? api["t" /* findSysCode */] : this.url,
56388
56729
  method: this.method,
56389
56730
  params: params,
56390
56731
  data: params
@@ -58053,7 +58394,7 @@ var clickoutside_default = /*#__PURE__*/__webpack_require__.n(clickoutside_);
58053
58394
  value: [Array, Object],
58054
58395
  action: {
58055
58396
  type: String,
58056
- default: api["K" /* getSelectorOrgDetail */]
58397
+ default: api["L" /* getSelectorOrgDetail */]
58057
58398
  },
58058
58399
  host: {
58059
58400
  type: String,
@@ -59478,7 +59819,7 @@ var selector_panel_src_mainvue_type_script_lang_js_typeof = typeof Symbol === "f
59478
59819
  },
59479
59820
  selection: {
59480
59821
  type: [String, Array],
59481
- default: api["K" /* getSelectorOrgDetail */]
59822
+ default: api["L" /* getSelectorOrgDetail */]
59482
59823
  },
59483
59824
  param: {
59484
59825
  type: Object,
@@ -59555,7 +59896,7 @@ var selector_panel_src_mainvue_type_script_lang_js_typeof = typeof Symbol === "f
59555
59896
  enterprise: {
59556
59897
  label: '选择单位',
59557
59898
  name: 'enterprise',
59558
- url: api["L" /* getSelectorOrgTree */],
59899
+ url: api["M" /* getSelectorOrgTree */],
59559
59900
  data: [],
59560
59901
  nodeData: '',
59561
59902
  selection: [],
@@ -59569,7 +59910,7 @@ var selector_panel_src_mainvue_type_script_lang_js_typeof = typeof Symbol === "f
59569
59910
  department: {
59570
59911
  label: '选择部门',
59571
59912
  name: 'department',
59572
- url: api["L" /* getSelectorOrgTree */],
59913
+ url: api["M" /* getSelectorOrgTree */],
59573
59914
  data: [],
59574
59915
  nodeData: '',
59575
59916
  selection: [],
@@ -59583,7 +59924,7 @@ var selector_panel_src_mainvue_type_script_lang_js_typeof = typeof Symbol === "f
59583
59924
  employee: {
59584
59925
  label: '选择用户',
59585
59926
  name: 'employee',
59586
- url: api["L" /* getSelectorOrgTree */],
59927
+ url: api["M" /* getSelectorOrgTree */],
59587
59928
  data: [],
59588
59929
  nodeData: '',
59589
59930
  selection: [],
@@ -59597,7 +59938,7 @@ var selector_panel_src_mainvue_type_script_lang_js_typeof = typeof Symbol === "f
59597
59938
  myemployee: {
59598
59939
  label: '本单位用户',
59599
59940
  name: 'myemployee',
59600
- url: api["L" /* getSelectorOrgTree */],
59941
+ url: api["M" /* getSelectorOrgTree */],
59601
59942
  data: [],
59602
59943
  nodeData: '',
59603
59944
  selection: [],
@@ -59611,7 +59952,7 @@ var selector_panel_src_mainvue_type_script_lang_js_typeof = typeof Symbol === "f
59611
59952
  otheremployee: {
59612
59953
  label: '外单位用户',
59613
59954
  name: 'otheremployee',
59614
- url: api["L" /* getSelectorOrgTree */],
59955
+ url: api["M" /* getSelectorOrgTree */],
59615
59956
  data: [],
59616
59957
  nodeData: '',
59617
59958
  selection: [],
@@ -59625,7 +59966,7 @@ var selector_panel_src_mainvue_type_script_lang_js_typeof = typeof Symbol === "f
59625
59966
  person: {
59626
59967
  label: '选择人员',
59627
59968
  name: 'person',
59628
- url: api["L" /* getSelectorOrgTree */],
59969
+ url: api["M" /* getSelectorOrgTree */],
59629
59970
  data: [],
59630
59971
  nodeData: '',
59631
59972
  selection: [],
@@ -59639,7 +59980,7 @@ var selector_panel_src_mainvue_type_script_lang_js_typeof = typeof Symbol === "f
59639
59980
  otherperson: {
59640
59981
  label: '外单位人员',
59641
59982
  name: 'otherperson',
59642
- url: api["L" /* getSelectorOrgTree */],
59983
+ url: api["M" /* getSelectorOrgTree */],
59643
59984
  data: [],
59644
59985
  nodeData: '',
59645
59986
  selection: [],
@@ -59653,7 +59994,7 @@ var selector_panel_src_mainvue_type_script_lang_js_typeof = typeof Symbol === "f
59653
59994
  persongroup: {
59654
59995
  label: '员工群组成员',
59655
59996
  name: 'persongroup',
59656
- url: api["L" /* getSelectorOrgTree */],
59997
+ url: api["M" /* getSelectorOrgTree */],
59657
59998
  data: [],
59658
59999
  nodeData: '',
59659
60000
  selection: [],
@@ -59671,7 +60012,7 @@ var selector_panel_src_mainvue_type_script_lang_js_typeof = typeof Symbol === "f
59671
60012
  selection: [],
59672
60013
  value: [],
59673
60014
  name: 'filgroup',
59674
- url: api["L" /* getSelectorOrgTree */],
60015
+ url: api["M" /* getSelectorOrgTree */],
59675
60016
  param: {
59676
60017
  showarea: 3,
59677
60018
  id: 0,
@@ -59681,7 +60022,7 @@ var selector_panel_src_mainvue_type_script_lang_js_typeof = typeof Symbol === "f
59681
60022
  depgroup: {
59682
60023
  label: '部门群组成员',
59683
60024
  name: 'depgroup',
59684
- url: api["L" /* getSelectorOrgTree */],
60025
+ url: api["M" /* getSelectorOrgTree */],
59685
60026
  data: [],
59686
60027
  nodeData: '',
59687
60028
  selection: [],
@@ -59695,7 +60036,7 @@ var selector_panel_src_mainvue_type_script_lang_js_typeof = typeof Symbol === "f
59695
60036
  persongroupobj: {
59696
60037
  label: '人员群组',
59697
60038
  name: 'persongroupobj',
59698
- url: api["L" /* getSelectorOrgTree */],
60039
+ url: api["M" /* getSelectorOrgTree */],
59699
60040
  data: [],
59700
60041
  nodeData: '',
59701
60042
  selection: [],
@@ -59709,7 +60050,7 @@ var selector_panel_src_mainvue_type_script_lang_js_typeof = typeof Symbol === "f
59709
60050
  filgroupobj: {
59710
60051
  label: '单位群组',
59711
60052
  name: 'filgroupobj',
59712
- url: api["L" /* getSelectorOrgTree */],
60053
+ url: api["M" /* getSelectorOrgTree */],
59713
60054
  data: [],
59714
60055
  nodeData: '',
59715
60056
  selection: [],
@@ -59723,7 +60064,7 @@ var selector_panel_src_mainvue_type_script_lang_js_typeof = typeof Symbol === "f
59723
60064
  depgroupobj: {
59724
60065
  label: '部门群组',
59725
60066
  name: 'depgroupobj',
59726
- url: api["L" /* getSelectorOrgTree */],
60067
+ url: api["M" /* getSelectorOrgTree */],
59727
60068
  data: [],
59728
60069
  nodeData: '',
59729
60070
  selection: [],
@@ -59737,7 +60078,7 @@ var selector_panel_src_mainvue_type_script_lang_js_typeof = typeof Symbol === "f
59737
60078
  role: {
59738
60079
  label: '选择角色',
59739
60080
  name: 'role',
59740
- url: api["L" /* getSelectorOrgTree */],
60081
+ url: api["M" /* getSelectorOrgTree */],
59741
60082
  data: [],
59742
60083
  nodeData: '',
59743
60084
  selection: [],
@@ -59751,7 +60092,7 @@ var selector_panel_src_mainvue_type_script_lang_js_typeof = typeof Symbol === "f
59751
60092
  post: {
59752
60093
  label: '选择岗位',
59753
60094
  name: 'post',
59754
- url: api["L" /* getSelectorOrgTree */],
60095
+ url: api["M" /* getSelectorOrgTree */],
59755
60096
  data: [],
59756
60097
  nodeData: '',
59757
60098
  selection: [],
@@ -59765,7 +60106,7 @@ var selector_panel_src_mainvue_type_script_lang_js_typeof = typeof Symbol === "f
59765
60106
  codetable: {
59766
60107
  label: '代码表',
59767
60108
  name: 'codetable',
59768
- url: api["L" /* getSelectorOrgTree */],
60109
+ url: api["M" /* getSelectorOrgTree */],
59769
60110
  data: [],
59770
60111
  nodeData: '',
59771
60112
  selection: [],
@@ -59779,7 +60120,7 @@ var selector_panel_src_mainvue_type_script_lang_js_typeof = typeof Symbol === "f
59779
60120
  topcontacts: {
59780
60121
  label: '常用联系人',
59781
60122
  name: 'topcontacts',
59782
- url: api["L" /* getSelectorOrgTree */],
60123
+ url: api["M" /* getSelectorOrgTree */],
59783
60124
  data: [],
59784
60125
  nodeData: '',
59785
60126
  selection: [],
@@ -60431,11 +60772,11 @@ function sizer_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return fun
60431
60772
  },
60432
60773
  url: {
60433
60774
  type: String,
60434
- default: api["F" /* getOrgMainTree */]
60775
+ default: api["G" /* getOrgMainTree */]
60435
60776
  },
60436
60777
  orgUrl: {
60437
60778
  type: String,
60438
- default: api["J" /* getSelectOrgsubids */]
60779
+ default: api["K" /* getSelectOrgsubids */]
60439
60780
  },
60440
60781
  selectField: {
60441
60782
  type: String,
@@ -63653,7 +63994,7 @@ mainvue_type_template_id_f9dec32c_render._withStripped = true
63653
63994
  },
63654
63995
  url: {
63655
63996
  type: String,
63656
- default: api["M" /* gethelpdoc */]
63997
+ default: api["O" /* gethelpdoc */]
63657
63998
  },
63658
63999
  param: {
63659
64000
  type: Object,
@@ -64135,7 +64476,7 @@ mainvue_type_template_id_bb0b8d78_render._withStripped = true
64135
64476
  // 选择项远程地址
64136
64477
  url: {
64137
64478
  type: String,
64138
- default: api["F" /* getOrgMainTree */]
64479
+ default: api["G" /* getOrgMainTree */]
64139
64480
  },
64140
64481
  currentFirstNode: {
64141
64482
  type: Boolean,
@@ -70312,7 +70653,7 @@ var mainvue_type_script_lang_js_props;
70312
70653
  }, mainvue_type_script_lang_js_props.properties = {
70313
70654
  type: String,
70314
70655
  default: function _default() {
70315
- return api["x" /* getAdjunctProperties */];
70656
+ return api["y" /* getAdjunctProperties */];
70316
70657
  }
70317
70658
  }, mainvue_type_script_lang_js_props.icons = {
70318
70659
  type: Object,
@@ -70342,7 +70683,7 @@ var mainvue_type_script_lang_js_props;
70342
70683
  videoChange: false,
70343
70684
  source: '',
70344
70685
  excludeNames: '',
70345
- previewAdjunct: api["bb" /* previewAdjunct */],
70686
+ previewAdjunct: api["db" /* previewAdjunct */],
70346
70687
  boxHeight: this.listHeight
70347
70688
  };
70348
70689
  },
@@ -70380,7 +70721,7 @@ var mainvue_type_script_lang_js_props;
70380
70721
  return this.showFileList;
70381
70722
  },
70382
70723
  url: function url() {
70383
- var url = this.action ? this.action : this.portrait || !this.multiple ? api["Qb" /* uploadOnlyOne */] : api["Sb" /* uploads */];
70724
+ var url = this.action ? this.action : this.portrait || !this.multiple ? api["Sb" /* uploadOnlyOne */] : api["Ub" /* uploads */];
70384
70725
  return url.indexOf(this.host) > -1 ? url : this.host + url;
70385
70726
  },
70386
70727
  excludes: function excludes() {
@@ -70396,7 +70737,7 @@ var mainvue_type_script_lang_js_props;
70396
70737
  return this.totalSize ? this.totalSize : this.fileTotalSize ? this.fileTotalSize : 0;
70397
70738
  },
70398
70739
  getAdjunctFileInfos: function getAdjunctFileInfos() {
70399
- return typeof this.fileList === 'string' ? this.fileList : api["w" /* getAdjunctFileInfos */];
70740
+ return typeof this.fileList === 'string' ? this.fileList : api["x" /* getAdjunctFileInfos */];
70400
70741
  },
70401
70742
  showList: function showList() {
70402
70743
  return this.portrait ? false : this.showFileList;
@@ -70650,9 +70991,9 @@ var mainvue_type_script_lang_js_props;
70650
70991
  var suffix = file.suffix;
70651
70992
  suffix = suffix.toLowerCase();
70652
70993
  if (suffix.includes('doc') || suffix.includes('docx') || suffix.includes('xls') || suffix.includes('xlsx') || suffix.includes('ppt')) {
70653
- utils_util["a" /* default */].win.open(this.host + (url ? url : api["db" /* previewAdjunctOffice */]) + '?cmd=view&bucketName=' + file.absolutePath + '&fileId=' + file.adjunctId + '&fileName=' + file.newName);
70994
+ utils_util["a" /* default */].win.open(this.host + (url ? url : api["fb" /* previewAdjunctOffice */]) + '?cmd=view&bucketName=' + file.absolutePath + '&fileId=' + file.adjunctId + '&fileName=' + file.newName);
70654
70995
  } else if (suffix.includes('pdf')) {
70655
- utils_util["a" /* default */].win.open(this.host + (url ? url : api["cb" /* previewAdjunct2 */]) + '/' + file.originalName + '?adjunctId=' + file.adjunctId);
70996
+ utils_util["a" /* default */].win.open(this.host + (url ? url : api["eb" /* previewAdjunct2 */]) + '/' + file.originalName + '?adjunctId=' + file.adjunctId);
70656
70997
  } else if (suffix.includes('jpge') || suffix.includes('jpg') || suffix.includes('gif') || suffix.includes('png')) {
70657
70998
  this.imgUrl = this.host + (url ? url : this.previewAdjunct) + '?adjunctId=' + file.adjunctId;
70658
70999
  this.title = file.originalName;
@@ -70806,12 +71147,12 @@ var mainvue_type_script_lang_js_props;
70806
71147
  }
70807
71148
  },
70808
71149
  handleDownloads: function handleDownloads() {
70809
- var url = typeof this.downloads === 'string' ? this.downloads : api["Pb" /* uploadDownloads */];
71150
+ var url = typeof this.downloads === 'string' ? this.downloads : api["Rb" /* uploadDownloads */];
70810
71151
  utils_util["a" /* default */].win.open(this.host + url + '?ownId=' + this.ownId + '&code=' + this.code + (this.extendCode ? '&extendCode=' + this.extendCode : ''));
70811
71152
  },
70812
71153
  handleDownload: function handleDownload(file) {
70813
71154
  if (file.status === 'success') {
70814
- var url = typeof this.download === 'string' ? this.download : api["o" /* downloadByAdjunctId */];
71155
+ var url = typeof this.download === 'string' ? this.download : api["p" /* downloadByAdjunctId */];
70815
71156
  utils_util["a" /* default */].win.open(this.host + url + '?adjunctId=' + (file.adjunctId || file.response.adjunctId));
70816
71157
  } else {
70817
71158
  this.aLinkDownload(file);
@@ -70846,7 +71187,7 @@ var mainvue_type_script_lang_js_props;
70846
71187
  ids = ids.join(',');
70847
71188
  utils_util["a" /* default */].ajax({
70848
71189
  method: this.method,
70849
- url: api["Rb" /* uploadSort */],
71190
+ url: api["Tb" /* uploadSort */],
70850
71191
  data: {
70851
71192
  ids: ids
70852
71193
  },
@@ -71425,7 +71766,7 @@ if (typeof window !== 'undefined' && window.Vue) {
71425
71766
  }
71426
71767
 
71427
71768
  /* harmony default export */ var src_0 = __webpack_exports__["default"] = ({
71428
- version: '0.4.51',
71769
+ version: '0.4.53',
71429
71770
  install: install,
71430
71771
  Button: packages_button,
71431
71772
  ButtonGroup: button_group,