diff --git a/nezha-fronted/src/components/common/elementSet.vue b/nezha-fronted/src/components/common/elementSet.vue index 0f1d31900..ec02d5365 100644 --- a/nezha-fronted/src/components/common/elementSet.vue +++ b/nezha-fronted/src/components/common/elementSet.vue @@ -91,7 +91,7 @@ export default { //单选 handler(val, index) { if (!this.allowedAll&&!val.allowed && (index == 0 || index == 1 || val.NotSet)) { - this.custom[index].show = true; + // this.custom[index].show = true; } else { this.custom[index].show = !this.custom[index].show; } diff --git a/nezha-fronted/src/components/common/leftMenu.vue b/nezha-fronted/src/components/common/leftMenu.vue index efdb7e305..3bce9cf6f 100644 --- a/nezha-fronted/src/components/common/leftMenu.vue +++ b/nezha-fronted/src/components/common/leftMenu.vue @@ -88,7 +88,7 @@ - +