From 7df96efb2f8246895b199066ade24c876c48dd3e Mon Sep 17 00:00:00 2001 From: miaojiale <1123971748@qq.com> Date: Fri, 5 May 2023 10:22:14 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E7=BB=A7=E7=BB=AD=E6=B7=BB?= =?UTF-8?q?=E5=8A=A0bug?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/screening/components/ConfigForms.vue | 1 + 1 file changed, 1 insertion(+) diff --git a/src/views/screening/components/ConfigForms.vue b/src/views/screening/components/ConfigForms.vue index 2f7af9e..5f924b8 100644 --- a/src/views/screening/components/ConfigForms.vue +++ b/src/views/screening/components/ConfigForms.vue @@ -367,6 +367,7 @@ export default { // } this.formTabsList = [] this.formTabs = [] + this.patientStandbyId = "" this.getCurrentFormByType(this.formType) // 清空红字:不符合筛查条件 this.$refs.showDialog.dialogVisible = false -- 2.22.0