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