hurx 1 giorno fa
parent
commit
d6622a816d
1 ha cambiato i file con 4 aggiunte e 0 eliminazioni
  1. 4 0
      src/views/platform/customerOperation/vipSite/index.vue

+ 4 - 0
src/views/platform/customerOperation/vipSite/index.vue

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