From 576b5807c3a5a22c27d1cf22a90083285b7bc595 Mon Sep 17 00:00:00 2001 From: zoujiandong <10130823232@qq.com> Date: Wed, 15 Nov 2023 11:29:49 +0800 Subject: [PATCH] =?UTF-8?q?=E5=85=B3=E8=81=94=E8=B4=A6=E6=88=B7?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/accountModal.vue | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/src/components/accountModal.vue b/src/components/accountModal.vue index f542773..e63b33d 100644 --- a/src/components/accountModal.vue +++ b/src/components/accountModal.vue @@ -316,7 +316,7 @@ const handleQuery = async () => { if(type==1){ fromData={ type, - account_id:props.modalForm.account_id, + doctor_id:props.modalForm.doctor_id, ...queryForm } }else if(type==2){ @@ -335,11 +335,12 @@ const handleQuery = async () => { }) fromData={ type, - account_id:props.modalForm.account_id, + id, + doctor_id:props.modalForm.doctor_id, } }else if(type==3){ fromData={ - account_id:props.modalForm.account_id, + doctor_id:props.modalForm.doctor_id, type } }