This commit is contained in:
zoujiandong
2023-07-21 09:02:50 +08:00
parent 1641f4006b
commit 0ef01f8a76
3 changed files with 5 additions and 0 deletions
@@ -660,6 +660,7 @@
// 查询医生信息
const handleQuery = async () => {
pager.page=1;
const params = {
page: pager.page,
page_size: pager.page_size,
+3
View File
@@ -948,6 +948,8 @@
handleDecryptBank();
if(data.doctor_bank_card && data.doctor_bank_card.province_id){
handelAreaList('',data.doctor_bank_card.province_id,3);
}else{
modalForm.doctor_bank_card={}
};
if(data.doctor_bank_card && data.doctor_bank_card.city_id){
handelAreaList('',data.doctor_bank_card.city_id,4);
@@ -1156,6 +1158,7 @@
// 查询医生信息
const handleQuery = async () => {
pager.page=1;
const params = {
page: pager.page,
page_size: pager.page_size,
@@ -448,6 +448,7 @@
// 查询医生信息
const handleQuery = async () => {
pager.page=1;
const params = {
page: pager.page,
page_size: pager.page_size,