关联账户

This commit is contained in:
zoujiandong 2023-11-15 11:29:49 +08:00
parent 44ebaffca9
commit 576b5807c3

View File

@ -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
}
}