소스 검색

对接连锁组

chenrui 4 년 전
부모
커밋
e4a198d65c
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      src/views/common/custList.vue

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

@@ -39,7 +39,7 @@ export default {
       const fetchId = this.lastFetchId
       this.data = []
       this.fetching = true
-      dealerList({ 'nameLike': dealerName, pageNo: 1, pageSize: 20 }).then(res => {
+      dealerList({ 'name': dealerName, pageNo: 1, pageSize: 20 }).then(res => {
         if (fetchId !== this.lastFetchId) {
           return
         }