From e3d1fbf95f47adeb57b7447ffd9106ee5f695c9f Mon Sep 17 00:00:00 2001
From: gongchunyi <deslre0381@gmail.com>
Date: 星期四, 02 四月 2026 11:33:44 +0800
Subject: [PATCH] fix: 工序查询根据条件返回全部/启用数据

---
 src/views/costAccounting/stdVsActCostAnalysis/index.vue |    4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diff --git a/src/views/costAccounting/stdVsActCostAnalysis/index.vue b/src/views/costAccounting/stdVsActCostAnalysis/index.vue
index 55830cd..2630be7 100644
--- a/src/views/costAccounting/stdVsActCostAnalysis/index.vue
+++ b/src/views/costAccounting/stdVsActCostAnalysis/index.vue
@@ -276,7 +276,9 @@
   Authorization: `Bearer ${getToken()}`,
 }));
 
-const importAction = computed(() => getImportActionUrl());
+const importAction = computed(() =>
+  getImportActionUrl({ periodTime: searchForm.month || undefined })
+);
 
 const chartRef = ref(null);
 const largeChartRef = ref(null);

--
Gitblit v1.9.3