mirror of
https://github.com/jumpserver/lina.git
synced 2025-09-09 10:49:24 +00:00
feat: 修改用户详情中的一个bug
This commit is contained in:
@@ -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)
|
||||||
|
Reference in New Issue
Block a user