Commit 1f1e38a52598e4c60e9ae1e9ba4eb4e742f6e39b
1 parent
08cd00e0
优化一些bug
Showing
3 changed files
with
3 additions
and
3 deletions
dist.zip
0 → 100644
No preview for this file type
src/components/work/addOwnerRepair.vue
| ... | ... | @@ -149,7 +149,7 @@ export default { |
| 149 | 149 | handleRoomChange(roomId) { |
| 150 | 150 | if (this.formData.repairObjType === '004') { |
| 151 | 151 | this.formData.repairObjId = roomId |
| 152 | - this.formData.repairObjName =this.rooms.find(item => item.roomId == roomId).roomNum + this.$t('addOwnerRepair.roomSuffix') | |
| 152 | + this.formData.repairObjName =this.rooms.find(item => item.roomId == roomId).roomName + this.$t('addOwnerRepair.roomSuffix') | |
| 153 | 153 | this.formData.repairName = this.rooms.find(item => item.roomId == roomId).ownerName |
| 154 | 154 | this.formData.tel = this.rooms.find(item => item.roomId == roomId).link |
| 155 | 155 | } | ... | ... |