mirror of
http://112.124.100.131/GFRS/ebiz-h5.git
synced 2025-12-11 03:56:44 +08:00
建议书和电子投保区分各自的主险产品列表
This commit is contained in:
@@ -19,6 +19,16 @@ export function mainRiskList(data) {
|
||||
})
|
||||
}
|
||||
|
||||
// 主险列表--建议书
|
||||
export function mainRiskListProposal(data) {
|
||||
return request({
|
||||
url: getUrl(`/proposal/product/getMainRiskLst`, 1),
|
||||
// url: getUrl(`/${localStorage.isFrom}/product/getMainRiskLst`, 1),
|
||||
method: 'post',
|
||||
data
|
||||
})
|
||||
}
|
||||
|
||||
//移动端活动对应产品列表
|
||||
export function getActProductList(data) {
|
||||
return request({
|
||||
|
||||
Reference in New Issue
Block a user