eoss-ui 0.4.28 → 0.4.30

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 (64) hide show
  1. package/lib/button-group.js +85 -80
  2. package/lib/button.js +113 -99
  3. package/lib/checkbox-group.js +80 -77
  4. package/lib/config/api.js +2 -0
  5. package/lib/data-table-form.js +80 -77
  6. package/lib/data-table.js +95 -95
  7. package/lib/date-picker.js +80 -77
  8. package/lib/dialog.js +80 -77
  9. package/lib/eoss-ui.common.js +401 -376
  10. package/lib/flow-group.js +85 -79
  11. package/lib/flow-list.js +83 -80
  12. package/lib/flow.js +173 -162
  13. package/lib/form.js +107 -104
  14. package/lib/handle-user.js +81 -78
  15. package/lib/handler.js +81 -78
  16. package/lib/{icon.js → icons.js} +10 -9
  17. package/lib/index.js +1 -1
  18. package/lib/input-number.js +80 -77
  19. package/lib/input.js +80 -77
  20. package/lib/login.js +84 -81
  21. package/lib/main.js +95 -92
  22. package/lib/mainComp.js +95 -92
  23. package/lib/nav.js +80 -77
  24. package/lib/notify.js +85 -82
  25. package/lib/page.js +80 -77
  26. package/lib/player.js +80 -77
  27. package/lib/qr-code.js +80 -77
  28. package/lib/radio-group.js +80 -77
  29. package/lib/select-ganged.js +80 -77
  30. package/lib/select.js +80 -77
  31. package/lib/selector-panel.js +98 -95
  32. package/lib/selector.js +81 -78
  33. package/lib/sizer.js +82 -79
  34. package/lib/steps.js +80 -77
  35. package/lib/switch.js +80 -77
  36. package/lib/table-form.js +91 -88
  37. package/lib/tabs.js +80 -77
  38. package/lib/theme-chalk/index.css +1 -1
  39. package/lib/tips.js +81 -78
  40. package/lib/tree-group.js +80 -77
  41. package/lib/tree.js +81 -78
  42. package/lib/upload.js +96 -93
  43. package/lib/wujie.js +80 -77
  44. package/lib/wxlogin.js +80 -77
  45. package/package.json +1 -1
  46. package/packages/button/src/main.vue +43 -32
  47. package/packages/button-group/src/main.vue +3 -1
  48. package/packages/data-table/src/column.vue +47 -46
  49. package/packages/data-table/src/main.vue +1 -6
  50. package/packages/flow/src/component/CommonOpinions.vue +19 -12
  51. package/packages/flow/src/main.vue +1 -1
  52. package/packages/flow-group/src/main.vue +3 -0
  53. package/packages/form/src/main.vue +24 -24
  54. package/packages/form/src/table.vue +6 -6
  55. package/packages/icons/index.js +5 -0
  56. package/packages/{icon → icons}/src/main.vue +2 -1
  57. package/packages/theme-chalk/lib/index.css +1 -1
  58. package/packages/theme-chalk/src/index.scss +1 -0
  59. package/src/config/api.js +12 -5
  60. package/src/index.js +4 -4
  61. package/CHANGELOG.md +0 -929
  62. package/packages/data-table/src/main copy.vue +0 -1383
  63. package/packages/icon/index.js +0 -5
  64. /package/packages/{icon → icons}/src/icon.json +0 -0
package/lib/mainComp.js CHANGED
@@ -2243,117 +2243,118 @@ var watermark = function watermark(option) {
2243
2243
  /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "j", function() { return doCaLogin; });
2244
2244
  /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "m", function() { return doUserLogin; });
2245
2245
  /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "l", function() { return doQrLogin; });
2246
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "U", function() { return logout; });
2247
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "P", function() { return initLogin; });
2248
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "kb", function() { return switchUserTo; });
2246
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "V", function() { return logout; });
2247
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Q", function() { return initLogin; });
2248
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "lb", function() { return switchUserTo; });
2249
2249
  /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "c", function() { return changeImg; });
2250
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "A", function() { return getLoginCode; });
2250
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "B", function() { return getLoginCode; });
2251
2251
  /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "k", function() { return doCodeLogin; });
2252
2252
  /* unused harmony export updateCode */
