英文车辆预定为空
Showing
1 changed file
with
1 additions
and
2 deletions
| ... | @@ -12,7 +12,6 @@ | ... | @@ -12,7 +12,6 @@ |
| 12 | {{ language==0?'搜索':'Search' }}</el-button> | 12 | {{ language==0?'搜索':'Search' }}</el-button> |
| 13 | </div> | 13 | </div> |
| 14 | </div> | 14 | </div> |
| 15 | |||
| 16 | <div class="box" v-loading="loading"> | 15 | <div class="box" v-loading="loading"> |
| 17 | <el-collapse v-model="activeName" accordion style="--el-collapse-header-height:'auto'"> | 16 | <el-collapse v-model="activeName" accordion style="--el-collapse-header-height:'auto'"> |
| 18 | <el-collapse-item :name="index" v-for="(h,index) in list" class="hotel"> | 17 | <el-collapse-item :name="index" v-for="(h,index) in list" class="hotel"> |
| ... | @@ -111,7 +110,7 @@ const list = ref([]) | ... | @@ -111,7 +110,7 @@ const list = ref([]) |
| 111 | const loading = ref(false) | 110 | const loading = ref(false) |
| 112 | onMounted(()=>{ | 111 | onMounted(()=>{ |
| 113 | query.value.activityId = route.params.cptId | 112 | query.value.activityId = route.params.cptId |
| 114 | getList() | 113 | if (language.value==0) getList() |
| 115 | }) | 114 | }) |
| 116 | 115 | ||
| 117 | function getList() { | 116 | function getList() { | ... | ... |
-
Please register or sign in to post a comment