lilei 3 years ago
parent
commit
dbe34e5a3d
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/views/common/subarea.js

+ 1 - 1
src/views/common/subarea.js

@@ -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 = []
         }