fix: 防火墙创建规则后未关闭窗口

This commit is contained in:
耗子
2024-10-17 16:30:06 +08:00
parent d97697efde
commit 57749f03b9
+1
View File
@@ -79,6 +79,7 @@ const handleCreate = async () => {
strategy: 'accept',
direction: 'in'
}
show.value = false
})
}
</script>