ElementUI el-tree 懒加载模式的节点刷新
在 lazy=true
模式的 el-tree 中,节点通过 load
方法加载。如果有需要手动刷新节点数据的需求,可以使用以下方法:
data
return {
treeRootNode: null
}
2025年6月6日大约 1 分钟
在 lazy=true
模式的 el-tree 中,节点通过 load
方法加载。如果有需要手动刷新节点数据的需求,可以使用以下方法:
return {
treeRootNode: null
}