mirror of
http://112.124.100.131/GFRS/ebiz-h5.git
synced 2025-12-10 06:56:44 +08:00
[FIX]【福享年年】获取主险列表-建议书,请求接口入参修改
This commit is contained in:
@@ -76,7 +76,7 @@ export default {
|
||||
//获取主险列表
|
||||
async getMainRiskList() {
|
||||
let mainRiskCodes = localStorage.mainRiskCodes && JSON.parse(localStorage.mainRiskCodes)
|
||||
let resultData = await mainRiskList({ platform: 'app', type: localStorage.isFrom == 'proposal' ? 'proposal' : null })
|
||||
let resultData = await mainRiskList({ platform: localStorage.isFrom == 'proposal' ? 'proposal' : 'app' })
|
||||
if (resultData.result == 0) {
|
||||
resultData.mainRiskDTOS.forEach(item => {
|
||||
//已选主险不能再选、险种互斥
|
||||
|
||||
Reference in New Issue
Block a user