浏览代码

修改请求参数

seimin 3 年之前
父节点
当前提交
8b932d7d67
共有 1 个文件被更改,包括 1 次插入1 次删除
  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;