Explorar o código

对接连锁组

chenrui %!s(int64=4) %!d(string=hai) anos
pai
achega
e4a198d65c
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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
         }