@zgfe/business-lib 1.2.55-plat.4 → 1.2.55-plat.5
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.
|
@@ -174,11 +174,6 @@ var CascaderOverlay = function CascaderOverlay(props) {
|
|
|
174
174
|
if (item.labelGroup === currentSelect) {
|
|
175
175
|
item.children = pageNo === 1 ? _toConsumableArray(result) : item.children.concat(result);
|
|
176
176
|
}
|
|
177
|
-
if (!isOpenLayer) {
|
|
178
|
-
item.children.forEach(function (element) {
|
|
179
|
-
element.layers = [];
|
|
180
|
-
});
|
|
181
|
-
}
|
|
182
177
|
return _objectSpread({}, item);
|
|
183
178
|
});
|
|
184
179
|
});
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@zgfe/business-lib",
|
|
3
|
-
"version": "1.2.55-plat.
|
|
3
|
+
"version": "1.2.55-plat.5",
|
|
4
4
|
"module": "es/index.js",
|
|
5
5
|
"typings": "es/index.d.ts",
|
|
6
6
|
"files": [
|
|
@@ -55,7 +55,7 @@
|
|
|
55
55
|
"react": "^16.12.0 || ^17.0.0",
|
|
56
56
|
"yorkie": "^2.0.0"
|
|
57
57
|
},
|
|
58
|
-
"gitHead": "
|
|
58
|
+
"gitHead": "3799f2a210e761085150c43e9ec9b32149f003b2",
|
|
59
59
|
"gitHooks": {
|
|
60
60
|
"pre-commit": "lint-staged"
|
|
61
61
|
}
|