Browse Source

init

newStyle
wangxiaohua 2 years ago
parent
commit
06924f16b6
1 changed files with 8 additions and 0 deletions
  1. +8
    -0
      src/views/Statistics/TrendAnalysis.vue

+ 8
- 0
src/views/Statistics/TrendAnalysis.vue View File

@@ -212,6 +212,14 @@ export default {
this.tabtimetap(4);
},
methods: {
//获取部门下拉菜单
overviewfindList(){
this.$api.http.overviewfindList({
houseId:this.houseId,
}).then((res) => {
console.log(res)
})
},
//获取卡片
trendtrendAnalysis(){
let pamaet={


Loading…
Cancel
Save