From ec7f5ba1f7eb84507e1c8e7b6f66b1ecfbc22728 Mon Sep 17 00:00:00 2001
From: riku <risaku@163.com>
Date: 星期四, 17 四月 2025 17:31:25 +0800
Subject: [PATCH] 线上监管

---
 pages/simple-home/index.js |   11 +++++++++--
 1 files changed, 9 insertions(+), 2 deletions(-)

diff --git a/pages/simple-home/index.js b/pages/simple-home/index.js
index e5d85d5..cfc748d 100644
--- a/pages/simple-home/index.js
+++ b/pages/simple-home/index.js
@@ -2,7 +2,7 @@
 import { useLoading } from '../../behaviors/loading';
 import { useOptions } from '../home/options-proxy.js';
 import { useInsepction } from '../home/inspection-proxy.js';
-// import { useSupervision } from '../home/supervision-proxy.js';
+import { useSupervision } from '../home/supervision-proxy.js';
 // import { useNotice } from '../home/notice-proxy.js';
 // import { useNews } from '../home/news-proxy.js';
 import { useProblemChangeList } from '../inspection/ranking/problem-change-list.js';
@@ -16,7 +16,7 @@
     useLoading,
     useOptions,
     useInsepction,
-    // useSupervision,
+    useSupervision,
     // useNotice,
     // useNews,
     useStatistic,
@@ -44,6 +44,13 @@
     this._loadMore();
   },
 
+  onScenePickerConfirm(e) {
+    this.setScene(e);
+    this.fetchSupervision();
+    this.fetchInspection();
+    this._startLoad();
+  },
+
   /**
    * 鍒濆鍔犺浇
    * 褰撴墍鏈夌瓫閫夋潯浠堕兘鑾峰彇鍒板垵濮嬪�煎悗锛屾墽琛屼竴娆″垵濮嬪寲鍔犺浇

--
Gitblit v1.9.3