seimin 2 mesi fa
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 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