From 19e456ec2c9e96a9cd80a3dde07e137acc1f06c1 Mon Sep 17 00:00:00 2001 From: mk <2403457699@qq.com> Date: Wed, 9 Oct 2024 14:03:37 +0800 Subject: [PATCH] =?UTF-8?q?=E8=80=81=E5=B9=B4=E4=BA=BA=E5=A1=AB=E5=86=99?= =?UTF-8?q?=E9=AB=98=E9=BE=84=E8=A1=A5=E5=8A=A9=E5=90=8E=E6=B2=A1=E6=9C=89?= =?UTF-8?q?=E5=9B=9E=E6=98=BE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/modules/portrayal/jumin/index.vue | 9 ++------- 1 file changed, 2 insertions(+), 7 deletions(-) diff --git a/src/views/modules/portrayal/jumin/index.vue b/src/views/modules/portrayal/jumin/index.vue index 3c882700c..9b30d9904 100644 --- a/src/views/modules/portrayal/jumin/index.vue +++ b/src/views/modules/portrayal/jumin/index.vue @@ -559,7 +559,7 @@ row.value ? row.value : "--" }} {{ - row.oldSubsidy ? row.oldSubsidy : "--" + resiDetailObj.oldPeopleDto ? resiDetailObj.oldPeopleDto.oldSubsidy : "--" }} @@ -1266,9 +1266,7 @@ export default { }); this.menuList = Object.entries( res.data.data.integrityData.integrityQtyMap - ) - - .map(([key, value]) => ({ + ).map(([key, value]) => ({ name: nameMap[key], id: key, filledQty: value.filledQty, @@ -1357,9 +1355,6 @@ export default { this.menuList.push({name:'死亡信息',id:'deathDto'}); this.expandList.push({title:'死亡信息',scrollId:'deathDto',children:[{label:'死亡时间',value:this.resiDetailObj.baseInfoDto.deathDate}]}) } - console.log(this.expandList,"lkdsfjlskdjflks.jfklsmfdlks"); - console.log(this.sectionItem.children,"lkdsfjlskdjflks.jfklsmfdlks1eww34"); - }) .catch((err) => { console.log(err);