diff --git a/src/views/screening/components/FormTab.vue b/src/views/screening/components/FormTab.vue index 34b4e45dbb4a650a55c2766e01f1a12c4ca97410..52ddb34a157d9a805a5731b79874107c8c7fa8b1 100644 --- a/src/views/screening/components/FormTab.vue +++ b/src/views/screening/components/FormTab.vue @@ -269,7 +269,7 @@ export default { data, formId: this.form.formId, // 每个大表单的id patientId: this.patientId || this.patientStandbyId, - formRecordId: this.formData.formRecordId || this.newformRecordId, // 是否为编辑的表单id + // formRecordId: this.formData.formRecordId || this.newformRecordId, // 是否为编辑的表单id statusMap: { patient_from: this.$store.getters["table/selectedIndex"], is_draft: 1, //是否为草稿 @@ -292,7 +292,7 @@ export default { data, formId: this.form.formId, // 每个大表单的id patientId: this.patientId || this.patientStandbyId, - formRecordId: this.formData.formRecordId || this.newformRecordId, // 是否为编辑的表单id + // formRecordId: this.formData.formRecordId || this.newformRecordId, // 是否为编辑的表单id statusMap: { patient_from: this.$store.getters["table/selectedIndex"], is_draft: this.activeName == "index5" ? 0 : 1, //是否为草稿