feat: 修改用户详情中的一个bug

This commit is contained in:
ibuler 2020-06-09 15:43:52 +08:00
parent caf9a64d7e
commit fd95b0cd4e

View File

@ -169,7 +169,7 @@ export default {
}
},
mounted() {
if (this.hasObjectsId.length !== 0) {
if (this.hasObjectsId && this.hasObjectsId.length !== 0) {
setTimeout(() => {
this.getHasObjectsByIds()
}, 50)