|
@@ -180,8 +180,8 @@ async function getRegister() {
|
|
|
});
|
|
|
const res = await getVolunteerInfo({ serviceCategory: data.value.key });
|
|
|
if (res.data) {
|
|
|
- cust_form_ref.value.setData(res.data);
|
|
|
- details.value = res.data;
|
|
|
+ details.value = {...res.data,age:res.data.age + ''};
|
|
|
+ cust_form_ref.value.setData(details.value);
|
|
|
Object.assign(file_url, {
|
|
|
volunteerPicture: res.data.volunteerPicture,
|
|
|
idCardPicture: res.data.idCardPicture,
|