hurx 20 godzin temu
rodzic
commit
d6622a816d

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

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