fix:调整回到列表偶尔出现相同锁记录
This commit is contained in:
parent
ea01d79bbd
commit
37f4e6d78e
@ -60,9 +60,9 @@ class LockListLogic extends BaseGetXController {
|
|||||||
//设置数据
|
//设置数据
|
||||||
void setLockListInfoGroupEntity(LockListInfoGroupEntity entity) {
|
void setLockListInfoGroupEntity(LockListInfoGroupEntity entity) {
|
||||||
this.entity = entity;
|
this.entity = entity;
|
||||||
if (entity.pageNo == 1) {
|
// if (entity.pageNo == 1) {
|
||||||
_groupDataList = <GroupList>[];
|
_groupDataList = <GroupList>[];
|
||||||
}
|
// }
|
||||||
_groupDataList.addAll(entity.groupList!);
|
_groupDataList.addAll(entity.groupList!);
|
||||||
update();
|
update();
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user