seimin 3 years ago
parent
commit
63e9d8cbce
1 changed files with 1 additions and 3 deletions
  1. 1 3
      src/components/GroupPraise.vue

+ 1 - 3
src/components/GroupPraise.vue

@@ -78,9 +78,7 @@ export default {
78
     },
78
     },
79
     // 近30天小组好评排行
79
     // 近30天小组好评排行
80
     async getGroupPraise () {
80
     async getGroupPraise () {
81
-      const srartTime = this.$moment()
82
-        .subtract(29, 'days')
83
-        .format('YYYY-MM-DD') // 近三十天
81
+      const srartTime = this.$moment().format('YYYY-MM-DD') // 今天
84
       const endTime = this.$moment().format('YYYY-MM-DD') // 今天
82
       const endTime = this.$moment().format('YYYY-MM-DD') // 今天
85
       const result = await post(
83
       const result = await post(
86
         `/largeScreen/getData/gradeRanking/${this.hospitalId}`,
84
         `/largeScreen/getData/gradeRanking/${this.hospitalId}`,