1***@qq.com
1***@qq.com
  • 发布:2022-03-09 11:41
  • 更新:2022-04-18 15:30
  • 阅读:431

#插件讨论# 【 树形选择器增强版,支持多选、单选、父级选择,Picker形式 - 诗小柒 】_show()找不到

分类:uni-app

this.$refs.tkitree._show();显示_show()找不到

2022-03-09 11:41 负责人:无 分享
已邀请:
4***@qq.com

4***@qq.com

// 显示树形选择器
showTree(index) {//v-for 树形选择器的index
this.$nextTick(() => {
this.$refs.tkitree[index]._show();
});
},

该问题目前已经被锁定, 无法添加新回复