|
@@ -7,8 +7,8 @@ class JobListErState {
|
|
|
//筛选条件
|
|
|
final TextEditingController searchController = TextEditingController();
|
|
|
String keyword = "";
|
|
|
- DateTime? selectedStartDate = DateTime.now();
|
|
|
- DateTime? selectedEndDate;
|
|
|
+ DateTime? selectedStartDate;
|
|
|
+ DateTime? selectedEndDate = DateTime.now();
|
|
|
String? selectedStatusId;
|
|
|
String? selectedOutletId;
|
|
|
String? selectedDivisionId;
|