Browse Source

featureimg-1.0:提交代码

master
penny 4 years ago
parent
commit
ba2f88f6c6
  1. 15
      src/views/img/profitVerifyOrder/index.vue

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

Loading…
Cancel
Save