类似iview ui 的给 data 项设置特殊 key _checked: true 可以默认选中当前项。 https://www.iviewui.com/components/table#DX 谢谢! What is actually happening? https://jsfiddle.net/4qzrudps/8/ 可以试试toggleRowSelection这个函数去选择某一行。https://jsfiddle.net/zhiyang/3kunm687/2/ mounted(){t...
el-table设置默认选中报错_this.$refs.singleTable.toggleRowSelection is not a function 直接使用以下的方法,报错信息是_this.$refs.singleTable.toggleRowSelection is not a function this.$refs.singleTable.toggleRowSelection(item,true) 看了网上的解决方法,加了this.$nextTick,代码如下,但还是报错Error in n...