|
|
@ -102,7 +102,7 @@ |
|
|
|
|
|
|
|
<script> |
|
|
|
import req from '@/api/specialrebate/specialrebatemanagement' |
|
|
|
import { typeValues, fetchBySid, brandDown, fetchDetailsByUseOrgSid } from '@/api/cheliang/dictcommons' |
|
|
|
import { fetchBySid, brandDown, fetchDetailsByUseOrgSid, getTypeValueList } from '@/api/cheliang/dictcommons' |
|
|
|
|
|
|
|
export default { |
|
|
|
name: 'ZhuanXiangFanLiGuanLiAdd', |
|
|
@ -170,7 +170,7 @@ export default { |
|
|
|
return val |
|
|
|
}, |
|
|
|
init(createOrgSid) { |
|
|
|
typeValues({ type: 'rebateType' }).then((res) => { |
|
|
|
getTypeValueList({ type: 'rebateType', groupNum: 'DC' }).then((res) => { |
|
|
|
if (res.success) { |
|
|
|
this.rebateType_list = res.data |
|
|
|
} |
|
|
|