diff --git a/src/views/admin/member-withdrawal-log/approve.vue b/src/views/admin/member-withdrawal-log/approve.vue
index c0129aa..6bb4483 100644
--- a/src/views/admin/member-withdrawal-log/approve.vue
+++ b/src/views/admin/member-withdrawal-log/approve.vue
@@ -35,6 +35,9 @@
+
+
+
@@ -118,7 +121,7 @@ export default {
this.loading = false
})
} else if (this.form.status === 'approved') { //确认提现
- confirm({ id: this.form.id, confirmVal: this.form.approveStatus, remark: this.form.remark }).then(res => {
+ confirm({ id: this.form.id, confirmVal: this.form.approveStatus, remark: this.form.remark ,hash:this.form.hash}).then(res => {
console.log("res", res)
if (res.code === 200) {
this.msgSuccess(res.msg)