关联账户
This commit is contained in:
parent
44ebaffca9
commit
576b5807c3
@ -316,7 +316,7 @@ const handleQuery = async () => {
|
|||||||
if(type==1){
|
if(type==1){
|
||||||
fromData={
|
fromData={
|
||||||
type,
|
type,
|
||||||
account_id:props.modalForm.account_id,
|
doctor_id:props.modalForm.doctor_id,
|
||||||
...queryForm
|
...queryForm
|
||||||
}
|
}
|
||||||
}else if(type==2){
|
}else if(type==2){
|
||||||
@ -335,11 +335,12 @@ const handleQuery = async () => {
|
|||||||
})
|
})
|
||||||
fromData={
|
fromData={
|
||||||
type,
|
type,
|
||||||
account_id:props.modalForm.account_id,
|
id,
|
||||||
|
doctor_id:props.modalForm.doctor_id,
|
||||||
}
|
}
|
||||||
}else if(type==3){
|
}else if(type==3){
|
||||||
fromData={
|
fromData={
|
||||||
account_id:props.modalForm.account_id,
|
doctor_id:props.modalForm.doctor_id,
|
||||||
type
|
type
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user