Przeglądaj źródła

feat(types): 获取审批人意见类型处理

lipk 3 lat temu
rodzic
commit
27f84ed090
1 zmienionych plików z 1 dodań i 1 usunięć
  1. 1 1
      types/src/interface/api/approvaApi.ts

+ 1 - 1
types/src/interface/api/approvaApi.ts

@@ -160,7 +160,7 @@ export namespace UpdateAuditScoreRemark {
 export namespace GetAuditScoreRemarkList {
   export type Params = { businessID: string; dataID: string };
 
-  export type Resonse = IAuditScoreRemark[];
+  export type Resonse = Array<IAuditScoreRemark & { isCurrent?: boolean }>;
 }
 
 export namespace GetGcnameAndReviewer {