diff --git a/src/components/data/GoldRunningWaterDialog/index.vue b/src/components/data/GoldRunningWaterDialog/index.vue index cdbe42e..6633a1e 100644 --- a/src/components/data/GoldRunningWaterDialog/index.vue +++ b/src/components/data/GoldRunningWaterDialog/index.vue @@ -20,7 +20,7 @@ :start-placeholder="$t('pages.goldRunningWater.filter.startDate')" :end-placeholder="$t('pages.goldRunningWater.filter.endDate')" :clearable="false" - @change="renderData" + @change="handleDateChange" />
@@ -129,7 +129,6 @@