fix: item not active when set mode year #1321
parent
725a7f516f
commit
3d8d78eea6
|
@ -15,6 +15,7 @@ function chooseYear(year) {
|
|||
const value = this.sValue.clone();
|
||||
value.year(year);
|
||||
value.month(this.sValue.month());
|
||||
this.sValue = value
|
||||
this.__emit('select', value);
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue