fix: align rules list and review detail flows

This commit is contained in:
wren
2026-05-06 10:35:57 +08:00
parent 99fce169cb
commit 22ef99754c
9 changed files with 257 additions and 172 deletions
+2 -2
View File
@@ -87,7 +87,7 @@ export interface CharPosition {
* 用于展示单个评查结果
*/
export interface ReviewPoint {
id: string;
id: string | number;
documentId?: string;
pointId?: string;
editAuditStatusId?: string | number;
@@ -2888,4 +2888,4 @@ export function ReviewPointsList({
/>
</div>
);
}
}