3 Commits 62c0d77f16 ... 415404ff2a

Author SHA1 Message Date
  chc 415404ff2a Merge branch 'master' of http://221.182.8.141:2300/zxh/myyz 7 months ago
  chc 634c2642d8 1 8 months ago
  chc 65bb63fa75 拉取 8 months ago
1 changed files with 2 additions and 1 deletions
  1. 2 1
      src/views/currentSystem/dashboard/compts/infoBoard/index.vue

+ 2 - 1
src/views/currentSystem/dashboard/compts/infoBoard/index.vue

@@ -87,7 +87,7 @@ export default {
             this.area += Number(i.area)
             this.population += Number(i.personCount)
           })
-          // console.log(this.population,this.area );
+          console.log(this.population,this.area,29929 );
         }
       })
     },
@@ -100,6 +100,7 @@ export default {
           this.nowElec = Number(i.nowSum) 
         }
       })
+      console.log(this.waterElecData,7272)
      }
 
     }