开票
Showing
1 changed file
with
3 additions
and
0 deletions
| ... | @@ -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 | ... | ... |
-
Please register or sign in to post a comment