4.19 收藏功能url影响查询条件bug修改,跟进返回后重置按钮失效bug修改

This commit is contained in:
jl-zhoujl2
2022-04-19 21:32:49 +08:00
parent 0aff663908
commit 77ad4d627a
2 changed files with 2 additions and 0 deletions

View File

@ -184,6 +184,7 @@ const FavoritesList: React.FC<FavoritesListProps> = (props) => {
}
return result;
}).finally(() => {
isNotEmpty(window.location.search) && history.push(window.location.pathname);
spinSet(false);
})
}

View File

@ -154,6 +154,7 @@ const ProjectManage: React.FC<ProjectManageProps> = (props) => {
}
return result;
}).finally(() => {
isNotEmpty(window.location.search) && history.push(window.location.pathname);
spinSet(false);
})
}