浏览代码

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[];