@ -1206,6 +1206,9 @@ const handleRuleDelete = async (id: number) => {
await getRuleList()
} catch { }
}
onMounted(() =>{
getRuleList()
})
</script>