mirror of
https://github.com/vbenjs/vue-vben-admin.git
synced 2025-08-28 07:41:13 +08:00
fix: fix form,transition,build bug
This commit is contained in:
@@ -161,6 +161,7 @@ export default defineComponent({
|
||||
const treeData: any = cloneDeep(unref(treeDataRef));
|
||||
if (!parentKey) {
|
||||
treeData[push](node);
|
||||
treeDataRef.value = treeData;
|
||||
return;
|
||||
}
|
||||
const { key: keyField, children: childrenField } = unref(getReplaceFields);
|
||||
|
Reference in New Issue
Block a user