修复锁用户列表不能搜索重复问题

This commit is contained in:
Daisy 2024-05-24 11:34:26 +08:00
parent 9bce7316b9
commit 199a475f57

View File

@ -16,6 +16,7 @@ class LockUserLogic extends BaseGetXController {
searchStr: state.searchController.text,
);
if (entity.errorCode!.codeIsSuccessful) {
state.lockUserList.clear();
// 1: 2: 3: 4: 5:
final LockUserData data1 = entity.data![0];
data1.lockUserList?.forEach((LockUserListKeys element) {