fa292b80 by zhangmeng

票档显示

1 parent ff19064e
......@@ -231,7 +231,9 @@ async function getDetail() {
getTicketList()
async function getTicketList() {
const res = await getTicketListApi({activityId: activeId.value})
const res = await getTicketListApi({
activityId: activeId.value, isView: 1
})
tickClass.value = res.rows
selectForm.value.latId = tickClass.value?.[0]?.id
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!