|
@ -391,7 +391,7 @@ |
|
|
this.Post({ |
|
|
this.Post({ |
|
|
name: this.searchText.trim(), |
|
|
name: this.searchText.trim(), |
|
|
offset: this.searchList.length, |
|
|
offset: this.searchList.length, |
|
|
// type: 'pgoods', |
|
|
type: 'goods', |
|
|
limit: 10, |
|
|
limit: 10, |
|
|
}, '/api/search/search').then(res => { |
|
|
}, '/api/search/search').then(res => { |
|
|
let resData = (res.data || []).map(v=> {return {id: v.id, goods: v.search_data}}) |
|
|
let resData = (res.data || []).map(v=> {return {id: v.id, goods: v.search_data}}) |
|
|