关联账户
This commit is contained in:
@@ -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
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user