소스 검색

del:console

liujiayin 2 년 전
부모
커밋
8844e15f89
1개의 변경된 파일0개의 추가작업 그리고 1개의 파일을 삭제
  1. 0 1
      src/views/platform/org/position/manage.vue

+ 0 - 1
src/views/platform/org/position/manage.vue

@@ -137,7 +137,6 @@ export default {
             findAllPosition().then(res => {
             findAllPosition().then(res => {
                 const nextData = res.data || []
                 const nextData = res.data || []
                 this.treeData = this.toTree([...firstData, ...nextData])
                 this.treeData = this.toTree([...firstData, ...nextData])
-                console.log('137 this.treeData', this.treeData)
             }).catch(res => {
             }).catch(res => {
             })
             })
         })
         })