this.multipleSelection = row.mer_type_id this.$nextTick(()=>{ this.multipleSelection.forEach(id => { const row = this.categoryMerTypeList.find(item => item.mer_type_id == id); this.$refs.multipleTable.toggleRowSelection(row, true); }); })
标签:多选,表格,elementUI,multipleSelection,item,mer,id,row From: https://www.cnblogs.com/zcm1688/p/17359797.html