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