feat: There is no way the,tree

This commit is contained in:
super_liu
2021-11-03 17:36:33 +08:00
parent 83a154103c
commit d172c99d49
3 changed files with 1 additions and 13 deletions
@@ -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
}
}
})
},