Browse Source

删除console

zhangxc 6 năm trước cách đây
mục cha
commit
2430fe1896
1 tập tin đã thay đổi với 0 bổ sung1 xóa
  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)
           }
         })
       },