mirror of
https://github.com/scinote-eln/scinote-web.git
synced 2025-01-27 10:08:11 +08:00
Merge pull request #7180 from lasniscinote/gl_SCI_10278
(fix) Scinote is freezed at selecting time column in inventory filter [SCI-10278]
This commit is contained in:
commit
8dbdb8e462
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