| | |
| | | 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'; |
| | |
| | | useLoading, |
| | | useOptions, |
| | | useInsepction, |
| | | // useSupervision, |
| | | useSupervision, |
| | | // useNotice, |
| | | // useNews, |
| | | useStatistic, |
| | |
| | | this._loadMore(); |
| | | }, |
| | | |
| | | onScenePickerConfirm(e) { |
| | | this.setScene(e); |
| | | this.fetchSupervision(); |
| | | this.fetchInspection(); |
| | | this._startLoad(); |
| | | }, |
| | | |
| | | /** |
| | | * 初始加载 |
| | | * 当所有筛选条件都获取到初始值后,执行一次初始化加载 |