网格员下单

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: { params: {
current: this.current, current: this.current,
status: this.currentTabs == 0 ? '' : this.currentTabs - 1, status: this.currentTabs == 0 ? '' : this.currentTabs - 1,
createUserId: this.user.girdMemberId createUserId: this.user.id
} }
}).then(res => { }).then(res => {
if (res.code === 0) { if (res.code === 0) {

View File

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