Browse Source

处理文档中的问题

许智捷 2 years ago
parent
commit
81e566a224
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/views/room/guestorders.vue

+ 1 - 1
src/views/room/guestorders.vue

@@ -319,7 +319,7 @@ export default {
         // 入住单
         debugger
         console.log(record)
-        this.$refs.ModalBillRoomInfo.add(record.bookingOrderId, 1, null, record.id);
+        this.$refs.ModalBillRoomInfo.add(record.bookingOrderId, 1, record.roomId, record.id);
         this.$refs.ModalBillRoomInfo.title = "账单";
         this.$refs.ModalBillRoomInfo.disableSubmit = true;
       }