From 5e4dc3af68c2bb0a5a33fcb395e7704207125ce8 Mon Sep 17 00:00:00 2001
From: CD配唱片 <CD配唱片>
Date: 星期二, 06 五月 2025 18:49:19 +0800
Subject: [PATCH] 提交中英文

---
 src/views/mainPlan/gasProduceStatics/index.vue |    8 +-------
 1 files changed, 1 insertions(+), 7 deletions(-)

diff --git a/src/views/mainPlan/gasProduceStatics/index.vue b/src/views/mainPlan/gasProduceStatics/index.vue
index 8c45dba..29d43d4 100644
--- a/src/views/mainPlan/gasProduceStatics/index.vue
+++ b/src/views/mainPlan/gasProduceStatics/index.vue
@@ -148,13 +148,7 @@
     },
   ];
   queryParams.value.searchType = t("plan.options.monthlyStatic");
-  if (
-    (!queryParams.value.monthRange && dayCom.value == false) ||
-    (!queryParams.value.monthDays && dayCom.value == true)
-  ) {
-    return;
-  }
-  getGasList();
+  handleQuery()
 },{ immediate: true, deep: true });
 function handleChangeSelectType(e) {
   searchTypeValue.value = e;

--
Gitblit v1.9.3