摘要: 需求: 当添加文件夹或者表单时展开该节点 addChildDirectory(node, data) { this.$nextTick(() => { // 重命名时展开改文件夹 this.$refs.tree.store.nodesMap[data.id].expanded = true; }); 阅读全文
posted @ 2023-11-28 14:44 sinceForever 阅读(129) 评论(0) 推荐(0) 编辑