Explorar o código

H5-座位预定 fix bug

panyong %!s(int64=3) %!d(string=hai) anos
pai
achega
4d7346bbc8
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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,