[bugfix] Picker: should not emit change event after init (#517)
This commit is contained in:
@@ -271,6 +271,7 @@ export default create({
|
||||
);
|
||||
}
|
||||
}
|
||||
|
||||
this.$nextTick(() => {
|
||||
this.setColumnByValues(values);
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user