@@ -14,6 +14,7 @@ const emits =defineEmits(['confirm'])
function handleConfirm() {
emits('confirm')
+ handleClose()
}
function handleShow() {