seimin 2 달 전
부모
커밋
57ef07536c
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      src/app/views/inspect-info-config/inspect-info-config.component.ts

+ 1 - 1
src/app/views/inspect-info-config/inspect-info-config.component.ts

@@ -261,7 +261,7 @@ export class InspectInfoConfigComponent implements OnInit {
261 261
     let postData = {
262 262
       ...this.coopData.data,
263 263
       remark,
264
-      illnessState: this.coopData.illnessState.id ? this.coopData.illnessState : undefined,
264
+      illnessState: this.coopData.data.illnessState.id ? this.coopData.data.illnessState : undefined,
265 265
     };
266 266
 
267 267
     this.mainService