Tang 3 anni fa
parent
commit
54469722c5
1 ha cambiato i file con 0 aggiunte e 1 eliminazioni
  1. 0 1
      src/components/searchBoxNew.vue

+ 0 - 1
src/components/searchBoxNew.vue

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