ecinc-cloud-yoagwgl 9.5.100 → 9.5.200
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 +5 -1
- package/lib/ecyoagwgl.common.js +43665 -28822
- package/lib/ecyoagwgl.umd.js +43665 -28822
- package/lib/ecyoagwgl.umd.min.js +29 -5
- package/package.json +1 -1
package/index.js
CHANGED
|
@@ -12,6 +12,8 @@ import GwglGdgl from './src/gdgl/index'
|
|
|
12
12
|
// gwjh
|
|
13
13
|
import GwglGwjh from './src/gwjh/index'
|
|
14
14
|
import GwglGwjhReceiptFile from './src/gwjh/components/ReceiptFile'
|
|
15
|
+
import GwglGwjhCommonGroupsIndex from './src/gwjh/commonGroups/index'
|
|
16
|
+
import GwglGwjhOrgOrganizationIndex from './src/gwjh/orgOrganization/index'
|
|
15
17
|
// portlet
|
|
16
18
|
import GwglPortletBwsctj from './src/portlet/Bwsctj'
|
|
17
19
|
import GwglPortletBwsltj from './src/portlet/Bwsltj'
|
|
@@ -46,7 +48,9 @@ const components = {
|
|
|
46
48
|
GwglSettingGdgz,
|
|
47
49
|
GwglSettingFlgl,
|
|
48
50
|
GwglTjbg,
|
|
49
|
-
GwglFileForm
|
|
51
|
+
GwglFileForm,
|
|
52
|
+
GwglGwjhCommonGroupsIndex,
|
|
53
|
+
GwglGwjhOrgOrganizationIndex
|
|
50
54
|
|
|
51
55
|
}
|
|
52
56
|
// 定义 install 方法
|