From 7449ee9bca84c18944e65592ac8ea33a7c191639 Mon Sep 17 00:00:00 2001
From: WXL <1785969728@qq.com>
Date: 星期二, 22 七月 2025 18:29:00 +0800
Subject: [PATCH] 测试完成

---
 src/views/sfstatistics/percentage/index.vue |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/src/views/sfstatistics/percentage/index.vue b/src/views/sfstatistics/percentage/index.vue
index fb3b8fb..e919b2f 100644
--- a/src/views/sfstatistics/percentage/index.vue
+++ b/src/views/sfstatistics/percentage/index.vue
@@ -980,7 +980,7 @@
     /** 鎼滅储鎸夐挳鎿嶄綔 */
     handleQuery() {
       this.queryParams.pageNum = 1;
-      if (this.queryParams.dateRange) this.queryParams.dateRange = [];
+      if (!this.queryParams.dateRange) this.queryParams.dateRange = [];
       if (this.queryParams.statisticaltype == 1) {
         this.queryParams.deptcodes = [];
       } else if (this.queryParams.statisticaltype == 2) {

--
Gitblit v1.9.3