Explorar el Código

删除console

zhangxc hace 6 años
padre
commit
2430fe1896
Se han modificado 1 ficheros con 0 adiciones y 1 borrados
  1. 0 1
      src/components/icss/PhysicalExamTemplate.vue

+ 0 - 1
src/components/icss/PhysicalExamTemplate.vue

@@ -133,7 +133,6 @@
           const { data } = res
           if(data.code == 0) {
             this.deptList = data.data
-            console.log('this.deptList', this.deptList)
           }
         })
       },