fix: align rules list and review detail flows
This commit is contained in:
@@ -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>
|
||||
);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user