lilei 3 年之前
父节点
当前提交
dbe34e5a3d
共有 1 个文件被更改,包括 1 次插入1 次删除
  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 = []
         }