fix date picker filter specimen-collection

This commit is contained in:
2024-08-20 18:28:21 +07:00
parent 1d698dbca4
commit 75e0a25a9d

View File

@@ -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: {