mirror of
https://gitee.com/lijingbo-2021/open-anylink-web.git
synced 2026-05-18 05:07:56 +00:00
selectDialog返回selected是完整的对象数组
This commit is contained in:
@@ -62,7 +62,11 @@ const onShowUserCard = (account) => {
|
||||
}
|
||||
|
||||
const onConfirm = () => {
|
||||
emit('confirm', selected.value)
|
||||
const data = []
|
||||
selected.value.forEach((account) => {
|
||||
data.push(optionsAll.value[account])
|
||||
})
|
||||
emit('confirm', data)
|
||||
}
|
||||
|
||||
const onOpen = () => {
|
||||
|
||||
Reference in New Issue
Block a user