hurx 19 часов назад
Родитель
Сommit
d6622a816d
1 измененных файлов с 4 добавлено и 0 удалено
  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>