From 5b56f0326970875a95802275f16da590527572c2 Mon Sep 17 00:00:00 2001 From: liuye Date: Fri, 1 Mar 2024 17:46:42 +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/qujing/app/AppReportAiWill/components/Detail.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/qujing/app/AppReportAiWill/components/Detail.vue b/project/qujing/app/AppReportAiWill/components/Detail.vue index 014376b6..596a9757 100644 --- a/project/qujing/app/AppReportAiWill/components/Detail.vue +++ b/project/qujing/app/AppReportAiWill/components/Detail.vue @@ -371,7 +371,7 @@ export default { }, getGirdList() { - return this.instance.post(`/app/appgirdinfo/listAllByTop`).then(res => { + return this.instance.post(`/app/appclapeventinfoqujing/listGirdInfoByTransfer?id=${this.$route.query.id}`).then(res => { if (res?.data) { return this.tree = this.formatList([res.data]) }