fix(projects): 微调布局显示

This commit is contained in:
2026-06-29 09:53:24 +08:00
parent 499f2115b2
commit 4f357a35a9
5 changed files with 33 additions and 7 deletions

View File

@@ -98,7 +98,7 @@ function serializeAttachments(attachments: Api.Project.AttachmentItem[]): string
return attachments.length ? JSON.stringify(attachments) : '';
}
/** 分页(全量,不按提交人过滤;默认 createTime 倒序由后端保证) */
/** 分页(支持按提交人 creator 过滤;默认 createTime 倒序由后端保证) */
export async function fetchGetFeedbackPage(params: Api.Feedback.FeedbackSearchParams) {
const result = await request<FeedbackPageResponse>({
...safeJsonRequestConfig,