diff --git a/src/components/apartment/seachModule.vue b/src/components/apartment/seachModule.vue index 3e83f16..b92fc91 100644 --- a/src/components/apartment/seachModule.vue +++ b/src/components/apartment/seachModule.vue @@ -133,7 +133,8 @@ @click="selectOption('roomlistings', 0)">不限
{{ + v-for="item in roomlistingsList" @click="selectOption('roomlistings', item.id)"> + {{ item['name'] }}
@@ -276,7 +277,6 @@ const selectOption = (type, value) => { nextTick(() => { emit('handleTransfer', pitchValue) }) - }