@ -63,7 +63,7 @@ export default {
handleSelectionChange(row) {
const aa = []
row.forEach(element => {
aa.push(element.customerVehSid)
aa.push(element.sid)
})
this.sids = aa
},