Merge branch 'dev-3.9' of git.mesalab.cn:nezha/nezha-fronted into dev-3.10
This commit is contained in:
@@ -174,7 +174,7 @@ export default {
|
|||||||
|
|
||||||
this.detailArr = []
|
this.detailArr = []
|
||||||
this.sysArr.forEach(item => {
|
this.sysArr.forEach(item => {
|
||||||
if (n[item.key]) {
|
if (n[item.key] && n[item.key].id != -1) {
|
||||||
this.detailArr.push(item)
|
this.detailArr.push(item)
|
||||||
}
|
}
|
||||||
})
|
})
|
||||||
|
|||||||
Reference in New Issue
Block a user