eoss-ui 0.6.58 → 0.6.60
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/lib/button-group.js +105 -118
- package/lib/button.js +105 -118
- package/lib/checkbox-group.js +106 -119
- package/lib/clients.js +20 -3
- package/lib/config/api.js +6 -1
- package/lib/data-table-form.js +106 -119
- package/lib/data-table.js +107 -120
- package/lib/date-picker.js +105 -118
- package/lib/dialog.js +105 -118
- package/lib/eoss-ui.common.js +726 -412
- package/lib/flow-group.js +105 -118
- package/lib/flow-list.js +470 -195
- package/lib/flow.js +222 -216
- package/lib/form.js +105 -118
- package/lib/handle-user.js +106 -119
- package/lib/handler.js +106 -119
- package/lib/icon.js +106 -119
- package/lib/icons.js +1 -1
- package/lib/index.js +1 -1
- package/lib/input-number.js +105 -118
- package/lib/input.js +105 -118
- package/lib/login.js +120 -126
- package/lib/main.js +138 -151
- package/lib/nav.js +105 -118
- package/lib/notify.js +107 -100
- package/lib/page.js +105 -118
- package/lib/pagination.js +105 -118
- package/lib/player.js +105 -118
- package/lib/qr-code.js +105 -118
- package/lib/radio-group.js +106 -119
- package/lib/retrial-auth.js +108 -121
- package/lib/select-ganged.js +106 -119
- package/lib/select.js +106 -119
- package/lib/selector-panel.js +123 -136
- package/lib/selector.js +106 -119
- package/lib/sizer.js +107 -120
- package/lib/steps.js +105 -118
- package/lib/switch.js +105 -118
- package/lib/table-form.js +105 -118
- package/lib/tabs.js +105 -118
- package/lib/theme-chalk/base.css +1 -1
- package/lib/theme-chalk/flow-list.css +1 -1
- package/lib/theme-chalk/fonts/iconfont.ttf +0 -0
- package/lib/theme-chalk/fonts/iconfont.woff +0 -0
- package/lib/theme-chalk/icon.css +1 -1
- package/lib/theme-chalk/index.css +1 -1
- package/lib/theme-chalk/main.css +1 -1
- package/lib/theme-chalk/menu.css +1 -1
- package/lib/theme-chalk/simplicity.css +1 -1
- package/lib/theme-chalk/sizer.css +1 -1
- package/lib/theme-chalk/upload.css +1 -1
- package/lib/tips.js +106 -119
- package/lib/tree-group.js +105 -118
- package/lib/tree.js +106 -119
- package/lib/upload.js +115 -128
- package/lib/utils/util.js +1 -21
- package/lib/wujie.js +105 -118
- package/lib/wxlogin.js +105 -118
- package/package.json +2 -2
- package/packages/.DS_Store +0 -0
- package/packages/{data-table → autocomplete}/.DS_Store +0 -0
- package/packages/clients/src/main.vue +8 -1
- package/packages/flow/src/component/taskUnionExamine.vue +2 -2
- package/packages/flow/src/main.vue +8 -5
- package/packages/flow/src/processForm.vue +3 -3
- package/packages/flow/src/startTaskRead.vue +5 -0
- package/packages/flow/src/supervise.vue +7 -1
- package/packages/flow-list/src/main.vue +253 -8
- package/packages/icons/src/icon.json +1 -1
- package/packages/login/src/main.vue +7 -0
- package/packages/menu/.DS_Store +0 -0
- package/packages/{data-table-form → scrollbar}/.DS_Store +0 -0
- package/packages/select/.DS_Store +0 -0
- package/packages/theme-chalk/lib/base.css +1 -1
- package/packages/theme-chalk/lib/flow-list.css +1 -1
- package/packages/theme-chalk/lib/fonts/iconfont.ttf +0 -0
- package/packages/theme-chalk/lib/fonts/iconfont.woff +0 -0
- package/packages/theme-chalk/lib/icon.css +1 -1
- package/packages/theme-chalk/lib/index.css +1 -1
- package/packages/theme-chalk/lib/main.css +1 -1
- package/packages/theme-chalk/lib/menu.css +1 -1
- package/packages/theme-chalk/lib/simplicity.css +1 -1
- package/packages/theme-chalk/lib/sizer.css +1 -1
- package/packages/theme-chalk/lib/upload.css +1 -1
- package/packages/theme-chalk/src/.DS_Store +0 -0
- package/packages/theme-chalk/src/button-group.scss +1 -0
- package/packages/theme-chalk/src/flow-list.scss +3 -0
- package/packages/theme-chalk/src/fonts/iconfont.ttf +0 -0
- package/packages/theme-chalk/src/fonts/iconfont.woff +0 -0
- package/packages/theme-chalk/src/icon.scss +449 -445
- package/packages/upload/.DS_Store +0 -0
- package/src/.DS_Store +0 -0
- package/src/config/api.js +6 -1
- package/src/index.js +1 -1
- package/{packages/error-page → src/utils}/.DS_Store +0 -0
- package/src/utils/util.js +1 -21
- package/packages/flow/.DS_Store +0 -0
- package/packages/flow-group/.DS_Store +0 -0
- package/packages/flow-list/.DS_Store +0 -0
- package/packages/form/.DS_Store +0 -0
- package/packages/handler/.DS_Store +0 -0
- package/packages/login/.DS_Store +0 -0
- package/packages/main/.DS_Store +0 -0
- package/packages/main/src/.DS_Store +0 -0
- package/packages/retrial-auth/.DS_Store +0 -0
- package/packages/selector/.DS_Store +0 -0
- package/packages/selector-panel/.DS_Store +0 -0
- package/packages/sizer/.DS_Store +0 -0
- package/packages/tabs/.DS_Store +0 -0
package/lib/selector-panel.js
CHANGED
|
@@ -227,26 +227,6 @@ var ajax = function ajax(_ref) {
|
|
|
227
227
|
// 请求拦截
|
|
228
228
|
http.interceptors.request.use(function (config) {
|
|
229
229
|
config.headers.common = getStorage();
|
|
230
|
-
// 根据请求的信息(请求方式,url,请求get/post数据),产生map的key
|
|
231
|
-
// let requestKey = getRequestKey(config);
|
|
232
|
-
// // 判断请求是否重复
|
|
233
|
-
// if (pendingRequest.has(requestKey)) {
|
|
234
|
-
// // 取消上次请求
|
|
235
|
-
// let cancel = pendingRequest.get(requestKey);
|
|
236
|
-
// cancel();
|
|
237
|
-
// // 删除请求信息
|
|
238
|
-
// pendingRequest.delete(requestKey);
|
|
239
|
-
// }
|
|
240
|
-
// // 把请求信息,添加请求到map当中
|
|
241
|
-
// // 生成取消方法
|
|
242
|
-
// config.cancelToken =
|
|
243
|
-
// config.cancelToken ||
|
|
244
|
-
// new axios.CancelToken(cancel => {
|
|
245
|
-
// // 把取消方法添加到map
|
|
246
|
-
// if (!pendingRequest.has(requestKey)) {
|
|
247
|
-
// pendingRequest.set(requestKey, cancel);
|
|
248
|
-
// }
|
|
249
|
-
// });
|
|
250
230
|
return config;
|
|
251
231
|
}, function (err) {
|
|
252
232
|
return err;
|
|
@@ -777,7 +757,7 @@ var busEmit = function busEmit(that, _ref3) {
|
|
|
777
757
|
var method = _ref3.method,
|
|
778
758
|
args = _ref3.args;
|
|
779
759
|
|
|
780
|
-
var bus = win.$wujie ? win.$wujie.bus : that ? that.bus || that.$root.Bus : null;
|
|
760
|
+
var bus = win.$wujie ? win.$wujie.bus : that ? that.bus || that.$root.Bus || that.$root.$bus : null;
|
|
781
761
|
if (bus) {
|
|
782
762
|
Array.isArray(args) ? bus.$emit.apply(bus, [method].concat(args)) : bus.$emit(method, args);
|
|
783
763
|
} else {
|
|
@@ -1621,7 +1601,7 @@ var getLightness = function getLightness($v, $i, $isLight) {
|
|
|
1621
1601
|
* @param {function} callback - 回调函数
|
|
1622
1602
|
**/
|
|
1623
1603
|
var getMainConfig = function getMainConfig(callback) {
|
|
1624
|
-
ajax({ url: _config_api__WEBPACK_IMPORTED_MODULE_1__[/* mainConfig */ "
|
|
1604
|
+
ajax({ url: _config_api__WEBPACK_IMPORTED_MODULE_1__[/* mainConfig */ "lb"] }).then(function (res) {
|
|
1625
1605
|
if (res && res.rCode === 0) {
|
|
1626
1606
|
callback(res.results);
|
|
1627
1607
|
}
|
|
@@ -2378,7 +2358,7 @@ var isLogined = function () {
|
|
|
2378
2358
|
break;
|
|
2379
2359
|
}
|
|
2380
2360
|
|
|
2381
|
-
ajax({ method: 'post', url: _config_api__WEBPACK_IMPORTED_MODULE_1__[/* logout */ "
|
|
2361
|
+
ajax({ method: 'post', url: _config_api__WEBPACK_IMPORTED_MODULE_1__[/* logout */ "kb"] }).then(function (res) {
|
|
2382
2362
|
if (res.rCode === 0) {
|
|
2383
2363
|
removeStorage();
|
|
2384
2364
|
}
|
|
@@ -3533,143 +3513,145 @@ var watermark = function watermark(option) {
|
|
|
3533
3513
|
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "o", function() { return doCaLogin; });
|
|
3534
3514
|
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "s", function() { return doUserLogin; });
|
|
3535
3515
|
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "q", function() { return doQrLogin; });
|
|
3536
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3537
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3538
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3516
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "kb", function() { return logout; });
|
|
3517
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "db", function() { return initLogin; });
|
|
3518
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Fb", function() { return switchUserTo; });
|
|
3539
3519
|
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "c", function() { return changeImg; });
|
|
3540
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3520
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "L", function() { return getLoginCode; });
|
|
3541
3521
|
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "p", function() { return doCodeLogin; });
|
|
3542
3522
|
/* unused harmony export updateCode */
|
|
3543
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3523
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "M", function() { return getModifyPassCode; });
|
|
3544
3524
|
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "g", function() { return codeModifyPass; });
|
|
3545
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3525
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "ib", function() { return loginModifyPassword; });
|
|
3546
3526
|
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "b", function() { return authCenter; });
|
|
3547
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3527
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "eb", function() { return initModifyPassword; });
|
|
3548
3528
|
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "t", function() { return doWechatQrLogin; });
|
|
3549
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3529
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "X", function() { return getTwoFactorLoginCode; });
|
|
3550
3530
|
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "r", function() { return doTwoFactorLogin; });
|
|
3551
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3552
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3553
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3531
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "fb", function() { return initRetrialAuth; });
|
|
3532
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "T", function() { return getRetrialAuthCode; });
|
|
3533
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "yb", function() { return scanCodeRetrialAuth; });
|
|
3554
3534
|
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "h", function() { return codeRetrialAuth; });
|
|
3555
3535
|
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "n", function() { return doAssistanceQrLogin; });
|
|
3556
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3557
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3558
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3559
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3560
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3561
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3536
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "tc", function() { return userOnline; });
|
|
3537
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Y", function() { return getUserAppWithTag; });
|
|
3538
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "tb", function() { return recordUserApp; });
|
|
3539
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "lb", function() { return mainConfig; });
|
|
3540
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "gb", function() { return initUserSet; });
|
|
3541
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "oc", function() { return updateUserInfo; });
|
|
3562
3542
|
/* unused harmony export getUserImgUrl */
|
|
3563
3543
|
/* unused harmony export getDoorIndex */
|
|
3564
3544
|
/* unused harmony export refreshOnlineUsers */
|
|
3565
3545
|
/* unused harmony export getQuickMenuIds */
|
|
3566
3546
|
/* unused harmony export getApplicationIdArray */
|
|
3567
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3568
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3547
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "G", function() { return getComplexApplications; });
|
|
3548
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "H", function() { return getComplexApplicationsNew; });
|
|
3569
3549
|
/* unused harmony export getUserCustomInfo */
|
|
3570
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3571
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3572
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3573
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3574
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3575
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3576
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3577
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3578
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3579
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3550
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "nc", function() { return updateUserCustomInfo; });
|
|
3551
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Gb", function() { return sysMsgPage; });
|
|
3552
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "cb", function() { return ignoreSysMsg; });
|
|
3553
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "bb", function() { return ignoreAllSysMsg; });
|
|
3554
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "zb", function() { return searchType; });
|
|
3555
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "F", function() { return getAdjunctProperties; });
|
|
3556
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "sc", function() { return uploads; });
|
|
3557
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "qc", function() { return uploadOnlyOne; });
|
|
3558
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "E", function() { return getAdjunctFileInfos; });
|
|
3559
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "rc", function() { return uploadSort; });
|
|
3580
3560
|
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "u", function() { return downloadByAdjunctId; });
|
|
3581
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3582
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3583
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3584
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3561
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "pc", function() { return uploadDownloads; });
|
|
3562
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "qb", function() { return previewAdjunct; });
|
|
3563
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "rb", function() { return previewAdjunct2; });
|
|
3564
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "sb", function() { return previewAdjunctOffice; });
|
|
3585
3565
|
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "j", function() { return delAdjunct; });
|
|
3586
3566
|
/* unused harmony export upload_updateClassify */
|
|
3587
3567
|
/* unused harmony export getDeleteAdjunctFileInfos */
|
|
3588
3568
|
/* unused harmony export getPictureBase64 */
|
|
3589
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3590
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3591
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3592
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3569
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "W", function() { return getSelectorOrgTree; });
|
|
3570
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "V", function() { return getSelectorOrgDetail; });
|
|
3571
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "P", function() { return getOrgMainTree; });
|
|
3572
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "U", function() { return getSelectOrgsubids; });
|
|
3593
3573
|
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "y", function() { return findSysCode; });
|
|
3594
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3574
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "I", function() { return getDictList; });
|
|
3595
3575
|
/* unused harmony export findUserBaseInfo */
|
|
3596
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3576
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Z", function() { return gethelpdoc; });
|
|
3597
3577
|
/* unused harmony export getCurrentuser */
|
|
3598
3578
|
/* unused harmony export mainDetail */
|
|
3599
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3600
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3579
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Wb", function() { return toStartFlow; });
|
|
3580
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Sb", function() { return tempSave; });
|
|
3601
3581
|
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "i", function() { return commonOpion; });
|
|
3602
3582
|
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "a", function() { return addCommonOpion; });
|
|
3603
3583
|
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "v", function() { return editCommonOpion; });
|
|
3604
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3605
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3584
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "xb", function() { return saveCommonOpinion; });
|
|
3585
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "mc", function() { return updateCommonOpinion; });
|
|
3606
3586
|
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "k", function() { return deleteCommonOpion; });
|
|
3607
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3608
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3587
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "S", function() { return getProcessDefList; });
|
|
3588
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "N", function() { return getNodeInfo; });
|
|
3609
3589
|
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "x", function() { return findCodeValues; });
|
|
3610
3590
|
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "A", function() { return findSysParam; });
|
|
3611
3591
|
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "z", function() { return findSysCodes; });
|
|
3612
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3613
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3614
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3592
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "O", function() { return getNotificationMsg; });
|
|
3593
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "K", function() { return getHandleInfoHtml; });
|
|
3594
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Ib", function() { return taskHandleHtml; });
|
|
3615
3595
|
/* unused harmony export getView */
|
|
3616
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3617
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3618
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3619
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3620
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3621
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3622
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3623
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3624
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3625
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3596
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "ub", function() { return register; });
|
|
3597
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "mb", function() { return pendedhistoryList; });
|
|
3598
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "ac", function() { return toTaskRejectHtml; });
|
|
3599
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Lb", function() { return taskRejectHtml; });
|
|
3600
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Xb", function() { return toStartTaskRead; });
|
|
3601
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Yb", function() { return toStartTaskReadIndex; });
|
|
3602
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Jb", function() { return taskReadHtml; });
|
|
3603
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "vb", function() { return rejectAndEnd; });
|
|
3604
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Vb", function() { return toSendMsg; });
|
|
3605
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Db", function() { return sendMsg; });
|
|
3626
3606
|
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "w", function() { return endFlowHtml; });
|
|
3627
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3628
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3629
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3630
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3631
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3632
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3633
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3634
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3635
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3607
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "ab", function() { return handleInfo; });
|
|
3608
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "jb", function() { return loginUserInfo; });
|
|
3609
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "uc", function() { return wss; });
|
|
3610
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "kc", function() { return topic; });
|
|
3611
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Q", function() { return getPresetCustomInfo; });
|
|
3612
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "R", function() { return getPresetNodeInfo; });
|
|
3613
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "gc", function() { return toTaskTransferIndex; });
|
|
3614
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Pb", function() { return taskTransfer; });
|
|
3615
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Tb", function() { return toPresetInfoListIndex; });
|
|
3636
3616
|
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "m", function() { return deletePresetInfo; });
|
|
3637
3617
|
/* unused harmony export historyListJson */
|
|
3638
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3639
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3618
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "nb", function() { return pendedhistoryListJson; });
|
|
3619
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "pb", function() { return pressListJson; });
|
|
3640
3620
|
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "l", function() { return deleteFlow; });
|
|
3641
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3642
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3643
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3644
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3645
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3646
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3647
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3648
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3649
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3650
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3651
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3652
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3653
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3654
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3655
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3656
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3657
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3658
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3659
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3660
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3621
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "hb", function() { return isCanStartSubFlow; });
|
|
3622
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "hc", function() { return toTaskUnionExamine; });
|
|
3623
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Qb", function() { return taskUnionExamine; });
|
|
3624
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "fc", function() { return toTaskTakeAdvice; });
|
|
3625
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Ob", function() { return taskTakeAdvice; });
|
|
3626
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "cc", function() { return toTaskStartDraft; });
|
|
3627
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "dc", function() { return toTaskSupervise; });
|
|
3628
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "ec", function() { return toTaskSuperviseSub; });
|
|
3629
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Nb", function() { return taskStartDraft; });
|
|
3630
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "bc", function() { return toTaskReview; });
|
|
3631
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Mb", function() { return taskReview; });
|
|
3632
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "ic", function() { return toTaskUnionSeal; });
|
|
3633
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Rb", function() { return taskUnionSeal; });
|
|
3634
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "jc", function() { return toTwoOfficesDispatch; });
|
|
3635
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "lc", function() { return twoOfficesDispatch; });
|
|
3636
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Ub", function() { return toResetProcessIndex; });
|
|
3637
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "wb", function() { return resetProcess; });
|
|
3638
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Zb", function() { return toTaskContinuationIndex; });
|
|
3639
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Hb", function() { return taskContinuation; });
|
|
3640
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "J", function() { return getFreeStartFlowParams; });
|
|
3661
3641
|
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "C", function() { return freeStartFlowWithSubmitTask; });
|
|
3662
3642
|
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "e", function() { return checkForeignOrgStartedCircularRead; });
|
|
3663
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3643
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "ob", function() { return pendedhistoryListWithCircularReadJson; });
|
|
3644
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "D", function() { return fyListJson; });
|
|
3664
3645
|
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "f", function() { return circularReadWithdraw; });
|
|
3665
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3646
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Kb", function() { return taskReadWithDraw; });
|
|
3647
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Eb", function() { return startReadTransferHandleFlowWithTaskReadEnd; });
|
|
3666
3648
|
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "d", function() { return checkBusinessIdStartedReadTransferHandle; });
|
|
3667
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3668
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3649
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Cb", function() { return sendList; });
|
|
3650
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Bb", function() { return sendInfo; });
|
|
3669
3651
|
/* unused harmony export sendSave */
|
|
3670
3652
|
/* unused harmony export sendUpdate */
|
|
3671
3653
|
/* unused harmony export sendDelete */
|
|
3672
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
3654
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Ab", function() { return sendBatch; });
|
|
3673
3655
|
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "B", function() { return formContents; });
|
|
3674
3656
|
var flowPendingPrefix = window.flowPendingPrefix || localStorage.getItem('flowPendingPrefix') || '/bpm';
|
|
3675
3657
|
// 登录
|
|
@@ -3873,7 +3855,7 @@ var toTaskSupervise = '/bpm/bpmBackend/toTaskSupervise';
|
|
|
3873
3855
|
var toTaskSuperviseSub = '/bpm/bpmBackend/taskSupervise';
|
|
3874
3856
|
// 稿件递送提交接口
|
|
3875
3857
|
// export const taskStartDraft = flowPendingPrefix + '/task/taskHandle/taskStartDraft.dhtml';
|
|
3876
|
-
var taskStartDraft = '/
|
|
3858
|
+
var taskStartDraft = '/bpm/task/taskHandle/taskStartDraft.dhtml';
|
|
3877
3859
|
// 复核
|
|
3878
3860
|
var toTaskReview = '/bpm/bpmBackend/toTaskReview';
|
|
3879
3861
|
// 复核提交
|
|
@@ -3902,8 +3884,13 @@ var freeStartFlowWithSubmitTask = '/bpm/bpmBackend/freeStartFlowWithSubmitTask';
|
|
|
3902
3884
|
var checkForeignOrgStartedCircularRead = '/bpm/bpmBackend/checkForeignOrgStartedCircularRead';
|
|
3903
3885
|
// 获取传阅列表
|
|
3904
3886
|
var pendedhistoryListWithCircularReadJson = '/bpm/pendedhistoryManager/pendedhistoryListWithCircularReadJson';
|
|
3887
|
+
// 获取分阅情况列表
|
|
3888
|
+
var fyListJson = '/bpm/pendedhistoryManager/fyListJson.dhtml';
|
|
3889
|
+
|
|
3905
3890
|
// 传阅列表撤回
|
|
3906
3891
|
var circularReadWithdraw = '/bpm/bpmBackend/circularReadWithdraw';
|
|
3892
|
+
// 撤销分阅
|
|
3893
|
+
var taskReadWithDraw = '/bpm/bpmBackend/taskReadWithDraw';
|
|
3907
3894
|
// 阅转办提交流程
|
|
3908
3895
|
var startReadTransferHandleFlowWithTaskReadEnd = '/bpm/bpmBackend/startReadTransferHandleFlowWithTaskReadEnd';
|
|
3909
3896
|
// 阅转办校验接口
|
|
@@ -5377,7 +5364,7 @@ var _typeof = typeof Symbol === "function" && typeof Symbol.iterator === "symbol
|
|
|
5377
5364
|
},
|
|
5378
5365
|
selection: {
|
|
5379
5366
|
type: [String, Array],
|
|
5380
|
-
default: api["
|
|
5367
|
+
default: api["V" /* getSelectorOrgDetail */]
|
|
5381
5368
|
},
|
|
5382
5369
|
param: {
|
|
5383
5370
|
type: Object,
|
|
@@ -5469,7 +5456,7 @@ var _typeof = typeof Symbol === "function" && typeof Symbol.iterator === "symbol
|
|
|
5469
5456
|
enterprise: {
|
|
5470
5457
|
label: '选择单位',
|
|
5471
5458
|
name: 'enterprise',
|
|
5472
|
-
url: api["
|
|
5459
|
+
url: api["W" /* getSelectorOrgTree */],
|
|
5473
5460
|
data: [],
|
|
5474
5461
|
nodeData: '',
|
|
5475
5462
|
selection: [],
|
|
@@ -5483,7 +5470,7 @@ var _typeof = typeof Symbol === "function" && typeof Symbol.iterator === "symbol
|
|
|
5483
5470
|
department: {
|
|
5484
5471
|
label: '选择部门',
|
|
5485
5472
|
name: 'department',
|
|
5486
|
-
url: api["
|
|
5473
|
+
url: api["W" /* getSelectorOrgTree */],
|
|
5487
5474
|
data: [],
|
|
5488
5475
|
nodeData: '',
|
|
5489
5476
|
selection: [],
|
|
@@ -5497,7 +5484,7 @@ var _typeof = typeof Symbol === "function" && typeof Symbol.iterator === "symbol
|
|
|
5497
5484
|
employee: {
|
|
5498
5485
|
label: '选择用户',
|
|
5499
5486
|
name: 'employee',
|
|
5500
|
-
url: api["
|
|
5487
|
+
url: api["W" /* getSelectorOrgTree */],
|
|
5501
5488
|
data: [],
|
|
5502
5489
|
nodeData: '',
|
|
5503
5490
|
selection: [],
|
|
@@ -5511,7 +5498,7 @@ var _typeof = typeof Symbol === "function" && typeof Symbol.iterator === "symbol
|
|
|
5511
5498
|
myemployee: {
|
|
5512
5499
|
label: '本单位用户',
|
|
5513
5500
|
name: 'myemployee',
|
|
5514
|
-
url: api["
|
|
5501
|
+
url: api["W" /* getSelectorOrgTree */],
|
|
5515
5502
|
data: [],
|
|
5516
5503
|
nodeData: '',
|
|
5517
5504
|
selection: [],
|
|
@@ -5525,7 +5512,7 @@ var _typeof = typeof Symbol === "function" && typeof Symbol.iterator === "symbol
|
|
|
5525
5512
|
otheremployee: {
|
|
5526
5513
|
label: '外单位用户',
|
|
5527
5514
|
name: 'otheremployee',
|
|
5528
|
-
url: api["
|
|
5515
|
+
url: api["W" /* getSelectorOrgTree */],
|
|
5529
5516
|
data: [],
|
|
5530
5517
|
nodeData: '',
|
|
5531
5518
|
selection: [],
|
|
@@ -5539,7 +5526,7 @@ var _typeof = typeof Symbol === "function" && typeof Symbol.iterator === "symbol
|
|
|
5539
5526
|
person: {
|
|
5540
5527
|
label: '选择人员',
|
|
5541
5528
|
name: 'person',
|
|
5542
|
-
url: api["
|
|
5529
|
+
url: api["W" /* getSelectorOrgTree */],
|
|
5543
5530
|
data: [],
|
|
5544
5531
|
nodeData: '',
|
|
5545
5532
|
selection: [],
|
|
@@ -5553,7 +5540,7 @@ var _typeof = typeof Symbol === "function" && typeof Symbol.iterator === "symbol
|
|
|
5553
5540
|
otherperson: {
|
|
5554
5541
|
label: '外单位人员',
|
|
5555
5542
|
name: 'otherperson',
|
|
5556
|
-
url: api["
|
|
5543
|
+
url: api["W" /* getSelectorOrgTree */],
|
|
5557
5544
|
data: [],
|
|
5558
5545
|
nodeData: '',
|
|
5559
5546
|
selection: [],
|
|
@@ -5567,7 +5554,7 @@ var _typeof = typeof Symbol === "function" && typeof Symbol.iterator === "symbol
|
|
|
5567
5554
|
persongroup: {
|
|
5568
5555
|
label: '选择群组成员',
|
|
5569
5556
|
name: 'persongroup',
|
|
5570
|
-
url: api["
|
|
5557
|
+
url: api["W" /* getSelectorOrgTree */],
|
|
5571
5558
|
data: [],
|
|
5572
5559
|
nodeData: '',
|
|
5573
5560
|
selection: [],
|
|
@@ -5585,7 +5572,7 @@ var _typeof = typeof Symbol === "function" && typeof Symbol.iterator === "symbol
|
|
|
5585
5572
|
selection: [],
|
|
5586
5573
|
value: [],
|
|
5587
5574
|
name: 'filgroup',
|
|
5588
|
-
url: api["
|
|
5575
|
+
url: api["W" /* getSelectorOrgTree */],
|
|
5589
5576
|
param: {
|
|
5590
5577
|
showarea: 3,
|
|
5591
5578
|
id: 0,
|
|
@@ -5595,7 +5582,7 @@ var _typeof = typeof Symbol === "function" && typeof Symbol.iterator === "symbol
|
|
|
5595
5582
|
depgroup: {
|
|
5596
5583
|
label: '部门群组成员',
|
|
5597
5584
|
name: 'depgroup',
|
|
5598
|
-
url: api["
|
|
5585
|
+
url: api["W" /* getSelectorOrgTree */],
|
|
5599
5586
|
data: [],
|
|
5600
5587
|
nodeData: '',
|
|
5601
5588
|
selection: [],
|
|
@@ -5609,7 +5596,7 @@ var _typeof = typeof Symbol === "function" && typeof Symbol.iterator === "symbol
|
|
|
5609
5596
|
persongroupobj: {
|
|
5610
5597
|
label: '人员群组',
|
|
5611
5598
|
name: 'persongroupobj',
|
|
5612
|
-
url: api["
|
|
5599
|
+
url: api["W" /* getSelectorOrgTree */],
|
|
5613
5600
|
data: [],
|
|
5614
5601
|
nodeData: '',
|
|
5615
5602
|
selection: [],
|
|
@@ -5623,7 +5610,7 @@ var _typeof = typeof Symbol === "function" && typeof Symbol.iterator === "symbol
|
|
|
5623
5610
|
filgroupobj: {
|
|
5624
5611
|
label: '单位群组',
|
|
5625
5612
|
name: 'filgroupobj',
|
|
5626
|
-
url: api["
|
|
5613
|
+
url: api["W" /* getSelectorOrgTree */],
|
|
5627
5614
|
data: [],
|
|
5628
5615
|
nodeData: '',
|
|
5629
5616
|
selection: [],
|
|
@@ -5637,7 +5624,7 @@ var _typeof = typeof Symbol === "function" && typeof Symbol.iterator === "symbol
|
|
|
5637
5624
|
depgroupobj: {
|
|
5638
5625
|
label: '部门群组',
|
|
5639
5626
|
name: 'depgroupobj',
|
|
5640
|
-
url: api["
|
|
5627
|
+
url: api["W" /* getSelectorOrgTree */],
|
|
5641
5628
|
data: [],
|
|
5642
5629
|
nodeData: '',
|
|
5643
5630
|
selection: [],
|
|
@@ -5651,7 +5638,7 @@ var _typeof = typeof Symbol === "function" && typeof Symbol.iterator === "symbol
|
|
|
5651
5638
|
role: {
|
|
5652
5639
|
label: '选择角色',
|
|
5653
5640
|
name: 'role',
|
|
5654
|
-
url: api["
|
|
5641
|
+
url: api["W" /* getSelectorOrgTree */],
|
|
5655
5642
|
data: [],
|
|
5656
5643
|
nodeData: '',
|
|
5657
5644
|
selection: [],
|
|
@@ -5665,7 +5652,7 @@ var _typeof = typeof Symbol === "function" && typeof Symbol.iterator === "symbol
|
|
|
5665
5652
|
post: {
|
|
5666
5653
|
label: '选择岗位',
|
|
5667
5654
|
name: 'post',
|
|
5668
|
-
url: api["
|
|
5655
|
+
url: api["W" /* getSelectorOrgTree */],
|
|
5669
5656
|
data: [],
|
|
5670
5657
|
nodeData: '',
|
|
5671
5658
|
selection: [],
|
|
@@ -5679,7 +5666,7 @@ var _typeof = typeof Symbol === "function" && typeof Symbol.iterator === "symbol
|
|
|
5679
5666
|
codetable: {
|
|
5680
5667
|
label: '代码表',
|
|
5681
5668
|
name: 'codetable',
|
|
5682
|
-
url: api["
|
|
5669
|
+
url: api["W" /* getSelectorOrgTree */],
|
|
5683
5670
|
data: [],
|
|
5684
5671
|
nodeData: '',
|
|
5685
5672
|
selection: [],
|
|
@@ -5693,7 +5680,7 @@ var _typeof = typeof Symbol === "function" && typeof Symbol.iterator === "symbol
|
|
|
5693
5680
|
topcontacts: {
|
|
5694
5681
|
label: '常用联系人',
|
|
5695
5682
|
name: 'topcontacts',
|
|
5696
|
-
url: api["
|
|
5683
|
+
url: api["W" /* getSelectorOrgTree */],
|
|
5697
5684
|
data: [],
|
|
5698
5685
|
nodeData: '',
|
|
5699
5686
|
selection: [],
|