@@ -330,4 +330,8 @@ const handleStatusChange = async (row: SiteVO) => {
onMounted(() => {
getList();
});
+
+onActivated(() => {
+ getList();
+});
</script>