监测类型null
This commit is contained in:
@@ -115,7 +115,7 @@
|
||||
info.family && info.family.length ? '已填写' : '未填写'
|
||||
}})</i>
|
||||
</div>
|
||||
<span @click="linkTo(`./MonitorFamilyMember?id=${info.id}&houseIdNumber=${info.idNumber}&objectType=${info.objectType}`)">编辑</span>
|
||||
<span @click="toFamily()">编辑</span>
|
||||
</div>
|
||||
<div class="item-info">
|
||||
<label>未参加医疗参保</label>
|
||||
@@ -459,6 +459,11 @@ export default {
|
||||
}
|
||||
})
|
||||
})
|
||||
},
|
||||
|
||||
toFamily() {
|
||||
var objectType = this.info.objectType || ''
|
||||
this.linkTo(`./MonitorFamilyMember?id=${this.info.id}&houseIdNumber=${this.info.idNumber}&objectType=${objectType}`)
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user