From f146d3de01ff5d025295119bee7251024da64a2a Mon Sep 17 00:00:00 2001 From: liuye Date: Thu, 24 Aug 2023 09:48:44 +0800 Subject: [PATCH] lulong --- project/lulong/AppReportAiWill/components/List.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/lulong/AppReportAiWill/components/List.vue b/project/lulong/AppReportAiWill/components/List.vue index d19705c5..557759a7 100644 --- a/project/lulong/AppReportAiWill/components/List.vue +++ b/project/lulong/AppReportAiWill/components/List.vue @@ -150,7 +150,7 @@ export default { }, // 所有网格 getGridList() { - this.instance.post(`/app/apppatrolreportinfo/listAll3`).then((res) => { + this.instance.post(`/app/appgirdinfo/listAll3`).then((res) => { if (res?.code == 0) { this.girdOptions = this.toTree(res.data) }