Explorar o código

fix: 系统年度统计页面缓存名称修改

zhangying hai 8 meses
pai
achega
175a86fdd6
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      vue/src/views/statistics/YearSystemApplyCount.vue

+ 1 - 1
vue/src/views/statistics/YearSystemApplyCount.vue

@@ -398,7 +398,7 @@ onMounted(() => {
 <script lang="ts">
 // 设置页面名称进行组件缓存
 export default {
-  name: "MonthSystemApplyDataCount",
+  name: "YearSystemApplyDataCount",
 }
 </script>