ElementUI 删除 el-table 当前选中行(不是selection列)
FLowUs邀请链接:https://flowus.cn/login?code=AXNU63
FlowUs邀请码:AXNU63
一句话即可:
this.表格绑定的data.splice(this.$refs.表格的ref.store.states.selection, 1)
FLowUs邀请链接:https://flowus.cn/login?code=AXNU63
FlowUs邀请码:AXNU63
一句话即可:
this.表格绑定的data.splice(this.$refs.表格的ref.store.states.selection, 1)