mirror of
https://gitee.com/lijingbo-2021/open-anylink-web.git
synced 2026-05-23 07:38:00 +00:00
完成群组建群按钮和弹出对话框
This commit is contained in:
@@ -65,6 +65,10 @@ const onConfirm = () => {
|
||||
emit('update:modelValue', false)
|
||||
}
|
||||
|
||||
const onOpen = () => {
|
||||
searchKey.value = ''
|
||||
}
|
||||
|
||||
const onClose = () => {
|
||||
emit('update:modelValue', false)
|
||||
selected.value = []
|
||||
@@ -93,6 +97,7 @@ const onRemoveSelectedItem = (index) => {
|
||||
:width="'610px'"
|
||||
:z-index="1"
|
||||
style="border-radius: 10px"
|
||||
@open="onOpen"
|
||||
@close="onClose"
|
||||
>
|
||||
<template #header>
|
||||
|
||||
Reference in New Issue
Block a user