From 5f92126be4cbbcce35a8802fba3a0ef0597483c5 Mon Sep 17 00:00:00 2001 From: liuye Date: Fri, 9 Jun 2023 14:50:14 +0800 Subject: [PATCH] =?UTF-8?q?=E5=9C=B0=E5=9B=BE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- project/pidu/app/AppSessionArchive/components/Detail.vue | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/project/pidu/app/AppSessionArchive/components/Detail.vue b/project/pidu/app/AppSessionArchive/components/Detail.vue index d3918bf2..3e4dae99 100644 --- a/project/pidu/app/AppSessionArchive/components/Detail.vue +++ b/project/pidu/app/AppSessionArchive/components/Detail.vue @@ -186,7 +186,7 @@ this.id = this.params.id this.getList() } - // this.getList() + this.getList() }, methods: { @@ -281,6 +281,7 @@ zooms: [6, 20], center: [lng, lat], zoom: zoom, + scrollWheel: false, }) }) },