当前位置:网站首页>el-table,el-table-column,selection,获取多选选中的数据
el-table,el-table-column,selection,获取多选选中的数据
2022-08-05 05:13:00 【xx820702】
<el-table @selection-change="handleSelectCodeForTicket" :data="tableData" :height="tableHeight" >
<el-table-column
type="selection"
width="50">
</el-table-column>
</el-table>
Selection: [],
methods: {
// 选择
handleSelectCodeForTicket (val) {
console.log(val)
this.Selection = []
val.forEach(v => {
this.Selection.push(v.code)
})
}
}
边栏推荐
猜你喜欢
随机推荐
【NFT开发】设计师无技术基础保姆级开发NFT教程在Opensea上全套开发一个NFT项目+构建Web3网站
redis persistence
redis 持久化
Geek卸载工具
学习总结week2_4
【过一下7】全连接神经网络视频第一节的笔记
RDD和DataFrame和Dataset
解决端口占用问题
学习总结week3_1函数
2022 Hangzhou Electric Multi-School 1st Session 01
A blog clears the Redis technology stack
redis 缓存清除策略
【过一下3】卷积&图像噪音&边缘&纹理
【过一下15】学习 lstm的一周
[Let's pass 14] A day in the study room
[WeChat applet] WXML template syntax - conditional rendering
In Opencv, imag=cv2.cvtColor(imag,cv2.COLOR_BGR2GRAY) error: error:!_src.empty() in function 'cv::cvtColor'
server disk array
Difference between for..in and for..of
学习总结week3_3迭代器_模块