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