浏览代码

代码提交-默认查询

zhuxinbo 5 年之前
父节点
当前提交
fde4848628

+ 1 - 1
src/views/modules/Statistics/accountMaterStatistics.vue

@@ -492,7 +492,7 @@ export default {
       this.addUser(checked)
     },
     dianji() {
-      this.$router.replace({ path: '/modules/Statistics/materialStatistics' })
+      this.$router.replace({ path: '/Statistics/materialStatistics' })
     }
   },
   watch: {},

+ 2 - 2
src/views/modules/Statistics/materialStatistics.vue

@@ -341,7 +341,7 @@ export default {
         { label: '近三月', value: 6, show: true }
       ],
       data: [],
-      active: 1,
+      active: 2,
       pagin: 1,
       allValue: [],
       startValue: [],
@@ -458,7 +458,7 @@ export default {
   },
   mounted: function() {
     this.$nextTick(() => {
-      //   this.getList()
+        this.getList()
     })
   }
 }