Browse Source

Merge branch 'develop_yh45' of http://git.chelingzhu.com/jianguan-web/qpls-md-html into develop_yh45

lilei 10 months ago
parent
commit
c4432e8a35
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/views/common/dealerList.vue

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

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