Browse Source

集团首页修改右侧栏排序问题

fujunwen 4 years ago
parent
commit
91e7464036
1 changed files with 0 additions and 1 deletions
  1. 0 1
      src/views/statistics/index.vue

+ 0 - 1
src/views/statistics/index.vue

@@ -1088,7 +1088,6 @@ export default {
       queryEventStatus(params).then((res) => {
         if (res.result === "success") {
           let data = res.data;
-          console.log(data)
           data[0].forEach((item) => {
             const val = item.rptGlsmsStatistics.overdue_unfinished
             item.rptGlsmsStatistics.overdue_unfinished = val === "undefined" ? 0 : val