我的订单
This commit is contained in:
@@ -80,7 +80,8 @@ export default {
|
|||||||
this.$instance.post(`/app/appintegralsupermarketorder/listForXCX`, null, {
|
this.$instance.post(`/app/appintegralsupermarketorder/listForXCX`, null, {
|
||||||
params: {
|
params: {
|
||||||
current: this.current,
|
current: this.current,
|
||||||
status: this.currentTabs == 0 ? '' : this.currentTabs - 1
|
status: this.currentTabs == 0 ? '' : this.currentTabs - 1,
|
||||||
|
createUserId: this.user.id
|
||||||
}
|
}
|
||||||
}).then(res => {
|
}).then(res => {
|
||||||
if (res.code === 0) {
|
if (res.code === 0) {
|
||||||
|
|||||||
Reference in New Issue
Block a user