+
@@ -432,7 +432,7 @@ export default {
// 获取是投保人还是被保险人
that.isAppant = window.localStorage.getItem('accountInformationRadio')
// 数据字典获取
- that.idType = DataDictionary.idType
+ that.idType = DataDictionary.idTypeAdjustment
// 获取投保人信息
// if (this.$CacheUtils.getLocItem('saleInsuredInfo')) {
@@ -642,8 +642,7 @@ export default {
test(name, type, subBusinessType, subBusinessNo, id, bnfId) {
this.imageType = type
this.subBusinessType = subBusinessType
- this.bnfId = bnfId
- this.id = id
+ this.bnfId = bnfId == '11' || bnfId == '12' ? '9' : bnfId
this.type = name
this.subBusinessNo = subBusinessNo
this.$store.commit('updateUploadImgType', name)