mirror of
https://github.com/scinote-eln/scinote-web.git
synced 2025-09-27 15:36:39 +08:00
Close calendar on date select [SCI-11963]
This commit is contained in:
parent
35a992ae4f
commit
8a60bd1011
1 changed files with 2 additions and 0 deletions
|
@ -133,6 +133,8 @@ export default {
|
|||
|
||||
if (this.defaultValue !== this.datetime) {
|
||||
this.$emit('change', this.datetime);
|
||||
|
||||
if (this.mode === 'date') this.close();
|
||||
}
|
||||
},
|
||||
time() {
|
||||
|
|
Loading…
Add table
Reference in a new issue