This commit is contained in:
shijingjing
2023-02-17 09:22:23 +08:00
parent 07141014a9
commit 2e09cd71a0

View File

@@ -44,7 +44,7 @@ export default {
}
}).then(res=> {
if(res?.data) {
this.classList = res.data.records
this.classList = res.data.records.reverse();
}
})
},