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