|
@@ -238,10 +238,8 @@ export default {
|
|
|
addDealerOk (list) {
|
|
|
const _this = this
|
|
|
_this.hasEq = list.filter(item => !this.chooseDealerList.map(k => k.dealerSn).includes(item.dealerSn))
|
|
|
- console.log('11111111:', _this.hasEq)
|
|
|
_this.chooseDealerList = list
|
|
|
_this.openDealerModal = false
|
|
|
- debugger
|
|
|
},
|
|
|
// 部分经销商 删除
|
|
|
delBuyerName (row) {
|