mirror of
https://github.com/scinote-eln/scinote-web.git
synced 2024-11-10 17:36:33 +08:00
(fix) Scinote is freezed at selecting time column in inventory filter [SCI-10278]
This commit is contained in:
parent
ca26f60f7a
commit
3871e4e1a4
1 changed files with 3 additions and 0 deletions
|
@ -82,6 +82,9 @@ export default {
|
|||
}
|
||||
},
|
||||
updateDate(date) {
|
||||
if (this.date && date && (this.date.setSeconds(0, 0) === date.setSeconds(0, 0))) {
|
||||
return;
|
||||
}
|
||||
this.date = date;
|
||||
this.updateValue();
|
||||
},
|
||||
|
|
Loading…
Reference in a new issue