seimin 2 months ago
parent
commit
57ef07536c

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

@@ -261,7 +261,7 @@ export class InspectInfoConfigComponent implements OnInit {
261
     let postData = {
261
     let postData = {
262
       ...this.coopData.data,
262
       ...this.coopData.data,
263
       remark,
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
     this.mainService
267
     this.mainService