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: [], }; },