Просмотр исходного кода

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

lipk 3 лет назад
Родитель
Сommit
27f84ed090
1 измененных файлов с 1 добавлено и 1 удалено
  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 {