bug
This commit is contained in:
		| @@ -78,7 +78,7 @@ | ||||
|     }, | ||||
|  | ||||
|     created() { | ||||
|       // this.search.areaId = this.user.info.areaId | ||||
|       this.search.areaId = this.user.info.areaId | ||||
|       this.getList() | ||||
|     }, | ||||
|  | ||||
|   | ||||
| @@ -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="结束日期" | ||||
|   | ||||
		Reference in New Issue
	
	Block a user