Merge branch 'dev-3.9' of git.mesalab.cn:nezha/nezha-fronted into dev-3.10

This commit is contained in:
18317449825
2023-12-25 20:41:10 +08:00

View File

@@ -174,7 +174,7 @@ export default {
this.detailArr = []
this.sysArr.forEach(item => {
if (n[item.key]) {
if (n[item.key] && n[item.key].id != -1) {
this.detailArr.push(item)
}
})