jwyu hace 2 años
padre
commit
f1ba33a8eb
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      src/views/report/Index.vue

+ 1 - 1
src/views/report/Index.vue

@@ -75,7 +75,7 @@ let listState = reactive({
 })
 // 切换一级分类
 function handleChangeFirstClassify(item){
-    if(width.value<768) return
+    if(width.value<768&&item.id!=0) return
     showFilter.value=false
     if(listState.firstClassifyId===item.id) return
     listState.firstClassifyId=item.id