Sfoglia il codice sorgente

修改请求参数

seimin 3 anni fa
parent
commit
8b932d7d67
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  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;