完成群组建群按钮和弹出对话框

This commit is contained in:
bob
2024-11-06 17:12:31 +08:00
parent 8ae59238df
commit 877acddb6b
2 changed files with 129 additions and 3 deletions

View File

@@ -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>