chengxiangling
2025-05-12 177efcfe53a16efa7b2b8cf9b1bb38682b7a82f2
src/views/mainPlan/pipeProduceStatics/index.vue
@@ -86,7 +86,7 @@
  </div>
</template>
<script setup name="gasProduceStatics">
<script setup name="PipeProduceStatics">
import {
  listUpdateGasProduceStatics,
  listGasProduceStatics,
@@ -154,7 +154,14 @@
      },
    ];
    queryParams.value.searchType = t("plan.options.monthlyStatic");
    handleQuery();
    if (
      (!queryParams.value.monthRange && dayCom.value == false) ||
      (!queryParams.value.monthDays && dayCom.value == true)
    ) {
      return;
    }
    // queryParams.value.pageNum = 1;
    getPipeList();
  },
  { immediate: true, deep: true }
);