@lingxiteam/ebe-utils 0.3.17 → 0.3.18
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.
|
@@ -213,10 +213,11 @@ const ImportBusiObjModal = forwardRef<ImportBusiObjModalHooks, ImportBusiObjModa
|
|
|
213
213
|
return;
|
|
214
214
|
}
|
|
215
215
|
try {
|
|
216
|
-
const { busiObjectId, fileName, customGroup } = params || {};
|
|
216
|
+
const { busiObjectId, fileName, customGroup, templateData = { type: 'default' } } = params || {};
|
|
217
217
|
const obj: any = {
|
|
218
218
|
pickRows: selectedRows,
|
|
219
219
|
busiObjectId,
|
|
220
|
+
templateData,
|
|
220
221
|
};
|
|
221
222
|
// 存在配置的表头分组,下载模版时需要传给后端组装多表头模版
|
|
222
223
|
if (customGroup && typeof parseGroupFunction === 'function') {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@lingxiteam/ebe-utils",
|
|
3
|
-
"version": "0.3.
|
|
3
|
+
"version": "0.3.18",
|
|
4
4
|
"description": "",
|
|
5
5
|
"keywords": [],
|
|
6
6
|
"author": "",
|
|
@@ -19,7 +19,7 @@
|
|
|
19
19
|
"@babel/types": "^7.12.12",
|
|
20
20
|
"cac": "^6.7.14",
|
|
21
21
|
"fs-extra": "9.x",
|
|
22
|
-
"@lingxiteam/ebe": "0.3.
|
|
22
|
+
"@lingxiteam/ebe": "0.3.18"
|
|
23
23
|
},
|
|
24
24
|
"publishConfig": {
|
|
25
25
|
"access": "public"
|