Sfoglia il codice sorgente

fix(types): 调整IBudgetCheckForm

LuoHaoxuan 3 anni fa
parent
commit
269f6ab1a5
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  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[]; // 复核表结构
 }