Browse Source

对接连锁组

chenrui 4 năm trước cách đây
mục cha
commit
e4a198d65c
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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
         }