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