@@ -19,5 +19,5 @@ export interface IBudgetCheckForm {
title: string; // 复核表标题
subtitle: string; // 复核表副标题
executorIDs: string[]; // 关联执行者ID
- tree: IBudgetCheckFormTree; // 复核表结构
+ tree: IBudgetCheckFormTree[]; // 复核表结构
}