|
|
@@ -469,6 +469,12 @@ let firstData4 = ref([{}])
|
|
|
// 驳回
|
|
|
let refuseReason = ref('')
|
|
|
const handlePay = (row) => {
|
|
|
+ drawForm.value = {
|
|
|
+ voucherId: '',
|
|
|
+ picId: '',
|
|
|
+ accountId: '',
|
|
|
+ accountName: ''
|
|
|
+ }
|
|
|
drawShow.value = true
|
|
|
drawForm.value.id = row.id
|
|
|
}
|
|
|
@@ -682,6 +688,7 @@ const handleVerifyAmount = () => {
|
|
|
message: res.msg,
|
|
|
type: 'success'
|
|
|
})
|
|
|
+ drawShow.value = false
|
|
|
initData(activeName.value)
|
|
|
}
|
|
|
})
|