@@ -73,7 +73,7 @@ const Subarea = {
const _this = this
subareaQueryAll().then(res => {
if (res.status == 200) {
- _this.list = res.data || []
+ _this.list = res.data.reverse() || []
} else {
_this.list = []
}