英文车辆预定为空
Showing
1 changed file
with
1 additions
and
0 deletions
| ... | @@ -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 | ... | ... |
-
Please register or sign in to post a comment