Преглед изворни кода

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
         }