浏览代码

删除console

zhangxc 6 年之前
父节点
当前提交
2430fe1896
共有 1 个文件被更改,包括 0 次插入1 次删除
  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)
           }
         })
       },