[bugfix] Picker: should not emit change event after init (#517)
This commit is contained in:
@@ -34,7 +34,7 @@ export default {
|
||||
|
||||
data() {
|
||||
return {
|
||||
value: '110101'
|
||||
value: '330302'
|
||||
};
|
||||
}
|
||||
};
|
||||
|
||||
@@ -54,7 +54,7 @@ export default {
|
||||
maxDate: new Date(2019, 10, 1),
|
||||
currentDate1: new Date(2018, 0, 1),
|
||||
currentDate2: null,
|
||||
currentDate3: null
|
||||
currentDate3: '12:00'
|
||||
};
|
||||
}
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user