diff --git a/src/views/govern/reportCore/statistics/index.vue b/src/views/govern/reportCore/statistics/index.vue index 65c4c31..fce7a90 100644 --- a/src/views/govern/reportCore/statistics/index.vue +++ b/src/views/govern/reportCore/statistics/index.vue @@ -137,6 +137,7 @@ onMounted(() => { data: data // tableStore.table.data }) + tableStore.index() }) // getTemplateByDept({ id: dictData.state.area[0].id }).then((res: any) => { // templatePolicy.value = res.data @@ -159,7 +160,7 @@ const exportEvent = () => { }