|
@@ -24,6 +24,11 @@ public class CourseGroupFilterAdapter extends BaseQuickAdapter<IFilterViewData,
|
|
notifyDataSetChanged();
|
|
notifyDataSetChanged();
|
|
}
|
|
}
|
|
|
|
|
|
|
|
+ public void resetSelect(){
|
|
|
|
+ selectPos = 0;
|
|
|
|
+ notifyDataSetChanged();
|
|
|
|
+ }
|
|
|
|
+
|
|
public String getSelectDataId() {
|
|
public String getSelectDataId() {
|
|
if (selectPos != -1 && selectPos < getData().size()) {
|
|
if (selectPos != -1 && selectPos < getData().size()) {
|
|
return getData().get(selectPos).getDataId();
|
|
return getData().get(selectPos).getDataId();
|