修改了对应bug

This commit is contained in:
chendaze 2024-04-15 16:52:45 +08:00
parent 2da8777e03
commit 2f30ee81d1
2 changed files with 2 additions and 2 deletions

View File

@ -397,7 +397,7 @@
:dataSource='deviceData' :dataSource='deviceData'
> >
<span slot='floorName' slot-scope='text, record'> <span slot='floorName' slot-scope='text, record'>
{{ record.buildName + record.roomName }} {{ record.roomName?record.buildName + record.roomName:record.buildName }}
</span> </span>
</a-table> </a-table>
</a-modal> </a-modal>

View File

@ -261,7 +261,7 @@ export default {
// //
console.log('this.mdl.roleIds', this.mdl.roleIds) console.log('this.mdl.roleIds', this.mdl.roleIds)
if (this.mdl.roleIds[0] == 5) { if (this.mdl.roleIds[0] == 5) {
this.selectUserShow = true this.selectUserShow = false
} else { } else {
// //
this.selectUserShow = false this.selectUserShow = false