Browse Source

Merge branch 'master' of http://git.ius.plus/Project-Vital/VitalApp

Melon 1 năm trước cách đây
mục cha
commit
e148e9fe60
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      lib/pages/patient/list/controller.dart

+ 1 - 1
lib/pages/patient/list/controller.dart

@@ -88,7 +88,7 @@ class PatientListController extends FControllerBase {
     final request = PatientPageRequest(
       pageIndex: state.pageIndex + 1,
       pageSize: state.pageSize,
-      keyword: !isFilter ? state.searchString : "",
+      keyword: state.searchString,
       startTime: state.startTime.value,
       endTime: state.endTime.value?.add(const Duration(days: 1)),
       crowdLabels: crowdLabelsController.state.selectedCodes,