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

取消/退款

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