This commit is contained in:
liaoboping 2025-09-01 10:12:03 +08:00
parent 8d7f731ce2
commit 19aa8d091f

View File

@ -191,7 +191,7 @@
<a-tree <a-tree
:treeData="scenarioModal.zzbzllTree" :treeData="scenarioModal.zzbzllTree"
:replaceFields="{ title: 'name', key: 'id' }" :replaceFields="{ title: 'name', key: 'id' }"
:selected="false" :selectable="false"
:expandedKeys.sync="scenarioModal.expandedKeys" :expandedKeys.sync="scenarioModal.expandedKeys"
> >
</a-tree> </a-tree>