fix: close task log dialog state (#12631)

Refs #12595
This commit is contained in:
ssongliu
2026-04-29 02:43:42 +00:00
committed by GitHub
parent 19c9c0f4e5
commit 82876eac8d
@@ -67,6 +67,7 @@ const openWithResourceID = (taskType: string, taskOperate: string, resourceID: n
const em = defineEmits(['close']);
const handleClose = () => {
em('close', true);
open.value = false;
bus.emit('refreshTask', true);
bus.emit('refreshApp', true);
};