Quellcode durchsuchen

fix(types): 调整IBudgetCheckForm

LuoHaoxuan vor 3 Jahren
Ursprung
Commit
269f6ab1a5
1 geänderte Dateien mit 1 neuen und 1 gelöschten Zeilen
  1. 1 1
      types/src/interface/budgetCheck.ts

+ 1 - 1
types/src/interface/budgetCheck.ts

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