From 3c1e5a870d72415721f1e90749ce38cddae1a9e1 Mon Sep 17 00:00:00 2001 From: aBin Date: Mon, 2 Aug 2021 16:17:30 +0800 Subject: [PATCH] =?UTF-8?q?=E7=8A=B6=E6=80=81=E4=BF=AE=E6=94=B9=E5=92=8C?= =?UTF-8?q?=E5=AF=B9=E7=85=A7=E7=BB=84=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/PatientInfo/Search.vue | 1 - 1 file changed, 1 deletion(-) diff --git a/src/components/PatientInfo/Search.vue b/src/components/PatientInfo/Search.vue index c9fb5c6..4acc672 100644 --- a/src/components/PatientInfo/Search.vue +++ b/src/components/PatientInfo/Search.vue @@ -43,7 +43,6 @@ export default { return { form: this.$form.createForm(this, { name: 'search' }), visible: false, - controlList: [], }; },