From 3282e95db0207ee133d1e98d9771dec9d83b0fc4 Mon Sep 17 00:00:00 2001
From: riku <risaku@163.com>
Date: 星期四, 02 四月 2026 16:24:38 +0800
Subject: [PATCH] 2026.4.2 新增专题管理功能
---
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