|
@@ -267,7 +267,7 @@ export default {
|
|
|
async onSubmit () {
|
|
|
const { id } = this.objCurrentPlaceInfo
|
|
|
const postData = {
|
|
|
- bar_id: this.bar_id, // 酒吧ID
|
|
|
+ bar_id: this.objCurrentBarInfo.id, // 酒吧ID
|
|
|
place_id: id, // 座位ID
|
|
|
order_user_phone: this.order_user_phone,
|
|
|
order_user_name: this.order_user_name,
|