4c4040a4 by zhangmeng

开票

1 parent a17c03a6
...@@ -207,6 +207,9 @@ async function getTicketListType() { ...@@ -207,6 +207,9 @@ async function getTicketListType() {
207 207
208 function select(v) { 208 function select(v) {
209 selectForm.value.latId = v.id 209 selectForm.value.latId = v.id
210 selectForm.value.id = null
211 selectForm.value.price = '--'
212 selectForm.value.priceEn = '--'
210 getTicketListType() 213 getTicketListType()
211 } 214 }
212 215
......
Styling with Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!