Ver Fonte

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

zhangying há 8 meses atrás
pai
commit
175a86fdd6
1 ficheiros alterados com 1 adições e 1 exclusões
  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>