Browse Source

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

zhangying 8 tháng trước cách đây
mục cha
commit
90ced90cf2
1 tập tin đã thay đổi với 3 bổ sung0 xóa
  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()
 }