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 => {
                 const nextData = res.data || []
                 this.treeData = this.toTree([...firstData, ...nextData])
-                console.log('137 this.treeData', this.treeData)
             }).catch(res => {
             })
         })