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>