xh-lab-rc 0.18.4 → 0.18.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.
|
@@ -147,7 +147,7 @@ var LabOperateTree = function LabOperateTree() {
|
|
|
147
147
|
initOperateTree(_toConsumableArray(props.treeData), {});
|
|
148
148
|
}
|
|
149
149
|
}, props.leafOperateListElement),
|
|
150
|
-
open: openMarkData[v.SOURCE_PATH],
|
|
150
|
+
open: openMarkData[v.SOURCE_PATH] || false,
|
|
151
151
|
onOpenChange: function onOpenChange(newOpen) {
|
|
152
152
|
if (newOpen) {
|
|
153
153
|
var _props$onOpenPopover;
|