fa292b80 by zhangmeng

票档显示

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