Browse Source

页面调整

shuhao 4 months ago
parent
commit
720522088e
1 changed files with 1 additions and 0 deletions
  1. 1 0
      src/components/navigation.vue

+ 1 - 0
src/components/navigation.vue

@@ -188,6 +188,7 @@ function handleCompareChange(v) {
       eventBus.emit("showGspgjdfbt", v == 2)
       return
     }
+    eventBus.emit("showGspgjdfbt", false)
     eventBus.emit("compareTree", checkedCompareChildren.value.length > 0 ? true : false)
 }