ecinc-cloud-yoabase 9.5.231 → 9.5.233
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 +3 -1
- package/lib/ecyoabase.common.js +628 -183
- package/lib/ecyoabase.umd.js +628 -183
- package/lib/ecyoabase.umd.min.js +3 -3
- package/package.json +1 -1
package/index.js
CHANGED
|
@@ -138,6 +138,7 @@ import wfhandovernote from './src/workflow/wfInstance/mainform/components/handov
|
|
|
138
138
|
|
|
139
139
|
//basicformOpenPage
|
|
140
140
|
import BasicformOpenPage from './src/BasicformOpenPage/newBusiForm'
|
|
141
|
+
import importProductConfig from './src/importProductConfig/importFile'
|
|
141
142
|
// 以对象的结构保存组件,便于遍历
|
|
142
143
|
const components = {
|
|
143
144
|
CityCodeConfig,
|
|
@@ -292,7 +293,8 @@ const components = {
|
|
|
292
293
|
mappWorkEchartR,
|
|
293
294
|
wfsubmission,
|
|
294
295
|
wfhandovernote,
|
|
295
|
-
BasicformOpenPage
|
|
296
|
+
BasicformOpenPage,
|
|
297
|
+
importProductConfig
|
|
296
298
|
}
|
|
297
299
|
// 定义 install 方法
|
|
298
300
|
const install = function (Vue) {
|