|
@ -76,7 +76,7 @@ export default { |
|
|
}) |
|
|
}) |
|
|
this.viewTitle = '专项返利核对审核申请明细' |
|
|
this.viewTitle = '专项返利核对审核申请明细' |
|
|
console.log('编辑回显', row) |
|
|
console.log('编辑回显', row) |
|
|
req.specialRebateCheckDetails(row.specialRebateSid).then((resp) => { |
|
|
req.specialRebateCheckDetails(row.specialRebateSids).then((resp) => { |
|
|
if (resp.success) { |
|
|
if (resp.success) { |
|
|
this.list = resp.data |
|
|
this.list = resp.data |
|
|
} |
|
|
} |
|
|