|
@@ -496,7 +496,6 @@ export default {
|
|
items.scope === "sujectType"
|
|
items.scope === "sujectType"
|
|
) {
|
|
) {
|
|
if (!this.formData[items.edu]) {
|
|
if (!this.formData[items.edu]) {
|
|
- console.log(1);
|
|
|
|
} else {
|
|
} else {
|
|
const indexType = this.educationType.findIndex((its) => {
|
|
const indexType = this.educationType.findIndex((its) => {
|
|
return its.id === this.formData[items.edu];
|
|
return its.id === this.formData[items.edu];
|