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); }); })

  

posted @ 2023-04-27 17:44  前端小菜鸡美哥  阅读(15)  评论(0)    收藏  举报