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