Browse Source

Merge branch 'xingbiao' of http://124.70.43.205:3000/lining/hb_sis_zhfx into lining

lining 3 years ago
parent
commit
d3429e47ef
1 changed files with 5 additions and 5 deletions
  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);