Sfoglia il codice sorgente

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

zhangying 8 mesi fa
parent
commit
90ced90cf2
1 ha cambiato i file con 3 aggiunte e 0 eliminazioni
  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()
 }