Tweak the order of "report" table

This commit is contained in:
Pig Fang 2019-07-03 09:30:42 +08:00
parent e8108959e3
commit ab7b3841b5

View File

@ -102,6 +102,8 @@ export default {
} }
}, },
mounted() { mounted() {
this.sortField = 'report_at'
this.sortType = 'desc'
this.fetchData() this.fetchData()
}, },
methods: { methods: {