摘要:
1. @selection-change="handleSelectionChange" 2.在data中增加数组: multipleSelection: [], 3. handleSelectionChange(val) { this.multipleSelection = val; if (th 阅读全文
posted @ 2019-08-20 15:49 Hhuizi 阅读(1200) 评论(0) 推荐(0)
|
摘要:
1. @selection-change="handleSelectionChange" 2.在data中增加数组: multipleSelection: [], 3. handleSelectionChange(val) { this.multipleSelection = val; if (th 阅读全文
posted @ 2019-08-20 15:49 Hhuizi 阅读(1200) 评论(0) 推荐(0) |
||