BUG 20250605

This commit is contained in:
allen.yan 2025-06-05 13:43:03 +08:00
parent da7b84a1c1
commit a95559de80

View File

@ -28,7 +28,7 @@ class RoomDetailModal extends Component
{ {
$room = Room::find($roomId); $room = Room::find($roomId);
$this->room_name=$room->type->value . $room->name; $this->room_name=$room->type->value . $room->name;
$this->branch = Branch::find($this->room->branch_id); $this->branch = Branch::find($room->branch_id);
$this->showModal = true; $this->showModal = true;
} }
public function closeModal() public function closeModal()