Преглед изворни кода

fix(types): 调整IBudgetCheckForm

LuoHaoxuan пре 3 година
родитељ
комит
269f6ab1a5
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1 1
      types/src/interface/budgetCheck.ts

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

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