elementUI表格默认多选
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); }); })
浙公网安备 33010602011771号