feat: update tonggao
This commit is contained in:
@ -35,6 +35,7 @@ function JobList(props: IJobListProps) {
|
||||
visible = true,
|
||||
cityCode = 'ALL',
|
||||
category = JobType.All,
|
||||
sourceType,
|
||||
employType = EmployType.All,
|
||||
sortType = SortType.RECOMMEND,
|
||||
isFollow = false,
|
||||
@ -114,6 +115,7 @@ function JobList(props: IJobListProps) {
|
||||
category,
|
||||
cityCode,
|
||||
employType,
|
||||
sourceType,
|
||||
sortType,
|
||||
isFollow,
|
||||
isOwner,
|
||||
@ -128,6 +130,7 @@ function JobList(props: IJobListProps) {
|
||||
}, [
|
||||
category,
|
||||
cityCode,
|
||||
sourceType,
|
||||
employType,
|
||||
sortType,
|
||||
isFollow,
|
||||
@ -176,7 +179,7 @@ function JobList(props: IJobListProps) {
|
||||
}
|
||||
};
|
||||
refresh();
|
||||
}, [visible, cityCode, employType, sortType, keyWord, minSalary, maxSalary, blGroupId]);
|
||||
}, [visible, cityCode, employType, sourceType, sortType, keyWord, minSalary, maxSalary, blGroupId]);
|
||||
|
||||
// log('render', `hasMore: ${hasMore}, loadingMore: ${loadingMore}, refreshing: ${refreshing}`);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user