소스 검색

预定学年倒序

natasha 1 개월 전
부모
커밋
24ccb1deb5
1개의 변경된 파일4개의 추가작업 그리고 0개의 파일을 삭제
  1. 4 0
      src/views/bookStore/Subscribe.vue

+ 4 - 0
src/views/bookStore/Subscribe.vue

@@ -698,6 +698,8 @@ export default {
               this.loading = false;
               if (res.status === 1) {
                 this.info = res;
+                res.issue_no_school_year_list =
+                  res.issue_no_school_year_list.reverse();
                 this.orderTable = res.issue_no_list;
                 res.issue_no_school_year_list.forEach((item) => {
                   item.issue_no_list.forEach((items, indexs) => {
@@ -753,6 +755,8 @@ export default {
               this.loading = false;
               if (res.status === 1) {
                 this.info = res;
+                res.issue_no_school_year_list =
+                  res.issue_no_school_year_list.reverse();
                 this.orderTable = res.issue_no_list;
                 res.issue_no_school_year_list.forEach((item) => {
                   item.issue_no_list.forEach((items, indexs) => {