成员弹窗搜索优化

This commit is contained in:
fuenmao 2024-12-24 09:36:31 +08:00
parent 7135b7767e
commit 8905d24489
1 changed files with 1 additions and 0 deletions

View File

@ -138,6 +138,7 @@ class MeetingMainLogic extends GetxController with RequestToolMixin {
} else {
state.users.value = state.cacheUsers.value;
}
update();
}
/// ------------------------------------------------------------------------------