2253
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "B", function() { return getModifyPassCode; });
2253
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "C", function() { return getModifyPassCode; });
2254
2254
  /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "d", function() { return codeModifyPass; });
2255
2255
  /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "b", function() { return authCenter; });
2256
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Q", function() { return initModifyPassword; });
2256
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "R", function() { return initModifyPassword; });
2257
2257
  /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "n", function() { return doWechatQrLogin; });
2258
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "V", function() { return mainConfig; });
2259
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "R", function() { return initUserSet; });
2260
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Nb", function() { return updateUserInfo; });
2258
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "W", function() { return mainConfig; });
2259
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "S", function() { return initUserSet; });
2260
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Ob", function() { return updateUserInfo; });
2261
2261
  /* unused harmony export getUserImgUrl */
2262
2262
  /* unused harmony export getDoorIndex */
2263
2263
  /* unused harmony export refreshOnlineUsers */
2264
2264
  /* unused harmony export getQuickMenuIds */
2265
2265
  /* unused harmony export getApplicationIdArray */
2266
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "x", function() { return getComplexApplications; });
2267
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "y", function() { return getComplexApplicationsNew; });
2266
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "y", function() { return getComplexApplications; });
2267
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "z", function() { return getComplexApplicationsNew; });
2268
2268
  /* unused harmony export getUserCustomInfo */
2269
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Mb", function() { return updateUserCustomInfo; });
2270
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "lb", function() { return sysMsgPage; });
2271
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "O", function() { return ignoreSysMsg; });
2272
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "N", function() { return ignoreAllSysMsg; });
2273
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "w", function() { return getAdjunctProperties; });
2274
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Rb", function() { return uploads; });
2275
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Pb", function() { return uploadOnlyOne; });
2276
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "v", function() { return getAdjunctFileInfos; });
2277
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Qb", function() { return uploadSort; });
2269
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Nb", function() { return updateUserCustomInfo; });
2270
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "mb", function() { return sysMsgPage; });
2271
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "P", function() { return ignoreSysMsg; });
2272
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "O", function() { return ignoreAllSysMsg; });
2273
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "x", function() { return getAdjunctProperties; });
2274
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Sb", function() { return uploads; });
2275
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Qb", function() { return uploadOnlyOne; });
2276
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "w", function() { return getAdjunctFileInfos; });
2277
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Rb", function() { return uploadSort; });
2278
2278
  /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "o", function() { return downloadByAdjunctId; });
2279
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Ob", function() { return uploadDownloads; });
2280
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "ab", function() { return previewAdjunct; });
2281
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "bb", function() { return previewAdjunct2; });
2282
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "cb", function() { return previewAdjunctOffice; });
2279
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Pb", function() { return uploadDownloads; });
2280
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "bb", function() { return previewAdjunct; });
2281
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "cb", function() { return previewAdjunct2; });
2282
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "db", function() { return previewAdjunctOffice; });
2283
2283
  /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "f", function() { return delAdjunct; });
2284
2284
  /* unused harmony export upload_updateClassify */
2285
2285
  /* unused harmony export getDeleteAdjunctFileInfos */
2286
2286
  /* unused harmony export getPictureBase64 */
2287
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "K", function() { return getSelectorOrgTree; });
2288
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "J", function() { return getSelectorOrgDetail; });
2289
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "E", function() { return getOrgMainTree; });
2290
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "I", function() { return getSelectOrgsubids; });
2287
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "L", function() { return getSelectorOrgTree; });
2288
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "K", function() { return getSelectorOrgDetail; });
2289
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "F", function() { return getOrgMainTree; });
2290
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "J", function() { return getSelectOrgsubids; });
2291
2291
  /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "s", function() { return findSysCode; });
2292
2292
  /* unused harmony export findUserBaseInfo */
2293
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "L", function() { return gethelpdoc; });
2293
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "M", function() { return gethelpdoc; });
2294
2294
  /* unused harmony export getCurrentuser */
2295
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "W", function() { return mainDetail; });
2296
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "yb", function() { return toStartFlow; });
2297
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "vb", function() { return tempSave; });
2295
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "X", function() { return mainDetail; });
2296
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "zb", function() { return toStartFlow; });
2297
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "wb", function() { return tempSave; });
2298
2298
  /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "e", function() { return commonOpion; });
2299
2299
  /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "a", function() { return addCommonOpion; });
