票档显示
Showing
1 changed file
with
3 additions
and
1 deletions
| ... | @@ -231,7 +231,9 @@ async function getDetail() { | ... | @@ -231,7 +231,9 @@ async function getDetail() { |
| 231 | getTicketList() | 231 | getTicketList() |
| 232 | 232 | ||
| 233 | async function getTicketList() { | 233 | async function getTicketList() { |
| 234 | const res = await getTicketListApi({activityId: activeId.value}) | 234 | const res = await getTicketListApi({ |
| 235 | activityId: activeId.value, isView: 1 | ||
| 236 | }) | ||
| 235 | tickClass.value = res.rows | 237 | tickClass.value = res.rows |
| 236 | selectForm.value.latId = tickClass.value?.[0]?.id | 238 | selectForm.value.latId = tickClass.value?.[0]?.id |
| 237 | await getTicketListType() | 239 | await getTicketListType() | ... | ... |
-
Please register or sign in to post a comment