mirror of
https://gitee.com/java110/MicroCommunityWeb.git
synced 2026-02-23 21:36:37 +08:00
v1.9 电话报修 业主信息没有带出来问题
This commit is contained in:
parent
6153b7e06e
commit
32e6d87749
@ -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() {
|
||||
|
||||
@ -44,8 +44,8 @@ export default {
|
||||
logo: '',
|
||||
companyName:'',
|
||||
loginForm: {
|
||||
username: 'wuxw',
|
||||
passwd: 'admin',
|
||||
username: '',
|
||||
passwd: '',
|
||||
validateCode: ''
|
||||
},
|
||||
captchaUrl: '',
|
||||
|
||||
Loading…
Reference in New Issue
Block a user