CD配唱片
2025-05-06 5e4dc3af68c2bb0a5a33fcb395e7704207125ce8
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 }
);