|
@@ -172,7 +172,7 @@ export default {
|
|
this.chooseDealerList = list
|
|
this.chooseDealerList = list
|
|
const newArr = list.map(item => {
|
|
const newArr = list.map(item => {
|
|
return {
|
|
return {
|
|
- buyerSn: item.dealerSn
|
|
|
|
|
|
+ buyerSn: item.buyerSn
|
|
}
|
|
}
|
|
})
|
|
})
|
|
this.form.promoBuyerList = newArr
|
|
this.form.promoBuyerList = newArr
|