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