|
|
@@ -368,7 +368,7 @@
|
|
|
if (this.vendorType === 'buyer') {
|
|
|
params.sorting = { creattime: 'DESC' }
|
|
|
}
|
|
|
- let url = this.vendorType !== 'buyer' ? '/trade/purchase/status/createtime' : '/trade/history/goods/list'
|
|
|
+ let url = this.vendorType !== 'buyer' ? '/trade/purchase/status/createtime' : '/trade/order/individual'
|
|
|
this.$http.get(url, {params}).then(res => {
|
|
|
this.isSearchSearchingMore = false
|
|
|
res.data.content = this._initSetParams(res.data.content)
|