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