浏览代码

fix(types): 修改ICollaboratorItem

LuoHaoxuan 3 年之前
父节点
当前提交
adcf1cdbd0
共有 1 个文件被更改,包括 2 次插入2 次删除
  1. 2 2
      types/src/interface/process.ts

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

@@ -196,8 +196,8 @@ export interface ICollaboratorItem {
   approvalMembers: string[];
   approverName?: string;
   executorInfo?: {
-    executorID?: string;
-    executorName?: string;
+    executorID: string;
+    executorName: string;
   };
 }