template代码
<van-picker ref="myPicker" show-toolbar :columns="myList" title="选择城市" @cancel="onClose" @confirm="onConfirm" />
js代码
this.$nextTick(() =>{
this.$refs.myPicker.setIndexes([0])
})
template代码
<van-picker ref="myPicker" show-toolbar :columns="myList" title="选择城市" @cancel="onClose" @confirm="onConfirm" />
js代码
this.$nextTick(() =>{
this.$refs.myPicker.setIndexes([0])
})