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

1***@qq.com
- 发布:2022-03-09 11:41
- 更新:2022-04-18 15:30
- 阅读:431
#插件讨论# 【 树形选择器增强版,支持多选、单选、父级选择,Picker形式 - 诗小柒 】_show()找不到
分类:uni-app
1 个回复
4***@qq.com
// 显示树形选择器
showTree(index) {//v-for 树形选择器的index
this.$nextTick(() => {
this.$refs.tkitree[index]._show();
});
},