美文网首页
tree组件设置defaultExpandAll无效

tree组件设置defaultExpandAll无效

作者: Vivian_0430 | 来源:发表于2019-08-06 08:39 被阅读0次

解决方法:标签内添加v-if

<a-tree
  v-if="tree.length"
  :default-expand-all="defaultExpandAll"
  multiple
  :selected-keys="selectedKeys"
  :checked-keys="checkedKeys"
  :tree-data="tree"
  :check-strictly="true"
  @select="onSelect"
  @check="onCheck"
  @rightClick="rightHandle"
/>

相关文章

网友评论

      本文标题:tree组件设置defaultExpandAll无效

      本文链接:https://www.haomeiwen.com/subject/jjbbdctx.html