关联账户
This commit is contained in:
parent
44ebaffca9
commit
576b5807c3
@ -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
|
||||
}
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user