|
@@ -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) => {
|