@@ -147,4 +147,5 @@ export const ComponentNameMap: Record<string, string> = {
budgetCompare: '概算-预算阶段造价对比',
resultsDocument: '成果文件',
changeAudit: '传统变更审核',
+ reviewRecord: '预算复核',
};
@@ -14,6 +14,7 @@ export interface IReviewRecordFormTree {
export interface IReviewRecordForm {
ID: string;
+ dataID?: string;
businessID: string; // 业务ID
approvalID: string; // 流程ID
matterID: string; // 事项ID