@@ -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 => {
})