Explorar o código

客户名称支持拼音首字母查询

chenrui %!s(int64=3) %!d(string=hai) anos
pai
achega
d60058c22c
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

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