v1.9 电话报修 业主信息没有带出来问题

This commit is contained in:
wuxw 2025-08-21 18:07:00 +08:00
parent 6153b7e06e
commit 32e6d87749
2 changed files with 4 additions and 2 deletions

View File

@ -151,6 +151,8 @@ export default {
if (this.formData.repairObjType === '004') {
this.formData.repairObjId = roomId
this.formData.repairObjName =this.rooms.find(item => item.roomId == roomId).roomNum + this.$t('addOwnerRepair.roomSuffix')
this.formData.repairName = this.rooms.find(item => item.roomId == roomId).ownerName
this.formData.tel = this.rooms.find(item => item.roomId == roomId).link
}
},
changeRepairObjType() {

View File

@ -44,8 +44,8 @@ export default {
logo: '',
companyName:'',
loginForm: {
username: 'wuxw',
passwd: 'admin',
username: '',
passwd: '',
validateCode: ''
},
captchaUrl: '',