我的订单

This commit is contained in:
liuye
2023-04-18 13:42:35 +08:00
parent 7d67d5863e
commit 2d6407c02f

View File

@@ -80,7 +80,8 @@ export default {
this.$instance.post(`/app/appintegralsupermarketorder/listForXCX`, null, {
params: {
current: this.current,
status: this.currentTabs == 0 ? '' : this.currentTabs - 1
status: this.currentTabs == 0 ? '' : this.currentTabs - 1,
createUserId: this.user.id
}
}).then(res => {
if (res.code === 0) {