From 81e6b54007feede9d1bf866fbbd972599d81cd99 Mon Sep 17 00:00:00 2001 From: zoujiandong <10130823232@qq.com> Date: Thu, 20 Jul 2023 17:00:32 +0800 Subject: [PATCH 1/2] =?UTF-8?q?=E9=93=B6=E8=A1=8C=E5=8D=A1=E5=8F=B7?= =?UTF-8?q?=E4=BF=A1=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); From 1641f4006bb1386c8f0d9806bade083a232cdb39 Mon Sep 17 00:00:00 2001 From: zoujiandong <10130823232@qq.com> Date: Thu, 20 Jul 2023 17:36:58 +0800 Subject: [PATCH 2/2] =?UTF-8?q?=E6=9B=B4=E6=96=B0=E7=99=BB=E5=BD=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/login/index.vue | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/views/login/index.vue b/src/views/login/index.vue index bd68220..9fa7b3d 100644 --- a/src/views/login/index.vue +++ b/src/views/login/index.vue @@ -147,8 +147,9 @@ const handleLogin = () => { path=res.data[0].children[0].path; } proxy.$router.push(path); - loading.value = false; + loading.value = false; }else{ + loading.value = false; loadCaptcha(); } } catch (err) {