소스 검색

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

zhangying 8 달 전
부모
커밋
175a86fdd6
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  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>