From 27420f34bd57bf5951098df27931bd356e7a0195 Mon Sep 17 00:00:00 2001 From: zoujiandong <10130823232@qq.com> Date: Mon, 6 Nov 2023 09:10:19 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=E5=88=B7=E6=96=B0=E6=8F=90?= =?UTF-8?q?=E7=8E=B0=E8=AF=A6=E6=83=85?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/withdrawalModal.vue | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) diff --git a/src/components/withdrawalModal.vue b/src/components/withdrawalModal.vue index 8983fd0..f5e8286 100644 --- a/src/components/withdrawalModal.vue +++ b/src/components/withdrawalModal.vue @@ -64,11 +64,10 @@ - + - {{modalForm.doctor_withdrawal_bank.province}}{{modalForm.doctor_withdrawal_bank.city}}{{modalForm.doctor_withdrawal_bank.county}} - - + {{modalForm.doctor_withdrawal_bank.province}}{{modalForm.doctor_withdrawal_bank.city}}{{modalForm.doctor_withdrawal_bank.county}} @@ -211,6 +210,7 @@ :id="withdrawal_order_id" :max="modalForm.actual_withdrawal_amount" @closeChange="closeChange" + > { //关闭确认框 const closeChange = () => { okVisible.value = false; - + emits('freshDetail'); }; const rejectVisible=ref(false); const rules = { @@ -389,6 +389,9 @@ const handleWithdrawalStatus= async(examine_status)=>{ examine_status==2?Message.success("已通过审核"):Message.success("已拒绝成功") emits('freshDetail'); } + if(examine_status==3){ + closeReject() + } } const okStatus=ref(1); const handleConfirmReject=()=>{