From f57648268d85c13693775ea0fae974459f741fab Mon Sep 17 00:00:00 2001 From: zoujiandong <10130823232@qq.com> Date: Thu, 20 Jul 2023 17:00:32 +0800 Subject: [PATCH] =?UTF-8?q?=E9=93=B6=E8=A1=8C=E5=8D=A1=E5=8F=B7=E4=BF=A1?= =?UTF-8?q?=E6=81=AF=E6=9B=B4=E6=96=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/doctor/doctor-list/index.vue | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/views/doctor/doctor-list/index.vue b/src/views/doctor/doctor-list/index.vue index 52a61b6..fe634ee 100644 --- a/src/views/doctor/doctor-list/index.vue +++ b/src/views/doctor/doctor-list/index.vue @@ -927,6 +927,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);