|
@@ -232,7 +232,7 @@ export default {
|
|
|
this.storageSet('start_time', this.formData.startTime);
|
|
|
this.storageSet('end_time', this.formData.endTime);
|
|
|
this.storageSet('homeFrom', this.formData);
|
|
|
- this.initCharts1(pramse);
|
|
|
+ // this.initCharts1(pramse);
|
|
|
this.getCounts();
|
|
|
this.getCaseList()
|
|
|
},
|