|
@@ -81,7 +81,7 @@ export default {
|
|
this.fetching = true
|
|
this.fetching = true
|
|
const params = {}
|
|
const params = {}
|
|
params.queryWord = dealerName.trim()
|
|
params.queryWord = dealerName.trim()
|
|
- queryCanRelevancyDealer({}).then(res => {
|
|
|
|
|
|
+ queryCanRelevancyDealer(params).then(res => {
|
|
if (fetchId !== this.lastFetchId) {
|
|
if (fetchId !== this.lastFetchId) {
|
|
return
|
|
return
|
|
}
|
|
}
|