소스 검색

feat(types): 类型报错

lipk 2 년 전
부모
커밋
6021703a40
1개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. 2 2
      types/src/interface/process.ts

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

@@ -404,8 +404,8 @@ export interface IApproval {
     autoCode?: { type: ECodeRule; value?: string; digits?: string };
   };
   sort?: number;
-  completedExecutor: string[];
-  completedPermission: {
+  completedExecutor?: string[];
+  completedPermission?: {
     matterID: string;
     executorID: string;
     permission: string[];