zhangxc 6 gadi atpakaļ
vecāks
revīzija
2430fe1896
1 mainītis faili ar 0 papildinājumiem un 1 dzēšanām
  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)
           }
         })
       },