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();