diff --git a/src/forge/Issues/Component/comments/list.jsx b/src/forge/Issues/Component/comments/list.jsx index 4e13a8569..b59a1ec8a 100644 --- a/src/forge/Issues/Component/comments/list.jsx +++ b/src/forge/Issues/Component/comments/list.jsx @@ -110,9 +110,9 @@ function IssueCommentList(props){ return(
{/* 全部 / 评论 / 操作日志 */} -
+
0 && 'pb15'}`}>
- {setSpin(true);setPage(1);setCategory(e.target.value)}} value={category}> + {setSpin(true);setPage(1);setCategory(e.target.value);history.push(history.pathname)}} value={category}> 评论{journalsCount} 操作日志 全部 @@ -120,7 +120,7 @@ function IssueCommentList(props){
{/* 评论快速入口-仅有评论且登录时展示 */} - {login && journalsCount > 0 &&
点击添加评论
} + {login && category !== 'operate' && journalsCount > 0 &&
0 && 'pt15'}`}>
点击添加评论
} {/* 评论/操作日志 展示列表 */}