@lingxiteam/ebe-utils 0.0.37 → 0.0.38
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.
|
@@ -54,10 +54,10 @@ const useTransSuperObjectParams = (params: TransSuperObjectParams) => {
|
|
|
54
54
|
params.insts[busiObjectId] = transInsts(
|
|
55
55
|
Object.assign({}, data[name], formDataSoure),
|
|
56
56
|
);
|
|
57
|
-
} else {
|
|
58
|
-
// 其它形式,比如数组
|
|
59
|
-
params.insts[busiObjectId] = transInsts(data[name]);
|
|
60
57
|
}
|
|
58
|
+
} else {
|
|
59
|
+
// 其它形式,比如数组
|
|
60
|
+
params.insts[busiObjectId] = transInsts(data[name]);
|
|
61
61
|
}
|
|
62
62
|
}
|
|
63
63
|
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@lingxiteam/ebe-utils",
|
|
3
|
-
"version": "0.0.
|
|
3
|
+
"version": "0.0.38",
|
|
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.0.
|
|
22
|
+
"@lingxiteam/ebe": "0.0.38"
|
|
23
23
|
},
|
|
24
24
|
"publishConfig": {
|
|
25
25
|
"access": "public"
|