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