Refactoring code module 03_recruiting

This commit is contained in:
STW_TTTY\stwtt 2024-09-17 15:56:06 +07:00
parent b223c2433e
commit 87e2e3b080
36 changed files with 6139 additions and 6335 deletions

View file

@ -254,7 +254,7 @@ const defaultEducation = ref<Education>({
educationLevelHighId: null,
});
const changeData = (system: String, val: any) => {
async function changeData(system: String, val: any){
if (system == "information") defaultInformation.value = val;
if (system == "address") defaultAddress.value = val;
if (system == "famliy") defaultFamily.value = val;