4.19 收藏功能url影响查询条件bug修改,跟进返回后重置按钮失效bug修改
This commit is contained in:
@ -184,6 +184,7 @@ const FavoritesList: React.FC<FavoritesListProps> = (props) => {
|
|||||||
}
|
}
|
||||||
return result;
|
return result;
|
||||||
}).finally(() => {
|
}).finally(() => {
|
||||||
|
isNotEmpty(window.location.search) && history.push(window.location.pathname);
|
||||||
spinSet(false);
|
spinSet(false);
|
||||||
})
|
})
|
||||||
}
|
}
|
||||||
|
@ -154,6 +154,7 @@ const ProjectManage: React.FC<ProjectManageProps> = (props) => {
|
|||||||
}
|
}
|
||||||
return result;
|
return result;
|
||||||
}).finally(() => {
|
}).finally(() => {
|
||||||
|
isNotEmpty(window.location.search) && history.push(window.location.pathname);
|
||||||
spinSet(false);
|
spinSet(false);
|
||||||
})
|
})
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user