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=()=>{