Browse Source

修改请求参数

seimin 3 years ago
parent
commit
8b932d7d67
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/views/indes.vue

+ 1 - 1
src/views/indes.vue

@@ -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;