Refactoring code module 03_recruiting
This commit is contained in:
parent
b223c2433e
commit
87e2e3b080
36 changed files with 6139 additions and 6335 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue