fix: 修复蓝牙开锁成功后,锁记录同步不完整bug
This commit is contained in:
parent
5d0da71780
commit
e4649655b4
@ -378,7 +378,7 @@ class LockDetailLogic extends BaseGetXController {
|
|||||||
if (i == getList.length - 1) {
|
if (i == getList.length - 1) {
|
||||||
//设置最后的时间戳
|
//设置最后的时间戳
|
||||||
|
|
||||||
state.operateDate = operateDate;
|
state.operateDate = time;
|
||||||
}
|
}
|
||||||
} catch (e) {
|
} catch (e) {
|
||||||
AppLog.log('操作记录:$indexList,解析失败,跳过该跳记录,进行下一条记录解析。');
|
AppLog.log('操作记录:$indexList,解析失败,跳过该跳记录,进行下一条记录解析。');
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user