ecinc-cloud-yoagwgl 9.5.200 → 9.5.211

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 CHANGED
@@ -4,6 +4,8 @@ import GwglFilingSystem from './src/components/FilingSystem'
4
4
  import GwglFlowList from './src/components/flowList'
5
5
  import GwglTbColumns from './src/components/TbColumns'
6
6
  import GwglModuleIndex from './src/components/moduleIndex'
7
+ import GwglZdzggToForm from './src/components/zdzggForm.vue'
8
+ import GwglInternalCommsInfo from './src/components/InternalCommsInfo'
7
9
  // fileLevel 为操作列,在src下
8
10
  import GwglFileLevel from './src/fileLevel/index'
9
11
 
@@ -35,6 +37,7 @@ const components = {
35
37
  GwglFilingSystem,
36
38
  GwglFlowList,
37
39
  GwglTbColumns,
40
+ GwglZdzggToForm,
38
41
  GwglModuleIndex,
39
42
  GwglFileLevel,
40
43
  GwglGdgl,
@@ -50,7 +53,8 @@ const components = {
50
53
  GwglTjbg,
51
54
  GwglFileForm,
52
55
  GwglGwjhCommonGroupsIndex,
53
- GwglGwjhOrgOrganizationIndex
56
+ GwglGwjhOrgOrganizationIndex,
57
+ GwglInternalCommsInfo
54
58
 
55
59
  }
56
60
  // 定义 install 方法