Explorar el Código

fix(types): todo

qinlaiqiao hace 4 años
padre
commit
945340d722
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      types/src/interface/process.ts

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

@@ -159,7 +159,7 @@ export interface IApprovalTodoData {
   financialProjectID: string; // 项目 ID
   constructionID: string; // 建设项目 ID
   projectName?: string; // 项目名称
-  reporterID: string; // 发起人ID
+  reporterID?: string; // 发起人ID
   reporterName?: string; // 发起人名称
   lastID?: string; // 上环节ID(暂定为上环节用户ID,之后可能为上环节ID)
   lastName?: string; // 上环节名称(暂定为上环节用户名称,之后可能为上环节名称)