浏览代码

重用房间优化

wang_xy 1 年之前
父节点
当前提交
1d4e308f15
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      pages/oldrenovation/indoor/indoor.vue

+ 1 - 1
pages/oldrenovation/indoor/indoor.vue

@@ -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) => {