|
@@ -263,7 +263,7 @@ export default {
|
263
|
263
|
// 获取统计信息
|
264
|
264
|
getManagerIndexInfo() {
|
265
|
265
|
this.newStatisticsLoading = true;
|
266
|
|
- this.$http.post("service/bpm/data/getManagerIndexInfo", {}).then(res => {
|
|
266
|
+ this.$http.post("service/bpm/data/getManagerIndexInfo", {today:true}).then(res => {
|
267
|
267
|
this.newStatisticsLoading = false;
|
268
|
268
|
if (res.status == 200) {
|
269
|
269
|
this.newStatistics = res.data.data;
|