@@ -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
}