|
@@ -95,7 +95,7 @@ export default {
|
|
|
this.data = res.data && res.data.list ? res.data.list : []
|
|
|
const notSn = []
|
|
|
this.notDealerSn.map(item => { notSn.push(item.parentDealerSn) })
|
|
|
- this.data = this.data.filter(item => item.dealerType1 && !this.notDealerType.includes(item.dealerType1))
|
|
|
+ this.data = this.data.filter(item => item.dealerLevel && !this.notDealerType.includes(item.dealerLevel))
|
|
|
console.log(notSn)
|
|
|
this.data = this.data.filter(item => !notSn.includes(item.dealerSn))
|
|
|
this.fetching = false
|