This commit is contained in:
yanran200730
2023-02-17 13:58:15 +08:00
parent 4214ccd49c
commit 4234539e65
2 changed files with 3 additions and 3 deletions

View File

@@ -78,7 +78,7 @@
},
created() {
// this.search.areaId = this.user.info.areaId
this.search.areaId = this.user.info.areaId
this.getList()
},

View File

@@ -139,7 +139,7 @@
</ai-card>
<ai-card class="resident" title="居民统计">
<template #right>
<el-radio-group v-model="search4.dateRange" size="small" @change="search4.date = [], getStatisticsHot">
<el-radio-group v-model="search4.dateRange" size="small" @change="search4.date = [], getStatisticsUse()">
<el-radio-button label="0" >今天</el-radio-button>
<el-radio-button label="1">本周</el-radio-button>
<el-radio-button label="2">本月</el-radio-button>
@@ -148,7 +148,7 @@
style="width: 240px"
v-model="search4.date"
value-format="yyyy-MM-dd"
@change="search4.dateRange = '', getStatisticsHot()"
@change="search4.dateRange = '', getStatisticsUse()"
type="daterange"
start-placeholder="开始日期"
end-placeholder="结束日期"