diff --git a/specimen-collection/components/filter.vue b/specimen-collection/components/filter.vue index e77ae44..14965e6 100644 --- a/specimen-collection/components/filter.vue +++ b/specimen-collection/components/filter.vue @@ -102,7 +102,7 @@ return this.$store.state.collection.date; }, set(val) { - this.$store.commit("collection/setDate", val); + this.$store.commit("setDate", val); } }, temp_dropdown: {