|
|
@ -72,12 +72,12 @@ export default { |
|
|
|
} |
|
|
|
}, |
|
|
|
methods: { |
|
|
|
showInfo(specialRebateSids) { |
|
|
|
showInfo(sid, specialRebateSids) { |
|
|
|
this.$nextTick(() => { |
|
|
|
this.$refs['form_obj'].clearValidate() |
|
|
|
}) |
|
|
|
this.viewTitle = '专项返利核对审核申请明细' |
|
|
|
req.specialRebateGroupDetails(specialRebateSids).then((resp) => { |
|
|
|
req.specialRebateGroupDetails({ appleSid: sid, specialRebateSids: specialRebateSids }).then((resp) => { |
|
|
|
if (resp.success) { |
|
|
|
this.list = resp.data |
|
|
|
} |
|
|
|