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
}