|
@@ -289,7 +289,7 @@ class PatientListController extends FControllerBase
|
|
|
keyword: state.searchString,
|
|
|
startTime: state.startTime.value,
|
|
|
endTime: state.endTime.value?.add(const Duration(days: 1)),
|
|
|
- crowdLabels: crowdLabelsController.state.isAllSelect
|
|
|
+ crowdLabels: crowdLabelsController.state.selectedCodes.length == 0
|
|
|
? null
|
|
|
: crowdLabelsController.state.selectedCodes,
|
|
|
createdBySelf: state.selectBoxFilterFounder == 0,
|