ecinc-cloud-wappaio 9.7.63 → 9.7.65
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/index.js +14 -13
- package/lib/ecwappaio.common.js +341 -27
- package/lib/ecwappaio.umd.js +341 -27
- package/lib/ecwappaio.umd.min.js +1 -1
- package/package.json +1 -1
package/index.js
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
// =============================================================
|
|
2
|
-
// PC
|
|
2
|
+
// PC 端整合包:核心组件同步注�?+ 重型组件异步全局注册(chunk 级按需加载�?
|
|
3
3
|
// 业务代码无需改动,模板可直接使用 <RichtextEditor /> <PdfTools /> 等全局组件
|
|
4
4
|
// 首次渲染时才下载对应 chunk
|
|
5
5
|
// =============================================================
|
|
@@ -37,9 +37,9 @@ import '../../ecwapp/Directive/index'
|
|
|
37
37
|
|
|
38
38
|
const components = [app, auth, eventBus, user, Basicform, DynamicForm, FormItem, DataTable, Toolbar, RenderAttachColumn, DatetimeRange, DoingDialog, InnerTable, LRLayout, LeftPanel, RightPanel, PageHeader, PageContent, ScrollPane, SelectDialog, SelectGroup, SidebarLogo, SvgIcon, WfNames]
|
|
39
39
|
|
|
40
|
-
// ---------- 重型组件异步全局注册清单(chunk
|
|
41
|
-
// 格式:[
|
|
42
|
-
// 通过 webpackChunkName magic-comment 控制分包;同 chunkName
|
|
40
|
+
// ---------- 重型组件异步全局注册清单(chunk 级按需加载�?----------
|
|
41
|
+
// 格式:[全局组件�? 异步工厂函数]
|
|
42
|
+
// 通过 webpackChunkName magic-comment 控制分包;同 chunkName 会合并到同一�?chunk
|
|
43
43
|
const asyncComponents = [
|
|
44
44
|
// ========== ecwapp 业务功能 ==========
|
|
45
45
|
['BatchProcessing', () => import(/* webpackChunkName: "func-batch" */ '../../ecwapp/BatchProcessing/index').then((m) => m.BatchProcessing)],
|
|
@@ -50,7 +50,7 @@ const asyncComponents = [
|
|
|
50
50
|
['PDFInjector', () => import(/* webpackChunkName: "func-textrecog" */ '../../ecwapp/TextRecognition/index').then((m) => m.PDFInjector)],
|
|
51
51
|
['TextRecognition', () => import(/* webpackChunkName: "func-textrecog" */ '../../ecwapp/TextRecognition/index').then((m) => m.TextRecognition)],
|
|
52
52
|
|
|
53
|
-
// ========== ecwapp/Wflowform 工作流表单子组件
|
|
53
|
+
// ========== ecwapp/Wflowform 工作流表单子组件 �?chunk: wflow-form ==========
|
|
54
54
|
['Attachment', () => import(/* webpackChunkName: "wflow-form" */ '../../ecwapp/Wflowform').then((m) => m.Attachment)],
|
|
55
55
|
['BodyFile', () => import(/* webpackChunkName: "wflow-form" */ '../../ecwapp/Wflowform').then((m) => m.BodyFile)],
|
|
56
56
|
['CommandBar', () => import(/* webpackChunkName: "wflow-form" */ '../../ecwapp/Wflowform').then((m) => m.CommandBar)],
|
|
@@ -73,7 +73,7 @@ const asyncComponents = [
|
|
|
73
73
|
['ViewBodyFile', () => import(/* webpackChunkName: "wflow-form" */ '../../ecwapp/Wflowform').then((m) => m.ViewBodyFile)],
|
|
74
74
|
['WformLayout', () => import(/* webpackChunkName: "wflow-form" */ '../../ecwapp/Wflowform').then((m) => m.WformLayout)],
|
|
75
75
|
|
|
76
|
-
// ========== ecwplat 平台管理
|
|
76
|
+
// ========== ecwplat 平台管理 �?chunk: plat-* ==========
|
|
77
77
|
['Product', () => import(/* webpackChunkName: "plat-product" */ '../../ecwplat/Product').then((m) => m.Product)],
|
|
78
78
|
['ProductRoleMgr', () => import(/* webpackChunkName: "plat-product" */ '../../ecwplat/Product').then((m) => m.ProductRoleMgr)],
|
|
79
79
|
['ResRoles', () => import(/* webpackChunkName: "plat-roles" */ '../../ecwplat/ResRoles/index').then((m) => m.ResRoles)],
|
|
@@ -92,6 +92,7 @@ const asyncComponents = [
|
|
|
92
92
|
['ImportPersonOrg', () => import(/* webpackChunkName: "plat-organ" */ '../../ecwplat/Organ/index').then((m) => m.ImportPersonOrg)],
|
|
93
93
|
['ImportWorkgroupMember', () => import(/* webpackChunkName: "plat-organ" */ '../../ecwplat/Organ/index').then((m) => m.ImportWorkgroupMember)],
|
|
94
94
|
['OrgPersonMgr', () => import(/* webpackChunkName: "plat-organ" */ '../../ecwplat/Organ/index').then((m) => m.OrgPersonMgr)],
|
|
95
|
+
['MultiOrgPersonMgr', () => import(/* webpackChunkName: "plat-organ" */ '../../ecwplat/Organ/index').then((m) => m.MultiOrgPersonMgr)],
|
|
95
96
|
['OrgPersonForm', () => import(/* webpackChunkName: "plat-organ" */ '../../ecwplat/Organ/index').then((m) => m.OrgPersonForm)],
|
|
96
97
|
['OrgPersonOther', () => import(/* webpackChunkName: "plat-organ" */ '../../ecwplat/Organ/index').then((m) => m.OrgPersonOther)],
|
|
97
98
|
['OrgTreeMgr', () => import(/* webpackChunkName: "plat-organ" */ '../../ecwplat/Organ/index').then((m) => m.OrgTreeMgr)],
|
|
@@ -104,7 +105,7 @@ const asyncComponents = [
|
|
|
104
105
|
['EditorConfig', () => import(/* webpackChunkName: "plat-editor" */ '../../ecwplat/EditorConfig').then((m) => m.EditorConfig)],
|
|
105
106
|
['DataDictForm', () => import(/* webpackChunkName: "plat-editor" */ '../../ecwplat/DataDict').then((m) => m.DataDictForm)],
|
|
106
107
|
|
|
107
|
-
// ========== ecwplus
|
|
108
|
+
// ========== ecwplus 设计器系�?�?chunk: devtool-* ==========
|
|
108
109
|
['BusiformDesigner', () => import(/* webpackChunkName: "devtool-busiform" */ '../../ecwplus/BusiformDesigner').then((m) => m.BusiformDesigner)],
|
|
109
110
|
['FromEventEdit', () => import(/* webpackChunkName: "devtool-busiform" */ '../../ecwplus/BusiformDesigner').then((m) => m.FromEventEdit)],
|
|
110
111
|
['ListPageDesigner', () => import(/* webpackChunkName: "devtool-listpage" */ '../../ecwplus/ListPageDesigner/index')],
|
|
@@ -129,7 +130,7 @@ const asyncComponents = [
|
|
|
129
130
|
['TableEntityList', () => import(/* webpackChunkName: "devtool-admin" */ '../../ecwplus/AdminConsole').then((m) => m.TableEntityList)],
|
|
130
131
|
['TableEntityMgr', () => import(/* webpackChunkName: "devtool-admin" */ '../../ecwplus/AdminConsole').then((m) => m.TableEntityMgr)],
|
|
131
132
|
|
|
132
|
-
// ========== 工作流设计器 +
|
|
133
|
+
// ========== 工作流设计器 + 系统设计�?==========
|
|
133
134
|
['WflowDesigner', () => import(/* webpackChunkName: "wflow-designer" */ '../../ecwplus/WorkflowDesigner/index')],
|
|
134
135
|
['ImportWf', () => import(/* webpackChunkName: "wflow-designer" */ '../../ecwplus/WorkflowDesigner/src/components/ImportWf')],
|
|
135
136
|
['WflowTrace', () => import(/* webpackChunkName: "wflow-designer" */ '../../ecwplus/WorkflowDesigner/src/components/FlowTrace')],
|
|
@@ -147,12 +148,12 @@ const install = function (Vue) {
|
|
|
147
148
|
Vue.use(component)
|
|
148
149
|
})
|
|
149
150
|
|
|
150
|
-
// 2.
|
|
151
|
+
// 2. 异步全局注册重型组件(首次渲染时才下�?chunk�?
|
|
151
152
|
asyncComponents.forEach(([name, factory]) => {
|
|
152
153
|
Vue.component(name, factory)
|
|
153
154
|
})
|
|
154
155
|
|
|
155
|
-
// 3. 异步加载工作流引擎插件(独立 chunk
|
|
156
|
+
// 3. 异步加载工作流引擎插件(独立 chunk�?
|
|
156
157
|
import(/* webpackChunkName: "wflow-engine" */ '../../ecwflow/wfengine/index').then((m) => {
|
|
157
158
|
Vue.use(m.default || m)
|
|
158
159
|
})
|
|
@@ -188,13 +189,13 @@ export default {
|
|
|
188
189
|
}
|
|
189
190
|
|
|
190
191
|
// =============================================================
|
|
191
|
-
//
|
|
192
|
-
//
|
|
192
|
+
// 兼容�?Module 工厂函数 export(路�?动态场景主动调用)
|
|
193
|
+
// 使用示例�?
|
|
193
194
|
// const { WflowDesignerModule } = require('ecinc-cloud-wappaio')
|
|
194
195
|
// components: { WflowDesigner: () => WflowDesignerModule().then(m => m.default) }
|
|
195
196
|
// =============================================================
|
|
196
197
|
|
|
197
|
-
// ----------
|
|
198
|
+
// ---------- 工作流相�?----------
|
|
198
199
|
export const WfengineModule = () => import(/* webpackChunkName: "wflow-engine" */ '../../ecwflow/wfengine/index')
|
|
199
200
|
export const WflowformModule = () => import(/* webpackChunkName: "wflow-form" */ '../../ecwapp/Wflowform')
|
|
200
201
|
export const WflowDesignerModule = () => import(/* webpackChunkName: "wflow-designer" */ '../../ecwplus/WorkflowDesigner/index')
|
package/lib/ecwappaio.common.js
CHANGED
|
@@ -57778,7 +57778,7 @@ var Module_FrameLoader = FrameLoader;
|
|
|
57778
57778
|
|
|
57779
57779
|
/***/ }),
|
|
57780
57780
|
|
|
57781
|
-
/***/
|
|
57781
|
+
/***/ 16974:
|
|
57782
57782
|
/***/ (function(__unused_webpack_module, __webpack_exports__, __webpack_require__) {
|
|
57783
57783
|
|
|
57784
57784
|
"use strict";
|
|
@@ -57792,6 +57792,7 @@ __webpack_require__.d(__webpack_exports__, {
|
|
|
57792
57792
|
ImportPersonOrg: function() { return /* binding */ Organ_ImportPersonOrg; },
|
|
57793
57793
|
ImportWorkgroupMember: function() { return /* binding */ Organ_ImportWorkgroupMember; },
|
|
57794
57794
|
JobMatrixMgr: function() { return /* binding */ Organ_JobMatrixMgr; },
|
|
57795
|
+
MultiOrgPersonMgr: function() { return /* binding */ Organ_MultiOrgPersonMgr; },
|
|
57795
57796
|
OrgPersonForm: function() { return /* binding */ Organ_OrgPersonForm; },
|
|
57796
57797
|
OrgPersonMgr: function() { return /* binding */ Organ_OrgPersonMgr; },
|
|
57797
57798
|
OrgPersonOther: function() { return /* binding */ Organ_OrgPersonOther; },
|
|
@@ -65174,6 +65175,273 @@ var OrgPersonMgr_component = (0,componentNormalizer/* default */.A)(
|
|
|
65174
65175
|
)
|
|
65175
65176
|
|
|
65176
65177
|
/* harmony default export */ var OrgPersonMgr = (OrgPersonMgr_component.exports);
|
|
65178
|
+
;// CONCATENATED MODULE: ./node_modules/babel-loader/lib/index.js??clonedRuleSet-40.use[0]!./node_modules/@vue/vue-loader-v15/lib/loaders/templateLoader.js??ruleSet[1].rules[3]!./node_modules/@vue/vue-loader-v15/lib/index.js??vue-loader-options!./packages/ecwplat/Organ/src/MultiOrgPersonMgr.vue?vue&type=template&id=dceedf42&scoped=true
|
|
65179
|
+
var MultiOrgPersonMgrvue_type_template_id_dceedf42_scoped_true_render = function render() {
|
|
65180
|
+
var _vm = this,
|
|
65181
|
+
_c = _vm._self._c;
|
|
65182
|
+
return _c('div', {
|
|
65183
|
+
staticStyle: {
|
|
65184
|
+
"position": "relative"
|
|
65185
|
+
}
|
|
65186
|
+
}, [_c('data-table', {
|
|
65187
|
+
ref: "multiOrgPersonTb",
|
|
65188
|
+
attrs: {
|
|
65189
|
+
"module-info": _vm.moduleInfo,
|
|
65190
|
+
"tb-columns": _vm.RyTableList,
|
|
65191
|
+
"toolbar-btns": _vm.listpageBtns
|
|
65192
|
+
}
|
|
65193
|
+
}), _c('Basicform', {
|
|
65194
|
+
attrs: {
|
|
65195
|
+
"module-code": 'orgPerson',
|
|
65196
|
+
"title": _vm.$tx('ecwplat.sysSetup.personInfo', '人员信息'),
|
|
65197
|
+
"win-width": _vm.moduleInfo.winWidth,
|
|
65198
|
+
"win-height": _vm.moduleInfo.winHeight,
|
|
65199
|
+
"can-fullscreen": true,
|
|
65200
|
+
"on-basic-form-before-open": _vm.onBasicFormBeforeOpen,
|
|
65201
|
+
"on-basic-form-opened": _vm.onOrgPersonFormOpened,
|
|
65202
|
+
"on-basic-form-before-submit": _vm.onOrgPersonFormBeforeSubmit,
|
|
65203
|
+
"toolbar-btns": _vm.busiformBtns
|
|
65204
|
+
},
|
|
65205
|
+
scopedSlots: _vm._u([{
|
|
65206
|
+
key: "default",
|
|
65207
|
+
fn: function fn(slotProps) {
|
|
65208
|
+
return [_c('OrgPersonForm', {
|
|
65209
|
+
attrs: {
|
|
65210
|
+
"vo": slotProps.vo,
|
|
65211
|
+
"can-edit": slotProps.canEdit,
|
|
65212
|
+
"module-info": _vm.moduleInfo
|
|
65213
|
+
}
|
|
65214
|
+
})];
|
|
65215
|
+
}
|
|
65216
|
+
}])
|
|
65217
|
+
})], 1);
|
|
65218
|
+
};
|
|
65219
|
+
var MultiOrgPersonMgrvue_type_template_id_dceedf42_scoped_true_staticRenderFns = [];
|
|
65220
|
+
|
|
65221
|
+
;// CONCATENATED MODULE: ./node_modules/babel-loader/lib/index.js??clonedRuleSet-40.use[0]!./node_modules/@vue/vue-loader-v15/lib/index.js??vue-loader-options!./packages/ecwplat/Organ/src/MultiOrgPersonMgr.vue?vue&type=script&lang=js
|
|
65222
|
+
|
|
65223
|
+
/* harmony default export */ var MultiOrgPersonMgrvue_type_script_lang_js = ({
|
|
65224
|
+
name: 'MultiOrgPersonMgr',
|
|
65225
|
+
components: {
|
|
65226
|
+
OrgPersonForm: OrgPersonForm
|
|
65227
|
+
},
|
|
65228
|
+
props: {},
|
|
65229
|
+
data: function data() {
|
|
65230
|
+
return {
|
|
65231
|
+
i18npkg: 'ecwplat',
|
|
65232
|
+
moduleCode: 'sysSetup',
|
|
65233
|
+
loginUser: this.$store.getters.loginUser,
|
|
65234
|
+
moduleInfo: {
|
|
65235
|
+
moduleCode: 'orgPerson',
|
|
65236
|
+
getByIdUrl: 'base/orgTreeMgr/getOrgPersonById?idType=person',
|
|
65237
|
+
updateUrl: 'base/orgTreeMgr/updateOrgPerson',
|
|
65238
|
+
listDataUrl: 'base/person/multiOrgPersonList',
|
|
65239
|
+
winWidth: 1000,
|
|
65240
|
+
// 查看、编辑窗口宽度
|
|
65241
|
+
winHeight: 650 // 查看、编辑窗口高度
|
|
65242
|
+
},
|
|
65243
|
+
RyTableList: [{
|
|
65244
|
+
field: 'state',
|
|
65245
|
+
checkbox: true,
|
|
65246
|
+
width: '50px'
|
|
65247
|
+
}, {
|
|
65248
|
+
field: 'index',
|
|
65249
|
+
title: '序号',
|
|
65250
|
+
width: '50px',
|
|
65251
|
+
align: 'center',
|
|
65252
|
+
valign: 'middle'
|
|
65253
|
+
}, {
|
|
65254
|
+
field: 'name',
|
|
65255
|
+
title: '姓名',
|
|
65256
|
+
width: '90px',
|
|
65257
|
+
align: 'center',
|
|
65258
|
+
valign: 'middle',
|
|
65259
|
+
cellStyle: {
|
|
65260
|
+
css: {
|
|
65261
|
+
cursor: 'pointer'
|
|
65262
|
+
}
|
|
65263
|
+
},
|
|
65264
|
+
searchable: true,
|
|
65265
|
+
sortable: true,
|
|
65266
|
+
listAdvSearchElement: 'input',
|
|
65267
|
+
listAdvSearchIndex: 0
|
|
65268
|
+
}, {
|
|
65269
|
+
field: 'mobilePhone',
|
|
65270
|
+
title: '手机号',
|
|
65271
|
+
width: '110px',
|
|
65272
|
+
align: 'center',
|
|
65273
|
+
valign: 'middle',
|
|
65274
|
+
propType: 'String',
|
|
65275
|
+
cellStyle: {
|
|
65276
|
+
css: {
|
|
65277
|
+
cursor: 'pointer'
|
|
65278
|
+
}
|
|
65279
|
+
},
|
|
65280
|
+
searchable: true,
|
|
65281
|
+
sortable: true,
|
|
65282
|
+
listAdvSearchElement: 'input',
|
|
65283
|
+
listAdvSearchIndex: 1
|
|
65284
|
+
}, {
|
|
65285
|
+
field: 'account',
|
|
65286
|
+
title: '帐号',
|
|
65287
|
+
width: '110px',
|
|
65288
|
+
align: 'left',
|
|
65289
|
+
valign: 'middle',
|
|
65290
|
+
cellStyle: {
|
|
65291
|
+
css: {
|
|
65292
|
+
cursor: 'pointer'
|
|
65293
|
+
}
|
|
65294
|
+
},
|
|
65295
|
+
searchable: true,
|
|
65296
|
+
sortable: true,
|
|
65297
|
+
listAdvSearchElement: 'input',
|
|
65298
|
+
listAdvSearchIndex: 2
|
|
65299
|
+
}, {
|
|
65300
|
+
field: 'expireDate',
|
|
65301
|
+
title: '账号有效期',
|
|
65302
|
+
width: '110px',
|
|
65303
|
+
align: 'center',
|
|
65304
|
+
valign: 'middle',
|
|
65305
|
+
propType: 'java.util.Date',
|
|
65306
|
+
elementFormatter: 'format:yyyy-MM-dd',
|
|
65307
|
+
cellStyle: {
|
|
65308
|
+
css: {
|
|
65309
|
+
cursor: 'pointer'
|
|
65310
|
+
}
|
|
65311
|
+
},
|
|
65312
|
+
searchable: false,
|
|
65313
|
+
sortable: true
|
|
65314
|
+
}, {
|
|
65315
|
+
field: 'orgCode',
|
|
65316
|
+
title: '机构代码',
|
|
65317
|
+
width: '110px',
|
|
65318
|
+
align: 'center',
|
|
65319
|
+
valign: 'middle',
|
|
65320
|
+
cellStyle: {
|
|
65321
|
+
css: {
|
|
65322
|
+
cursor: 'pointer'
|
|
65323
|
+
}
|
|
65324
|
+
},
|
|
65325
|
+
searchable: true,
|
|
65326
|
+
sortable: true,
|
|
65327
|
+
listAdvSearchElement: 'input',
|
|
65328
|
+
listAdvSearchIndex: 3
|
|
65329
|
+
}, {
|
|
65330
|
+
field: 'orgName',
|
|
65331
|
+
title: '机构名称',
|
|
65332
|
+
width: '',
|
|
65333
|
+
align: 'left',
|
|
65334
|
+
valign: 'middle',
|
|
65335
|
+
cellStyle: {
|
|
65336
|
+
css: {
|
|
65337
|
+
cursor: 'pointer'
|
|
65338
|
+
}
|
|
65339
|
+
},
|
|
65340
|
+
searchable: true,
|
|
65341
|
+
sortable: true,
|
|
65342
|
+
listAdvSearchElement: 'input',
|
|
65343
|
+
listAdvSearchIndex: 4
|
|
65344
|
+
}, {
|
|
65345
|
+
field: 'updateTime',
|
|
65346
|
+
title: '更新时间',
|
|
65347
|
+
width: '140px',
|
|
65348
|
+
align: 'center',
|
|
65349
|
+
valign: 'middle',
|
|
65350
|
+
propType: 'java.util.Date',
|
|
65351
|
+
elementFormatter: 'format:yyyy-MM-dd HH:mm:ss',
|
|
65352
|
+
cellStyle: {
|
|
65353
|
+
css: {
|
|
65354
|
+
cursor: 'pointer'
|
|
65355
|
+
}
|
|
65356
|
+
},
|
|
65357
|
+
searchable: false,
|
|
65358
|
+
sortable: true
|
|
65359
|
+
}, {
|
|
65360
|
+
field: 'column_operate',
|
|
65361
|
+
title: '操作',
|
|
65362
|
+
width: '70px',
|
|
65363
|
+
align: 'center',
|
|
65364
|
+
valign: 'middle'
|
|
65365
|
+
}],
|
|
65366
|
+
// 列表页面操作按钮定义(不提供新增、删除)
|
|
65367
|
+
listpageBtns: [{
|
|
65368
|
+
id: 'btn_edit',
|
|
65369
|
+
btnName: '编辑',
|
|
65370
|
+
btnIcon: 'edit',
|
|
65371
|
+
btnClick: 'editObject',
|
|
65372
|
+
btnPermission: 'editObject',
|
|
65373
|
+
btnType: 'column',
|
|
65374
|
+
btnI18nCode: 'edit'
|
|
65375
|
+
}],
|
|
65376
|
+
busiformBtns: [],
|
|
65377
|
+
voBak: null
|
|
65378
|
+
};
|
|
65379
|
+
},
|
|
65380
|
+
computed: {},
|
|
65381
|
+
watch: {},
|
|
65382
|
+
created: function created() {},
|
|
65383
|
+
beforeDestroy: function beforeDestroy() {},
|
|
65384
|
+
mounted: function mounted() {},
|
|
65385
|
+
methods: {
|
|
65386
|
+
onBasicFormBeforeOpen: function onBasicFormBeforeOpen($scope, vo, defer) {
|
|
65387
|
+
if (vo.shortTel !== '' && vo.shortTel !== null && typeof vo.shortTel !== 'undefined' && vo.shortTel !== 'undefined') {
|
|
65388
|
+
var shortTels = vo.shortTel.split(';');
|
|
65389
|
+
shortTels.forEach(function (val, i) {
|
|
65390
|
+
vo['shortTel' + (i + 1)] = val;
|
|
65391
|
+
});
|
|
65392
|
+
} else {
|
|
65393
|
+
vo.shortTel1 = '';
|
|
65394
|
+
vo.shortTel2 = '';
|
|
65395
|
+
vo.shortTel3 = '';
|
|
65396
|
+
vo.shortTel4 = '';
|
|
65397
|
+
}
|
|
65398
|
+
this.$set(vo);
|
|
65399
|
+
defer.resolve(true);
|
|
65400
|
+
},
|
|
65401
|
+
// 人员表打开完成
|
|
65402
|
+
onOrgPersonFormOpened: function onOrgPersonFormOpened($scope, vo) {
|
|
65403
|
+
vo.confirmPassword = '';
|
|
65404
|
+
this.voBak = JSON.parse(JSON.stringify(vo));
|
|
65405
|
+
this.$set(vo);
|
|
65406
|
+
},
|
|
65407
|
+
onOrgPersonFormBeforeSubmit: function onOrgPersonFormBeforeSubmit($scope, vo, defer) {
|
|
65408
|
+
vo.shortTel = '';
|
|
65409
|
+
for (var i = 1; i <= 4; i++) {
|
|
65410
|
+
if (vo.shortTel !== '') vo.shortTel += ';';
|
|
65411
|
+
if (vo['shortTel' + i] !== '' && vo['shortTel' + i] !== null && typeof vo['shortTel' + i] !== 'undefined' && vo['shortTel' + i] !== 'undefined') vo.shortTel += vo['shortTel' + i];
|
|
65412
|
+
}
|
|
65413
|
+
if ($scope.vo.isSysUser !== 2) $scope.vo.openSysCodes = '';
|
|
65414
|
+
defer.resolve(true);
|
|
65415
|
+
}
|
|
65416
|
+
}
|
|
65417
|
+
});
|
|
65418
|
+
;// CONCATENATED MODULE: ./packages/ecwplat/Organ/src/MultiOrgPersonMgr.vue?vue&type=script&lang=js
|
|
65419
|
+
/* harmony default export */ var src_MultiOrgPersonMgrvue_type_script_lang_js = (MultiOrgPersonMgrvue_type_script_lang_js);
|
|
65420
|
+
// EXTERNAL MODULE: ./node_modules/vue-style-loader/index.js??clonedRuleSet-22.use[0]!./node_modules/css-loader/dist/cjs.js??clonedRuleSet-22.use[1]!./node_modules/@vue/vue-loader-v15/lib/loaders/stylePostLoader.js!./node_modules/postcss-loader/dist/cjs.js??clonedRuleSet-22.use[2]!./node_modules/postcss-loader/dist/cjs.js??clonedRuleSet-22.use[3]!./node_modules/sass-loader/dist/cjs.js??clonedRuleSet-22.use[4]!./node_modules/@vue/vue-loader-v15/lib/index.js??vue-loader-options!./packages/ecwplat/Organ/src/MultiOrgPersonMgr.vue?vue&type=style&index=0&id=dceedf42&prod&scoped=true&lang=scss
|
|
65421
|
+
var MultiOrgPersonMgrvue_type_style_index_0_id_dceedf42_prod_scoped_true_lang_scss = __webpack_require__(8333);
|
|
65422
|
+
;// CONCATENATED MODULE: ./packages/ecwplat/Organ/src/MultiOrgPersonMgr.vue?vue&type=style&index=0&id=dceedf42&prod&scoped=true&lang=scss
|
|
65423
|
+
|
|
65424
|
+
;// CONCATENATED MODULE: ./packages/ecwplat/Organ/src/MultiOrgPersonMgr.vue
|
|
65425
|
+
|
|
65426
|
+
|
|
65427
|
+
|
|
65428
|
+
;
|
|
65429
|
+
|
|
65430
|
+
|
|
65431
|
+
/* normalize component */
|
|
65432
|
+
|
|
65433
|
+
var MultiOrgPersonMgr_component = (0,componentNormalizer/* default */.A)(
|
|
65434
|
+
src_MultiOrgPersonMgrvue_type_script_lang_js,
|
|
65435
|
+
MultiOrgPersonMgrvue_type_template_id_dceedf42_scoped_true_render,
|
|
65436
|
+
MultiOrgPersonMgrvue_type_template_id_dceedf42_scoped_true_staticRenderFns,
|
|
65437
|
+
false,
|
|
65438
|
+
null,
|
|
65439
|
+
"dceedf42",
|
|
65440
|
+
null
|
|
65441
|
+
|
|
65442
|
+
)
|
|
65443
|
+
|
|
65444
|
+
/* harmony default export */ var MultiOrgPersonMgr = (MultiOrgPersonMgr_component.exports);
|
|
65177
65445
|
;// CONCATENATED MODULE: ./node_modules/babel-loader/lib/index.js??clonedRuleSet-40.use[0]!./node_modules/@vue/vue-loader-v15/lib/loaders/templateLoader.js??ruleSet[1].rules[3]!./node_modules/@vue/vue-loader-v15/lib/index.js??vue-loader-options!./packages/ecwplat/Organ/src/components/OrgPersonOther.vue?vue&type=template&id=7d1bc490&scoped=true
|
|
65178
65446
|
var OrgPersonOthervue_type_template_id_7d1bc490_scoped_true_render = function render() {
|
|
65179
65447
|
var _vm = this,
|
|
@@ -69753,6 +70021,7 @@ var ColumnEdit_component = (0,componentNormalizer/* default */.A)(
|
|
|
69753
70021
|
|
|
69754
70022
|
|
|
69755
70023
|
|
|
70024
|
+
|
|
69756
70025
|
// 为组件添加 install 方法,用于按需引入
|
|
69757
70026
|
ImportPersonOrg.install = function (Vue) {
|
|
69758
70027
|
Vue.component(ImportPersonOrg.name, ImportPersonOrg);
|
|
@@ -69763,6 +70032,9 @@ ImportWorkgroupMember.install = function (Vue) {
|
|
|
69763
70032
|
OrgPersonMgr.install = function (Vue) {
|
|
69764
70033
|
Vue.component(OrgPersonMgr.name, OrgPersonMgr);
|
|
69765
70034
|
};
|
|
70035
|
+
MultiOrgPersonMgr.install = function (Vue) {
|
|
70036
|
+
Vue.component(MultiOrgPersonMgr.name, MultiOrgPersonMgr);
|
|
70037
|
+
};
|
|
69766
70038
|
OrgPersonForm.install = function (Vue) {
|
|
69767
70039
|
Vue.component(OrgPersonForm.name, OrgPersonForm);
|
|
69768
70040
|
};
|
|
@@ -69790,6 +70062,7 @@ ColumnEdit.install = function (Vue) {
|
|
|
69790
70062
|
var Organ_ImportPersonOrg = ImportPersonOrg;
|
|
69791
70063
|
var Organ_ImportWorkgroupMember = ImportWorkgroupMember;
|
|
69792
70064
|
var Organ_OrgPersonMgr = OrgPersonMgr;
|
|
70065
|
+
var Organ_MultiOrgPersonMgr = MultiOrgPersonMgr;
|
|
69793
70066
|
var Organ_OrgPersonForm = OrgPersonForm;
|
|
69794
70067
|
var Organ_OrgPersonOther = OrgPersonOther;
|
|
69795
70068
|
var Organ_OrgTreeMgr = OrgTreeMgr;
|
|
@@ -169099,6 +169372,27 @@ ___CSS_LOADER_EXPORT___.push([module.id, ".page-content[data-v-4ec2112a]{max-wid
|
|
|
169099
169372
|
/* harmony default export */ __webpack_exports__["default"] = (___CSS_LOADER_EXPORT___);
|
|
169100
169373
|
|
|
169101
169374
|
|
|
169375
|
+
/***/ }),
|
|
169376
|
+
|
|
169377
|
+
/***/ 63179:
|
|
169378
|
+
/***/ (function(module, __webpack_exports__, __webpack_require__) {
|
|
169379
|
+
|
|
169380
|
+
"use strict";
|
|
169381
|
+
__webpack_require__.r(__webpack_exports__);
|
|
169382
|
+
/* harmony import */ var _node_modules_css_loader_dist_runtime_noSourceMaps_js__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(31601);
|
|
169383
|
+
/* harmony import */ var _node_modules_css_loader_dist_runtime_noSourceMaps_js__WEBPACK_IMPORTED_MODULE_0___default = /*#__PURE__*/__webpack_require__.n(_node_modules_css_loader_dist_runtime_noSourceMaps_js__WEBPACK_IMPORTED_MODULE_0__);
|
|
169384
|
+
/* harmony import */ var _node_modules_css_loader_dist_runtime_api_js__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(76314);
|
|
169385
|
+
/* harmony import */ var _node_modules_css_loader_dist_runtime_api_js__WEBPACK_IMPORTED_MODULE_1___default = /*#__PURE__*/__webpack_require__.n(_node_modules_css_loader_dist_runtime_api_js__WEBPACK_IMPORTED_MODULE_1__);
|
|
169386
|
+
// Imports
|
|
169387
|
+
|
|
169388
|
+
|
|
169389
|
+
var ___CSS_LOADER_EXPORT___ = _node_modules_css_loader_dist_runtime_api_js__WEBPACK_IMPORTED_MODULE_1___default()((_node_modules_css_loader_dist_runtime_noSourceMaps_js__WEBPACK_IMPORTED_MODULE_0___default()));
|
|
169390
|
+
// Module
|
|
169391
|
+
___CSS_LOADER_EXPORT___.push([module.id, "[data-v-dceedf42] .el-scrollbar{height:30px;width:100%}[data-v-dceedf42] .el-scrollbar .el-scrollbar__wrap{overflow-x:auto}", ""]);
|
|
169392
|
+
// Exports
|
|
169393
|
+
/* harmony default export */ __webpack_exports__["default"] = (___CSS_LOADER_EXPORT___);
|
|
169394
|
+
|
|
169395
|
+
|
|
169102
169396
|
/***/ }),
|
|
169103
169397
|
|
|
169104
169398
|
/***/ 92200:
|
|
@@ -255411,6 +255705,22 @@ var update = add("033192b0", content, true, {"sourceMap":false,"shadowMode":fals
|
|
|
255411
255705
|
|
|
255412
255706
|
/***/ }),
|
|
255413
255707
|
|
|
255708
|
+
/***/ 8333:
|
|
255709
|
+
/***/ (function(module, __unused_webpack_exports, __webpack_require__) {
|
|
255710
|
+
|
|
255711
|
+
// style-loader: Adds some css to the DOM by adding a <style> tag
|
|
255712
|
+
|
|
255713
|
+
// load the styles
|
|
255714
|
+
var content = __webpack_require__(63179);
|
|
255715
|
+
if(content.__esModule) content = content.default;
|
|
255716
|
+
if(typeof content === 'string') content = [[module.id, content, '']];
|
|
255717
|
+
if(content.locals) module.exports = content.locals;
|
|
255718
|
+
// add the styles to the DOM
|
|
255719
|
+
var add = (__webpack_require__(99548)/* ["default"] */ .A)
|
|
255720
|
+
var update = add("71d10f34", content, true, {"sourceMap":false,"shadowMode":false});
|
|
255721
|
+
|
|
255722
|
+
/***/ }),
|
|
255723
|
+
|
|
255414
255724
|
/***/ 59030:
|
|
255415
255725
|
/***/ (function(module, __unused_webpack_exports, __webpack_require__) {
|
|
255416
255726
|
|
|
@@ -278103,7 +278413,7 @@ function txtLblI18nFunc(el, binding, vnode) {
|
|
|
278103
278413
|
var field = binding.value;
|
|
278104
278414
|
//非中文版、流程类文本标签,使用语言包中的配置
|
|
278105
278415
|
var moduleCode = (vnode.context.moduleCode || '').toLowerCase();
|
|
278106
|
-
if (field && (vnode.context.$i18n.locale !== 'zhCN' || moduleCode === 'wflowform' || moduleCode === '
|
|
278416
|
+
if (field && (vnode.context.$i18n.locale !== 'zhCN' || moduleCode === 'wflowform' || moduleCode === 'usersetting')) {
|
|
278107
278417
|
var attrs = vnode.data.attrs || {};
|
|
278108
278418
|
var label = vnode.context.$i18n.generateTitle({
|
|
278109
278419
|
i18nCode: binding.value
|
|
@@ -279137,7 +279447,7 @@ function wappaio_arrayLikeToArray(r, a) { (null == a || a > r.length) && (a = r.
|
|
|
279137
279447
|
function wappaio_iterableToArrayLimit(r, l) { var t = null == r ? null : "undefined" != typeof Symbol && r[Symbol.iterator] || r["@@iterator"]; if (null != t) { var e, n, i, u, a = [], f = !0, o = !1; try { if (i = (t = t.call(r)).next, 0 === l) { if (Object(t) !== t) return; f = !1; } else for (; !(f = (e = i.call(t)).done) && (a.push(e.value), a.length !== l); f = !0); } catch (r) { o = !0, n = r; } finally { try { if (!f && null != t.return && (u = t.return(), Object(u) !== u)) return; } finally { if (o) throw n; } } return a; } }
|
|
279138
279448
|
function wappaio_arrayWithHoles(r) { if (Array.isArray(r)) return r; }
|
|
279139
279449
|
// =============================================================
|
|
279140
|
-
// PC
|
|
279450
|
+
// PC 端整合包:核心组件同步注�?+ 重型组件异步全局注册(chunk 级按需加载�?
|
|
279141
279451
|
// 业务代码无需改动,模板可直接使用 <RichtextEditor /> <PdfTools /> 等全局组件
|
|
279142
279452
|
// 首次渲染时才下载对应 chunk
|
|
279143
279453
|
// =============================================================
|
|
@@ -279172,9 +279482,9 @@ function wappaio_arrayWithHoles(r) { if (Array.isArray(r)) return r; }
|
|
|
279172
279482
|
|
|
279173
279483
|
var components = [app, auth, eventBus, user, Basicform, Basicform_DynamicForm, Basicform_FormItem, DataTable, DataTable_Toolbar, DataTable_RenderAttachColumn, DatetimeRange, DoingDialog, InnerTable, LRLayout, LeftPanel, RightPanel, PageHeader, PageContent, ScrollPane, SelectDialog, SelectGroup, SidebarLogo, SvgIcon, WfNames];
|
|
279174
279484
|
|
|
279175
|
-
// ---------- 重型组件异步全局注册清单(chunk
|
|
279176
|
-
// 格式:[
|
|
279177
|
-
// 通过 webpackChunkName magic-comment 控制分包;同 chunkName
|
|
279485
|
+
// ---------- 重型组件异步全局注册清单(chunk 级按需加载�?----------
|
|
279486
|
+
// 格式:[全局组件�? 异步工厂函数]
|
|
279487
|
+
// 通过 webpackChunkName magic-comment 控制分包;同 chunkName 会合并到同一�?chunk
|
|
279178
279488
|
var asyncComponents = [
|
|
279179
279489
|
// ========== ecwapp 业务功能 ==========
|
|
279180
279490
|
['BatchProcessing', function () {
|
|
@@ -279200,7 +279510,7 @@ var asyncComponents = [
|
|
|
279200
279510
|
return m.TextRecognition;
|
|
279201
279511
|
});
|
|
279202
279512
|
}],
|
|
279203
|
-
// ========== ecwapp/Wflowform 工作流表单子组件
|
|
279513
|
+
// ========== ecwapp/Wflowform 工作流表单子组件 �?chunk: wflow-form ==========
|
|
279204
279514
|
['Attachment', function () {
|
|
279205
279515
|
return Promise.resolve(/* import() eager */).then(__webpack_require__.bind(__webpack_require__, 44462)).then(function (m) {
|
|
279206
279516
|
return m.Attachment;
|
|
@@ -279286,7 +279596,7 @@ var asyncComponents = [
|
|
|
279286
279596
|
return m.WformLayout;
|
|
279287
279597
|
});
|
|
279288
279598
|
}],
|
|
279289
|
-
// ========== ecwplat 平台管理
|
|
279599
|
+
// ========== ecwplat 平台管理 �?chunk: plat-* ==========
|
|
279290
279600
|
['Product', function () {
|
|
279291
279601
|
return Promise.resolve(/* import() eager */).then(__webpack_require__.bind(__webpack_require__, 35257)).then(function (m) {
|
|
279292
279602
|
return m.Product;
|
|
@@ -279348,47 +279658,51 @@ var asyncComponents = [
|
|
|
279348
279658
|
return m.FrameLoader;
|
|
279349
279659
|
});
|
|
279350
279660
|
}], ['ImportPersonOrg', function () {
|
|
279351
|
-
return Promise.resolve(/* import() eager */).then(__webpack_require__.bind(__webpack_require__,
|
|
279661
|
+
return Promise.resolve(/* import() eager */).then(__webpack_require__.bind(__webpack_require__, 16974)).then(function (m) {
|
|
279352
279662
|
return m.ImportPersonOrg;
|
|
279353
279663
|
});
|
|
279354
279664
|
}], ['ImportWorkgroupMember', function () {
|
|
279355
|
-
return Promise.resolve(/* import() eager */).then(__webpack_require__.bind(__webpack_require__,
|
|
279665
|
+
return Promise.resolve(/* import() eager */).then(__webpack_require__.bind(__webpack_require__, 16974)).then(function (m) {
|
|
279356
279666
|
return m.ImportWorkgroupMember;
|
|
279357
279667
|
});
|
|
279358
279668
|
}], ['OrgPersonMgr', function () {
|
|
279359
|
-
return Promise.resolve(/* import() eager */).then(__webpack_require__.bind(__webpack_require__,
|
|
279669
|
+
return Promise.resolve(/* import() eager */).then(__webpack_require__.bind(__webpack_require__, 16974)).then(function (m) {
|
|
279360
279670
|
return m.OrgPersonMgr;
|
|
279361
279671
|
});
|
|
279672
|
+
}], ['MultiOrgPersonMgr', function () {
|
|
279673
|
+
return Promise.resolve(/* import() eager */).then(__webpack_require__.bind(__webpack_require__, 16974)).then(function (m) {
|
|
279674
|
+
return m.MultiOrgPersonMgr;
|
|
279675
|
+
});
|
|
279362
279676
|
}], ['OrgPersonForm', function () {
|
|
279363
|
-
return Promise.resolve(/* import() eager */).then(__webpack_require__.bind(__webpack_require__,
|
|
279677
|
+
return Promise.resolve(/* import() eager */).then(__webpack_require__.bind(__webpack_require__, 16974)).then(function (m) {
|
|
279364
279678
|
return m.OrgPersonForm;
|
|
279365
279679
|
});
|
|
279366
279680
|
}], ['OrgPersonOther', function () {
|
|
279367
|
-
return Promise.resolve(/* import() eager */).then(__webpack_require__.bind(__webpack_require__,
|
|
279681
|
+
return Promise.resolve(/* import() eager */).then(__webpack_require__.bind(__webpack_require__, 16974)).then(function (m) {
|
|
279368
279682
|
return m.OrgPersonOther;
|
|
279369
279683
|
});
|
|
279370
279684
|
}], ['OrgTreeMgr', function () {
|
|
279371
|
-
return Promise.resolve(/* import() eager */).then(__webpack_require__.bind(__webpack_require__,
|
|
279685
|
+
return Promise.resolve(/* import() eager */).then(__webpack_require__.bind(__webpack_require__, 16974)).then(function (m) {
|
|
279372
279686
|
return m.OrgTreeMgr;
|
|
279373
279687
|
});
|
|
279374
279688
|
}], ['JobMatrixMgr', function () {
|
|
279375
|
-
return Promise.resolve(/* import() eager */).then(__webpack_require__.bind(__webpack_require__,
|
|
279689
|
+
return Promise.resolve(/* import() eager */).then(__webpack_require__.bind(__webpack_require__, 16974)).then(function (m) {
|
|
279376
279690
|
return m.JobMatrixMgr;
|
|
279377
279691
|
});
|
|
279378
279692
|
}], ['GroupMatrixMgr', function () {
|
|
279379
|
-
return Promise.resolve(/* import() eager */).then(__webpack_require__.bind(__webpack_require__,
|
|
279693
|
+
return Promise.resolve(/* import() eager */).then(__webpack_require__.bind(__webpack_require__, 16974)).then(function (m) {
|
|
279380
279694
|
return m.GroupMatrixMgr;
|
|
279381
279695
|
});
|
|
279382
279696
|
}], ['OrgUserList', function () {
|
|
279383
|
-
return Promise.resolve(/* import() eager */).then(__webpack_require__.bind(__webpack_require__,
|
|
279697
|
+
return Promise.resolve(/* import() eager */).then(__webpack_require__.bind(__webpack_require__, 16974)).then(function (m) {
|
|
279384
279698
|
return m.OrgUserList;
|
|
279385
279699
|
});
|
|
279386
279700
|
}], ['OrgTreeLRLayout', function () {
|
|
279387
|
-
return Promise.resolve(/* import() eager */).then(__webpack_require__.bind(__webpack_require__,
|
|
279701
|
+
return Promise.resolve(/* import() eager */).then(__webpack_require__.bind(__webpack_require__, 16974)).then(function (m) {
|
|
279388
279702
|
return m.OrgTreeLRLayout;
|
|
279389
279703
|
});
|
|
279390
279704
|
}], ['ColumnEdit', function () {
|
|
279391
|
-
return Promise.resolve(/* import() eager */).then(__webpack_require__.bind(__webpack_require__,
|
|
279705
|
+
return Promise.resolve(/* import() eager */).then(__webpack_require__.bind(__webpack_require__, 16974)).then(function (m) {
|
|
279392
279706
|
return m.ColumnEdit;
|
|
279393
279707
|
});
|
|
279394
279708
|
}], ['WfdList', function () {
|
|
@@ -279404,7 +279718,7 @@ var asyncComponents = [
|
|
|
279404
279718
|
return m.DataDictForm;
|
|
279405
279719
|
});
|
|
279406
279720
|
}],
|
|
279407
|
-
// ========== ecwplus
|
|
279721
|
+
// ========== ecwplus 设计器系�?�?chunk: devtool-* ==========
|
|
279408
279722
|
['BusiformDesigner', function () {
|
|
279409
279723
|
return Promise.resolve(/* import() eager */).then(__webpack_require__.bind(__webpack_require__, 91771)).then(function (m) {
|
|
279410
279724
|
return m.BusiformDesigner;
|
|
@@ -279496,7 +279810,7 @@ var asyncComponents = [
|
|
|
279496
279810
|
return m.TableEntityMgr;
|
|
279497
279811
|
});
|
|
279498
279812
|
}],
|
|
279499
|
-
// ========== 工作流设计器 +
|
|
279813
|
+
// ========== 工作流设计器 + 系统设计�?==========
|
|
279500
279814
|
['WflowDesigner', function () {
|
|
279501
279815
|
return Promise.resolve(/* import() eager */).then(__webpack_require__.bind(__webpack_require__, 81096));
|
|
279502
279816
|
}], ['ImportWf', function () {
|
|
@@ -279521,7 +279835,7 @@ var wappaio_install = function install(Vue) {
|
|
|
279521
279835
|
Vue.use(component);
|
|
279522
279836
|
});
|
|
279523
279837
|
|
|
279524
|
-
// 2.
|
|
279838
|
+
// 2. 异步全局注册重型组件(首次渲染时才下�?chunk�?
|
|
279525
279839
|
asyncComponents.forEach(function (_ref) {
|
|
279526
279840
|
var _ref2 = wappaio_slicedToArray(_ref, 2),
|
|
279527
279841
|
name = _ref2[0],
|
|
@@ -279529,7 +279843,7 @@ var wappaio_install = function install(Vue) {
|
|
|
279529
279843
|
Vue.component(name, factory);
|
|
279530
279844
|
});
|
|
279531
279845
|
|
|
279532
|
-
// 3. 异步加载工作流引擎插件(独立 chunk
|
|
279846
|
+
// 3. 异步加载工作流引擎插件(独立 chunk�?
|
|
279533
279847
|
Promise.resolve(/* import() eager */).then(__webpack_require__.bind(__webpack_require__, 88838)).then(function (m) {
|
|
279534
279848
|
Vue.use(m.default || m);
|
|
279535
279849
|
});
|
|
@@ -279560,13 +279874,13 @@ var webSocket = websocket/* default */.A;
|
|
|
279560
279874
|
}, components));
|
|
279561
279875
|
|
|
279562
279876
|
// =============================================================
|
|
279563
|
-
//
|
|
279564
|
-
//
|
|
279877
|
+
// 兼容�?Module 工厂函数 export(路�?动态场景主动调用)
|
|
279878
|
+
// 使用示例�?
|
|
279565
279879
|
// const { WflowDesignerModule } = require('ecinc-cloud-wappaio')
|
|
279566
279880
|
// components: { WflowDesigner: () => WflowDesignerModule().then(m => m.default) }
|
|
279567
279881
|
// =============================================================
|
|
279568
279882
|
|
|
279569
|
-
// ----------
|
|
279883
|
+
// ---------- 工作流相�?----------
|
|
279570
279884
|
var WfengineModule = function WfengineModule() {
|
|
279571
279885
|
return Promise.resolve(/* import() eager */).then(__webpack_require__.bind(__webpack_require__, 88838));
|
|
279572
279886
|
};
|
|
@@ -279597,7 +279911,7 @@ var ModuleIndexModule = function ModuleIndexModule() {
|
|
|
279597
279911
|
return Promise.resolve(/* import() eager */).then(__webpack_require__.bind(__webpack_require__, 49468));
|
|
279598
279912
|
};
|
|
279599
279913
|
var OrganModule = function OrganModule() {
|
|
279600
|
-
return Promise.resolve(/* import() eager */).then(__webpack_require__.bind(__webpack_require__,
|
|
279914
|
+
return Promise.resolve(/* import() eager */).then(__webpack_require__.bind(__webpack_require__, 16974));
|
|
279601
279915
|
};
|
|
279602
279916
|
var WfdListModule = function WfdListModule() {
|
|
279603
279917
|
return Promise.resolve(/* import() eager */).then(__webpack_require__.bind(__webpack_require__, 29361));
|