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