mirror of
https://github.com/jumpserver/lina.git
synced 2025-07-19 17:49:04 +00:00
feat: 修改用户详情中的一个bug
This commit is contained in:
parent
caf9a64d7e
commit
fd95b0cd4e
@ -169,7 +169,7 @@ export default {
|
||||
}
|
||||
},
|
||||
mounted() {
|
||||
if (this.hasObjectsId.length !== 0) {
|
||||
if (this.hasObjectsId && this.hasObjectsId.length !== 0) {
|
||||
setTimeout(() => {
|
||||
this.getHasObjectsByIds()
|
||||
}, 50)
|
||||
|
Loading…
Reference in New Issue
Block a user