@@ -352,6 +352,7 @@ export default {
},
// 表格多选
getChange(row) {
+ this.ids = []
if (row.length > 0) {
row.map(i => {
if (this.ids.findIndex(j => j === i.id) === -1) {