This commit is contained in:
yanran200730
2022-01-14 16:24:35 +08:00
parent 994ac7fa7c
commit b5b63e7178

View File

@@ -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 {