uni-data-picker self-field="code" parent-field="parent_code" v-model="formData.discharge_place" collection="opendb-city-china" orderby="value asc" field="code as value, name as text" @change="placeTest"></uni-data-picker>
选择界面可以正常加载省市进行选择,但是当选择完成后,触发chang:
placeTest(e){
console.log(e)
}
e.detail获取的数据为空:
{
"detail": {
"value": [
//[proxy]
,
//[proxy]
,
//[proxy]
]
}
}
1 个回复
3***@qq.com (作者)
获取到数据了