This commit is contained in:
zoujiandong 2023-07-21 08:50:26 +08:00
parent 5e3f3227c2
commit 24d8afbc67
3 changed files with 5 additions and 0 deletions

View File

@ -660,6 +660,7 @@
//
const handleQuery = async () => {
pager.page=1;
const params = {
page: pager.page,
page_size: pager.page_size,

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,

View File

@ -448,6 +448,7 @@
//
const handleQuery = async () => {
pager.page=1;
const params = {
page: pager.page,
page_size: pager.page_size,