2300
2300
  /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "p", function() { return editCommonOpion; });
2301
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "fb", function() { return saveCommonOpinion; });
2302
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Lb", function() { return updateCommonOpinion; });
2301
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "gb", function() { return saveCommonOpinion; });
2302
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Mb", function() { return updateCommonOpinion; });
2303
2303
  /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "g", function() { return deleteCommonOpion; });
2304
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "H", function() { return getProcessDefList; });
2305
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "C", function() { return getNodeInfo; });
2304
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "I", function() { return getProcessDefList; });
2305
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "D", function() { return getNodeInfo; });
2306
2306
  /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "r", function() { return findCodeValues; });
2307
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "u", function() { return findSysParam; });
2307
2308
  /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "t", function() { return findSysCodes; });
2308
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "D", function() { return getNotificationMsg; });
2309
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "z", function() { return getHandleInfoHtml; });
2310
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "mb", function() { return taskHandleHtml; });
2309
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "E", function() { return getNotificationMsg; });
2310
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "A", function() { return getHandleInfoHtml; });
2311
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "nb", function() { return taskHandleHtml; });
2311
2312
  /* unused harmony export getView */
2312
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "db", function() { return register; });
2313
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "X", function() { return pendedhistoryList; });
2314
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Bb", function() { return toTaskRejectHtml; });
2315
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "ob", function() { return taskRejectHtml; });
2316
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "zb", function() { return toStartTaskRead; });
2317
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Ab", function() { return toStartTaskReadIndex; });
2318
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "nb", function() { return taskReadHtml; });
2319
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "eb", function() { return rejectAndEnd; });
2320
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "xb", function() { return toSendMsg; });
2321
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "jb", function() { return sendMsg; });
2313
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "eb", function() { return register; });
2314
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Y", function() { return pendedhistoryList; });
2315
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Cb", function() { return toTaskRejectHtml; });
2316
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "pb", function() { return taskRejectHtml; });
2317
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Ab", function() { return toStartTaskRead; });
2318
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Bb", function() { return toStartTaskReadIndex; });
2319
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "ob", function() { return taskReadHtml; });
2320
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "fb", function() { return rejectAndEnd; });
2321
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "yb", function() { return toSendMsg; });
2322
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "kb", function() { return sendMsg; });
2322
2323
  /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "q", function() { return endFlowHtml; });
2323
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "M", function() { return handleInfo; });
2324
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "T", function() { return loginUserInfo; });
2325
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Sb", function() { return wss; });
2326
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Jb", function() { return topic; });
2327
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "F", function() { return getPresetCustomInfo; });
2328
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "G", function() { return getPresetNodeInfo; });
2329
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Fb", function() { return toTaskTransferIndex; });
2330
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "sb", function() { return taskTransfer; });
2331
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "wb", function() { return toPresetInfoListIndex; });
2324
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "N", function() { return handleInfo; });
2325
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "U", function() { return loginUserInfo; });
2326
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Tb", function() { return wss; });
2327
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Kb", function() { return topic; });
2328
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "G", function() { return getPresetCustomInfo; });
2329
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "H", function() { return getPresetNodeInfo; });
2330
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Gb", function() { return toTaskTransferIndex; });
2331
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "tb", function() { return taskTransfer; });
2332
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "xb", function() { return toPresetInfoListIndex; });
2332
2333
  /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "i", function() { return deletePresetInfo; });
2333
2334
  /* unused harmony export historyListJson */
2334
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Y", function() { return pendedhistoryListJson; });
2335
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Z", function() { return pressListJson; });
2335
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Z", function() { return pendedhistoryListJson; });
2336
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "ab", function() { return pressListJson; });
2336
2337
  /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "h", function() { return deleteFlow; });
