< select class= "form-control" v muri model = "aaa" >
<option v-for="RoleItem in list_roleName" value=RoleItem.id>{{RoleItem.name}}</option>
< / select >
{{aaa}}
data are as follows
if the user selects BD, the data of aaa is 3. How to do this