省市区
This commit is contained in:
parent
741d59fe2f
commit
e56bbe4147
@ -265,6 +265,15 @@
|
||||
// 查询患者信息
|
||||
const handleQuery = async () => {
|
||||
pager.page = 1;
|
||||
if(!queryForm.province_id){
|
||||
delete queryForm.province_id;
|
||||
}
|
||||
if(!queryForm.city_id){
|
||||
delete queryForm.city_id;
|
||||
}
|
||||
if(!queryForm.county_id){
|
||||
delete queryForm.county_id;
|
||||
}
|
||||
const params = {
|
||||
page: pager.page,
|
||||
page_size: pager.page_size,
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user