abd78960 by zhangmeng

英文车辆预定为空

1 parent b197aad9
...@@ -114,6 +114,7 @@ onMounted(()=>{ ...@@ -114,6 +114,7 @@ onMounted(()=>{
114 }) 114 })
115 115
116 function getList() { 116 function getList() {
117 if (language.value!=0)return
117 loading.value = true 118 loading.value = true
118 booking.getActivityCarList(query.value).then(res=>{ 119 booking.getActivityCarList(query.value).then(res=>{
119 list.value = res.rows 120 list.value = res.rows
......
Styling with Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!