Biao 3 년 전
부모
커밋
751c31f401
1개의 변경된 파일5개의 추가작업 그리고 5개의 파일을 삭제
  1. 5 5
      src/views/specific/zhcydl.vue

+ 5 - 5
src/views/specific/zhcydl.vue

@@ -388,11 +388,11 @@ export default {
             }
           });
           stations.company = company;
-          // for (const item in stations) {
-          //   stations[item].children = stations[item].children.sort(
-          //     this.compare("month")
-          //   );
-          // }
+          for (const item in stations) {
+            stations[item].children = stations[item].children.sort(
+              this.compare("month")
+            );
+          }
           // console.log(stations);
           this.stations = stations;
           console.log(stations);