From 399180d2cf9ea0ffa517ad98c02881597b8eaaad Mon Sep 17 00:00:00 2001 From: liuye Date: Wed, 10 May 2023 17:18:54 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BA=8B=E4=BB=B6=E4=B8=8A=E6=8A=A5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- project/wuxi/app/AppReportAiWill/components/List.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/wuxi/app/AppReportAiWill/components/List.vue b/project/wuxi/app/AppReportAiWill/components/List.vue index 46460000..abd8356e 100644 --- a/project/wuxi/app/AppReportAiWill/components/List.vue +++ b/project/wuxi/app/AppReportAiWill/components/List.vue @@ -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) }