27217
This commit is contained in:
		| @@ -156,11 +156,9 @@ export default { | ||||
|     }) | ||||
|   }, | ||||
|  | ||||
|   mounted() {}, | ||||
|  | ||||
|   methods: { | ||||
|     getListinfo() { | ||||
|       return this.instance.post(`/app/appcommunityinfo/queryCommunityTree?id=${this.user.info?.areaId}`).then((res) => { | ||||
|       this.instance.post(`/app/appcommunityinfo/queryCommunityTree?id=${this.user.info.areaId}`).then((res) => { | ||||
|         if (res.data) { | ||||
|           this.treeData = [res.data] | ||||
|           this.$nextTick(() => { | ||||
| @@ -232,6 +230,7 @@ export default { | ||||
|     }, | ||||
|  | ||||
|     handleSelectGrid(data) { | ||||
|       console.log(data) | ||||
|       this.isAdd = false | ||||
|       if (data.type == 1) { | ||||
|         this.isAdd = true | ||||
|   | ||||
		Reference in New Issue
	
	Block a user