소스 검색

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
         }