fix:修复对讲页面报错问题
This commit is contained in:
parent
17111c7dc3
commit
343e9c101a
@ -31,13 +31,13 @@ class LockMonitoringPage extends StatefulWidget {
|
|||||||
}
|
}
|
||||||
|
|
||||||
class _LockMonitoringPageState extends State<LockMonitoringPage> {
|
class _LockMonitoringPageState extends State<LockMonitoringPage> {
|
||||||
late final StarChartLogic logic;
|
final StarChartLogic logic = Get.put(StarChartLogic());
|
||||||
final LockMonitoringState state = Get.find<LockMonitoringLogic>().state;
|
final LockMonitoringState state = Get.find<StarChartLogic>().state;
|
||||||
|
|
||||||
@override
|
@override
|
||||||
void initState() {
|
void initState() {
|
||||||
super.initState();
|
super.initState();
|
||||||
logic = Get.put<StarChartLogic>(StarChartLogic());
|
|
||||||
initAsync();
|
initAsync();
|
||||||
_getTVDataRefreshUIAction();
|
_getTVDataRefreshUIAction();
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user