瀏覽代碼

修改请求参数

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
     getManagerIndexInfo() {
264
     getManagerIndexInfo() {
265
       this.newStatisticsLoading = true;
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
         this.newStatisticsLoading = false;
267
         this.newStatisticsLoading = false;
268
         if (res.status == 200) {
268
         if (res.status == 200) {
269
           this.newStatistics = res.data.data;
269
           this.newStatistics = res.data.data;