diff --git a/src/views/ebiz/sale/AttachmentManagement.vue b/src/views/ebiz/sale/AttachmentManagement.vue index ddb76f6d4..a606f6a47 100644 --- a/src/views/ebiz/sale/AttachmentManagement.vue +++ b/src/views/ebiz/sale/AttachmentManagement.vue @@ -11,7 +11,7 @@
-
+
@@ -86,7 +86,7 @@
-
+
@@ -161,7 +161,7 @@
-
+
@@ -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)