26763
This commit is contained in:
@@ -81,7 +81,7 @@ export default {
|
||||
getLeafNodes() {
|
||||
this.$http.post(`/app/appgirdinfo/queryGirdMemberGirdsById`).then((res) => {
|
||||
if (res?.data) {
|
||||
this.treeList = res.data
|
||||
this.treeList = res.data.filter(v => v.girdLevel === '2')
|
||||
|
||||
const arr = res.data.filter(v => v.points).map(e => {
|
||||
return {
|
||||
|
||||
Reference in New Issue
Block a user