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