fix: 1、修复操作记录右上角记录上传缺少蓝牙上传功能
This commit is contained in:
parent
49b042d62b
commit
89feec402e
@ -123,7 +123,7 @@ class _DoorLockLogPageState extends State<DoorLockLogPage> with RouteAware {
|
|||||||
|
|
||||||
void _onMenuItemSelected(String value) {
|
void _onMenuItemSelected(String value) {
|
||||||
if (value == '读取记录'.tr) {
|
if (value == '读取记录'.tr) {
|
||||||
logic.mockNetworkDataRequest(isRefresh: true);
|
logic.getLockRecordLastUploadDataTime();
|
||||||
} else if (value == '清空记录'.tr) {
|
} else if (value == '清空记录'.tr) {
|
||||||
ShowCupertinoAlertView().showClearOperationRecordAlert(clearClick: () {
|
ShowCupertinoAlertView().showClearOperationRecordAlert(clearClick: () {
|
||||||
logic.clearOperationRecordRequest();
|
logic.clearOperationRecordRequest();
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user