mirror of
http://112.124.100.131/GFRS/ebiz-h5.git
synced 2025-12-10 11:36:45 +08:00
【2022版学平险三款产品】在学平险-义务教育的与被保人关系里面加上本人
This commit is contained in:
@@ -1095,9 +1095,9 @@ export default {
|
|||||||
} else if (pickerType == '9') {
|
} else if (pickerType == '9') {
|
||||||
//与被保人关系限定为:父母 (不可选,枚举值只有一个)
|
//与被保人关系限定为:父母 (不可选,枚举值只有一个)
|
||||||
if (this.itemProductDTOS.productCode === 'GFRS_M0048' || this.itemProductDTOS.productCode === 'GFRS_M0049' ||
|
if (this.itemProductDTOS.productCode === 'GFRS_M0048' || this.itemProductDTOS.productCode === 'GFRS_M0049' ||
|
||||||
this.itemProductDTOS.productCode === 'GFRS_M0052'|| this.itemProductDTOS.productCode === 'GFRS_M0062' || this.itemProductDTOS.productCode === 'GFRS_M0063') {
|
this.itemProductDTOS.productCode === 'GFRS_M0052'|| this.itemProductDTOS.productCode === 'GFRS_M0062') {
|
||||||
this.columns = DataDictionary.relationToAppnt.slice(2, 3)
|
this.columns = DataDictionary.relationToAppnt.slice(2, 3)
|
||||||
} else if (this.itemProductDTOS.productCode === 'GFRS_M0050' || this.itemProductDTOS.productCode === 'GFRS_M0064') {
|
} else if (this.itemProductDTOS.productCode === 'GFRS_M0050' || this.itemProductDTOS.productCode === 'GFRS_M0064' || this.itemProductDTOS.productCode === 'GFRS_M0063') {
|
||||||
this.columns = DataDictionary.relationToAppnt.slice(0, 1).concat(DataDictionary.relationToAppnt.slice(2, 3))
|
this.columns = DataDictionary.relationToAppnt.slice(0, 1).concat(DataDictionary.relationToAppnt.slice(2, 3))
|
||||||
} else {
|
} else {
|
||||||
this.columns = DataDictionary.relationToAppnt
|
this.columns = DataDictionary.relationToAppnt
|
||||||
|
|||||||
Reference in New Issue
Block a user