2337
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "S", function() { return isCanStartSubFlow; });
2338
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Gb", function() { return toTaskUnionExamine; });
2339
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "tb", function() { return taskUnionExamine; });
2340
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Eb", function() { return toTaskTakeAdvice; });
2341
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "rb", function() { return taskTakeAdvice; });
2342
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Db", function() { return toTaskStartDraft; });
2343
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "qb", function() { return taskStartDraft; });
2344
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Cb", function() { return toTaskReview; });
2345
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "pb", function() { return taskReview; });
2346
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Hb", function() { return toTaskUnionSeal; });
2347
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "ub", function() { return taskUnionSeal; });
2348
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Ib", function() { return toTwoOfficesDispatch; });
2349
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Kb", function() { return twoOfficesDispatch; });
2350
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "ib", function() { return sendList; });
2351
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "hb", function() { return sendInfo; });
2338
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "T", function() { return isCanStartSubFlow; });
2339
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Hb", function() { return toTaskUnionExamine; });
2340
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "ub", function() { return taskUnionExamine; });
2341
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Fb", function() { return toTaskTakeAdvice; });
2342
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "sb", function() { return taskTakeAdvice; });
2343
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Eb", function() { return toTaskStartDraft; });
2344
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "rb", function() { return taskStartDraft; });
2345
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Db", function() { return toTaskReview; });
2346
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "qb", function() { return taskReview; });
2347
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Ib", function() { return toTaskUnionSeal; });
2348
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "vb", function() { return taskUnionSeal; });
2349
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Jb", function() { return toTwoOfficesDispatch; });
2350
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Lb", function() { return twoOfficesDispatch; });
2351
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "jb", function() { return sendList; });
2352
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "ib", function() { return sendInfo; });
2352
2353
  /* unused harmony export sendSave */
2353
2354
  /* unused harmony export sendUpdate */
2354
2355
  /* unused harmony export sendDelete */
2355
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "gb", function() { return sendBatch; });
2356
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "u", function() { return formContents; });
2356
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "hb", function() { return sendBatch; });
2357
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "v", function() { return formContents; });
2357
2358
  // 登录
2358
2359
  var doCaLogin = '/sso2/signIn/auth/doCaLogin'; // ca登录认证
2359
2360
  var doUserLogin = '/sso2/signIn/auth/doUserLogin'; // 一般的账号密码认证含验证码验证
@@ -2449,7 +2450,9 @@ var getNodeInfo = '/oa/task/taskHandle/getNodeInfo.dhtml';
2449
2450
  // 系统消息
2450
2451
  // 通知方式
2451
2452
  var findCodeValues = '/bpm/bpmCommon/findCodeValues';
2453
+ var findSysParam = '/bpm/bpmCommon/findSysParam';
2452
2454
  var findSysCodes = '/oa/task/taskHandle/getDefaultNotificationType.dhtml';
2455
+
2453
2456
  // 获取通知消息
2454
2457
  var getNotificationMsg = '/oa/task/taskHandle/getNotificationMsg.dhtml';
2455
2458
  // 获取审核页面数据
@@ -3429,7 +3432,7 @@ var util = __webpack_require__(0);
3429
3432
  var _this2 = this;
3430
3433
 
