[bugfix] Picker: should not emit change event after init (#517)

This commit is contained in:
neverland
2018-01-08 18:57:46 +08:00
committed by GitHub
parent beee252205
commit cc34c21517
10 changed files with 169 additions and 205 deletions

View File

@@ -271,6 +271,7 @@ export default create({
);
}
}
this.$nextTick(() => {
this.setColumnByValues(values);
});