hurx 1 일 전
부모
커밋
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>