3431
3434
  util["a" /* default */].ajax({
3432
- url: api["R" /* initUserSet */]
3435
+ url: api["S" /* initUserSet */]
3433
3436
  }).then(function (res) {
3434
3437
  if (res.rCode === 0) {
3435
3438
  var results = JSON.parse(JSON.stringify(res.results));
@@ -3476,7 +3479,7 @@ var util = __webpack_require__(0);
3476
3479
 
3477
3480
  switch (type) {
3478
3481
  case 'job':
3479
- util["a" /* default */].ajax({ url: api["kb" /* switchUserTo */], params: { userId: value.value } }).then(function (res) {
3482
+ util["a" /* default */].ajax({ url: api["lb" /* switchUserTo */], params: { userId: value.value } }).then(function (res) {
3480
3483
  if (res.rCode == 0) {
3481
3484
  util["a" /* default */].setStorage({
3482
3485
  type: _this3.storage,
@@ -3514,7 +3517,7 @@ var util = __webpack_require__(0);
3514
3517
  var _this4 = this;
3515
3518
 
3516
3519
  util["a" /* default */].ajax({
3517
- url: api["Nb" /* updateUserInfo */],
3520
+ url: api["Ob" /* updateUserInfo */],
3518
3521
  params: {
3519
3522
  email: this.values.email,
3520
3523
  officeTel: this.values.officetel,
@@ -3552,7 +3555,7 @@ var util = __webpack_require__(0);
3552
3555
  var notify = _this4.values.notify.sort().join(',');
3553
3556
  if (notify != _this4.notify.split(',').sort().join(',')) {
3554
3557
  util["a" /* default */].ajax({
3555
- url: api["Mb" /* updateUserCustomInfo */],
3558
+ url: api["Nb" /* updateUserCustomInfo */],
3556
3559
  params: {
3557
3560
  notify: notify
3558
3561
  }
@@ -4107,7 +4110,7 @@ messagevue_type_template_id_3e4ac3c6_render._withStripped = true
4107
4110
  if (this.pageNum <= this.pageCount) {
4108
4111
  this.loading = true;
4109
4112
  util["a" /* default */].ajax({
4110
- url: api["lb" /* sysMsgPage */],
4113
+ url: api["mb" /* sysMsgPage */],
4111
4114
  params: {
4112
4115
  pageNum: reload ? 1 : this.pageNum,
4113
4116
  pageSize: this.pageSize
@@ -4140,7 +4143,7 @@ messagevue_type_template_id_3e4ac3c6_render._withStripped = true
4140
4143
  var _this2 = this;
4141
4144
 
4142
4145
  util["a" /* default */].ajax({
4143
- url: api["O" /* ignoreSysMsg */],
4146
+ url: api["P" /* ignoreSysMsg */],
4144
4147
  params: {
4145
4148
  id: res.id
4146
4149
  }
@@ -4160,7 +4163,7 @@ messagevue_type_template_id_3e4ac3c6_render._withStripped = true
4160
4163
  var _this3 = this;
4161
4164
 
4162
4165
  util["a" /* default */].ajax({
4163
- url: api["N" /* ignoreAllSysMsg */]
4166
+ url: api["O" /* ignoreAllSysMsg */]
4164
4167
  }).then(function (res) {
4165
4168
  _this3.count = 0;
4166
4169
  _this3.msgs = [];
@@ -4475,7 +4478,7 @@ noticevue_type_template_id_3741e357_render._withStripped = true
4475
4478
  var _this = this;
4476
4479
 
4477
4480
  util["a" /* default */].ajax({
4478
- url: api["N" /* ignoreAllSysMsg */]
4481
+ url: api["O" /* ignoreAllSysMsg */]
4479
4482
  }).then(function (res) {
4480
4483
  _this.count = 0;
4481
4484
  _this.msgs = [];
@@ -5063,7 +5066,7 @@ var isIE = navigator.userAgent.indexOf('MSIE') != -1;
5063
5066
  //获取用户信息的接口
5064
5067
  mainConfig: {
5065
5068
  type: String,
5066
- default: api["V" /* mainConfig */]
5069
+ default: api["W" /* mainConfig */]
5067
5070
  },
5068
5071
  iframeId: {
5069
5072
  type: String,
@@ -5125,9 +5128,9 @@ var isIE = navigator.userAgent.indexOf('MSIE') != -1;
5125
5128
  return this.menuUrl;
5126
5129
  }
5127
5130
  if (this.application) {
5128
- return api["y" /* getComplexApplicationsNew */];
5131
+ return api["z" /* getComplexApplicationsNew */];
5129
5132
  }
5130
- return api["x" /* getComplexApplications */];
5133
+ return api["y" /* getComplexApplications */];
5131
5134
  },
5132
5135
 
5133
5136
  //是否双列右侧菜单
@@ -5343,7 +5346,7 @@ var isIE = navigator.userAgent.indexOf('MSIE') != -1;
5343
5346
  var _this = this;
5344
5347
 
5345
5348
  var params = {
5346
- url: api["W" /* mainDetail */],
5349
+ url: api["X" /* mainDetail */],
5347
5350
  params: { id: id }
5348
5351
  };
5349
5352
  util["a" /* default */].ajax(params).then(function (res) {
@@ -5464,7 +5467,7 @@ var isIE = navigator.userAgent.indexOf('MSIE') != -1;
5464
5467
  return;
5465
5468
  }
5466
5469
  util["a" /* default */].ajax({
5467
- url: api["Mb" /* updateUserCustomInfo */],
5470
+ url: api["Nb" /* updateUserCustomInfo */],
5468
5471
  params: { color: escape(color.toLowerCase()) },
5469
5472
  data: { color: escape(color.toLowerCase()) }
5470
5473
  }).then(function (res) {
@@ -6448,7 +6451,7 @@ var isIE = navigator.userAgent.indexOf('MSIE') != -1;
6448
6451
  //初始化weosocket
6449
6452
  //初始化weosocket
6450
6453
  if (!this.websocket) {
6451
- var url = (util["a" /* default */].getStorage('wshost') || '') + api["Sb" /* wss */];
6454
+ var url = (util["a" /* default */].getStorage('wshost') || '') + api["Tb" /* wss */];
6452
6455
  this.websocket = new external_sockjs_client_default.a(url);
6453
6456
  }
6454
6457
 
@@ -6463,7 +6466,7 @@ var isIE = navigator.userAgent.indexOf('MSIE') != -1;
6463
6466
  client.connect({}, function () {
6464
6467
  //localStorage.setItem("socket",true);
6465
6468
  //订阅服务端的
6466
- client.subscribe(api["Jb" /* topic */], function (response) {
6469
+ client.subscribe(api["Kb" /* topic */], function (response) {
6467
6470
  var res = JSON.parse(response.body);
6468
6471
  var data = res.data;
6469
6472
  for (var i in data) {
package/lib/nav.js CHANGED
@@ -2245,117 +2245,118 @@ var watermark = function watermark(option) {
2245
2245
  /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "j", function() { return doCaLogin; });
2246
2246
  /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "m", function() { return doUserLogin; });
2247
2247
  /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "l", function() { return doQrLogin; });
2248
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "U", function() { return logout; });
2249
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "P", function() { return initLogin; });
2250
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "kb", function() { return switchUserTo; });
2248
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "V", function() { return logout; });
2249
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Q", function() { return initLogin; });
2250
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "lb", function() { return switchUserTo; });
2251
2251
  /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "c", function() { return changeImg; });
2252
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "A", function() { return getLoginCode; });
2252
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "B", function() { return getLoginCode; });
2253
2253
  /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "k", function() { return doCodeLogin; });
2254
2254
  /* unused harmony export updateCode */
2255
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "B", function() { return getModifyPassCode; });
2255
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "C", function() { return getModifyPassCode; });
2256
2256
  /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "d", function() { return codeModifyPass; });
2257
2257
  /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "b", function() { return authCenter; });
2258
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Q", function() { return initModifyPassword; });
2258
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "R", function() { return initModifyPassword; });
2259
2259
  /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "n", function() { return doWechatQrLogin; });
2260
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "V", function() { return mainConfig; });
2261
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "R", function() { return initUserSet; });
2262
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Nb", function() { return updateUserInfo; });
2260
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "W", function() { return mainConfig; });
2261
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "S", function() { return initUserSet; });
2262
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Ob", function() { return updateUserInfo; });
2263
2263
  /* unused harmony export getUserImgUrl */
2264
2264
  /* unused harmony export getDoorIndex */
2265
2265
  /* unused harmony export refreshOnlineUsers */
2266
2266
  /* unused harmony export getQuickMenuIds */
2267
2267
  /* unused harmony export getApplicationIdArray */
2268
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "x", function() { return getComplexApplications; });
2269
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "y", function() { return getComplexApplicationsNew; });
2268
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "y", function() { return getComplexApplications; });
2269
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "z", function() { return getComplexApplicationsNew; });
2270
2270
  /* unused harmony export getUserCustomInfo */
2271
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Mb", function() { return updateUserCustomInfo; });
2272
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "lb", function() { return sysMsgPage; });
2273
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "O", function() { return ignoreSysMsg; });
2274
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "N", function() { return ignoreAllSysMsg; });
2275
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "w", function() { return getAdjunctProperties; });
2276
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Rb", function() { return uploads; });
2277
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Pb", function() { return uploadOnlyOne; });
2278
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "v", function() { return getAdjunctFileInfos; });
2279
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Qb", function() { return uploadSort; });
2271
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Nb", function() { return updateUserCustomInfo; });
2272
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "mb", function() { return sysMsgPage; });
2273
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "P", function() { return ignoreSysMsg; });
2274
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "O", function() { return ignoreAllSysMsg; });
2275
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "x", function() { return getAdjunctProperties; });
2276
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Sb", function() { return uploads; });
2277
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Qb", function() { return uploadOnlyOne; });
2278
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "w", function() { return getAdjunctFileInfos; });
2279
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Rb", function() { return uploadSort; });
2280
2280
  /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "o", function() { return downloadByAdjunctId; });
