fix: 1、修复操作记录右上角记录上传缺少蓝牙上传功能

This commit is contained in:
魏少阳 2025-01-11 18:55:40 +08:00
parent 49b042d62b
commit 89feec402e

View File

@ -123,7 +123,7 @@ class _DoorLockLogPageState extends State<DoorLockLogPage> with RouteAware {
void _onMenuItemSelected(String value) {
if (value == '读取记录'.tr) {
logic.mockNetworkDataRequest(isRefresh: true);
logic.getLockRecordLastUploadDataTime();
} else if (value == '清空记录'.tr) {
ShowCupertinoAlertView().showClearOperationRecordAlert(clearClick: () {
logic.clearOperationRecordRequest();