mirror of
http://112.124.100.131/GFRS/ebiz-h5.git
synced 2025-12-12 02:06:43 +08:00
GFRS-2641【前端】修改卡单bug;新增当卡单模块选择职业时,要传递新的参数--提交人:张齐
This commit is contained in:
@@ -3608,5 +3608,12 @@ export default {
|
||||
code: 'legalHolidays',
|
||||
label: '元'
|
||||
}
|
||||
],
|
||||
// 卡单与短期险重新投保选择职业类别时,两个模块职业类型数据的排序不同,创建这个数据字典,用于在选择职业类别时,作为一个参数传入组件,
|
||||
// 区分当前是卡单中的选择职业,还是短期险重新投保中的选择职业,根据这个值向接口中传入不同参数,查询不同数据
|
||||
queryOccupationalByType: [
|
||||
{ id: '1', text: '卡单' },
|
||||
{ id: '2', text: '重新投保' }
|
||||
]
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user