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;