liujiayin 2 lat temu
rodzic
commit
8844e15f89
1 zmienionych plików z 0 dodań i 1 usunięć
  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 => {
             })
             })
         })
         })