Selaa lähdekoodia

Merge branch 'master' of http://git.xt.wenhq.top:8083/hs/zhny_ui

hsshuxian 10 kuukautta sitten
vanhempi
commit
e337067edb
2 muutettua tiedostoa jossa 2 lisäystä ja 3 poistoa
  1. 1 2
      ems-ui/src/views/mgr/charging.vue
  2. 1 1
      ems-ui/src/views/mgr/powerstore.vue

+ 1 - 2
ems-ui/src/views/mgr/charging.vue

@@ -580,7 +580,7 @@ export default {
         this.queryParams.areaCode = this.defalutArr.join('/')
         this.$refs['tree'].setCurrentKey(this.defalutArr[this.defalutArr.length - 1])
       }
-      this.meterClsChange()
+      this.meterClsChange(45)
     },
     recursion(data, defalutArr) {
       defalutArr.push(data.id)
@@ -608,7 +608,6 @@ export default {
       // 调用递归函数
       this.platform(selectNode, nodeArr)
       this.queryParams.areaCode = nodeArr.map(item => item.id).join('/')
-      this.meterClsChange()
     },
     // 递归函数
     platform(node, array) {

+ 1 - 1
ems-ui/src/views/mgr/powerstore.vue

@@ -22,7 +22,7 @@
 
 <script>
 import { listElecStoreH } from '@/api/mgr/elecStoreH'
-import { areaWithFacsCategory, areaWithFacsType } from '@/api/basecfg/area'
+import { areaWithFacsCategory } from '@/api/basecfg/area'
 import BaseChart from '@/components/BaseChart'
 export default {
   name: 'ElecStoreH',