瀏覽代碼

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

lilei 10 月之前
父節點
當前提交
c4432e8a35
共有 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
         }