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

@@ -158,12 +158,14 @@ export default defineComponent({
rv.forEach((item:any) => {
let obj = {
value:item.name,
label:item.name,
label:item.value,
}
arr.push(obj)
});
this.sex = arr[0].value
this.sexList = arr
console.log(this.sexList);
}
})
},