upload เอกสารหลักฐาน

This commit is contained in:
DESKTOP-1R2VSQH\Lenovo ThinkPad E490 2023-10-09 10:55:56 +07:00
parent 01fe8f97f4
commit 518884d548
10 changed files with 387 additions and 137 deletions

View file

@ -240,7 +240,7 @@ onMounted(async () => {
if (route.params.id) {
profileId.value = route.params.personalId.toString();
}
await props.fetch();
// await props.fetch();
rows.value = props.data;
});