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