网格员下单

This commit is contained in:
liuye
2023-05-22 17:47:43 +08:00
parent 5a13ff7dc5
commit cb1db05f00
2 changed files with 2 additions and 3 deletions

View File

@@ -81,7 +81,7 @@ export default {
params: {
current: this.current,
status: this.currentTabs == 0 ? '' : this.currentTabs - 1,
createUserId: this.user.girdMemberId
createUserId: this.user.id
}
}).then(res => {
if (res.code === 0) {

View File

@@ -101,8 +101,7 @@ export default {
shopId: this.goodsInfo.shopId,
goodsId: this.goodsInfo.id,
remarks: this.value,
quantity: this.goodsNum,
createUserId: this.user.girdMemberId
quantity: this.goodsNum
}).then(res => {
if (res.code === 0) {
this.toSuccess()