fix(projects): 微调布局显示
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user