我有数据库中人员列表的名字、姓氏和 ID。现在我想制作一个像
[{
value: <corresponding id>,
label: "<corresponding person name>"
},
{
value: <corresponding id>,
label: "<corresponding person name>"
},
....
]
我有数据库中人员列表的名字、姓氏和 ID。现在我想制作一个像
[{
value: <corresponding id>,
label: "<corresponding person name>"
},
{
value: <corresponding id>,
label: "<corresponding person name>"
},
....
]