锁详情的门锁日志根据后台返回数据进行处理
This commit is contained in:
parent
076cb07081
commit
5ffa8b2b16
@ -198,9 +198,8 @@ class DoorLockLogLogic extends BaseGetXController {
|
||||
startDate: state.startDate.value,
|
||||
endDate: state.endDate.value);
|
||||
|
||||
if (state.lockLogEntity.value.errorCode!.codeIsSuccessful) {
|
||||
print("操作记录列表成功:${state.lockLogEntity.value.data?.itemList}");
|
||||
state.lockLogItemList.value = state.lockLogEntity.value.data!.itemList!;
|
||||
if (entity.errorCode!.codeIsSuccessful) {
|
||||
state.lockLogItemList.value = entity.data!.itemList!;
|
||||
} else {}
|
||||
}
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user