From ce617869e52d1c2e333d4671f88dfaad67977c77 Mon Sep 17 00:00:00 2001 From: zoujiandong <10130823232@qq.com> Date: Sun, 7 Apr 2024 14:35:22 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0email?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/doctor/doctor-list/index.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/views/doctor/doctor-list/index.vue b/src/views/doctor/doctor-list/index.vue index d32addc..3e96916 100644 --- a/src/views/doctor/doctor-list/index.vue +++ b/src/views/doctor/doctor-list/index.vue @@ -1300,7 +1300,7 @@ const showCheckedAll=ref(true); let modalData = { card_name: modalForm.user_name, mobile: modalForm.user.mobile, - + email:modalForm.user.email, is_recommend: modalForm.is_recommend, avatar: modalForm.avatar, doctor_title: modalForm.doctor_title,