From 4889a722e481d97fa7db66ce0ba8245c1a4a5c5a Mon Sep 17 00:00:00 2001 From: miaojiale <1123971748@qq.com> Date: Thu, 30 Mar 2023 14:33:34 +0800 Subject: [PATCH] =?UTF-8?q?=E5=8E=BB=E9=99=A4formRecordId?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/screening/components/FormTab.vue | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/views/screening/components/FormTab.vue b/src/views/screening/components/FormTab.vue index 34b4e45..52ddb34 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, //是否为草稿 -- 2.22.0