From 5473e437f88d87ed11d81adbf23ff7f169d98a04 Mon Sep 17 00:00:00 2001 From: zoujiandong <10130823232@qq.com> Date: Fri, 29 Mar 2024 17:55:50 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BB=8B=E7=BB=8D=E7=AE=A1=E7=90=86?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- components.d.ts | 2 -- src/views/doctor/doctor-introduction/index.vue | 2 +- 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/components.d.ts b/components.d.ts index 4c957bf..514bb9b 100644 --- a/components.d.ts +++ b/components.d.ts @@ -16,8 +16,6 @@ declare module '@vue/runtime-core' { ConfirmModal: typeof import('./src/components/confirmModal.vue')['default'] DeleteModal: typeof import('./src/components/DeleteModal.vue')['default'] DoctorModal: typeof import('./src/components/doctorModal.vue')['default'] - ElConfigProvider: typeof import('element-plus/es')['ElConfigProvider'] - ElDatePicker: typeof import('element-plus/es')['ElDatePicker'] FamilyModal: typeof import('./src/components/familyModal.vue')['default'] InquiryDetailModal: typeof import('./src/components/inquiryDetailModal.vue')['default'] InquiryDetailMoneyModal: typeof import('./src/components/inquiryDetailMoneyModal.vue')['default'] diff --git a/src/views/doctor/doctor-introduction/index.vue b/src/views/doctor/doctor-introduction/index.vue index b913fc3..cd0e513 100644 --- a/src/views/doctor/doctor-introduction/index.vue +++ b/src/views/doctor/doctor-introduction/index.vue @@ -472,7 +472,7 @@ const handleSubmit = (done) => { proxy.$refs.checkFormRef.validate(async (valid) => { if (!valid) { - if(!modalCheckForm.avatar_reason && !modalCheckForm.doctor_expertise_reason && !modalCheckForm.brief_introduction_reason && !modalForm.be_good_at_reason){ + if(!modalCheckForm.avatar_reason && !modalCheckForm.doctor_expertise_reason && !modalCheckForm.brief_introduction_reason && !modalCheckForm.be_good_at_reason){ proxy.$notification.error("理由至少填写一个"); done(false); return false