From ebb76c86094872c80d48a732fc8bac7200e491bf Mon Sep 17 00:00:00 2001 From: liuhuiying <18810831805@163.com> Date: Mon, 23 Jun 2025 16:15:02 +0800 Subject: [PATCH] =?UTF-8?q?feature/FCRS-954=E5=85=B3=E4=BA=8EEAST2.0?= =?UTF-8?q?=E8=AF=81=E4=BB=B6=E7=B1=BB=E5=9E=8B=E8=B0=83=E6=95=B4=E5=AF=BC?= =?UTF-8?q?=E8=87=B4=E5=91=A8=E8=BE=B9=E7=B3=BB=E7=BB=9F=E8=B0=83=E6=95=B4?= =?UTF-8?q?=E7=9A=84=E9=9C=80=E6=B1=82?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/ebiz/sale/AttachmentManagement.vue | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) 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)