no message
Showing
1 changed file
with
4 additions
and
0 deletions
| ... | @@ -394,6 +394,10 @@ defineExpose({ | ... | @@ -394,6 +394,10 @@ defineExpose({ |
| 394 | delete item.id | 394 | delete item.id |
| 395 | }) | 395 | }) |
| 396 | 396 | ||
| 397 | if (form.value.invitationFile) { | ||
| 398 | form.value.invitationFileArr = JSON.parse(form.value.invitationFile) | ||
| 399 | } | ||
| 400 | |||
| 397 | form.value.cptVisaInfoBos = res.data | 401 | form.value.cptVisaInfoBos = res.data |
| 398 | }) | 402 | }) |
| 399 | }) | 403 | }) | ... | ... |
-
Please register or sign in to post a comment