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