@@ -503,11 +503,9 @@ export class DistributionSynthesizeStatisticsComponent implements OnInit {
statisticsTypeList:any[] = [];
statisticsTypeId;//统计分类id
getStatisticsTypeList(keyword?) {
- this.isLoading = true;
this.mainService
.getDictionary("list", "statistics_date_type")
.subscribe((data) => {
- this.isLoading = false;
this.statisticsTypeList = data;
});
}