Browse Source

H5-座位预定 fix bug

panyong 3 years ago
parent
commit
4d7346bbc8
1 changed files with 1 additions and 1 deletions
  1. 1 1
      htmldev/dashboard/src/views/place/list/index.vue

+ 1 - 1
htmldev/dashboard/src/views/place/list/index.vue

@@ -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,