韩福成 hai 1 ano
pai
achega
600f829726
Modificáronse 1 ficheiros con 0 adicións e 4 borrados
  1. 0 4
      data-ui/src/views/data/digitalforest/gridLevel/index.vue

+ 0 - 4
data-ui/src/views/data/digitalforest/gridLevel/index.vue

@@ -364,9 +364,7 @@ export default {
       listGridLevel(this.lazyQueryParams).then(response => {
         const list = this.handleTree(response.data, 'id', 'parentId')
         list.forEach(item=>{
-          if(!item.name.includes("网格")){
             item.hasChildren = true;
-          }
         })
         resolve(list);
         this.loading = false
@@ -386,9 +384,7 @@ export default {
       listGridLevel(this.queryParams).then(response => {
         this.gridLevelList = this.handleTree(response.data, 'id', 'parentId')
         this.gridLevelList.forEach(item=>{
-          if(!item.name.includes("网格")){
             item.hasChildren = true;
-          }
         })
         this.loading = false
       })