From 5e4dc3af68c2bb0a5a33fcb395e7704207125ce8 Mon Sep 17 00:00:00 2001 From: CD配唱片 <CD配唱片> Date: 星期二, 06 五月 2025 18:49:19 +0800 Subject: [PATCH] 提交中英文 --- src/views/mainPlan/pipeProduceStatics/index.vue | 9 +-------- 1 files changed, 1 insertions(+), 8 deletions(-) diff --git a/src/views/mainPlan/pipeProduceStatics/index.vue b/src/views/mainPlan/pipeProduceStatics/index.vue index 5422290..a5cc880 100644 --- a/src/views/mainPlan/pipeProduceStatics/index.vue +++ b/src/views/mainPlan/pipeProduceStatics/index.vue @@ -154,14 +154,7 @@ }, ]; queryParams.value.searchType = t("plan.options.monthlyStatic"); - if ( - (!queryParams.value.monthRange && dayCom.value == false) || - (!queryParams.value.monthDays && dayCom.value == true) - ) { - return; - } - // queryParams.value.pageNum = 1; - getPipeList(); + handleQuery(); }, { immediate: true, deep: true } ); -- Gitblit v1.9.3