Browse Source

fix: 系统月度使用情况统计查询重置fix

zhangying 8 months ago
parent
commit
90ced90cf2
1 changed files with 3 additions and 0 deletions
  1. 3 0
      vue/src/views/statistics/MonthSystemApplyCount.vue

+ 3 - 0
vue/src/views/statistics/MonthSystemApplyCount.vue

@@ -280,6 +280,9 @@ function analysisByImageTable() {
 function onReset() {
   searchParams.dateStr = dayjs().format("YYYY-MM");
   pickerDate.value = dayjs();
+  searchParams.regionCode = ''
+  searchParams.institutionID = ''
+  searchParams.siteID = ''
   loadData()
 }