this.$nextTick(function () {
this.stockTableData.forEach((row) => {
if (this.constructStockIdList.includes(row.construct_stock_id)) {
this.$refs.stockTableData.toggleRowSelection(row, true)
}
})
})
el-table默认打钩
最新推荐文章于 2024-09-20 09:53:20 发布