From 6af37bf71df3e38abd8d72b7fd7f86a0a8285e24 Mon Sep 17 00:00:00 2001 From: lizijiee <562949697@qq.com> Date: Sun, 31 Mar 2024 18:22:03 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E6=96=87=E5=AD=97=E5=A4=AA=E9=95=BF?= =?UTF-8?q?=E6=98=BE=E7=A4=BA=E5=A2=9E=E5=8A=A0popver?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/worksheet/aside/ListItem.vue | 15 +++++++-------- 1 file changed, 7 insertions(+), 8 deletions(-) diff --git a/src/views/worksheet/aside/ListItem.vue b/src/views/worksheet/aside/ListItem.vue index acb324e..39d46f5 100644 --- a/src/views/worksheet/aside/ListItem.vue +++ b/src/views/worksheet/aside/ListItem.vue @@ -36,7 +36,7 @@ const popconfirmTarget: any = ref(null) const popconfirmRef: any = ref(null) function handleDismissTask() { - emit('dismisClick', props.mouseOverTask.id) + emit('dismisClick', props.mouseOverTask.id) popconfirmRef.value[0]?.setShow(false); // 关闭 popconfirm } @@ -69,21 +69,21 @@ onMounted(async () => { @@ -185,6 +185,5 @@ onMounted(async () => { position: absolute; bottom: 0px; } -} - +} ../types