seimin hace 9 meses
padre
commit
15067e84fb

+ 2 - 0
src/app/views/inspection-configuration-item/inspection-configuration-item.component.ts

@@ -110,6 +110,7 @@ export class InspectionConfigurationItemComponent implements OnInit, AfterViewIn
110 110
       sum: 9999,
111 111
       inspectionFormPage: {
112 112
         hosId: this.currentHospital.id,
113
+        formId: +this.route.snapshot.paramMap.get("id"),
113 114
       },
114 115
     };
115 116
     this.maskFlag = this.message.loading("正在加载中..", {
@@ -407,6 +408,7 @@ export class InspectionConfigurationItemComponent implements OnInit, AfterViewIn
407 408
         name: this.validatePageForm.value.name,
408 409
         orders: this.pageList.length + 1,
409 410
         hosId: this.currentHospital.id,
411
+        formId: +this.route.snapshot.paramMap.get("id"),
410 412
       };
411 413
     } else {
412 414
       //编辑