diff --git a/project/sanjianxi/AppNeighborLinkage/memberInfo.vue b/project/sanjianxi/AppNeighborLinkage/memberInfo.vue index 77058bf..9cb0dcb 100644 --- a/project/sanjianxi/AppNeighborLinkage/memberInfo.vue +++ b/project/sanjianxi/AppNeighborLinkage/memberInfo.vue @@ -7,7 +7,7 @@
{{ data.name }}
-
{{ data.householdIdNumber.replace(/(.{6}).*(.{4})/, '$1********$2') }}
+
{{ String(data.householdIdNumber).replace(/(.{6}).*(.{4})/, '$1********$2') }}
{{ $dict.getLabel('householdRelation',data.householdRelation) }}