This commit is contained in:
GGJ
2025-02-28 14:41:22 +08:00
parent 91fa9ffb19
commit 5f125afede
3 changed files with 4 additions and 2 deletions

View File

@@ -14,6 +14,7 @@
style="width: 100%; height: 100%"
:props="props"
:data="fromDataValue"
default-expand-all
:default-expanded-keys="leftDefaultExpandedKeys"
show-checkbox
node-key="id"
@@ -47,6 +48,7 @@
ref="rightTree"
style="width: 100%; height: 100%"
:props="props"
default-expand-all
:data="toDataValue"
:default-expanded-keys="rightDefaultExpandedKeys"
show-checkbox