From 66be23058501cb2622d211cac4bf47c0aa664a33 Mon Sep 17 00:00:00 2001
From: chendaofei <857448963@qq.com>
Date: Tue, 24 Sep 2024 08:54:25 +0800
Subject: [PATCH] =?UTF-8?q?=E6=8A=A5=E8=A1=A8=E8=B0=83=E6=95=B4?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
.../govern/reportCore/statistics/index.vue | 17 ++---------------
1 file changed, 2 insertions(+), 15 deletions(-)
diff --git a/src/views/govern/reportCore/statistics/index.vue b/src/views/govern/reportCore/statistics/index.vue
index b47d702..e4fc4db 100644
--- a/src/views/govern/reportCore/statistics/index.vue
+++ b/src/views/govern/reportCore/statistics/index.vue
@@ -21,21 +21,6 @@
>
-
-
-
-
-
导出excel
@@ -129,6 +114,8 @@ getTemplateByDept({ id: dictData.state.area[0].id }).then((res: any) => {
Template.value = res.data[0]
reportForm.value = res.data[0]?.reportForm
})
+
+
const changetype = (val: any) => {
reportForm.value = val.reportForm
}