From ba2f88f6c66787c24aac6c9945c1a8a837390c85 Mon Sep 17 00:00:00 2001 From: penny <2500338766@qq.com> Date: Mon, 27 Jun 2022 23:21:45 +0800 Subject: [PATCH] =?UTF-8?q?featureimg-1.0:=E6=8F=90=E4=BA=A4=E4=BB=A3?= =?UTF-8?q?=E7=A0=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/img/profitVerifyOrder/index.vue | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/src/views/img/profitVerifyOrder/index.vue b/src/views/img/profitVerifyOrder/index.vue index 623b0f8..522d757 100644 --- a/src/views/img/profitVerifyOrder/index.vue +++ b/src/views/img/profitVerifyOrder/index.vue @@ -347,6 +347,21 @@ export default { }); }, + /** 审核按钮操作 */ + // handleVerify(row){ + // console.log(row) + // const id = row.id || this.ids; + // getProfitVerifyOrderDetails(id).then(response => { + // this.form = response.data; + // //获取管理员id + // getUserProfile().then(response => { + // this.form.verifyAdminId = response.data.userId + // }); + // this.open = true; + // this.title = "审核收益审核单"; + // this.form.amt. + // }); + // }, /** 修改按钮操作 */ handleUpdate(row) { this.reset();