chenrui 9 месяцев назад
Родитель
Сommit
795c0c56e6
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      src/views/common/dealerList.vue

+ 1 - 1
src/views/common/dealerList.vue

@@ -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
         }