From dd1a4a4eca30bad111f86a0f99eb4019ff209143 Mon Sep 17 00:00:00 2001 From: hucan <951870319@qq.com> Date: Fri, 28 Feb 2025 10:07:51 +0800 Subject: [PATCH] 1 --- src/views/admin/member-withdrawal-log/approve.vue | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) 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)