Преглед изворни кода

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

lipk пре 3 година
родитељ
комит
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 {