Tang hace 3 años
padre
commit
54469722c5
Se han modificado 1 ficheros con 0 adiciones y 1 borrados
  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];