mirror of
https://gitee.com/vant-contrib/vant.git
synced 2025-04-06 03:57:59 +08:00
[Improvement] AddressEdit: event order (#1402)
This commit is contained in:
parent
815464e965
commit
eeef8b4ec3
@ -71,8 +71,8 @@ export default create({
|
|||||||
|
|
||||||
methods: {
|
methods: {
|
||||||
onSelect(express) {
|
onSelect(express) {
|
||||||
this.$emit('input', `${express.address || ''} ${express.name || ''}`.trim());
|
|
||||||
this.$emit('select-search', express);
|
this.$emit('select-search', express);
|
||||||
|
this.$emit('input', `${express.address || ''} ${express.name || ''}`.trim());
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
|
Loading…
x
Reference in New Issue
Block a user