事件上报
This commit is contained in:
		| @@ -150,7 +150,7 @@ export default { | ||||
|     }, | ||||
|     // 所有网格 | ||||
|     getGridList() { | ||||
|       this.instance.post(`/app/appgirdinfo/queryGirdMemberGirdsById`).then((res) => { | ||||
|       this.instance.post(`/app/appgirdmemberinfo/queryMyGirdList`).then((res) => { | ||||
|         if (res?.code == 0) { | ||||
|           this.girdOptions = this.toTree(res.data) | ||||
|         } | ||||
|   | ||||
		Reference in New Issue
	
	Block a user