Explorar el Código

地图功能调整

gr hace 2 semanas
padre
commit
ff3fc1f653
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  1. 1 0
      src/views/home/cpns/PanelSjwg.vue

+ 1 - 0
src/views/home/cpns/PanelSjwg.vue

@@ -107,6 +107,7 @@ function getLists() {
 				featureLists.value[0].children = resList.filter((r) => r.spaceType === '1')
 				featureLists.value[1].children = resList.filter((r) => r.spaceType === '2')
 				featureLists.value[2].children = resList.filter((r) => r.spaceType === '3')
+				featureLists.value[3].children = resList.filter((r) => r.spaceType === '6')
 				featureLists.value[0].show = true
 			})
 			.catch(() => {