4a6d1f01 by 华明祺

no message

1 parent aaa0b1ba
...@@ -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 })
......
Styling with Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!