博客园  :: 首页  :: 新随笔  :: 联系 :: 订阅 订阅  :: 管理

2019年8月20日

摘要: 1. @selection-change="handleSelectionChange" 2.在data中增加数组: multipleSelection: [], 3. handleSelectionChange(val) { this.multipleSelection = val; if (th 阅读全文

posted @ 2019-08-20 15:49 Hhuizi 阅读(1166) 评论(0) 推荐(0) 编辑