提交 2c022429 编写于 作者: vino's avatar vino

取消/退款

上级 4324b2c6
......@@ -88,7 +88,7 @@ export default {
},
confirm() {
let req = {
id:diagnoseLogId,
id:this.diagnoseLogId,
bizType:2,
refundReason:this.model.refundReason
}
......
......@@ -429,7 +429,7 @@ export default {
//取消/退款
cancelRefund(row) {
this.refundVisible = true;
this.diagnoseLogId = row.id;
this.diagnoseLogId = row.diagnoseLogId;
console.log(row);
},
//设为稍后跟进
......
Markdown 格式
0% or
您添加了 0 到此讨论。请谨慎行事。
先完成此消息的编辑!
想要评论请 注册