|
@@ -1041,8 +1041,8 @@
|
|
|
this.houseHeadName = item.houseUserName;
|
|
|
this.houseHeadPhone = item.phone;
|
|
|
this.houseHeadIDcardNumber = item.idCard;
|
|
|
+ this.currentResidentsPhoe = [];
|
|
|
if (!this.isEmpty(item.newPhone)) {
|
|
|
- this.currentResidentsPhoe = [];
|
|
|
let str = item.newPhone;
|
|
|
var array = str.split(",");
|
|
|
array.forEach((list) => {
|