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