Explorar el Código

对接连锁组

chenrui hace 4 años
padre
commit
e4a198d65c
Se han modificado 1 ficheros con 1 adiciones y 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
         }