Commit 32e6d87749303643852e4bfc7e83bfafb35c8092
1 parent
6153b7e0
v1.9 电话报修 业主信息没有带出来问题
Showing
2 changed files
with
4 additions
and
2 deletions
src/components/work/addOwnerRepair.vue
| ... | ... | @@ -151,6 +151,8 @@ export default { |
| 151 | 151 | if (this.formData.repairObjType === '004') { |
| 152 | 152 | this.formData.repairObjId = roomId |
| 153 | 153 | this.formData.repairObjName =this.rooms.find(item => item.roomId == roomId).roomNum + this.$t('addOwnerRepair.roomSuffix') |
| 154 | + this.formData.repairName = this.rooms.find(item => item.roomId == roomId).ownerName | |
| 155 | + this.formData.tel = this.rooms.find(item => item.roomId == roomId).link | |
| 154 | 156 | } |
| 155 | 157 | }, |
| 156 | 158 | changeRepairObjType() { | ... | ... |