فهرست منبع

对接连锁组

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
       const fetchId = this.lastFetchId
       this.data = []
       this.data = []
       this.fetching = true
       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) {
         if (fetchId !== this.lastFetchId) {
           return
           return
         }
         }