@@ -4546,7 +4546,7 @@ | |||||
showPopuphncy(item){ | showPopuphncy(item){ | ||||
if(item==""){ | if(item==""){ | ||||
this.form5 = { | this.form5 = { | ||||
"nhdm":this.form1.nhdm, | |||||
"nhdm":this.nhdm, | |||||
"deptId":this.form1.deptId, | "deptId":this.form1.deptId, | ||||
"zjlx":'01', | "zjlx":'01', | ||||
"zjlxName":"身份证", | "zjlxName":"身份证", | ||||
@@ -4916,6 +4916,7 @@ | |||||
if(item==""){ | if(item==""){ | ||||
this.hncylist=[] | this.hncylist=[] | ||||
}else{ | }else{ | ||||
this.nhdm = item.nhdm | |||||
this.hncylist=[] | this.hncylist=[] | ||||
let params = { | let params = { | ||||
"nhdm":item.nhdm, | "nhdm":item.nhdm, | ||||
@@ -5257,6 +5258,6 @@ | |||||
height: 100%; | height: 100%; | ||||
} | } | ||||
>>> .van-swipe-cell__wrapper{ | >>> .van-swipe-cell__wrapper{ | ||||
margin-right:-1px; | |||||
margin-right:-3px; | |||||
} | } | ||||
</style> | </style> |
@@ -5038,7 +5038,7 @@ | |||||
<style scoped lang="scss"> | <style scoped lang="scss"> | ||||
/deep/ .van-swipe-cell__wrapper{ | /deep/ .van-swipe-cell__wrapper{ | ||||
margin-right:-1px; | |||||
margin-right:-3px; | |||||
} | } | ||||
.hzlxBtn{ | .hzlxBtn{ | ||||
font-size: 0.3rem; | font-size: 0.3rem; | ||||