2023-11-23-2

This commit is contained in:
X1627315083
2023-11-23 14:05:35 +08:00
parent 25c0a80bb4
commit 2e2fe56e1c
10 changed files with 76 additions and 108 deletions

View File

@@ -322,11 +322,10 @@ export default defineComponent({
if (rv) {
let arr:any = []
rv.forEach((item:any) => {
let obj = {
arr.push({
value:item.name,
label:item.name,
}
arr.push(obj)
label:item.value,
})
});
this.sex = arr[0].value
this.sexList = arr