2281
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Ob", function() { return uploadDownloads; });
2282
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "ab", function() { return previewAdjunct; });
2283
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "bb", function() { return previewAdjunct2; });
2284
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "cb", function() { return previewAdjunctOffice; });
2281
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Pb", function() { return uploadDownloads; });
2282
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "bb", function() { return previewAdjunct; });
2283
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "cb", function() { return previewAdjunct2; });
2284
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "db", function() { return previewAdjunctOffice; });
2285
2285
  /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "f", function() { return delAdjunct; });
2286
2286
  /* unused harmony export upload_updateClassify */
2287
2287
  /* unused harmony export getDeleteAdjunctFileInfos */
2288
2288
  /* unused harmony export getPictureBase64 */
2289
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "K", function() { return getSelectorOrgTree; });
2290
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "J", function() { return getSelectorOrgDetail; });
2291
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "E", function() { return getOrgMainTree; });
2292
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "I", function() { return getSelectOrgsubids; });
2289
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "L", function() { return getSelectorOrgTree; });
2290
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "K", function() { return getSelectorOrgDetail; });
2291
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "F", function() { return getOrgMainTree; });
2292
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "J", function() { return getSelectOrgsubids; });
2293
2293
  /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "s", function() { return findSysCode; });
2294
2294
  /* unused harmony export findUserBaseInfo */
