票务
Showing
1 changed file
with
2 additions
and
0 deletions
| ... | @@ -259,6 +259,8 @@ onMounted(() => { | ... | @@ -259,6 +259,8 @@ onMounted(() => { |
| 259 | invoiceId = route.query.invoiceId | 259 | invoiceId = route.query.invoiceId |
| 260 | getList() | 260 | getList() |
| 261 | } | 261 | } |
| 262 | |||
| 263 | |||
| 262 | if(user.userName.indexOf('@')>-1){ | 264 | if(user.userName.indexOf('@')>-1){ |
| 263 | form.value.address = user.userName | 265 | form.value.address = user.userName |
| 264 | } | 266 | } | ... | ... |
-
Please register or sign in to post a comment