Refactoring code module 12_evaluatePersonal

This commit is contained in:
DESKTOP-1R2VSQH\Lenovo ThinkPad E490 2024-09-20 13:13:43 +07:00
parent 381ec04492
commit 490f02309e
33 changed files with 598 additions and 1036 deletions

View file

@ -6,7 +6,6 @@ interface FormData {
position: string;
phone: string;
email: string;
qualification: string;
}
interface FormDataPost {
personalId: string;