2295
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "L", function() { return gethelpdoc; });
2295
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "M", function() { return gethelpdoc; });
2296
2296
  /* unused harmony export getCurrentuser */
2297
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "W", function() { return mainDetail; });
2298
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "yb", function() { return toStartFlow; });
2299
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "vb", function() { return tempSave; });
2297
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "X", function() { return mainDetail; });
2298
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "zb", function() { return toStartFlow; });
2299
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "wb", function() { return tempSave; });
2300
2300
  /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "e", function() { return commonOpion; });
2301
2301
  /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "a", function() { return addCommonOpion; });
2302
2302
  /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "p", function() { return editCommonOpion; });
2303
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "fb", function() { return saveCommonOpinion; });
2304
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Lb", function() { return updateCommonOpinion; });
2303
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "gb", function() { return saveCommonOpinion; });
2304
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Mb", function() { return updateCommonOpinion; });
2305
2305
  /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "g", function() { return deleteCommonOpion; });
2306
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "H", function() { return getProcessDefList; });
2307
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "C", function() { return getNodeInfo; });
2306
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "I", function() { return getProcessDefList; });
2307
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "D", function() { return getNodeInfo; });
2308
2308
  /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "r", function() { return findCodeValues; });
2309
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "u", function() { return findSysParam; });
2309
2310
  /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "t", function() { return findSysCodes; });
2310
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "D", function() { return getNotificationMsg; });
2311
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "z", function() { return getHandleInfoHtml; });
2312
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "mb", function() { return taskHandleHtml; });
2311
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "E", function() { return getNotificationMsg; });
2312
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "A", function() { return getHandleInfoHtml; });
2313
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "nb", function() { return taskHandleHtml; });
2313
2314
  /* unused harmony export getView */
2314
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "db", function() { return register; });
2315
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "X", function() { return pendedhistoryList; });
2316
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Bb", function() { return toTaskRejectHtml; });
2317
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "ob", function() { return taskRejectHtml; });
2318
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "zb", function() { return toStartTaskRead; });
2319
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Ab", function() { return toStartTaskReadIndex; });
2320
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "nb", function() { return taskReadHtml; });
2321
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "eb", function() { return rejectAndEnd; });
2322
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "xb", function() { return toSendMsg; });
2323
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "jb", function() { return sendMsg; });
2315
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "eb", function() { return register; });
2316
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Y", function() { return pendedhistoryList; });
2317
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Cb", function() { return toTaskRejectHtml; });
2318
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "pb", function() { return taskRejectHtml; });
2319
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Ab", function() { return toStartTaskRead; });
2320
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Bb", function() { return toStartTaskReadIndex; });
2321
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "ob", function() { return taskReadHtml; });
2322
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "fb", function() { return rejectAndEnd; });
2323
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "yb", function() { return toSendMsg; });
2324
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "kb", function() { return sendMsg; });
2324
2325
  /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "q", function() { return endFlowHtml; });
2325
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "M", function() { return handleInfo; });
2326
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "T", function() { return loginUserInfo; });
2327
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Sb", function() { return wss; });
2328
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Jb", function() { return topic; });
2329
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "F", function() { return getPresetCustomInfo; });
2330
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "G", function() { return getPresetNodeInfo; });
2331
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Fb", function() { return toTaskTransferIndex; });
2332
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "sb", function() { return taskTransfer; });
2333
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "wb", function() { return toPresetInfoListIndex; });
2326
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "N", function() { return handleInfo; });
2327
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "U", function() { return loginUserInfo; });
2328
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Tb", function() { return wss; });
2329
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Kb", function() { return topic; });
2330
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "G", function() { return getPresetCustomInfo; });
2331
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "H", function() { return getPresetNodeInfo; });
2332
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Gb", function() { return toTaskTransferIndex; });
2333
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "tb", function() { return taskTransfer; });
2334
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "xb", function() { return toPresetInfoListIndex; });
2334
2335
  /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "i", function() { return deletePresetInfo; });
2335
2336
  /* unused harmony export historyListJson */
2336
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Y", function() { return pendedhistoryListJson; });
2337
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Z", function() { return pressListJson; });
2337
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Z", function() { return pendedhistoryListJson; });
2338
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "ab", function() { return pressListJson; });
2338
2339
  /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "h", function() { return deleteFlow; });
2339
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "S", function() { return isCanStartSubFlow; });
2340
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Gb", function() { return toTaskUnionExamine; });
2341
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "tb", function() { return taskUnionExamine; });
2342
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Eb", function() { return toTaskTakeAdvice; });
2343
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "rb", function() { return taskTakeAdvice; });
2344
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Db", function() { return toTaskStartDraft; });
2345
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "qb", function() { return taskStartDraft; });
2346
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Cb", function() { return toTaskReview; });
2347
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "pb", function() { return taskReview; });
2348
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Hb", function() { return toTaskUnionSeal; });
2349
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "ub", function() { return taskUnionSeal; });
2350
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Ib", function() { return toTwoOfficesDispatch; });
2351
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Kb", function() { return twoOfficesDispatch; });
2352
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "ib", function() { return sendList; });
2353
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "hb", function() { return sendInfo; });
2340
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "T", function() { return isCanStartSubFlow; });
2341
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Hb", function() { return toTaskUnionExamine; });
2342
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "ub", function() { return taskUnionExamine; });
2343
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Fb", function() { return toTaskTakeAdvice; });
2344
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "sb", function() { return taskTakeAdvice; });
2345
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Eb", function() { return toTaskStartDraft; });
2346
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "rb", function() { return taskStartDraft; });
2347
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Db", function() { return toTaskReview; });
2348
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "qb", function() { return taskReview; });
2349
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Ib", function() { return toTaskUnionSeal; });
2350
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "vb", function() { return taskUnionSeal; });
2351
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Jb", function() { return toTwoOfficesDispatch; });
2352
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Lb", function() { return twoOfficesDispatch; });
2353
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "jb", function() { return sendList; });
2354
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "ib", function() { return sendInfo; });
2354
2355
  /* unused harmony export sendSave */
2355
2356
  /* unused harmony export sendUpdate */
2356
2357
  /* unused harmony export sendDelete */
2357
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "gb", function() { return sendBatch; });
2358
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "u", function() { return formContents; });
2358
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "hb", function() { return sendBatch; });
2359
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "v", function() { return formContents; });
2359
2360
  // 登录
2360
2361
  var doCaLogin = '/sso2/signIn/auth/doCaLogin'; // ca登录认证
2361
2362
  var doUserLogin = '/sso2/signIn/auth/doUserLogin'; // 一般的账号密码认证含验证码验证
@@ -2451,7 +2452,9 @@ var getNodeInfo = '/oa/task/taskHandle/getNodeInfo.dhtml';
2451
2452
  // 系统消息
2452
2453
  // 通知方式
2453
2454
  var findCodeValues = '/bpm/bpmCommon/findCodeValues';
2455
+ var findSysParam = '/bpm/bpmCommon/findSysParam';
2454
2456
  var findSysCodes = '/oa/task/taskHandle/getDefaultNotificationType.dhtml';
2457
+
2455
2458
  // 获取通知消息
2456
2459
  var getNotificationMsg = '/oa/task/taskHandle/getNotificationMsg.dhtml';
2457
2460
  // 获取审核页面数据