Explorar el Código

H5-座位预定 fix bug

panyong hace 3 años
padre
commit
4d7346bbc8
Se han modificado 1 ficheros con 1 adiciones y 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,