fix date picker filter specimen-collection
This commit is contained in:
@@ -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: {
|
||||
|
||||
Reference in New Issue
Block a user