2fc776e9 by zhangmeng

英文车辆预定为空

1 parent 145d1ea2
...@@ -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() {
......
Styling with Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!