为了账号安全,请及时绑定邮箱和手机立即绑定

element ui通过this.$refs.tree.getCheckedKeys()方法获取不到

element ui通过this.$refs.tree.getCheckedKeys()方法获取不到

慕斯709654 2019-01-30 17:27:44
element ui在dialog对话框中使用tree组件,点击确定,通过`this.$refs.tree.getCheckedKeys()为什么获取不到值?该怎么解决?求大神!报错:"TypeError: Cannot read property 'getCheckedKeys' of undefined"    <el-dialog title="分配角色" :visible.sync="showRoleTreeDialog">        <el-tree :data="roleTreeList" show-checkbox node-key="id" :props="{label: 'name'}"                 :default-checked-keys="checkedRoleIds" style="border: 0">        </el-tree>        <div slot="footer" class="dialog-footer">            <el-button @click="showRoleTreeDialog = false">取 消</el-button>            <el-button type="primary" @click="doAuthorize">确 定</el-button>        </div>    </el-dialog>
查看完整描述

2 回答

  • 2 回答
  • 0 关注
  • 12113 浏览
慕课专栏
更多

添加回答

举报

0/150
提交
取消
意见反馈 帮助中心 APP下载
官方微信