|
|
@@ -22,7 +22,7 @@ const projectApi = (axiosInstance: ApiInstance) => ({
|
|
|
productId: string,
|
|
|
schemeType: string
|
|
|
}) => axiosInstance.get(`/scheme/getSchemeByCompany?companyId=${data.companyId}&productId=${data.productId}&schemeType=${data.schemeType}`), // 新增时如果有方案获取对应方案
|
|
|
- getCompanyList:() => axiosInstance.get('/scheme/getCompanyList'), // 保司list
|
|
|
+ getCompanyList:() => axiosInstance.get(`/scheme/getCompanyList?systemCode=${localStorage.getItem('login_system')}`), // 保司list
|
|
|
getById: (data: string) => axiosInstance.get(`/jyxConfig/getById?id=${data}`), // 驾意险详情
|
|
|
})
|
|
|
|