From 6ff5e64613fbca4d399aeedec65ffe35563e0af3 Mon Sep 17 00:00:00 2001 From: liuye Date: Fri, 12 May 2023 11:59:06 +0800 Subject: [PATCH] 366 --- 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 a672656e..f2142e6f 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/appgirdmemberinfo/queryMyGirdList`).then((res) => { + this.instance.post(`/app/appgirdinfo/listAll3`).then((res) => { if (res?.code == 0) { this.girdOptions = this.toTree(res.data) }