feat: There is no way the,tree
This commit is contained in:
-4
@@ -2057,11 +2057,7 @@ export default {
|
||||
userId: this.$store.getters.userInfo.userId
|
||||
}, {}, res => {
|
||||
if (res.ok) {
|
||||
for (let i in res.data) {
|
||||
let arr = res.data[i].children
|
||||
arr.push(arr.shift())
|
||||
this.treeList = res.data
|
||||
}
|
||||
}
|
||||
})
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user