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