fixing search module, and schedule module

This commit is contained in:
F4ilji
2025-04-14 19:24:18 +05:00
parent c27c1c36c1
commit cac319fa81
25 changed files with 470 additions and 257 deletions
+4
View File
@@ -101,6 +101,10 @@ class EducationForm {
this.DETAILED_TARGET_QUOTA
];
}
getName() {
return this.name;
}
}
export default EducationForm;
-2
View File
@@ -12,8 +12,6 @@ class EducationForm {
return Object.values(this).find(item => item.value == value) || null;
}
// Метод для получения имени
getName() {
return this.name;
}